* {margin:0;padding:0}

html, body {
  width       : 100%;   
  text-align  : left;
  font-family : verdana, arial, sans-serif;
  font-size   : 12px;  
  line-height : 15px; 
  color       : #CCCCCC;    
  background : #666666 url("../../img/site/page_bg_top.jpg") 0 0 repeat-x;
} 


/* --------------- MAIN CONTAINERS --------------- */ 
  

#page {
  width      : 988px;    
  margin     : 0 auto;    
  background : #323030;
}  

#header {
  height : 237px;
  background : black url("../../img/site/header.jpg") 0 0 no-repeat;          
  position : relative;
}

#main {
  margin : 0 auto;  
  border : solid 1px #CCCCCC; 
  border-width : 0 1px 1px 1px;
  background : url("../../img/site/content_bg_top.gif") 0 0 no-repeat;          
}    

#content {
  padding : 5px 15px 60px;   
  position : relative;
}

#left {    
  width : 670px;	
  float : left;  
  padding-right : 10px;
}  

#right {    
  width : 240px;	
  float : left;  
} 

.caption {    
  color : #CCCCCC;
  font-size : 24px;   
  line-height : 26px;    
  text-align : right;
} 

 
#content_text {
  padding : 0;	
}   

.content_block {
  padding : 10px 0;	
}

#footer_container {  
  color      : #969696;
  position   : relative;
  text-align : center;
  background : url("../../img/site/footer.gif") 0 100% no-repeat;    
}

#bottom_container {
	width : 924px;
	margin: 0 auto;
	padding : 15px;	    
	text-align : center;    
	color : white;  
	position : relative;
	font-size : 11px;
}
         
          
/* --------------- EXTRA CONTAINERS ------- */    
     
     
#copyright_container {  
  position    : absolute;
  bottom      : 18px;
  left        : 0;	
  text-align  : center; 
  font-family : tahoma;
  font-size   : 11px;
  color       : #969696;
  width       : 100%;
}

#solution_container {  
  position    : absolute;
  bottom      : 18px;
  right       : 70px;
  font-family : tahoma;
  color       : #909090;
}

a#top_link:link, a#top_link:visited, a#top_link:hover {
  position : absolute;
  top      : 55px;
  left     : 20px;
  text-decoration : none;    
  color : white; 
  font-size : 11px;
} 
a#top_link:hover {
  text-decoration : underline;    
} 

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

a#site_link:link, a#site_link:visited, a#site_link:hover {
  position  : absolute;
  top       : 17px;
  left      : 70px;	
  font-size : 11px;  
  color     : #CECECE;   
  text-decoration : none;
}  

a#sitemap_link:link, a#sitemap_link:visited, a#sitemap_link:hover {
  position  : absolute;
  top       : 5px;
  right      : 8px;	
  font-size : 11px;  
  color     : white;   
  text-decoration : none;    
}  

#bottom_logo {
	position  : absolute;
	top       : 10px;
	left      : 25px;	
	width  : 227px;
	height : 37px;
	background : url(../../img/site/bottom_logo.png) 0 0 no-repeat;    
}

#phones_container {
  position    : absolute;
  bottom      : 75px;
  left        : 190px;
  font-size   : 30px;
  line-height : 24px;
  color       : white;  
  font-style : italic;  
  width : 270px;
}  

#slogan {
  position    : absolute;
  top         : 5px;
  right       : 100px;
  font-size   : 12px;
  line-height : 14px;
}

.box_small_container {
  background : url(../../img/site/box_small_bg.gif) 0 0 repeat-y;    
  width      : 236px;   
  text-align : center;	
  margin-bottom :20px;   
  margin-top : 20px;
}  

.box_small_top {
  background  : url(../../img/site/box_small_top.gif) 0 0 no-repeat;    
  line-height : 10px;
  font-size   : 2px;
}  

.box_small_bottom {
  background : url(../../img/site/box_small_bottom.gif) 0 0 no-repeat;    
  height : 18px;
}

.box_small_content {
  padding    : 0 25px 0 20px;   
  text-align : left;
  font-size  : 11px;   
  line-height : 13px;
  color : #939393;
}   


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


#menu_container {  
  position  : absolute;
  bottom     : 0;	
  left       : 0;
  text-align : center;  
  height     : 25px;     
  z-index : 1000;
}  

#menu_container ul {
  list-style   : none;
}  

