/*  general style  */
body {
	margin: 0;
	padding: 0 0 40px 0;
	background: #fff;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #666;
	}
p { 
	margin: 5px 0;
	padding: 0;
	}
img { border: 4px solid #CC8A69; }
	
a:link, a:visited, a:active { color: #963; text-decoration: none; }
a:hover { background-color: #FC9;  }

/*  top navigation  */
#nav h3 { display: none; }
#nav li span { display: none; }
#nav {
	width: 750px;
	height: 156px;
	background: url(nav_bg.gif) no-repeat;
	}
#nav ul { 
	margin: 0px;
	padding: 70px 0 0 260px;
	list-style-type: none;
	}
#nav ul li { 
	display: inline;
	float: left; 
	margin: 0 5px;
	padding: 0;
	}
#nav ul li a {
	margin: 0;
	padding: 0;
	display: block;
	width: 70px;
	height: 70px;
	}

a#menu1 { background: url(nav_home.gif) no-repeat 0px -70px; }
a#menu2 { background: url(nav_faq.gif) no-repeat 0px -70px; }
a#menu3 { background: url(nav_order.gif) no-repeat 0px -70px; }
a#menu1_on,a#menu1:hover { background: url(nav_home.gif) no-repeat; }
a#menu2_on,a#menu2:hover { background: url(nav_faq.gif) no-repeat; }
a#menu3_on,a#menu3:hover { background: url(nav_order.gif) no-repeat; }

	
/*  categories navigation  */
#categories h3 { display: none; }
#categories li span { display: none; }
#categories {
	height: 20px;
	margin: 0 25px;
	background: #CC8A69;
	}
#categories ul { 
	margin: 0;
	padding: 0 12px;
	list-style-type: none;
	}
#categories ul li { 
	display: inline;
	float: left; 
	margin: 0;
	padding: 0;
	}
#categories ul li a {
	margin: 0;
	padding: 0;
	display: block;
	width: 133px;
	height: 20px;
	}
a#cat1 { background: url(cat_animal.gif) no-repeat; }
a#cat2 { background: url(cat_food_drink.gif) no-repeat; }
a#cat3 { background: url(cat_jrock.gif) no-repeat; }
a#cat4 { background: url(cat_manga_anime.gif) no-repeat; }
a#cat5 { background: url(cat_original.gif) no-repeat; }
a#cat1:hover { background: url(cat_animal.gif) no-repeat 0 -20px; }
a#cat2:hover { background: url(cat_food_drink.gif) no-repeat 0 -20px; }
a#cat3:hover { background: url(cat_jrock.gif) no-repeat 0 -20px; }
a#cat4:hover { background: url(cat_manga_anime.gif) no-repeat 0 -20px; }
a#cat5:hover { background: url(cat_original.gif) no-repeat 0 -20px; }

/*  positioning  */
#container {
	margin: 0 auto;
	width: 750px;
	background: url(bg.gif) repeat-y;
	}
	
#header {
	width: 750px;
	height: 60px;
	background: url(title.gif) no-repeat;
	}	
#header h1 { display:none; }
	
#content {
	padding: 0 50px;
	clear: both;
	}

	
#content h3 span { display: none; }
#content h3 { 
	margin: 40px 0 30px 0;
	height: 23px; 
	text-align: center;
	}

.tout {
	float: left;
	width: 215px;
	height: 290px;
	text-align: center;
	font-weight: bold;
	}
.tout span {
	font-size: 10px;
	font-weight: normal;
	}

#faq,#order {	
	padding: 0 100px;
	margin-bottom: 40px;
	}
#faq h4 {	
	font-size: 11px;
	color: #CC8A69;
	margin-bottom: 0px;
	margin-top: 10px;
	}
#faq p,#order p {	
	line-height: 18px;
	margin-bottom: 15px;
	}
	
#doll {
	margin: 0 20px;
	padding-top: 10px;
	clear: both;
	}
#doll p {
	float: left;
	text-align: center;
	width: 150px;
	height: 200px;
	}
	
#doll_info h3 { display: none; }
#doll_info {
	margin: 15px 169px 0 169px;
	padding: 50px 30px;
	height: 220px;
	background: url(info_bg.gif) no-repeat;
	}
#doll_info h4 { 
	font-size: 10px;
	letter-spacing: 2px;
	font-weight: bold;
	margin: 0 0 10px 0; 
	text-transform: uppercase;
	color: #CC8A69;
	}
#doll_info p {
	line-height: 15px;
	margin-bottom: 10px;
	}
#doll_info p span {
	font-size: 10px;
	line-height: 12px;
	color: #CC8A69;
	}
#doll_info img {
	float: left;
	margin-right: 15px;
	}

/* headers */
#latest h3 { background: url(header_latest.gif) no-repeat}
#cat_animal h3 { background: url(header_cat_animal.gif) no-repeat}
#cat_food_drink h3 { background: url(header_cat_food_drink.gif) no-repeat}
#cat_jrock h3 { background: url(header_cat_jrock.gif) no-repeat}
#cat_manga_anime h3 { background: url(header_cat_manga_anime.gif) no-repeat}
#cat_original h3 { background: url(header_cat_original.gif) no-repeat}
#doll h3 { background: url(header_pictures.gif) no-repeat}
#faq h3 { background: url(header_faq.gif) no-repeat}
#order h3 { background: url(header_order.gif) no-repeat}

		
#footer {
	clear: both;
	}	
#footer  a {
        display: block;
		padding: 0;
		margin:0;
		width: 750px;
		height: 62px;
		background: url(footer.gif) no-repeat; 
		}
#footer span { display:none; }	

