body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:0px;
	margin:0px auto;
	color:#feffff;
	background:#000 url(/images/bg1.jpg) 50% 0px no-repeat;/**/
	position:relative;
}

img {
	border:0;
	outline:none;
}

a {
	color:#cb9352;
	outline:none;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

hr {
	padding:0px;
	margin:0px;
	border:none;
	background:url(/images/hr.png) repeat-x;
}

h1,h2,h3,h4,h5,h6 {
	color:#d2a067;
	padding:0px;
	margin:0px;
	margin-top:10px;
	margin-bottom:10px;
	font-weight:normal;
	font-family:"Arial Narrow", Helvetica, sans-serif;
}

h1 {
	font-size:24px;
}
h2 {
	font-size:22px;
}
h3 {
	font-size:20px;
}
h4 {
	font-size:18px;
}
h5 {
	font-size:16px;
}
h6 {
	font-size:14px;
}

#head {
	position:relative;
	overflow:hidden;
	background:url(/images/head.jpg) 0px 25px no-repeat;
	height:152px;
	width:965px;
	margin:0px auto;
}

#head #contacts {
	position:absolute;
	overflow:hidden;
	right:20px;
	top:38px;
	width:285px;
	height:70px;
	text-align:right;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

#head #contacts a {
	color:#000;
}

#head #contacts a#viber {
	display:block;
	overflow:hidden;
	position:absolute;
	top:0px;
	left:0px;
	width:18px;
	height:18px;
	text-indent:-9000px !important;
	background:url(/images/chat-icons.png) -2px 0px no-repeat;
}
#head #contacts a#whatsapp {
	display:block;
	overflow:hidden;
	position:absolute;
	top:23px;
	left:0px;
	width:19px;
	height:18px;
	text-indent:-9000px !important;
	background:url(/images/chat-icons.png) -1px -23px no-repeat;
}
#head #contacts a#skype {
	display:block;
	overflow:hidden;
	position:absolute;
	top:46px;
	left:0px;
	width:20px;
	height:20px;
	text-indent:-9000px !important;
	background:url(/images/chat-icons.png) 0px -46px no-repeat;
}
#head #contacts a#viber:hover {
	background-position:-32px 0px;
}
#head #contacts a#whatsapp:hover {
	background-position:-31px -23px;
}
#head #contacts a#skype:hover {
	background-position:-30px -46px;
}

#head #icons {
	height:16px;
	overflow:hidden;
	padding-right:6px;
	padding-top:5px;
	padding-left:8px;
}

#icons a#flag_en, #icons a#flag_fr, #icons a#flag_it {
	display:block;
	width:30px;
	height:16px;
	text-indent:-5000px;
	float:right;
	padding-right:6px;
}

#icons a#twitter, #icons a#facebook {
	display:block;
	width:14px;
	height:14px;
	text-indent:-5000px;
	float:left;
	padding-right:6px;
}

#icons a#twitter {
	background:url(/images/twitter.png) no-repeat;
}

#icons a#facebook {
	background:url(/images/facebook.png) no-repeat;
}

#icons a#flag_en {
	background:url(/images/flag_en.png) no-repeat;
}

#icons a#flag_fr {
	background:url(/images/flag_fr.png) no-repeat;
}

#icons a#flag_it {
	background:url(/images/flag_it.png) no-repeat;
}

a#logo {
	position:absolute;
	top:25px;
	left:0px;
	width:600px;
	height:90px;
	text-indent:-5000px;
	z-index:100;
}

#topmenu {
	background:url(/images/mnubg.png) no-repeat;
	border:1px #4a4a4a solid;
	border-bottom:none;
	height:34px;
	position:absolute;
	bottom:0px;
	width:963px;
	text-align:center;
	text-transform:uppercase;
	font-family:"Arial Narrow", Helvetica, sans-serif;
}


#topmenu a {
	font-size:14px;
	line-height:18px;
	color:#b1b1b1;
	text-decoration:none;
	display:inline-block;
	padding:8px 10px 8px 10px;
}

#topmenu a:hover, #topmenu a.active {
	color:#fff;
	text-decoration:none;
	background:url(/images/mnu1.png) repeat-x;
}

#footer {
	height:80px;
	width:965px;
	color:#545555;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:center;
	padding-top:23px;
	width:965px;
	margin:0px auto;
}

