/* Content Styles */

#content, #content td {
	font:12px Verdana, Arial, Helvetica, sans-serif;
	color:#2A2A2A;
	line-height:16px;
}

#content h2 {
	font:20px Tahoma, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#533917;
	padding:0 5px 16px;
}

#content h3 {
	font:16px Tahoma, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#0F3714;
	padding:0 5px 2px;
}

#content p {
	padding:0 5px 16px;
}

#content a {
	color:#0F3714;
}

#content a:hover {
	color:#000;
}

#content table, #content td {
	margin:0;
	padding:0;
	outline:0;
	height:0;
}

/* Content Styles End */
/* Product Styles */

#products {
	width:756px;
	padding:0 0 10px 0;
}

#products ul, #products ul li {
	margin:0;
	padding:0;
	list-style-type:none;
}

#products ul li {
	float:left;
	width:125px;
	height:125px;
	background:url(images/product-box.jpg) no-repeat;
	margin:0 1px 5px 0;
}

#products ul li a {
	display:block;
	width:125px;
	height:125px;
	text-decoration:none;
	cursor:pointer;
}

#products ul li a h3 {
	font:9px uppercase Arial, Verdana, Helvetica, sans-serif;
	font-weight:bold;
	height:9px;
	_height:10px;
	line-height:9px;
	color:#FFCA73;
	margin:0;
	padding:1px 0 0 2px;
}

#products ul li a h2 {
	font:12px Arial, Verdana, Helvetica, sans-serif;
	font-weight:bold;
	height:23px;
	_height:25px;
	line-height:23px;
	color:#fff;
	margin:0;
	padding:0 0 1px 2px;
}

#products ul li a:hover h2 {
	color:#2AD03F;
}

#content form {
	padding:5px 0 10px 3px;
	width:172px;
	_width:175px;
	background:#E3E3E3;
	margin:0 0 0 10px;
	font-size:11px;
	float:right;
}

#content form p {
	padding:0 0 5px 8px;
}

#content input {
	border:1px solid #D8D8D8;
	width:150px;
	font-size:11px;
	padding:2px 0;
	margin:0;
	line-height:14px;
}

#content textarea {
	border:1px solid #D8D8D8;
	width:150px;
	font-size:11px;
	padding:2px 0;
	margin:0;
}

#content input.sub {
	width:75px;
	border:1px outset;
	cursor:pointer;
	margin:5px 0 0;
}

/* Product Styles End */