* {margin:0;padding:0}

html, body {
  width       : 100%;   
  height      : 100%;
  text-align  : left;
  font-family : verdana, arial, sans-serif;
  font-size   : 11px;  
  line-height : 14px; 
  color       : #D9AA73;   
  background  : url("../img/site/page_bg_main.gif") 0 0 repeat;
} 

body {
  background  : url("../img/site/page_bg_top.gif") 0 0 repeat-x;
} 
/* --------------- MAIN CONTAINERS --------------- */ 
/* ------------------------------------------`----- */ 
#page_container {
  width      : 985px;   
  margin     : 0 auto;    
  background : url("../img/site/content_bg.gif") 0 0 repeat-y;
  position   : relative;
}    

#header_container {
  height     : 279px;
  background : url("../img/site/header.jpg") 0 50% no-repeat;
}

#main_container {
  background : url("../img/site/footer.jpg") 0 100% no-repeat;  
  padding    : 0 5px 20px 5px;  
}

#left_container {
  width       : 629px;
  float       : left; 
  padding     : 10px 10px 30px 30px;  
}      

#right_container {
  width        : 303px;
  float        : left;
  background   : url(../img/site/index_right_bg.gif) 0 0 repeat-y;    
  color        : #DAC1A1;
}

#center_container { 
  width  : 948px;
  margin : 2px auto;  
}  

#content_container {
  padding    : 8px 0px;
  background : url(../img/site/content_text_bottom_2.jpg) 0 100% no-repeat;    
  padding-bottom : 20px;
}
        
#footer_container {   
  height     : 50px;
  margin     : 0 auto; 
}   

/* --------------- EXTRA CONTAINERS ------- */    
    
#index_content_container {
  margin     : 0 2px 0 3px;
  border     : solid 1px #5A65A8;
  background : #212955 url("../img/site/content_inner_bg.gif") 0 0 repeat-x;  
  padding    : 20px;
  min-height : 300px;   
}    
    

#copyright_container {  
  text-align  : center; 
  font-size   : 10px;  
  padding-top : 5px;
}

a#logo_link:link, a#logo_link:visited, a#logo_link:hover {
  width    : 300px;
  height   : 170px;
  display  : block;
  position : absolute;
  top      : 0;
  left     : 30px;
  text-decoration : none;       
}    


#phone_container {  
  position    : absolute;
  top         : 100px;
  right       : 30px;
  text-align  : right;
  font-size   : 24px;
  font-family : tahoma;     
  color       : white;   
  line-height : 26px;   
}     


#content_text_top {
  line-height : 8px;
  font-size   : 4px; 
  background  : url("../img/site/content_text_top.gif") 0 0 no-repeat;  
}
#content_text {
  background  : url("../img/site/content_text_bg.gif") 0 0 repeat-y;  
}
#content_text_bottom {
  line-height : 7px;
  font-size   : 4px; 
  background  : url("../img/site/content_text_bottom.gif") 0 0 no-repeat;  
}


#decoration {  
  position   : absolute;
  top        : 0;
  right      : -14px;
  width      : 14px;
  height     : 95px;
  background : url("../img/site/decoration.gif") 0 0 no-repeat;  
  z-index    : 100;
}

#right_top {  
  position   : absolute;
  top        : 223px;
  right      : 4px;
  width      : 312px;
  height     : 56px;
  background : url("../img/site/index_featured_top.gif") 0 0 no-repeat;  
}   

#right_separator {
  height     : 20px;
  background : url("../img/site/index_right_separator.gif") 0 0 no-repeat;  
}
#right_bottom {
  height     : 14px;
  background : url("../img/site/index_right_bottom.gif") 0 0 no-repeat;  
}

/* --------------- TOP MENU --------------- */ 

#top_menu_container {
  width      : 100%;
  position   : absolute; 
  z-index    : 1000;   
  top        : 188px;
  text-align : center;  
} 
#top_menu_container ul {
  list-style   : none;
} 
#top_menu_container ul li {  
  list-style   : none;
  float        : left;  
  padding      : 0 25px;
  position     : relative;
  background   : url(../img/site/menu_separator.gif) 0 0 no-repeat;    
  line-height  : 36px;
}
#top_menu_container ul li a, #top_menu_container ul li a:hover {     
  float           : left;  
  color           : #EDB479;  
  font-size       : 12px;   
  text-decoration : none;   
  
}  
#top_menu_container ul li a:hover {
  text-decoration : underline;   
}