#footer #counters {
	float:right;
}

#main {
	overflow:hidden;
	position:relative;
	background:#09153b url(/images/mainbg.jpg) no-repeat;
	border:1px #4a4a4a solid;
	width:963px;
	margin:0px auto;
	padding:10px 0px 20px 0px;
}

#sidebar {
	float:left;
	width:200px;
}

ul#sidemenu {
	padding:0px;
	margin:0px;
	list-style:none;
}

ul#sidemenu li {
	padding:0px;
	margin:0px;
	list-style:none;
}

ul#sidemenu li a {
	float:left;
	width:190px;
}

ul#sidemenu li a:hover, ul#sidemenu li a.active {
	background:red;
}

#content {
	margin-left:200px;
}

.clear {
	clear:both;
}

/*
	Paginator 3000
	- idea by ecto (ecto.ru)
	- coded by karaboz (karaboz.ru)

	HTML example
	<div class="paginator" id="paginator_example">
		<table>
			<tr>
				<td><span><strong>1</strong></span></td>
				...
				<td><span><a href="">3000</a></span></td>
			</tr>
			<tr>
				<td colspan="">
					<div class="scroll_bar">
						<div class="scroll_trough"></div>
						<div class="scroll_thumb">
							<div class="scroll_knob"></div>
						</div>
						<div class="current_page_mark"></div>
					</div>				
				</td>

			</tr>
		</table>
	</div>
*/
.paginator {
	margin:0px auto;
	margin-top:60px;
	font-size:1em;
	width:300px;
}
.paginator table {
	border-collapse:collapse;
	table-layout:fixed;
	width:100%;
}
.paginator table td {
	padding:0;
	white-space:nowrap;
	text-align:center;
}
.paginator span {
	display:block;
	padding:3px 0;
	color:#fff;
}
.paginator span strong,
.paginator span a {
	padding:2px 6px;
}
.paginator span strong {
	background:#555;/*ff6c24;/**/
	font-style:normal;
	font-weight:normal; 
}
.paginator .scroll_bar {
	width:100%;	height:20px;
	position:relative;
	margin-top:10px; 
}
.paginator .scroll_trough {
	width:100%;	height:3px;
	background:#ccc;
	overflow:hidden;
}
.paginator .scroll_thumb {
	position:absolute;
	z-index:2;
	width:0; height:3px;
	top:0; left:0;
	font-size:1px;
	background:#363636;
}
.paginator .scroll_knob {
	position:absolute;
	top:-5px; left:50%;
	margin-left:-10px;
	width:20px; height:20px;
	overflow:hidden;
	background:url(/images/slider_knob.gif) no-repeat 50% 50%;
	cursor:pointer; cursor:hand;
}
.paginator .current_page_mark {
	position:absolute;
	z-index:1;
	top:0; left:0;
	width:0; height:3px;
	overflow:hidden;
	background:#555;/*ff6c24;/**/
}

.fullsize .scroll_thumb {
	display:none;
}


.paginator_pages {
	width:300px;
	margin:0px auto;
	text-align:right;
	font-size:0.8em; 
	color:#808080;
	margin-top:-10px; 
}

#advert {
	margin-top:20px;
	font-size:12px;
	font-weight:bold;
	text-align:center;
/*	background:url(images/advert_bg.gif);/**/
}

#advert a {
	color:#fff;
	text-decoration:none;
	display:block;
	padding:10px;
}

#advert a:hover {
	text-decoration:none;
	background:#fff;
	color:#191919;
}

	.poller{	/* The poller box */
		/*height:220px;		*/
	}
	/* Poller title above radio buttons */
	.pollerTitle{
		margin-bottom:10px;
		color:#024869;
	}
	/* Label for each radio button */
	.pollerOption{
		margin:0px;
		margin-bottom:10px;
	}
	/* Label for each option above graph - i.e. results */
	.result_pollerOption{
		margin:0px;
		margin-top:10px;
		margin-bottom:3px;
		margin-left:3px;
	}
	/* Title of poller - when ajax shows the results */
	.result_pollerTitle{
		margin-bottom:10px;
		color:#024869;
	}
	.poller_results {
		padding-bottom:20px;
	}
	/* Don't change this one, it is used to get the left and right image(the corner) positioned correctly */
	.result_pollGraph img{
		float:left;
	}
	/* The <div> tag where the percentage result is shown */
	.result_pollGraph div{
		float:left;
		height:16px;
		background-repeat:repeat-x;
		color:#FFF;
		font-size:10px;
		line-height:14px;
	}
	/* Graph div - parent of both the corner images and the div displaying percentage votes */
	.result_pollGraph{	
		height:16px;
	}
	
	/* Message when Ajax is working getting restults fromt the server */
	.poller_waitMessage{
		display:none;
		padding:10px;
	}	
	
	.result_totalVotes{
		clear:both;
		padding-top:5px;
		padding-bottom:10px;
		font-size:10px;
	}

