 /* ---------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, font, img, small, strike, strong, sub, sup,
b, u, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}

tbody, tfoot, thead, tr, th, td {
}

ol, ul, li {
	list-style: none;
	list-style-position : inside;
} 

pre { text-align: left !important; }


/*  =DEFAULT
---------------------------------------------------*/


a, a:visited { text-decoration: none; color: #FFF; }
a:hover { text-decoration : none; color : #D9006C}	
a:focus { outline: 0; } 
.container .right *, .container .right *:visited { color: #daa1a1; }

h1 { 
	font-size: 18px; 
	color: white; 
	font-weight: lighter; 
	line-height : 20px;   
}  

h2 { 
	font-size: 16px; 
	font-weight : lighter;
	line-height : 27px;
}  

h4 {}

h4 { font-size: 12px; line-height: 20px;}

img { border: 0; }  

.red { color: red }  

.white, a.white { color: white }


#message_box {   
	overflow: hidden;
	z-index    : 999;
	width : 100%;
	position : fixed;
	top : 0;      
	left : 0;
	background : white;     
	font-size : 20px;    
	z-index    : 10000;  
	color      : black;    
	text-align : center;
	display : none;  
	height: 0;
	font: 20px/50px arial, sans-serif;
	
	filter: alpha(opacity=90);
	-moz-opacity: 0.90;
	opacity: 0.90;  
} 

#message_box_content {   
  width : 800px;
  line-height : 40px;
  margin : 0 auto;
  color      : black;
  text-align : center;   
  z-index    : 10000;  
  font-size : 18px;    
}  

#message_box_close {
	color: red;
	position : absolute;
	top : 10px;      
	right : 10px;
}  

#loading {   
	line-height : 40px;  
	width : 100px;
	position : fixed;
	top : 0;
	left : 50%;      
	z-index    : 10000;
	background: white url(../../img/site/loading_big.gif) 10px 50% no-repeat;  
	padding-left: 55px;  
	margin-left: -100px;   
	border: solid 1px silver;  
	border-width: 0 1px 1px 1px;
	display : none;  
	color : black;

	-moz-border-radius-bottomleft : 5px;    
	-webkit-border-bottom-left-radius : 5px;
	-moz-border-radius-bottomright : 5px;    
	-webkit-border-bottom-right-radius : 5px;
}

#default_message {
	color : red;
	text-align : center;
	color : white;
	font-weight: bold;
}  

.empty {
	font-size: 14px;
	color : #C90000;
}

a#logo_link {
	position : absolute;
	bottom   : 0;
	left     : 20px;    
	display : block;
	width : 353px;
	height : 121px;
	text-decoration : none;    
	background: url(../../img/site/logo.gif) 0 0 no-repeat; 
}   

#slogan {
	position : absolute;
	top   : 70px;
	left     : 20px;    
	color    : #E44994; 
	font-size : 16px;
}

#slogan span {
	color : #EFB2CF;
}

#copyright {
  color : gray;
	text-align: center;
}

a.href_middle, a.href_big  {
	background: url(../../img/site/l1.png) 0 0 repeat-x !important;
	color : white;   
	text-align :center;
	display : block;
	width : 120px;
	line-height : 23px;  
	margin : 0 auto;
	color: #fff !important;
	border: 1px solid #3c010e;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}  
a.href_middle:hover, a.href_big:hover  {
	background: url(../../img/site/l2.png) 0 0 repeat-x;
}

a.href_green  {
	background: green;
	color : white;   
	text-align :center;
	display : block;
	width : 150px;
	line-height : 24px;  
	margin : 0 auto;  
	border : solid 1px white;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;    
}  

a.href_big {
	background: url(../../img/site/button_big.gif);
	width : 150px;
}  

a.button:hover {
	text-decoration : none;
	background: url(../../img/site/button_over.gif);
}    

a.red {
	background : #C40000;	
}

.acenter {
  text-align : center;	
}   

.aleft {
  text-align : left;	
}   

.aright {
  text-align : right;	
}    

.small_text {
	font-size : 11px;
}   

.fleft, .lfloat {
	float : left;
}

.fright {
	float : right;
}

.wide {
	width : 100%;
}


#content_container ul {
  list-style-position : inside;
  padding-left        : 10px;
}   