#menu_container ul li {  
  list-style  : none;
  float       : left;
  position    : relative;
  background  : url(../../img/site/menu_line.gif) 0 0 no-repeat;      
  text-align  : center; 
  padding-left: 2px;
  height     : 25px;      
  padding : 0 42px;  
  line-height     : 21px;  
}  

#menu_container ul li a, #top_menu_container ul li a:hover {     
  color           : white;  
  font-size       : 12px;   
  text-decoration : none;  
  text-transform  : uppercase;   
}   

#menu_container ul li a:hover, #menu_container #selected_menu_item {
  text-decoration : underline;
}  

#menu_container ul li ul { 
  position   : absolute;
  top        : 25px;
  left       : 0;
  float      : none;
  background : #680000;  
  display : none;
}
#menu_container ul li ul li { 
  float       : none;
  width       : 240px;   
  text-align  : left;
  padding     : 0 5px; 
  border-bottom : 1px solid #990000;    
  background : none;   
}
#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;     
  text-transform : none;   
} 
#menu_container ul li ul li a:hover { 
	text-decoration : underline;
}
#menu_container li:hover ul ul,
#menu_container li li:hover ul ul,
#menu_container li li li:hover ul ul
{display:none;}


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

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


#bottom_menu_container {
  text-align : center;	
  padding    : 15px 20px;    
  margin : 0 auto;    
  background : #800001;
  border : solid 1px #CCCCCC; 
  border-width : 0 1px 1px 1px;
} 

#bottom_menu_container ul {
  list-style   : none;
}  

#bottom_menu_container ul li {  
  list-style  : none;
  float       : left;   
  display : block;
  width	 : 185px;
  text-align  : center;        
  padding : 0 2px;
}  

#bottom_menu_container ul li a, #top_menu_container ul li a:hover {     
  color           : white;  
  font-size       : 12px;   
  text-decoration : none;  
  line-height     : 21px;  
  float       : left;   
}   

#bottom_menu_container a:hover {
  text-decoration: underline;
}   
   
   
/* ------------------ NEWSLETTER --------------- */        


#newsletter_box_container {
  padding : 0 14px 5px 14px;
}

#newsletter_box_button {
  width      : 31px;
  height     : 215x;	
  cursor     : pointer; 
  margin : 4px;        
}

#newsletter_box_input {
  width      : 140px;
  height     : 15px;	
}
 
   
#box_container {
  background : url(../../img/site/box_bg.gif) 0 0 repeat-y;    
  width      : 258px;   
  text-align : center;	
  margin : 30px auto;
}  

#box_top {
  background  : url(../../img/site/box_top.gif) 0 0 no-repeat;    
  line-height : 10px;
  font-size   : 2px;
}  

#box_bottom {
  background : url(../../img/site/box_bottom.gif) 0 0 no-repeat;    
  height : 16px;
}


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


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

#forum_container a:hover {     
  text-decoration : underline;	
} 

table#forum_topics {
  width : 100%;	
}

table#forum_topics td, table#forum_topics th {
  padding : 7px 5px;
  border-bottom : solid 1px #6F6F6F;
}

.forum_message {
  padding : 15px 0;
  border-top : solid 1px silver;	
}                                  

.forum_message_date {
  padding-bottom : 2px;	  
  color : #CFCFCF;
}

.forum_message_date span {
  font-weight : bold;	
}  

.forum_back {
  text-align:right;
  height : 20px
}

    
/* ------------------ NEWS --------------- */ 
       
       
#news_container {
  background : #4C4B4B;
  text-align : left; 
  padding : 0 10px 10px 10px;
}

#news_container .caption {
	text-align : left;
	font-size : 14px;
}

#news_container .news_date { 
  color : #333333; 	
}

#news_container .news_subject {
  color : white;
}

#news_container .news_item {
  padding : 5px 0 10px 0;
}

#news_container .news_text {
  padding-top : 5px;	
}
     
     
/* ---------------- BANNERS ---------------------------- */     
       
       
#banners_container {
  margin     : 0 auto;
  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 : 10px auto;	
}

#reviews_list_container td, #reviews_list_container th {
  padding       : 5px 20px;
  border-bottom : solid 1px #CBCBCB;
}

#reviews_list_container th a:link, #reviews_list_container th a:visited, #reviews_list_container th a:hover {
  color           : #333333;
  text-decoration : underline;
  font-weight     : lighter;
}

#reviews_latest_list_container {
  width : 100%;
  color : #ABABAB;	 
}

#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;
}

#review_item_photo {
  border : solid 1px #CC0000;
} 

