/* 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:65px;}
#main_copyright { position:absolute; left:0px; width:357px; height:15px; color:#1e4a10; font-size:9px; margin-top: 50px;}
#links { float:left; width:320px; height:54px; color:#fff; font-size:12px; margin:0px;}
#links a { color:#fff; text-decoration:none; font-size:9px;}
#links a:hover { color:#fff; text-decoration:none;}

#design-bureau-img { float:left; width:110px; height:54px; text-align:center}
#create-group-img  { float:left; width:90px; height:54px; text-align:center}
#anri-img  { float:left; width:115px; height:54px; text-align:center}

#design-bureau { position:absolute; margin-top:34px;  margin-left:15px;}
#create-group { position:absolute; margin-top:34px;  margin-left:25px;}
#anri { position:absolute; margin-top:9px;  margin-left:40px;}

/*top-nav*/
#top-nav { float:left;  width:657px; height:20px; margin-top:5px;}
#top-nav ul li { float:left; list-style:none; border-left: 1px dotted #1e4a10; margin-bottom:5px;  }
#top-nav ul li a { margin: 5px; text-decoration:none; color:#1e4a10; 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;}

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

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