#content_container blockquote {
  padding-left: 20px;
}     

#content_container p {
  padding: 6px 0;
}

.line {
	border : solid 1px #EEEEEE;  
	border-width : 1px 0 0 0;
	margin-top : 10px;   
}

pre {
  color      : white;
  background : black;
  border     : solid 1px silver;
  text-align : left;
  padding    : 10px;    
  z-index    : 100000;
} 


.clear {
  clear       : both; 
  line-height : 0px;
  font-size   : 0px;
  height: 1px;
  white-space: nowrap;
}   

.hidden {
	display : none;
} 

div.ui-datepicker {
	font-size : 11px;
	line-height : 12px;  
} 

table.cake-sql-log {
	width : 95%;
	border : solid 1px black;
	border-width : 0 0 1px 1px;
	background : white;
	color : black;
	margin : 0 auto;
}

table.cake-sql-log td, table.cake-sql-log th {
	border : solid 1px silver;
	border-width : 1px 1px 0 0;  
	padding : 7px;
}

table.cake-sql-log th {
	background : silver;
}


/*  =FORMS
---------------------------------------------------*/

label {
	float       : left;
	width       : 150px;
	text-align  : right;    
	font-weight : lighter;   
	padding     : 2px 10px 2px 0;
}   
.input {
	padding: 5px 0 0 0;
}

.input input, .input select, .input textarea, input.pretty_input {  
	width   : 320px;
	border  : solid 1px red;   
	padding : 3px 0 3px 5px;  
	color   : #fff;
	background : #a35d71;     
	font-size: 12px;
}   

.input select {  
	width : 150px;
	padding : 2px 0 2px 5px;  
}   

.input input:hover, .input input:focus, .input textarea:hover, .input textarea:focus {  
	background : #a35d71;    
}   

.input input:focus, .input textarea:focus {  
	border : solid 1px #red;   
}   

.input textarea {  
 	width  : 320px;   
  	height : 100px;
}   

.input span {
  font-weight : bold;
  font-size : 12px;	
  font-family : tahoma;   
  color : #C40000;
}   

.submit {  
	float  : none;  
	clear  : left;  
	width  : auto;  
	border : 0 none #FFF;  
	padding : 10px 0 10px 160px;
}  

.checkbox {
  padding : 5px 0 5px 160px;
  width   : auto;   
}	

.checkbox label {
  text-align   : right;    
  padding : 0 10px 0 8px;	
  display : inline;
  width   : auto;   
  float   : none;
}         

.checkbox input {
  width : auto;	
}	

.checkbox fieldset {
	background : white;
	width : 300px;
}	

.error-message {
	padding-left : 160px;
	font-size    : 10px;   
	color        : red;    
}  

.explanation {
	font-size : 11px;
	color : silver;	
	padding-left : 165px;
	color: #333;
}  

.form_container {
	width : 700px;
	margin : 0 auto;	
}   


input[type=submit], input[type=button], .form_button {
	color : white;  
	text-align :center;
	padding : 3px 5px 3px 5px;
	margin : 0 auto;    
	border : solid 1px red;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: url(../../img/site/mbg.png) 0 0 repeat-x;
	font-size: 100%;
}  

fieldset {
} 

input.longInput {
	width : 500px;
}

input.shortInput {
	width : 50px;
}



/*  =LAYOUT
---------------------------------------------------*/


html, body {
	font: 12px Verdana, Arial, Tahoma; 
	line-height: 120%; 
	background: #000; /* url(../../img/site/bg.png) 0 0; */
	color: #fff;  
}


.container, .header, .footer {
	width: 1230px;
	margin: 0 auto;
}
.container { 
	/* background: url(../../img/site/abg.png) 1px 1px repeat-y; */
	width: 1230px;
}
.header { 
	height: 203px; 
	width: 1230px;
	margin: 0 auto;
	background: url(../../img/site/header.png); 
	margin-bottom: 10px;
	position: relative;
	-webkit-border-radius : 4px;
	-moz-border-radius: 4px;  
	border-radius: 4px;
}

#logo_link {
	position: absolute;
	top: 35px; left: 170px;
	width: 250px; height: 80px;
}

