/* CSS Document */
html {height: 100%}
html, body{ padding:0px; margin:0px auto; height:100%; background: #376a1f; color:#fff;  font-family:Arial, Helvetica, sans-serif;}

/***********************************************main_page***************************************************************/

/*container*/
#main_container { position:relative; width:997px; margin:0px auto; height:635px; }

/* header */
#main_header { position:relative; float:left; width:997px; height:50px;}
#main_copyright { position:absolute; left:5px; height:15px; color:#1e4a10; font-size:9px; top: 35px;}
#links { color:#fff; font-size:9px;}
#links a { color:#fff; text-decoration:none; font-size:9px;}
#links a:hover { color:#6DA135; text-decoration:none;}

#design-bureau-img { position:absolute; width:50px; height:54px; top:3px; right:60px;}
#create-group-img  {position:absolute; width:60px; height:54px; top:3px; right:125px; }
#anri-img  { position:absolute; width:50px; height:54px; top:7px; right:0px; }

#design-bureau { position:absolute; top:22px; left:0px; text-align:center}
#create-group { position:absolute; top:22px; left:0px; text-align:center}
#anri { position:absolute; top:18px; left:0px; text-align:center}

/*top-nav*/
#top-nav { float:left;  height:20px; margin:5px 0 0;}
#top-nav ul li { float:left; list-style:none; border-left: 1px dotted #6DA135; margin-bottom:5px;  }
#top-nav ul li a { margin: 5px; text-decoration:none; color:#6DA135; font-size:9px; white-space:nowrap;}
#top-nav ul li a:hover { text-decoration: none; color:#fff; border-bottom:1px dotted #fff}
#top-nav li.current_page_item a {text-decoration: none; color:#fff; border-bottom:1px dotted #fff}

/*flash-nav*/
#flash-nav { float:left; width:997px; height:570px;}
#collection { float:left; width:997px; height:585px;}
#accessories { float:left; width:997px; height:585px;}

/*bottom*/
#bottom-footer { position: relative; margin:-20px 0 0;  width:997px;}
#counter-text { position: absolute; top:0; left:10px; font-size:11px;}
#zero {position: absolute; top:14px; left:10px;}
#counter {position: absolute; top:14px; left:70px; }
#soc { position: absolute; top:0; right:10px;}
#soc li { float:left; margin:0 0 0 3px;}
#soc li img { width:24px; height:23px;}

.clear { clear:both; height:0px; width:100%;}

/**************************************************************************************************************************/