#top_menu_container ul li ul { 
  position   : absolute;
  top        : 36px;
  left       : 0px;
  padding    : 5px 0 5px 0;
  float      : none;
  border     : solid 1px #9E813C;      
  background : #533A1B;  
  display    : none;      
  z-index    : 1009;   
}
#top_menu_container ul li ul li { 
  float       : none;
  width       : 200px;   
  text-align  : left;
  background  : none;   
  margin      : 0;   
  padding     : 0;
  line-height : 15px;
}
#top_menu_container ul li ul li a, #top_menu_container ul li ul li a:hover { 
  text-decoration : none;
  float           : none;  
  padding         : 0;   
  font-weight     : lighter;     
  display         : block;
  padding         : 3px 20px;
}  
#top_menu_container ul li ul li a:hover {
  text-decoration : none;   
  background      : #362715;
} 

#top_menu_container li:hover  ul {display: block;}

/* --------------- BOTTOM MENU --------------- */ 

#bottom_menu_container {
  text-align  : center;    
  margin-top : 100px;
} 
#bottom_menu_container a:link, #bottom_menu_container a:visited, #bottom_menu_container a:hover {
  color           : #EDB479;
  text-decoration : none;   
  margin          : 0 10px;    
  font-size       : 11px;
}
#bottom_menu_container a:hover {
  text-decoration : underline;
}


/* ------------------ SITEMAP -------------------------- */ 
.sitemap_container { 
  margin     : 0px 0 20px 0;;
  text-align : left;   
} 
.sitemap_container li { 
  list-style  : none;
  line-height : 15px;  
}
.sitemap_container li ul { 
  margin-left: 30px;
}    

/* ------------------ FAQ -------------------------- */ 
#faq_list_container {
  padding : 0 20px;
}   
.faq_question {
  color : white;
}
.faq_answer {
}

/* ---------------- REVIEWS ---------------------------- */   

#reviews_list_container {
  line-height  : 16px; 
  margin-top   : 20px; 
  text-align   : left;   
  padding      : 0 20px; 
}  

#reviews_list_container a:link, #reviews_list_container a:visited, #reviews_list_container a:hover {
  color : white;
}


#review_item_container {
  float      : left;
  text-align : left;
  width      : 400px;   
  margin-left: 10px;
}
#review_item_container td {
  padding : 2px 0;
}    

#review_item_photo img {
  border : solid 1px #4EC2E5;
}

#reviews_latest_list_container {
  width        : 318px;
  height       : 167px;
  float        : left;
  margin       : 5px 5px 0 0;
  background   : url(../img/site/box.gif) no-repeat;  
  padding      : 5px 20px;  
}  
#reviews_latest_list_container a:link, #reviews_latest_list_container a:visited, #reviews_latest_list_container a:hover {
  color : white;
}     

/* ---------------- USERS ---------------------------- */     

#users_login_box {
  position  : absolute;
  top       : 105px;
  left      : 475px;
  font-size : 9px;    
  color     : #EDB479;   
  line-height : 12px;        
}
.users_login_box_input {
  width      : 120px;                 
  height     : 10px;
  background : #453322;
  border     : solid 1px #6B5037;  
  font-size  : 9px;
  color      : #AD8F73;
}



/* ---------------- NEWS ---------------------------- */     

#news_container { 
  font-size : 10px;
  padding   : 10px 20px;
}     
.news_item {
  padding-top : 10px;
}
.news_date {
  color : #1B1105;
}

/* ---------------- NEWS ---------------------------- */     

#newsletter_box_container {
  padding    : 10px 20px;
}
/* ---------------- LINKS ---------------------------- */     

#links_container {
  margin      : 10px auto; 
  text-align  : left; 
  width       : 500px; 
  line-height : 20px;
}
.links_item {
  padding       : 5px;
  margin        : 5px 0;
  border-bottom : solid 1px #D98C54;
} 
.links_banner_item { 
  margin-top : 5px;
}  
    
/* ---------------- BANNERS ---------------------------- */     
#banners_container {
  margin     : 10px 0;
  text-align : center;
}
#banners_container img {
  border : 0;
  margin : 5px;
}
#banners_container a:link, #banners_container a:visited, #banners_container a:hover {
  color       : white;
  font-weight : bold;
}

          
/* ------------------- NEWS ------------------------- */ 

