* {margin:0;padding:0}

html, body {
  width       : 100%;   
  height      : 100%;
  text-align  : left;
  font-family : verdana, arial, sans-serif;
  font-size   : 12px;  
  line-height : 15px; 
  color       : #B8B7B8;   
  background  : black;
} 


/* --------------- MAIN CONTAINERS --------------- */ 
/* ------------------------------------------`----- */ 
#page_container {
  width         : 973px;
  margin        : 0 auto;    
  background    : url(/img/site/bg_content.gif) repeat-y; 
  position      : relative; 
  padding       : 0 1px;
}  

#header_container {
  height     : 185px;
  background : url("/img/site/header.jpg") 0 0 no-repeat;
}

#main_container {
  background : url("/img/site/bg_content_top.gif") 0 0 repeat-x;
}

#top_container {
  height     : 67px;  
  background : url(/img/site/bg_content_top.jpg) 0 0 no-repeat;
}  


#center_container {
  min-height     : 450px;
  background     : url(/img/site/bg_content_bottom.jpg) 0 100% no-repeat;  
  padding-bottom : 100px;  
}     

#left_container {
  width   : 590px;
  float   : left;   
  padding : 35px 0 0 10px;
}      

#right_container {
  width      : 370px;
  float      : left;
}

#bottom_container {
  background  : url(/img/site/bottom.jpg) 0 0 no-repeat;    
  width       : 972px; 
  height      : 241px;
  margin      : 0 auto;
  
}

#content_container {  
  width       : 907px;
  margin      : 0 auto;
  background  : url(/img/site/bg_content_text.png) 0 0 repeat-y;
  min-height  : 250px;
  padding     : 0 25px;  
  text-align  : left;
}  

#footer_container {  
  height      : 118px;  
  color       : #B1B1B1;
  background  : url(/img/site/footer_bg.gif) 0 0 repeat-x;    
}   

/* --------------- EXTRA CONTAINERS ------- */    

.index_content_container {   
  background  : url(/img/site/index_content_bg.png) 0 0 repeat-y;    
  width       : 539px;   
  padding     : 0 20px;   
}
.index_content_top {
  background  : url(/img/site/index_content_top.png) 0 0 no-repeat;    
  width       : 579px;
  height      : 21px;
}
.index_content_bottom {
  background    : url(/img/site/index_content_bottom.png) 0 0 no-repeat;    
  width         : 579px;
  height        : 18px; 
  margin-bottom : 20px;
}




#copyright_container {
  line-height : 118px;  
  color       : #EEEEEE;
  background  : url(/img/site/footer.jpg) 0 0 no-repeat;    
  text-align  : center; 
  font-size   : 11px;
}

#content_bottom {
  height     : 18px;  
  background  : url(/img/site/content_inner_bottom.gif) 0 0 no-repeat;    
}  

.star_1 {  
  position   : absolute;
  top        : -32px;
  left       : -32px;
  width      : 65px;
  height     : 65px; 
  background : url(/img/site/star_1.png) 0 0 no-repeat;    
}
.star_11 {  
  position   : absolute;
  top        : 234px;
  right      : -32px;
  width      : 65px;
  height     : 65px; 
  background : url(/img/site/star_1.png) 0 0 no-repeat;    
  z-index: 100;
}
.star_2 {  
  position   : absolute;
  top        : -50px;
  left       : -50px;
  width      : 100px;
  height     : 100px; 
  background : url(/img/site/star_2.png) 0 0 no-repeat;    
} 
.diamond {  
  position   : absolute;
  top        : 225px;
  left       : -6px;
  width      : 40px;
  height     : 30px; 
  background : url(/img/site/diamond.png) 0 0 no-repeat;    
  z-index    : 100;
}

a#logo_link:link, a#logo_link:visited, a#logo_link:hover {
  width    : 300px;
  height   : 150px;
  display  : block;
  position : absolute;
  top      : 10px;
  left     : 30px;
  text-decoration : none;
}


/* --------------- TOP MENU --------------- */ 

#top_menu_container {
  width      : 923px;
  height     : 27px;
  background : url("/img/site/menu_bg.gif") 0 0 repeat-x;
  position   : relative; 
  padding    : 0 25px;
  z-index    : 1000;   
} 
#top_menu_container ul {
  list-style   : none;
} 
#top_menu_container ul li {  
  list-style   : none;
  float        : left;  
  text-align   : center;  
  margin-right : 30px;   
  position     : relative;
}
#top_menu_container ul li a, #top_menu_container ul li a:hover {     
  float           : left;  
  color           : #2B292B;  
  font-weight     : bold;
  font-size       : 13px;   
  text-decoration : none;   
  font-family     : tahoma;  
  padding         : 6px 0;
}  
#top_menu_container ul li a:hover {
  text-decoration : underline;  
}

