* {margin:0;padding:0}

html, body {
  width       : 100%;
  height      : 100%;
  background  : #163809 url(../../img/site/main_bg.jpg) repeat-x;
  text-align  : left;
  font-family : verdana, arial, sans-serif;
  font-size   : 11px;  
  line-height : 14px; 
  color       : #131D0D;   
} 

/* --------------- MAIN CONTAINERS --------------- */ 
/* ------------------------------------------`----- */ 
#header_container {
  height     : 293px;
  width      : 972px;    
  background : url("../../img/site/header.jpg") no-repeat;
  position   : relative;
}

#main_container {
  width         : 972px;    
  margin        : 0 auto;
  position      : relative;   
  min-height    : 100%;
  margin-bottom : -130px;
  background    : url(../../img/site/content_bg.gif) repeat-y; 
}   

#content_container {  
  width       : 669px;   
  padding     : 30px;
  margin      : 0 auto;
  position    : relative;   
  padding-top : 50px;    
}   

#center_container {
  width      : 954px;    
  margin     : 0 auto;   
  min-height : 600px;
  position   : relative;    
}   

#left_container {
  width    : 248px;
  position : relative;  
  float    : left;   
  z-index  : 2;
}   

#right_container {
  width         : 660px;  
  float         : right;   
  min-height    : 625px;   
  border        : solid 1px #ABC69A;        
  position      : relative;    
  padding       : 0 10px 20px 30px;
  background    : #F9FFF4 url(../../img/site/bottom_bg.jpg) 100% 100% no-repeat;  
} 

#bottom_container {
  line-height : 35px;
  text-align : center;
  color      : #78A45C;
  font-size  : 10px;  
}

        
#footer_container {  
  height     : 130px;  
  background : url(../../img/site/footer_bg.jpg) repeat-x;  
  text-align : center;
  position   : relative;   
} 


#clearfooter {
  clear      : both;
  height     : 130px;	
}
 

/* --------------- TOP MENU --------------- */ 
/* ---------------------------------------- */ 
#top_menu_container {
  padding     : 55px 25px 0 0;
  width       : 947px;
  color       : #7B380F;   
  font-weight : bold;  
  text-align  : right;
}   

#top_menu_container a, #top_menu_container a:hover { 
  text-decoration : underline;
  color           : #7B380F;   
  font-size       : 12px;
  padding         : 0 7px; 
}  
#top_menu_container a:hover {
  text-decoration : none;  
}



/* --------------- LEFT MENU --------------- */ 
/* ---------------------------------------- */ 
#left_menu_top, #left_menu_bottom {                           
  width       : 248px;
  line-height : 5px;          
  font-size   : 5px;
  background  : url("../../img/site/left_menu_top.gif") no-repeat;  
}   
#left_menu_bottom {                           
  background : url("../../img/site/left_menu_bottom.gif") no-repeat;  
}    

#left_menu_container {                           
  width        : 228px;
  min-height   : 332px; 
  background   : #F6E4A1 url("../../img/site/left_menu_bg.jpg") no-repeat;  
  border       : solid 1px #AB957D;
  border-width : 0 1px;   
  padding      : 0 9px 10px 9px;
}   


#left_menu_container h2 {
  font-size   : 14px;   
  font-weight : bold; 
  line-height : 30px;
  text-align  : center;    
  color       : #7B380F;     
  text-align  : right;   
} 
     
#left_menu_nav {  
  text-align  : left; 
  padding      : 15px 0 0 0px;   
} 
     
#left_menu_nav li {  
  list-style      : none;
  width           : 197px;
  background      : url(../../img/site/left_menu_button.gif) no-repeat;  
  line-height     : 27px;   
  margin-bottom   : 2px; 
  padding-left    : 30px;
}
  
#left_menu_nav li a, #left_menu_nav li a:hover { 
  text-decoration : none;
  color           : #815407;
  font-size       : 12px;    
  font-weight     : bold;
}  
 
#left_menu_nav li a:hover {
  text-decoration : underline;
}    

#left_menu_nav li ul li a, #left_menu_nav li ul li a:hover {  
  margin: 0;    
  font-weight : lighter;
}

#left_menu_nav li ul {  
  margin  : 2px 0 0 -30px ;
  padding : 0;
}

/* ------------------ SITEMAP -------------------------- */ 
.sitemap_container { 
  margin     : 0 0 20px 20px;
  text-align : left;   
} 
  
.sitemap_container li { 
  list-style  : none;
  line-height : 20px;  
}



/* ---------------- PRODUCTS ---------------------------- */ 
#products_categories_container {
  background    : white;
  border-bottom : solid 1px #AEE192;  
  margin-top    : -15px;
  padding-top   : 10px;
  color     : #815407;
}  

#products_categories_container a:link, #products_categories_container a:visited, #products_categories_container a:hover {
  color     : #815407;
  font-size : 12px; 
}  

#products_title_left, #products_title_right {
  float : left;
  width : 4px;
  line-height : 21px;
  background : url(../../img/site/products_title_left.gif) no-repeat;  
}
#products_title_right {
  background : url(../../img/site/products_title_right.gif) no-repeat;  
}
#products_title_text {
  float : left;
  background : #095C07;
  line-height : 21px;     
  font-size : 12px;
  color : white;
  font-weight : bold;
}

