* {margin:0;padding:0}

html, body {
  width       : 100%;   
  height      : 100%;
  text-align  : left;
  font-family : verdana, arial, sans-serif;
  font-size   : 11px;  
  line-height : 15px; 
  color       : #F9EDE4;    
  background  : url("../../img/site/page_bg.jpg") 0 0 repeat;
} 

body {
  background  :  url("../../img/site/page_bg_top.jpg") 0 0 repeat-x;
}

/* --------------- MAIN CONTAINERS --------------- */ 
/* ------------------------------------------`----- */ 
  

#page_container {
  width      : 972px;    
  margin     : 0 auto;    
  background : url("../../img/site/content_bg.gif") 0 0 repeat-y;
  position   : relative;
  border-bottom : solid 1px #80561F;
}   

#header_container {
  height     : 194px;
  background : url("../../img/site/header.jpg") 0 50% no-repeat;
  position   : relative;
}

#main_container {
  background : url("../../img/site/content_bg_top.jpg") 0 0 no-repeat;
  position   : relative;
}

#main_innder_container {
  background : url("../../img/site/content_bg_bottom.jpg") 0 100% no-repeat;
  min-height : 700px;
  padding-bottom : 30px;
}

#left_container {
  width       : 650px;
  float       : left; 
}      

#right_container {
  width        : 248px;
  float        : left;
  text-align   : center;
  background   : url("../../img/site/index_right_bg.gif");
  font-size    : 10px;
  position     : relative;
  padding-top : 70px;
}

#content_container {
}

#content_text {
  padding : 5px 20px;	
}

#footer_container {  
  line-height     : 20px;  
  color      : white;
  position   : relative;
  text-align : center;
} 

/* --------------- EXTRA CONTAINERS ------- */    

#copyright_container {  
  text-align  : center; 
  font-size   : 10px;  
  padding-top : 5px;   
  color       : #CDCDCD;
}

a#logo_link:link, a#logo_link:visited, a#logo_link:hover {
  width    : 240px;
  height   : 130px;
  display  : block;
  position : absolute;
  top      : 50px;
  right    : 170px;
  text-decoration : none;    
  background : none;
}   


#phones_container {
  position    : absolute;
  top         : 160px;
  left        : 20px;
  font-size   : 21px;
  font-family : verdana;
  color       : white;
}

#link_container {
  position : absolute;
  top      : 30px;
  right    : 70px;	
}

#link_container a:link, #link_container a:visited, #link_container a:hover {
  text-decoration : none;
  font-weight     : bold;
  color           : #7F673B;
}
	

#index_header_1 {
  height      : 34px;
  text-align  : center;	
  font-weight : bold;
  background  : url(../../img/site/index_header_1.gif) 0 0 no-repeat;    
  position    : relative;
  padding-top : 10px;
}
#index_header_1_decoration {
  position   : absolute;
  left       : -13px;	
  top        : 0px;
  background : url(../../img/site/index_header_1_decoration.gif) 0 0 no-repeat;    
  width      : 13px;
  height     : 38px;
}

#index_header_2 {
  height : 40px;
  text-align  : center;	
  font-weight : bold;
  background  : url(../../img/site/index_header_2.gif) 0 0 no-repeat;    
  position    : relative;
  padding-top : 20px;
}
#index_header_2_decoration {
  position   : absolute;
  left       : -7px;	
  top        : 14px;
  background : url(../../img/site/index_header_2_decoration.gif) 0 0 no-repeat;    
  width      : 7px;
  height     : 34px;
}

#index_bottom {
  background : url(../../img/site/index_right_bottom_bg.gif) 0 100% no-repeat;    
  padding    : 10px 0;
  min-height : 100px;
}

/* --------------- TOP MENU --------------- */ 

#menu_container {
  text-align : center;  
  background : url(../../img/site/menu_bg.jpg) 0 0 no-repeat;    
  height     : 29px;
  z-index    : 1000;
  position   : relative;
} 
#menu_container ul {
  list-style   : none;
} 
#menu_container ul li {  
  list-style  : none;
  line-height : 29px;
  background  : url(../../img/site/menu_separator.gif) 0 100% no-repeat;  
  float       : left;
  font-weight : bold;
  padding     : 0 25px;
  position :relative;
}
#menu_container ul li a, #top_menu_container ul li a:hover {     
  color           : #FDC075;  
  font-size       : 11px;   
  text-decoration : none;  
  font-family     : verdana;
  background      : none;
  float           : left;
}  
#menu_container ul li a:hover {
  text-decoration : none;   
  color           : white;
}

#menu_container ul li ul { 
  position   : absolute;
  top        : 29px;
  left       : 0px;
  padding    : 5px 0 5px 0;
  float      : none;
  border     : solid 1px #4C2502;   
  background : #0B0600;  
  display    : none;      
  z-index    : 1009;   
}
#menu_container ul li ul li { 
  float       : none;
  width       : 180px;   
  text-align  : left;
  background  : none;   
  margin      : 0;   
  padding     : 0;
  line-height : 15px;
}
#menu_container ul li ul li a, #menu_container ul li ul li a:hover { 
  text-decoration : none;
  float           : none;  
  padding         : 0;   
  font-weight     : lighter;     
  display         : block;
  padding         : 3px 20px;
}  
#menu_container ul li ul li a:hover {
  text-decoration : none;   
  background      : #4C2502;
} 

#menu_container li:hover  ul {display: block;}



/* ------------------ NEWS --------------- */ 

