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

* {
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

body {
/*	background-image:url(images/background2.png);*/
	background-image:url(images/background3.gif);
}

div.product_sum_1 h4, div.product_sum_2 h4 {
	text-align:center;
	margin:0px;
}

div.product_sum_1 {
	float:left; 
	width:300px;
	text-align:center;
	height:300px;
	border:1px solid #ccc;
	overflow:hidden;
	padding:2px;
	padding-left:5px;
	padding-right:5px;
	font-size:12px;
}

div.product_sum_2 {
	margin-left:325px;
	width:300px;
	text-align:center;
	height:300px;
	border:1px solid #ccc;
	overflow:hidden;
	padding:2px;
	padding-left:5px;
	padding-right:5px;
	font-size:12px;
}

div.product_sum_1 p, div.product_sum_2 p {
	padding-top:5px;
	margin:auto;
	text-align:left;
}

div.product_sum_1 a:link, div.product_sum_2 a:link {
	color:#006;
	text-decoration:none;
}

div.product_sum_1 a:visited, div.product_sum_2 a:visited {
	color:#003;
	text-decoration:none;
}

div.product_sum_1 a:hover, div.product_sum_2 a:hover {
	text-decoration:underline;
}

div.yellowbox span#yellow_top{
	display:block;
	height:10px;
	background:#fff url(images/yellowbox/yellow_top.png) no-repeat left top;
}

div.yellowbox span#yellow_bottom{
	display:block;
	height:10px;
	background:#fff url(images/yellowbox/yellow_bottom.png) no-repeat left bottom;
}

div.yellowbox div#yellow_middle{
	width:175px;
	background-color:#ff9;
}

/* liquid */

#container {
margin:0px auto;
margin-top:25px;
background:#fff url(images/rounded/leftside.gif) repeat-y left top;
width:950px;
}

#top {
width:100%;
height:20px;
background:url(images/rounded/top.gif) no-repeat left top;
text-align:center;
}
#top span {
display:block;
position:relative;
height:20px;
background:url(images/rounded/top-right.gif) no-repeat right top;
}

#middle{
	position:relative;
	background:url(images/rounded/rightside.gif) repeat-y right top;
	padding:51px 20px 1px 25px;
	margin:-1px 0 -50px 0;
}

#leftNav {
	width:190px;
	float:left;
}

#leftNav p a:link, #leftNav p a:visited {
	text-decoration:none;
	color:#000;
}

#leftNav p a:hover {
	text-decoration:underline;
	color:#006;
}

#leftNav ul {
	list-style: none;
	margin: 0; /* keeps left link boxes snug */
	padding: 0; /* ditto */
	font-size:10px;
}

#leftNav ul li.header {
	padding-left:5px;
	font-weight:bold;
	font-size:12px;
	color#003;
	border-bottom:1px solid #993;
	margin-bottom:2px;
}

#leftNav ul li a:link, #leftNav ul li a:visited {
	padding-left:10px;
	display:block;
	color:#339;
	text-decoration:none;
	border-bottom:1px solid #cc6;
	padding-top:2px;
	padding-bottom:2px;
}

#leftNav ul li a:hover {
	background-color:#cfc;
}

#mainBody {
	margin-left:200px;
}

#mainBody h2{
	margin-top:none;
}

#mainBody #product_images {
	margin:auto;	
	text-align:center;
}

#product_images img {
	border:1px solid #666;
	margin-left:5px;
}

#bottom {
height:60px;
background:url(images/rounded/bottom.gif) no-repeat left bottom;
clear:both;
}

#bottom span {
display:block;
position:relative;
height:60px;
background:url(images/rounded/bottom-right.gif) no-repeat right top;
}

#mainBuffer {
	height:50px;
	clear:both;
}

/* liquid */


div#container div#leftNav h3.category span.first {
	border:1px solid #000;
	width:100px;
	height:100px;
}