.reviews_item th {
  width : 150px;
	
}
  
  
/* ------------------ 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 {
  font-weight : bold;
}
.faq_answer {
}
  
  
/* ---------------- USERS ---------------------------- */     
 
 
#users_login_box {
  position  : absolute;
  bottom       : 27px;
  left     : 1px;
  font-size : 10px;    
  color     : white;   
  line-height : 12px;  
  padding : 2px 50px 0 10px;    
  background : black;   
  width : 660px;
}

.users_login_box_input {
  width      : 120px;                 
  height     : 10px;
  background : #7C7C7C;
  border     : solid 1px white;  
  font-size  : 9px;
  color      : white;
}  

#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 {
  text-decoration : none;    
}

#users_login_button {   
  background : #C50200;
  border     : 0;  
  font-size : 10px;
  font-family : tahoma;    
  color : white;  
}
  
  
/* ---------------- LINKS ---------------------------- */     
  
  
#links_breadcrumbs {
  width  : 100%;
}     

#links_categories {
  margin      : 10px auto; 
  text-align  : left; 
  width       : 600px; 
  line-height : 20px;
}

#links_container img {
  border : 0;	
}

.links_item {
  padding       : 10px 0;
  border-bottom : solid 1px silver;
} 
.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    : 2px 5px;  
  margin     : 0 1px;
  color      : white;     
  text-decoration : none;
}
.pages_container a:hover {
  background      : #A92426;   
  text-decoration : none;
}

.page_current {
  padding    : 2px 5px;  
  margin     : 0 1px;
  background : #A92426; 
} 

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

h1 {                   
  font-size   : 16px;   
  line-height : 18px;  
  font-weight : lighter;
  width       : 700px;  
  padding     : 15px 0 10px 0;    
  color  : #CCCCCC;
}  
 
.form_button { 
  font-family : arial, sans-serif;  
  font-size   : 11px;
  font-weight : bold;
  text-align  : center;
  cursor      : pointer;
  border : solid 1px #999999;   
  margin-top : 15px;
  color : white;
  background : #8B0000;
}
 
.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;  
  padding     : 10px;
  margin-bottom : 5px;   
  background : #515050;
} 


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

.form_table {
  margin     : 0 auto;
  text-align : left;
} 
.form_table h2 {
  text-align  : left;
  font-weight : bold;
  font-size   : 14px;
}
.form_table th {
  text-align  : right;
  padding-right: 10px;
  font-weight : lighter;
}
.form_table td {
  text-align:left;
} 

.form_table th.teaser {
  text-align :center;
  font-weight : bold;
  color : white;
  padding : 20px 0 10px 0;	
}

.form_table select, input, textarea {
  border     : solid 1px #666666;
  color      : black;
  background : white;
  font-size  : 11px;
  font-family: verdana;   
  padding    : 4px;
}


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

#content_text ul {
  list-style-position : inside;
  padding-left        : 10px;
}
#content_text blockquote {
  padding-left: 20px;
}
#content_text p {
  padding: 6px 0;
}

  
.clear {
  clear       : both; 
  line-height : 0px;
  font-size   : 0px;
}

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

a:hover {
  text-decoration: underline;
}   

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


/* ------------------ ARTICLES --------------- */ 
          

#articles {  
	padding : 0 0;
}   

#articles ul li{  
	padding : 2px 0;
} 

#articles_left {
	width : 700px;
	float : left;   
	padding-right : 20px;
}

#articles_right {
	width : 200px;
	float : left;   
	background : #4C4B4B;
	padding : 15px;
}

#articles_right ul, #articles_right ul li {
	list-style : none;
}

#articles_right ul li {
	padding : 3px 0;
}

.article {  
	padding : 20px 0 20px 0;  
	border-top :solid 1px #CCCCCC;
}   

#articles .first {  
	padding : 0 0 20px 0;  
	border-top : 0;
}   

.article h2 {  
	font-size : 16px;
	line-height : 160%;
}   

.article .date {  
	padding-bottom : 8px; 
	font-size : 11px;
}   

.article .category {  
	padding-bottom : 8px; 
	font-size : 11px;
}   

.article .tags {  
	padding-top : 10px; 
	font-size : 10px;
}   

.article .more {  
	padding-top : 10px; 
	font-weight : bold;  
}   

.article .image, #article_content .image {  
	float : left;
	margin : 0 10px 10px 0;
}  

#article_content {
	padding : 0 0;
}   

#article_content .category {
	padding-bottom : 8px;  
	font-size : 11px;
}

#article_content .tags {
	padding-top : 12px;
	font-size : 11px;
}        