#news_container {
  text-align : left;
  padding    : 0 10px;	
}

#news_container .news_date {
  color : #FE28A1;
  font-weight : bold;
}

#news_container .news_subject {
  font-weight : bold;
  color : white;  	
}

#news_container .news_item {
  margin-bottom : 20px;
  line-height : 14px;	
}

#news_container .news_text {
  color : #BCB7B7;
  padding-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 {
  font-size : 11px;
}

/* ------------------ REVIEWS --------------- */ 

#reviews_list_container {
  margin : 0 auto;	
}

#reviews_list_container td, #reviews_list_container th {
  padding       : 5px 20px;
  border-bottom : solid 1px #8C4609;
}

#reviews_list_container th a:link, #reviews_list_container th a:visited, #reviews_list_container th a:hover {
  color           : white;
  text-decoration : underline;
  font-weight     : lighter;
}

#reviews_latest_list_container {
  width : 100%;
  color : #ABABAB;	 
  background  : url(../../img/site/index_right_top_bg.gif) 0 0 no-repeat;  
}

#reviews_latest_list_container td {
  padding : 5px;	
}

#reviews_latest_list_container span {
  color : #FF6EC1;
}

#reviews_latest_list_container {
  width : 100%;
  color : #ABABAB;	 
}

#reviews_latest_list_container a:link, #reviews_latest_list_container a:visited, #reviews_latest_list_container a:hover {
  color : #ABABAB;	 
  font-size: 12px;
  text-decoration : underline;
	
}

/* ------------------ SITEMAP -------------------------- */ 

.sitemap_container { 
  margin     : 0px 0 20px 0;
  text-align : left;   
} 
.sitemap_container li { 
  list-style : none;
  line-height : 20px;  
}
.sitemap_container li ul { 
  list-style : none;
  margin-left: 20px;
}    

/* ------------------ FAQ -------------------------- */ 

#faq_list_container {
  padding : 0 20px;
}   
.faq_question {
  color : white;
  font-weight : bold;
}
.faq_answer {
}

/* ---------------- USERS ---------------------------- */     

#users_login_box {
  position  : absolute;
  top       : 110px;
  right     : 25px;
  font-size : 10px;    
  color     : white;   
  line-height : 12px;        
}

.users_login_box_input {
  width      : 120px;                 
  height     : 12px;
  background : black;
  border     : solid 1px #5F5F5F;  
  font-size  : 9px;
  color      : #FFDA39;
}  

#users_login_box td {
  padding-left : 5px;
}

a.users_login_box_link:link, a.users_login_box_link:visited, a.users_login_box_link:hover {
  color           : white;
  text-decoration : underline;
  font-weight     : bold;
}

/* ---------------- LINKS ---------------------------- */     
#links_breadcrumbs {
  width  : 100%;
}
#links_categories {
  margin      : 10px auto; 
  text-align  : left; 
  width       : 500px; 
  line-height : 20px;
}

#links_container img {
  border : 0;	
}

.links_item {
  padding       : 10px 0;
  border-bottom : solid 1px #D49854;
} 
.links_banner_item { 
  margin-top : 5px;
} 

/* ------------------- PAGES -------------------------------- */

.pages_container {
  text-align   : center;  
  line-height  : 25px;   
  padding : 10px;
}
.pages_container a:link, .pages_container a:visited, .pages_container a:hover {
  padding    : 0 4px;  
  margin     : 0 1px;
  color      : white;
}
.pages_container a:hover {
  background      : #8F3165;   
  text-decoration : none;
}
.page_current {
  padding    : 0 4px;  
  margin     : 0 1px;
  background : #8F3165; 
} 

/* --------------- EXTRAS --------------------- */ 

h1 {                   
  font-size   : 16px;   
  font-weight : lighter; 
  color       : #FDC075;   
  line-height : 40px;
  padding     : 10px 0 0 20px;
}  

h2 {
  font-family : verdana;
  font-size   : 14px;   
  line-height : 40px;
  padding-left : 40px;
}

 
.form_button { 
  font-family : arial, sans-serif;  
  font-size   : 11px;
  font-weight : bold;
  color       : #160C03;
  border      : 0;
  background  : white;  
  text-align  : center;
  cursor      : pointer;
  border : solid 1px #160C03;
}
 
.error_message{
  color      : red;
  font-size  : 10px;
  padding    : 5px 0;   
}
 
.success_message{
  color       : white;
  font-size   : 11px; 
  font-weight : bold; 
  text-align  : center; 
  line-height : 15px;  
  border      : solid 1px silver;
  background  : #8F8686;
  padding     : 10px;
  margin-bottom : 5px;
} 


.tinyInput {
  width: 80px;
} 
.smallInput {
  width: 200px;
} 
.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 {
  color       : white;   
  text-align  : left;
  padding-right: 10px;
  font-weight : lighter;
}
.form_table td {
  color       : white;   
} 

.form_table select, input, textarea {
  border     : solid 1px silver;
  color      : black;
  background : white;
  font-size  : 11px;
  font-family: verdana;   
  padding    : 2px;
}


.boldText {
  font-weight: bold;
}
.smallText {
  font-size  : 10px;   
  font-style : italic;
}
                                 
table {
  empty-cells: show;
}

.content_block {
  padding : 10px 20px;	
}

#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           : #FDC075;
  text-decoration : underline;
}

a:hover {
  text-decoration: underline;
}   

pre {
  color      : white;
  background : black;
  border     : solid 1px white;
  text-align : left;
  padding    : 10px;
}