#top_menu_container ul li ul { 
  position   : absolute;
  top        : 26px;
  left       : -10px;
  padding    : 5px 0;
  float      : none;
  border     : solid 1px white;      
  background : #A6A8AD;  
  display    : none;      
}
#top_menu_container ul li ul li { 
  float       : none;
  width       : 140px;   
  text-align  : left;
  background  : none;   
  border      : 0;
  margin      : 0;   
}
#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         : 5px 10px;
}  
#top_menu_container ul li ul li a:hover {
  text-decoration : none;   
  background      : #DFDFDF;
} 



#top_menu_container li:hover ul ul,
#top_menu_container li li:hover ul ul,
#top_menu_container li li li:hover ul ul
{display:none;}


#top_menu_container li:hover ul,
#top_menu_container li li:hover ul,
#top_menu_container li li li:hover ul
{display:block;}


#top_menu_container ul li ul li ul { 
  position   : absolute;
  top        : 0px;
  left       : 140px;
  display    : none;  
  background : none;
  border     : solid 1px white;      
  background : #A6A8AD;  
}
#top_menu_container ul li ul li ul li { 
  padding : 1px 0;  
  float   : none;
  width   : auto;   
}
#top_menu_container ul li ul li ul li a, #top_menu_container ul li ul li ul li a:hover { 
  font-size : 11px;
  padding   : 1px 10px;
  width     : 90px;   
  float     : none;
}  
#top_menu_container ul li ul li ul li a:hover {
  text-decoration : underline;  
}




/* --------------- BOTTOM MENU --------------- */ 

#bottom_menu_container {
  padding      : 10px;
  text-align   : center;
  background   : black;
  color        : #5AD8FF;
  border       : solid 1px #383838;
  border-width : 1px 0;
} 
#bottom_menu_container a:link, #bottom_menu_container a:visited, #bottom_menu_container a:hover {
  color           : #EDE2D4;
  text-decoration : none;   
  margin          : 0 10px;    
  font-size       : 12px;
  color           : #5AD8FF;     
  font-weight     : bold;
}
#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;
}

/* ---------------- REVIEWS ---------------------------- */   

#reviews_table {
  margin : 0 auto;
  width  : 550px;    
  text-align : left;
  border : solid 1px #121212;
  border-width : 1px 1px 0 1px;
}
#reviews_table th {
  padding :5px 10px;
  background : #121212;
}
#reviews_table td {
  padding : 2px 10px;
  border       : solid 1px #121212;
  border-width :  0 0 1px 0;
}
#reviews_table a:link, #reviews_table a:visited, #reviews_table a:hover {
  color : white;
}


#reviews_list_container {
  line-height  : 16px; 
  margin-top   : 20px; 
  text-align   : left; 
}  

#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;
}  


/* ---------------- NEWS ---------------------------- */     

.news_item {
  font-size : 10px;
  padding-bottom : 20px;
}
.news_date {
  color       : #80E1FF;
  font-weight : bold;
}


 
/* ---------------- 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 #5C5C5C;
} 
.links_banner_item { 
  margin-top : 5px;
  width      : 470px;
  height     : 60px;
  overflow-x : hidden;       
  overflow-y : hidden;       
}  

          
/* ------------------- 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 4px;  
}
.page_current {   
  color       : #5AD8BF;
  padding     : 1px 4px;  
  border      : solid 1px #5AD8BF;
}
.page_next {   
  padding-left: 10px; 
}
.page_previuos {   
  padding-right: 10px;
}

/* --------------- EXTRAS --------------------- */ 

h1 {  
  font-size   : 24px;   
  font-weight : bold; 
  color       : #A7A4A4;   
  text-align  : center;   
  line-height : 60px;
  font-family : "times new roman", verdana;
}  
h1 span {
  background : url(/img/site/star_2.png) 0 60% no-repeat;  
  padding    : 15px 0 20px 60px;  
  text-decoration : underline;  
}  
 
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 {
  font-size   : 18px;   
  font-weight : bold; 
  text-align  : left;  
  color       : white;  
  padding-bottom : 10px;
}  
 
.button { 
  padding     : 0 10px;
  font-family : arial, sans-serif;  
  font-size   : 11px;
  font-weight : bold;
  color       : white;
  background  : #525252;  
  border      : solid 1px #2B292B;
}
 
.error_message{
  color     : red;
  font-size : 10px;
}
 
.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 {
  color : #94E6FF; 
  font-weight : bold;
}
.form_table td {
  color : white;   
  font-size : 11px;
}

.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           : #8EE4FF;
  text-decoration : none;
}

a:hover {
  text-decoration: underline;
}