@charset "UTF-8";
/* CSS Document */

div#header .subsection{
	padding:0px;
	margin-left:440px;
	width:190px;
	text-align:center;
	position:absolute;
	z-index:1;
}

div#header h2{
	font-size:20px;
	text-align:center;
	margin:0px auto 0px auto;
}

div#header .subsection2{
	padding:0px;
	position:absolute;
	z-index:1;
}

div#items {
	}
	
div#items .chapter {
	text-align:center;
	padding:12px 20px 12px 45px;
}

div#items .chapter h3 {
	text-align:center;
	font-size:14px;
}

div#items .section{
	margin:10px 35px 10px 85px;
	color:#000000;
}

div#items li {
	background-image:url(../images/product_bg.gif);
	background-repeat:no-repeat;
	margin-right:15px;
	margin-bottom:20px;
	list-style:none;
	display:block;
	position:static;
	float:left;
	width:310px;
	height:320px;
	color:#000000;
	}

div#items h4{
	font-size:14px;
	font-weight:bold;
	color:#000000;
	margin-bottom:5px;
	padding:20px 10px 0px 10px;
	text-align:center;
}

div#items p{
	font-size:11px;
	color:#000000;
	padding:0px 10px 10px 10px;
}

div#items img{
	padding-right:3px;
	padding-left:3px;
}

