* {margin:0;padding:0}

html, body {
  width       : 100%;   
  height      : 100%;
  text-align  : left;
  font-family : arial, verdana, sans-serif;
  font-size   : 11px;  
  line-height : 16px; 
  color       : #FDD4D4;    
  background  : #922A2A url("../../img/site/page_bg_top.jpg") 0 0 repeat-x;
} 

/* --------------- MAIN CONTAINERS --------------- */ 
/* ------------------------------------------`----- */ 
  

#page_container {
  width         : 988px;    
  min-height    : 100%;
  margin        : 0 auto;    
  margin-bottom : -42px;   
}   

#header_container {
  height     : 198px;
  background : url("../../img/site/header.jpg") 0 50% no-repeat;
  position   : relative;
}

#main_container {
  padding-left : 208px;
  background : silver url("../../img/site/content_bg_top.jpg") 403px 0 no-repeat;
}

#main_container_index {
  background : url("../../img/site/content_bg_top_index.jpg") 0 0 no-repeat;  
}

#left_container {
  width       : 530px;
  float       : left; 
  font-size   : 12px;   
  padding-bottom : 20px;
}      

#right_container {
  width        : 250px;
  float        : left;
  text-align   : center;
}

#content_container {
  background : url("../../img/site/content_bg.gif") 0 0 repeat-y;  
  width : 502px;
  padding : 20px 10px;
}

#content_text {
  padding : 15px 5px;	
}

#clearfooter {
  clear      : both;
  height     : 42px;	
}        

#footer_container {  
  width      : 667px;	
  height     : 42px;  
  background : url(../../img/site/footer.gif);     
  color      : black;
  position   : relative;
  margin     : 0 auto;
} 


  

/* --------------- EXTRA CONTAINERS ------- */    


#copyright_container {  
  text-align  : center; 
  font-size   : 10px;  
  padding-top : 12px;   
  color       : #AEAEAE;
}

a#logo_link:link, a#logo_link:visited, a#logo_link:hover {
  width    : 250px;
  height   : 110px;
  display  : block;
  position : absolute;
  top      : 50px;
  right    : 0;
  text-decoration : none;    
  background : none;
}   

#top_decoration {
  position   : absolute;
  top        : 0;
  right      : 0;
  width      : 50%;
  height     : 17px;
  background : url(../../img/site/decoration.gif) 0 0 repeat-x;    
} 


#box_1, #box_2, #box_3, #box_4, #box_5, #box_6 {
  width      : 256px;
  height     : 348px;	
  background : url(../../img/site/box_red.gif) 0 0 no-repeat;   
  float      : left; 
  margin-bottom : 10px;
  position      : relative;
}

#box_1 {
  background : url(../../img/site/box_black.gif) 0 0 no-repeat;   
}

.box_content {
  padding : 15px 10px;	
}

.arrow {
  position   : absolute;
  top        : -38px;	
  left       : 10px;
  width      : 71px;
  height     : 71px;
  background : url(../../img/site/arrow.png) 0 0 no-repeat;   
}

#content_top {
  background  : url("../../img/site/content_bg_top.gif") 0 0 no-repeat;  
  height : 41px;
  margin-top  : 25px;
  position    : relative;
}

#content_bottom {
  background  : url("../../img/site/content_bg_bottom.gif") 0 0 no-repeat;  
  height : 14px;
}


/* --------------- TOP MENU --------------- */ 

#menu_container {
  z-index    : 1000;   
  text-align : center;  
  background   : url(../../img/site/menu_bg.gif) 0 0 repeat-y;    
} 
#menu_container ul {
  list-style   : none;
  background   : url(../../img/site/menu_bg_bottom.jpg) 0 100% no-repeat;  
  padding-bottom: 35px;
  text-align : left;
} 
#menu_container ul li {  
  list-style    : none;
  border-bottom : solid 1px #614040;    
  line-height   : 27px;
  margin        : 0 1px;
  background    : url(../../img/site/menu_bullet.gif) 15% 50% no-repeat;  
  padding-left : 55px;
}
#menu_container ul li a, #top_menu_container ul li a:hover {     
  color           : white;  
  font-size       : 11px;   
  text-decoration : none;  
  font-family     : tahoma;
  background      : none;
  font-weight     : lighter;
}  
#menu_container ul li a:hover {
  text-decoration : underline;   
}


/* ------------------ SITEMAP -------------------------- */ 
.sitemap_container { 
  margin     : 0px 0 20px 0;
  text-align : left;   
} 
.sitemap_container li { 
  line-height : 15px;  
}
.sitemap_container li ul { 
  margin-left: 30px;
}    

/* ------------------ FAQ -------------------------- */ 
#faq_list_container {
  padding : 0 20px;
}   
.faq_question {
  color : white;
}
.faq_answer {
}


/* --------------- EXTRAS --------------------- */ 

h1 {                   
  font-size   : 20px;   
  font-weight : lighter; 
  color       : white;   
  line-height : 40px;
  width       : 99%;     
  background  : url(../../img/site/h1_bg.gif) 0 100% repeat-x;  
  font-family : verdana;
}  

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       : white;
  border      : 0;
  background  : url(../../img/site/button.gif) 0 0 no-repeat;  
  width       : 79px;
  height      : 22px;   
  text-align  : center;
}
 
.error_message{
  color      : red;
  font-size  : 10px;
  border     : solid 1px black;
  background : white;	
  padding    : 5px;   
  background : black;
}
 
.success_message{
  color       : white;
  font-size   : 11px; 
  font-weight : bold; 
  text-align  : center; 
  line-height : 15px;  
  border      : solid 1px silver;
  background  : #8F8686;
  padding     : 10px;
  width       : 100%;
  margin      : 0 auto 5px auto;
  	
  
} 

.content_block {
}

.tinyInput {
  width: 80px;
} 
.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 : lighter;
  color       : white;   
  text-align  : right;
  padding-right: 10px;
}
.form_table td {
  color       : white;   
} 

.form_table select, input, textarea {
  border     : solid 1px #C24E4E;
  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_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           : white;
  text-decoration : underline;
}

a:hover {
  text-decoration: underline;
}   

pre {
  color      : white;
  background : black;
  border     : solid 1px white;
  text-align : left;
  padding    : 10px;
}