#f-girl {
	padding-top:407px;
	overflow:hidden;
	position:relative;
	background:url(/images/adultcontent.png) 50% 0px no-repeat;
	text-align:center;
}

#f-girl #f-yes {
	position:absolute;
	top:355px;
	left:250px;
	width:105px;
	height:44px;
}

#f-girl #f-no {
	position:absolute;
	top:355px;
	left:630px;
	width:105px;
	height:44px;
}

.marg8 {
	margin:0px 8px !important;
}

.padl20 {
	padding-left:20px !important;
}

.padr20 {
	padding-right:20px !important;
}

.aligncenter {
	text-align:center;
}

.overhidden {
	overflow:hidden;
}

#m-cont {
	width:543px;
	margin-right:420px;
	overflow:hidden;
	position:relative;
	padding-bottom:20px;
}

#m-cont .m-girl {
	width:167px;
	margin-left:11px;
	float:left;
	text-align:center;
	font-size:14px;
}

#m-cont .m-girl a {
	text-decoration:none;
}

#m-cont .m-girl a:hover {
	text-decoration:underline;
}

#m-cont .m-girl-first {
	margin-left:0px !important;
}

#m-cont .m-girl img {
	border:1px #cb9352 solid;
}

#m-news {
	width:330px;
	float:right;
	padding-right:20px;
	overflow:hidden;
	position:relative;
}

#m-news h1 a {
	color:#fff;
}

#m-news .m-news {
	clear:both;
	margin-bottom:25px;
	overflow:hidden;
}

#m-news .m-news img {
	float:left;
	margin:2px 7px 7px 0px;
	border:1px #d5b581 solid;
}

#m-news .m-news .m-info {
	overflow:hidden;
	margin-top:5px;
}

#m-news .m-news a {
	font-family:"Arial Narrow", Helvetica, sans-serif;
	font-size:18px;
	color:#d5b581;
}

.news {
	clear:both;
	margin-bottom:25px;
	overflow:hidden;
}

.news img {
	float:left;
	margin:2px 7px 7px 0px;
	border:1px #d5b581 solid;
}

.news .info {
	overflow:hidden;
	margin-top:5px;
}

.news a {
	font-family:"Arial Narrow", Helvetica, sans-serif;
	font-size:18px;
	color:#d5b581;
}

.news_pic img {
	float:left;
	margin:2px 7px 7px 0px;
	border:1px #d5b581 solid;
}

.girls {
	margin-top:10px;
	margin-left:22px;
	margin-bottom:30px;
	float:left;
	text-align:center;
	width:167px;
	font-size:12px;
	color:#b9b9b9;
	line-height:18px;
}

.girls-first {
	margin-left:0px !important;
	clear:both;
}

.girls img {
	border:1px #cb9352 solid;
}

.girls a {
	font-size:14px;
	text-decoration:none;
}

.girls a:hover {
	text-decoration:underline;
}

.girl-name {
	color:#cb9352;
	font-size:28px;
	font-family:Arial, Helvetica, sans-serif;
	margin:10px 0px;
}

.girl-name span {
	font-size:18px;
	color:#b9b9b9;
}

img.girl-pic {
	border:1px #cb9352 solid;
	float:left;
	margin:5px 20px 20px 0px;
}

.girl-content {
	overflow:hidden;
	position:relative;
	margin-bottom:25px;
	margin-right:450px;
	width:470px;
}

.girl-description {
	float:right;
	width:200px;
	color:#cb9352;
	font-size:14px;
	overflow:hidden;
	position:relative;
	margin-bottom:25px;
}

.girl-description a {
	color:#fdecb7;
}

