* {margin:0;padding:0}

html, body {
  width       : 100%;   
  text-align  : left;
  font-family : verdana, arial, sans-serif;
  font-size   : 11px;  
  line-height : 15px; 
  color       : #DCDCDC;    
  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      : 997px;    
  margin     : 0 auto;    
  position   : relative;
}   

#header_container {
  height     : 147px;
  background : url("../../img/site/header.png") 0 0 no-repeat;
  position   : relative;
}

#main_container {
  background : url("../../img/site/content_bg.png") 0 0 repeat-y;
  position   : relative;
}

#main_inner_container {
  background : url("../../img/site/content_bg_top.jpg") 0 0 no-repeat;
  width      : 975px;
  margin     : 0 auto;
}

#wrapper {
  background : url("../../img/site/content_bg_bottom.jpg") 0px 100% no-repeat;
  min-height : 750px;
  padding    : 0 25px;
}

#left_container {
  width    : 610px;
  float    : left; 
  position : relative;
}      

#right_container {
  width     : 301px;
  float     : left;
  font-size : 10px;
  position  : relative;
  padding   : 5px 0 0 10px;
}

#content_container {
}

#content_text {
  padding : 15px 0;	
}

#footer_container {  
  color      : white;
  position   : relative;
  text-align : center;
  height     : 37px;
  background : url("../../img/site/footer.png");
} 

/* --------------- EXTRA CONTAINERS ------- */    

#copyright_container {  
  text-align  : center; 
  font-family : verdana;
  font-size   : 10px;
  color       : white;
  padding     : 10px;
}

#solution_container {  
  position    : absolute;
  top         : 100px;	
  right       : 70px;
  text-align  : center; 
  padding-top : 5px;   
  font-family : tahoma;
}

a#logo_link:link, a#logo_link:visited, a#logo_link:hover {
  width    : 250px;
  height   : 90px;
  display  : block;
  position : absolute;
  top      : 40px;
  left     : 45px;
  text-decoration : none;    
  background      : none;
}   


#phones_container {
  position    : absolute;
  top         : 68px;
  left        : 385px;
  font-size   : 18px;
  line-height : 24px;
  font-family : verdana;
  color       : white;
}

#link_container {
  position : absolute;
  top      : 10px;
  left     : 100px;	
}

#link_container a:link, #link_container a:visited, #link_container a:hover {
  text-decoration : none;
  color           : white;
  font-size       : 11px; 
}

#under_header {
  line-height : 5px;
  width  : auto;	
  border : solid 1px #BA4243;
  background : #5C1717;
}

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

#menu_container {
  text-align : center;  
  background : url(../../img/site/menu_bg.jpg) 50% 50% no-repeat;    
  height     : 34px;
  z-index    : 1000;
  position   : relative;
} 
#menu_container ul {
  list-style   : none;
  padding      : 1px 0 0 25px;
} 
#menu_container ul li {  
  list-style  : none;
  background  : url(../../img/site/menu_separator.gif) 0 50% no-repeat;  
  float       : left;
  font-weight : bold;
  position    : relative;
  padding-left: 1px;
}
#menu_container ul li a, #top_menu_container ul li a:hover {     
  color           : white;  
  font-size       : 11px;   
  text-decoration : none;  
  font-family     : verdana;
  background      : none;
  float           : left;
  display         : block;
  padding         : 7px 25px;
  position        : relative;
}  
#menu_container ul li a:hover {
  text-decoration : none;   
  color           : white;
  background  : url(../../img/site/menu_selected.gif) 0 0 repeat-x;  
}

#menu_container ul li ul { 
  position   : absolute;
  top        : 29px;
  left       : 0px;
  padding    : 5px 0 5px 0;
  float      : none;
  border     : solid 1px #6F0D0D;   
  background : #B23B3B;  
  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      : #FDB638;
} 

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



#bottom_menu_container {
  text-align : center;	
  padding : 20px;
	
}
#bottom_menu_container a:link, #bottom_menu_container  a:visited, #bottom_menu_container  a:hover {
  color           : white;
  text-decoration : underline;
}

a:hover {
  text-decoration: underline;
}   

/* ------------------ 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 #BA4243;
} 
.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   : 18px;   
  font-weight : lighter; 
  color       : #FFB752;   
  line-height : 30px;
  padding     : 10px 0 0 0;
}  

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 : 5px 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           : #F59F0A;
  text-decoration : underline;
}

a:hover {
  text-decoration: underline;
}   

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