.news_archive_item {
  margin-bottom : 20px;
}  

.news_archive_date {
  text-decoration : underline;
}
.news_archive_subject {
  margin : 4px 0;  
  color  : #FF6BB2;
}


/* ------------------- PAGING ------------------------- */ 

.pages_container  {
  padding     : 10px 30px; 
  text-align  : center;
}  
.pages_container a:link, .pages_container a:visited, .pages_container a:hover {
  color   : white;  
  padding : 1px 3px;  
}
.page_current {   
  background  : #9B0707;
  color       : white;
  padding     : 1px 4px;  
}
.page_next {   
  padding-left: 10px; 
}
.page_previuos {   
  padding-right: 10px;
}

/* --------------- EXTRAS --------------------- */ 

h1 {                   
  position    : absolute;
  top         : 248px;
  left        : 24px;
  font-size   : 24px;   
  font-weight : lighter; 
  color       : #1B1105;   
  line-height : 28px;
}  
 
h2 {
  font-size   : 18px;   
  font-weight : bold; 
  text-align  : left;    
  color       : #73FF00;
  background  : url(../img/site/bg_h1.gif) 0 100% repeat-x;  
  padding     : 10px 0; 
}  
h3 {
  color     : #1B1105;
  font-size : 14px;
}

 
.form_button { 
  font-family : arial, sans-serif;  
  font-size   : 11px;
  font-weight : lighter;
  color       : #EDB479;
  border      : 0;
  background  : url(../img/site/button.gif) 0 0 no-repeat;  
  width       : 59px;
  height : 18px;
}
 
.error_message{
  color      : red;
  font-size  : 10px;
  border     : solid 1px black;
  background : white;	
  padding    : 5px;
}
 
.success_message{
  color       : white;
  font-size   : 11px; 
  font-weight : bold; 
  text-align  : center; 
  line-height : 15px;
} 

.content_block {
}

.tinyInput {
  width: 50px;
} 
.smallInput {
  width: 150px;
} 
.mediumInput {
  width: 200px;
} 
.bigInput {
  width: 400px;
} 
.tinyTArea {
  width  : 400px; 
  height : 100px;
}
.smallTArea {
  width: 400px; 
  height: 200px;
}
.bigTArea {
  width  : 400px;
  height : 200px;
}   

.form_table {
  margin     : 0 auto;;
  text-align : left;
} 
.form_table h2 {
  color       : white;
  text-align  : left;
  font-weight : bold;
  font-size   : 14px;
}
.form_table th {
  font-weight : bold;
  color       : #D98C54;   
}
.form_table td {
  color       : #D98C54;   
} 

.form_table select, input, textarea {
  border     : solid 1px #0A0704;
  color      : #1B1105;
  background : #997648;
  font-size  : 11px;
  font-family: verdana;   
  padding    : 2px;
}

.boldText {
  font-weight: bold;
}
.smallText {
  font-size  : 10px;   
  font-style : italic;
}
 
table {
  empty-cells: show;
}

#content_container img {
  border : 0;
}
#content_container ul {
  list-style-position : inside;
  padding-left        : 10px;
}
#content_container blockquote {
  padding-left: 20px;
}
#content_container p {
  padding: 6px 0;
}
  
.clear {
  clear       : both; 
  line-height : 0px;
  font-size   : 0px;
}

a:link, a:visited, a:hover {
  color           : #D98C54;
  text-decoration : none;
}

a:hover {
  text-decoration: underline;
}   

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

.gallery_list_container {
  text-align  : left;   
  color       : #D9AA73;   
  margin      : 0 auto;    
}  

.gallery_list_container img {
  background  : url("../img/site/gallery_image_bg.gif") 0 0% no-repeat;  
  padding     : 19px 30px 30px 22px;    
}  



.gallery_list_container a:link, .gallery_list_container a:visited, .gallery_list_container a:hover {
  color           : #D98C54;   
  text-decoration : none;   
  font-size       : 14px;
  line-height     : 20px;
} 
.gallery_list_container a:hover {
  text-decoration : underline;   
} 


.gallery_list_info { 
  padding     : 3px 0 0 0;  
}
#gallery_list_container span {
}   
.gallery_list_container td {
  padding-bottom : 20px;
}