.girl-info {
	padding-left:5px;
	overflow:hidden;
	position:relative;
	height:387px;
	color:#cb9352;
	font-size:14px;
}

.girl-info a {
	color:#fdecb7;
}

.girl-content h1,.girl-content h2,.girl-content h3,.girl-content h4,.girl-content h5,.girl-content h6,
.girl-description h1,.girl-description h2,.girl-description h3,.girl-description h4,.girl-description h5,.girl-description h6,
.girl-prices h1,.girl-prices h2,.girl-prices h3,.girl-prices h4,.girl-prices h5,.girl-prices h6 {
	color:#cb9352;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	padding:0px;
	margin:0px;
	margin-bottom:5px;
}

.girl-prices {
	position:relative;
	overflow:hidden;
	margin-bottom:25px;
	color:#cb9352;
	font-size:14px;
	float:right;
	width:200px;
	margin-left:25px;
}

.girl-prices td {
	padding-right:4px;
	padding-bottom:8px;
	letter-spacing:-0.5px;
}

.girl-prices td.price {
	color:#adafb2;
}

.girl-personal-info {
	float:left;
	width:190px;
}

.girl-personal-info p, .girl-description p {
	margin:0px;
	padding:0px;
	line-height:150%;
	margin-bottom:10px;
}

.girl-personal-info span {
	color:#adafb2;
}

a.skypethisgirl {
	background:url(/images/skype-ico.png) no-repeat;
	font-size:18px;
	line-height:18px;
	color:#bfecfb;
	font-family:"Arial Narrow", Helvetica, sans-serif;
	position:absolute;
	top:303px;
	left:0px;
	height:27px;
	width:160px;
	padding:9px 0px 0px 40px;
}

a.bookthisgirl {
	background:url(/images/bookmenow.png) no-repeat;
	width:172px;
	height:40px;
	display:block;
	text-indent:-5000px;
	position:absolute;
	top:347px;
	left:5px;
}

.girl-gallery {
	border:1px #cb9352 solid;
/*	float:left;*/
	margin-left:14px;/**/
	margin-bottom:22px;
}

.girl-gallery-first {
	margin-left:0px !important;
}

input, select,textarea {
	font-size:14px;
	color:#232323;
	padding:2px;
	margin:0px;
	margin-bottom:10px;
	margin-top:2px;
}

.colorgold {
	font-size:14px;
	color:#cb9352;
}

.booking-f1 {
	float:left;
	margin-right:50px;
	width:430px;
}

.booking-f2 {
	float:left;
	width:430px;
}

.error-input-field {
	border:2px #900 solid;
}

/* pagenavi */
.pagenavi {
	clear:both;/**/
	text-align:center;
	color:#61605f;
	font-size:12px;
/*	width:733px;/**/
	margin-top:20px;
	margin-bottom:10px;
}

.pagenavi a {
	padding:0px 0px;
	color:#61605f;
	text-decoration:none;
}
.pagenavi a:hover {
	text-decoration:none;
}
.pagenavi b {
	padding:0px 0px;/**/
	font-size:16px;
	color:#ff9300;
	font-weight:normal;
}


#signup {
	clear:both;
	position:relative;
	overflow:hidden;
	width:310px;
}

.error {
	color:#F00 !important;
}

a#girlviber {
/*	display:none;/**/
	font-size:18px;
	line-height:18px;
	color:#bfecfb;
	font-family:"Arial Narrow", Helvetica, sans-serif;
	position:absolute;
	top:247px;
	left:8px;
	height:18px;
	width:160px;
	padding:0px 0px 0px 26px;
}
a#girlviber div {
	width:18px;
	height:18px;
	background:url(/images/chat-icons.png) -2px 0px no-repeat;
	position:absolute;
	top:0px;
	left:0px;
}
a#girlwhatsapp {
/*	display:none;/**/
	font-size:18px;
	line-height:18px;
	color:#bfecfb;
	font-family:"Arial Narrow", Helvetica, sans-serif;
	position:absolute;
	top:279px;
	left:8px;
	height:18px;
	width:160px;
	padding:0px 0px 0px 26px;
}
a#girlwhatsapp div {
	width:19px;
	height:18px;
	background:url(/images/chat-icons.png) -1px -23px no-repeat;
	position:absolute;
	top:0px;
	left:0px;
}