.products_item {
  padding       : 5px;
  margin-top    : 10px;
  border-bottom : solid 1px #AEE192;
} 
.products_item_title {
  font-weight : bold;
  color       : #815407;
  line-height : 22px;
} 
.products_item_photo {
  float      : left;
  width      : 170px;
}
.products_item_info {
  float : left;  
  width : 400px;
}
.products_item_info th {
  color       : #111111;
  font-weight : lighter;   
  width       : 150px;
}
.products_item_info td {
  color       : #095C07;
  font-weight : bold;
}

.products_item_paypal {
  float: left;
  width: 80px;
  background :red;
}

.products_path_container { 
  text-align  : center; 
  margin      : 5px 0; 
  line-height : 20px;
} 

#products_new_container {
  border     : solid 1px #92A686;   
  background : #D2E0CB;  
  padding    : 7px;
}

#products_new_container img {
  float  : left;
  border : solid 1px #FDFEFD;
  margin : 3px;    
}   
#products_new_t_l, #products_new_t_r, #products_new_b_l, #products_new_b_r {
  width       : 4px;
  line-height : 4px;
  font-size   : 4px;
  background  : url(../../img/site/products_top_left.gif) no-repeat;  
}
#products_new_t_l {
  position   : absolute;   
  top        : 0;
  left       : 0;
  background : url(../../img/site/products_top_left.gif) no-repeat;  
}
#products_new_t_r {
  position   : absolute;   
  top        : 0;
  right      : 0;
  background : url(../../img/site/products_top_right.gif) no-repeat;  
}
#products_new_b_r {
  position   : absolute;   
  bottom     : 0;
  right      : 0;
  background : url(../../img/site/products_bottom_right.gif) no-repeat;  
}
#products_new_b_l {
  position   : absolute;   
  bottom     : 0;
  left       : 0;
  background : url(../../img/site/products_bottom_left.gif) no-repeat;  
}

/* -------------------------------------------- */ 
/* -------------------------------------------- */  

#header_call_container {
  position  : absolute;
  top       : 35px;
  left      : 120px;
  color     : #984815;
  font-size : 11px;
  text-decoration : underline;
}

#decoration {
  position   : absolute;
  top        : 0;
  left       : -55px;
  background : url(../../img/site/decoration_header.jpg.htm) no-repeat;  
  width      : 55px;
  height     : 85px;
}

#footer_top_container {
  width      : 972px;
  height     : 100px;
  margin     : 0 auto;
  background : url(../../img/site/footer_top.jpg) no-repeat;  
  position   : relative;
  color      : #FFD668;
  font-size  : 10px;
  text-align : right;
  padding-top: 10px;
}
#footer_top_container a {
  color : white;
}  


#contacts_container {
  width      : 220px;
  height     : 171px;
  background : url(../../img/site/contacts_bg.gif) no-repeat;  
  margin     : 4px 0 10px 3px;    
  color      : #011734;      
  position   : relative;     
  padding-left : 25px;
}
#contacts_container h2 {
  color       : #033403;   
  font-size   : 14px;
  text-align  : right;
  font-weight : bold;
  padding     : 10px 12px 10px 0;
  margin-bottom : 20px;
}
#contacts_decoration {   
  position     : absolute;
  top          : 0;
  right        : -6px;
  height       : 169px;
  width        : 7px;  
  border       : solid 1px #ABC69A;
  border-width : 1px 0;   
  background   : #F9FFF4;
}    


a#logo:link, a#logo:visited, a#logo:hover {
  position : absolute;
  top: 60px;
  left: 80px;
  display : block;
  width: 185px;
  line-height: 170px;   
  text-decoration: none;
}


/* ------------------- PAGING ------------------------- */ 
.pages_container  {
  background  : url(../../img/site/pages_bg.gif.htm) no-repeat;  
  line-height : 19px; 
  text-align : center;
}  
.pages_container a:link, .pages_container a:visited, .pages_container a:hover {
  color : white;  
}
.page_current {   
  background : white;
  font-weight : bold;
  color : #38383B;
  padding : 0 1px;
}
.page_next {   
  padding-left: 30px; 
}
.page_previuos {   
  padding-right: 30px;
}

                     

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

h1 {        
  font-size   : 16px;   
  font-weight : bold; 
  line-height : 43px;
  color       : #562C13;   
  background  : url(../../img/site/h1_bg.jpg) 40% 0 no-repeat;        
  border-bottom : solid 1px #AEE192;
  text-align : right;
  padding-right : 20px;  
  margin-bottom: 10px; 
}  
 
 
 
.button { 
  padding     : 0 10px;
  font-family : arial, sans-serif;  
  font-size   : 11px;
  font-weight : bold;
  border      : solid 1px #7B380F; 
  background  : #FBF3D6;
  color       : #7B380F;
}
 
.error_message{
  color     : red;
  font-size : 10px;
}
 
.success_message{
  color       : #04104C;
  font-size   : 11px; 
  font-weight : bold; 
  text-align  : center; 
  line-height : 15px;
} 

.content_block {
  padding-top : 5px;
}

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

.form_table {
  margin     : 0 auto;;
  text-align : left;
}    
.form_table th {
  font-weight: lighter;
}
.form_table h2 {
  color : white;
  text-align : left;
  font-weight : bold;
  font-size : 14px;
}


.smallText {
  font-size: 10px;   
  font-style: italic;
}
 
table {
  empty-cells: show;
}  

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

a:link, a:visited, a:hover {
  color           : #011734;
  text-decoration : underline;
}

a:hover {
  text-decoration: underline;
}