/* =========== INDIVIDUAL ======= */ 
   
#gallery_ind_container {
  text-align : left;
}
#gallery_ind_description {
  text-align : left;  
  padding    : 10px;
}   

#gallery_ind_info_container {
  background : url("../img/site/gallery_ind_info_bg.gif") 0 0 repeat-y;  
}  

#gallery_ind_info { 
  text-align  : left;     
  width       : 321px;  
  background  : url("../img/site/gallery_ind_info_top.gif") 0 0 no-repeat;  
}    
#gallery_ind_info th {  
  font-weight  : lighter; 
  color        : #D9AA73;   
  padding-left : 20px;
}
#gallery_ind_info td { 
  color       : white;
  font-weight : bold; 
  color       : #D98C54;
}  

#gallery_ind_info_top, #gallery_ind_info_bottom {                           
  line-height : 9px;          
  font-size   : 4px;
}
#gallery_ind_info_bottom {                           
  background : url("../img/site/gallery_ind_info_bottom.gif") no-repeat;  
}   


#gallery_ind_rates_container {
  background  : url("../img/site/gallery_ind_rates_top.gif") 0 0 no-repeat;  
  margin      : 5px 0 0 0;  
  padding-top : 32px;
}  
#gallery_ind_rates { 
  text-align  : left;     
  width       : 321px;  
  background  : url("../img/site/gallery_ind_rates_bg.gif") 0 0 repeat-y;    
  margin-top  : 3px;
}    
#gallery_ind_rates th {  
  font-weight  : lighter; 
  color        : #D9AA73;   
  padding-left : 20px;    
  width        : 80px;
}
#gallery_ind_rates td { 
  color       : white;
  font-weight : bold; 
  color       : #D98C54;
  text-align  : center;     
}  
#gallery_ind_rates_bottom {                           
  line-height : 9px;          
  font-size   : 4px;
  background  : url("../img/site/gallery_ind_rates_bottom.gif") no-repeat;  
}



a#gallery_ind_booking_link:link, a#gallery_ind_booking_link:visited, a#gallery_ind_booking_link:hover {
  display    : block;
  width      : 103px;
  line-height: 30px;
  text-align : center;
  background : url("../img/site/gallery_ind_button.gif") no-repeat;  
  margin     : 3px 0 0 0;
  float      : left;
}
a#gallery_ind_review_link:link, a#gallery_ind_review_link:visited, a#gallery_ind_review_link:hover {
  display    : block;
  width      : 103px;
  line-height: 30px;
  text-align : center;
  background : url("../img/site/gallery_ind_button.gif") no-repeat;  
  margin     : 3px 10px 0 109px;  
  float      : left;
}


#gallery_ind_services_container {   
  width       : 100%;   
  text-align  : center;
}

#gallery_ind_services_container div {
  width  : 48px;
  line-height : 48px;
  background : url(../img/site/service_icon.gif) no-repeat;  
  text-align : center;
  color : #6C0404;
  font-weight : bold;
  font-size : 11px;   
  margin : 0 auto;
}
  


#gallery_ind_photos_container {
  text-align : center; 
  width      : 103px;   
  background : url("../img/site/gallery_ind_slides_bg.gif") repeat-y;  
}
#gallery_ind_photos img {  
  background : url("../img/site/gallery_ind_photo_small.gif") no-repeat;  
  padding    : 10px 15px 20px 10px;     
  margin-top : 5px;
} 
#gallery_ind_photos {
  background : url("../img/site/gallery_ind_slides_top.gif") no-repeat;  
}

#gallery_ind_photos_bottom {
  line-height : 8px;
  font-size   : 5px;
  background  : url("../img/site/gallery_ind_slides_bottom.gif") no-repeat;  
}

#gallery_ind_slides_container {
  width      : 103px;
  height     : 57px;
  background : url(../img/site/gallery_ind_slides_control.gif) no-repeat;  
  margin-top : 3px;
  text-align : center;
  padding-top : 24px;
}   
    
    
.gallery_ind_v_photo {
  background  : url("../img/site/gallery_ind_photo_vn.png") no-repeat;  
  padding     : 40px 36px 42px 42px;
}
.gallery_ind_h_photo {
  background  : url("../img/site/gallery_ind_photo_horizonta.gif") no-repeat;  
  padding     : 37px 21px 37px 21px;
} 