.right {
	/*background: #854f5e; 
	background: url(../../img/site/tmbg.png) 0 0 no-repeat;
	 */
	width: 270px;
	float: right;
	min-height: 800px;
	padding: 5px;
	margin-left: 5px;
	border: 1px solid #3d0011;
	-webkit-border-radius : 4px;
	-moz-border-radius: 4px;  
	border-radius: 4px;  
	position: relative;
	overflow: hidden;
}

.contents {
	/* margin-right: 290px; */
	/* background: url(../../img/site/bbg.png);
	background: url(../../img/site/tmbg.png) 0 0 no-repeat;
	*/
	/* padding: 5px; */
	float: left;
	width: 940px;
	overflow-x: hidden;
	color: #fff;
	background: url(../../img/site/cntbg.png) 0 0 repeat-x;
}
.contents ul.filters li { display: inline; }
.contents ul.filters li a { padding: 0 3px; }

.contents h1 {
	margin: 10px 0px;
	color: #FFF;
	border-bottom: 1px dotted #cc3366;
	padding-bottom: 10px;
}
.contents a { color: #FFF; }
#content_container {
	margin: 10 0px;
}
.footer {
	background: url(../../img/site/footer.png) 0 0 no-repeat;
	height: 166px;
	margin-top: 10px;
	position: relative;
}
.footer, .footer a { color: #fff !important; }
.footer .copyright {  
	position: absolute; bottom: 10px; left: 10px; right: 10px;
	font-size: 11px; text-align: center; }

.bottom_nav { 
	position: absolute;
	top: 20px; left: 120px;
	width: 1000px;
	text-align: center;
}
.bottom_nav li { 
	display: inline;
}
.bottom_nav a { font-size: 11px; padding: 0 5px; }

.right-nav { *margin-left: -15px ; }
.right-nav a {
	background: url(../../img/site/right_bg.png) 0 0 repeat-x;
	display: block;
	margin-bottom: 1px;
	height: 30px;
	line-height: 2.3;
	text-indent: 15px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.right-nav a:before {
	content: "> ";
}

.index-box {
	background: url(../../img/site/box.png) 0 0 no-repeat;
	padding: 20px;
/*	margin: -5px -5px 10px -5px; */
	margin: 0 290px 2px 0 ;
	min-height: 100px;
	color: #fff;
}
.index-box * { color: #fff !important; }
.index-box h1 { margin: 0; !important; }
.index-box a { 
	color: #fff;
}

.gallery_list_container {
	width: 940px;
}
.gallery_list_container * { text-align: center; }
.gallery_list_container td { width: 186px; padding: 3px 1px; }
.gallery_list_container img { border: 1px solid #5e1314; }
.gallery_list_container .city { color: #5e1314; }

#agencies_table { width: 930px; }
#agencies_table thead th {
	text-align: left;
	padding: 5px 0 20px 0;
	font-size: 18px;
}
#agencies_table tbody td {
	padding: 2px 0;
	border-bottom: 1px solid #000;
}
#agencies_table .first-td { width: 250px; }
#agencies_table .noborder { 
	border: 0;
}



#newsletter_box {
	height: 70px;
	border: 1px solid #3d0011;
	padding: 10px;
	margin: 5px 0;
}
#newsletter_box input, #newsletter_box fieldset {
	margin: 0;
	padding: 0;
	white-space: nowrap;
}
.newsletter-title {
	padding: 5px 0 7px ;
	font-size: 120%;
}