#gallery_ind_reviews_list {
  margin  : 10px 0 0 30px;
}

#gallery_ind_reviews_list table {
  text-align : left;   
  width : 100%;
}
#gallery_ind_reviews_list a:link, #gallery_ind_reviews_list a:visited, #gallery_ind_reviews_list a:hover {
  text-decoration : underline;
  font-size       : 10px;
  margin-right    : 3px;       
}  
  

/* =========== INDEX ONE PHOTO ======= */ 

#gallery_index_container {
  background : url(../img/site/index_featured_bg.gif) 0 0 no-repeat;    
  height       : 406px;    
}
#gallery_index_container img {
  border : 0;
  margin : 35px 0 0 51px;
  border : solid 1px #110F0D; 
}
#gallery_index_title {
  font-size   : 14px;
  line-height : 20px;
  font-weight : bold;
  position    : absolute;
  top         : 265px;
  left        : 700px;
  color       : #99744D;
  width : 200px;
} 
#gallery_index_container a:link, #gallery_index_container a:visited, #gallery_index_container a:hover {
  color       : #99744D;
  font-size   : 12px;
}
   



/* =========== INDEX LIST PHOTO ======= */ 


#gallery_list_index_container5 {
  color        : black; 
  padding-right: 15px;
} 
#gallery_list_index_title5 {
  font-weight   : bold;
  border-bottom : solid 1px #1B1105;   
  margin-bottom : 12px;
}
 

#gallery_list_index_container5 a:link, #gallery_list_index_container5 a:visited, #gallery_list_index_container5 a:hover {
  color       : #E7B963;
  font-size   : 11px;
}
       
#gallery_list_index_container img5 {
  border : solid 1px #E7B963;  
}  

.gallery_list_index_img5 {
  width       : 496px;
  height      : 72px;
  text-align  : center;
  background-image:url(../img/site/468-all-girls-banner.png);
  border      : solid 2px #B19272;   
  padding-top : 7px;
}
   
   
/* =========== NEW ESCORTS ======= */ 
 
#gallery_new_escorts_container {     
}
#gallery_new_escorts_container img { 
  border : solid 1px #A4A4A4;   
  margin : 3px;
}     

#gallery_new_escorts_table {
  text-align : center;
}
#gallery_new_escorts_container a {     
  color : #00FFFF;
}
     
/*   
#gallery_new_t_l, #gallery_new_t_r, #gallery_new_b_l, #gallery_new_b_r {
  width       : 5px;
  line-height : 5px;
  font-size   : 5px;
}
#gallery_new_t_l {
  position   : absolute;   
  top        : 0;
  left       : 0;
  background : url(../img/site/gallery_top_left.gif) no-repeat;  
}
#gallery_new_t_r {
  position   : absolute;   
  top        : 0;
  right      : 0;
  background : url(../img/site/gallery_top_right.gif) no-repeat;  
}
#gallery_new_b_r {
  position   : absolute;   
  bottom     : 0;
  right      : 0;
  background : url(../img/site/gallery_bottom_right.gif) no-repeat;  
}
#gallery_new_b_l {
  position   : absolute;   
  bottom     : 0;
  left       : 0;
  background : url(../img/site/gallery_bottom_left.gif) no-repeat;  
}    
*/


#escorts_names_container {
  width      : 800px;
  margin     : 0 auto;
  padding    : 10px  0 30px 0;   
  text-align : center;
}
#escorts_names_container a {
  color : white;
} 
   
   
#gallery {
  text-align : center;
}
   
h4 {
  font-size   : 18px;
  text-align  : center;
  font-weight : lighter;
  line-height : 30px;
}    


#galleries_list_container {
  font-size   : 14px;
  font-weight : bold;
  text-align  : center; 
  padding-top : 10px;
}
#galleries_list_container a {
  padding : 0 10px;
}   

#gallery_names_list {  
  text-align : center;  
  padding    : 10px 0 20px 0;  
  width      : 900px;
  margin     : 0 auto;
}
#gallery_names_list a:link, #gallery_names_list a:visited, #gallery_names_list a:hover {
  font-weight : lighter;   
  margin      : 0 3px;
  font-size   : 11px; 
  color       : white;  
}  


  
  
  

   
  