.most-viewed-escort {
	border: 1px solid #3d0011;
	padding: 10px;
	margin: 5px 0;
	text-align: center;
}
.most-viewed-escort a {
	color: #fff !important;
}
.mve-title {
	font-size: 120%;
	text-align: left;
	margin: 0 0 10px 0;
}
.block-description, .block-rating {
	background: #7f5360;
	padding: 10px;
	margin-bottom: 10px;
	color: #fff;
}
.block-1, .block-2, .block-3 {
	display: block;
	color: #fff;
}
.block-1 { width: 440px; background: #7f5360; }
.block-2 { width: 440px; margin: 0px 0 10px 0; background: #7f5360; 
	padding-bottom: 5px 0;
}

.block-3 { width: 450px; background: #7f5360;  padding: 10px; float: left; min-height: 335px; margin-right: 10px;}
.block-any {background: #7f5360; }
.block-any a { color: #fff; text-decoration: underline; }


.info-right {
	float: right;
	width: 450px;
}

.block-rates {
	margin-bottom: 10px;
}


.rates-table {
	width: 440px;
}

.escort-info-container table tbody * { color: #daa1a1; }
.escort-info-container .description { overflow-x: hidden; text-align: justify; }

.rates-table {
	background: #7f5360;
}
.rates-table tbody * {	background: #7f5360; text-align: left; }
.rates-table thead * { color: #30010b; }
.rates-table tbody td, .rates-table th  { padding: 3px; font-weight: normal; }

.services-table { width: 440px; }
.services-table * { background: #7f5360; }
.services-table td, .service-table th { padding: 2px 20px; text-align: left; }
.services-table th { width: 100px; }

.escort-info table th { text-align: right; width: 100px; font-weight: normal; }
.escort-info table td { text-align: left; font-weight: bold; padding-left: 5px; }
.escort-info table { width: 400px; }



.nav { display: block; width: 1230px; height: 30px; position: absolute; top: 170px; padding-left: 5px;}
.nav li, .nav li a  { display: block; float: left; height: 30px; margin: 0; padding: 0; overflow: hidden;  }
.nav li + li { margin-left: 4px; }
.nav li a { background: url(../../img/site/mbg.png) 0 0 repeat-x; 	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;	
	color: #fff;
	line-height: 1.8;
	font-size: 14px;
	text-align: center;	
}



#login_form {
	position: absolute; 
	right: 17px; top: 41px;
	width: 255px; height: 105px;
}
#login_form input { width: 155px; 
background: url(../../img/site/inputbg.png) 0 0 no-repeat;
border: 0;
margin: 0; 
}
#login_form table {
	width: 240px;
}
#login_form table .ttitle { padding-right: 10px; }
#login_form table td { text-align: right; }
#login_form a { color: #ff99b5;  float: right; display: block; margin: 15px 30px 0 0;  }
button { border: 0; background: transparent; }


.latest-escorts {
	margin: 5px 0px;
	padding: 5px 0;
	border-bottom: 1px dotted #cc3366;
	border-top: 1px dotted #cc3366;
	color: #cc3366;
}
.latest-escorts a {
	color: #cc3366;
}


#gallery {	text-align: center; }
#gallery img { 	margin: 2px 5px; }

.banners_list {	margin-left: 1px; }
.banners_list td { padding-right: 1px;}
.banners_list { margin: 3px 0 10px 3px; }

#banners_container { width: 280px; }
#banners_container td { text-align: center; }

#users_login_box_content {
	float: right;
	display: block;
	width: 250px;
	margin: 20px 25px auto auto;
}
#users_login_box_content a {
	color: #fff;
}

#content_container {
	border-bottom: 1px dotted #cc3366;
	margin-bottom: 10px;
}

#registration_table {
	width: 500px;
	margin: 0 auto;
	margin
}

#registration_table a {
	background: url(../../img/site/mbg.png) 0 0 repeat-x;
	color: #fff;
	border : solid 1px red;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;	
}

form.users-login {
	width: 500px; 
	margin: 0 auto;
	margin-left: 130px;
}

.footer-banners {
	position: absolute;
	top: 50px;
	left: 50%;
	width:940px;
	margin-left: -470px;
}
.footer-banners table td {
	padding: 0 2px;
}

.header-banners {
	position: absolute;
	right: 300px;
	top: 3px;
}
.header-banners td {
	padding: 2px 0;
}


#search_form {
	padding: 0 10px;
}
#search_form label {
	width: 100px;
}


button.login, button.register, .cbtn {
	padding: 2px 10px;
	color: #ff9ab6;
	background: url(../../img/site/l1.png) 0 0 repeat-x;
	height: 23px;
	border: 1px solid #3c010e;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
button.login:hover, button.register:hover, .cbtn {
	background: url(../../img/site/l1.png) 0 0 repeat-x;
	cursor: pointer;
	border: 1px solid #8d0028;
}

.announcements_table {
	width: 920px;
	border-bottom: 1px dotted #cc3366;
}



.social-buttons {
  position: absolute;
  top: 10px;
  left: 10px;
  
}






