@charset "utf-8";
/* CSS Document */

#content {
	font:normal 12px Verdana, Arial, Helvetica, sans-serif;
	color:#000;
}

#content table, #content table td {
		height:0;
		font:normal 12px Verdana, Geneva, sans-serif;
}

#content h1 {
	font:bold 20px Arial, Helvetica, sans-serif;
	color:#804306;
	line-height:20px;
	padding:0 0 16px;
}

#content h2 {
	font:bold 16px Arial, Helvetica, sans-serif;
	color:#ba6a1a;
	padding:0 0 2px;
	line-height:16px;
}

#content p {
	padding:0 0 14px;
	line-height:14px;
}

#content a {
	color:#804306;
	text-decoration:underline;
}

#content a:hover {
	text-decoration:none;
}

#content hr {
	width:95%;
	height:1px;
	border:0;
	color:#ccc;
	background:#ccc;
	text-align:center;
	margin:0px auto 15px;
}

#content .imgborder {
	padding:5px;
	background:url(../images/image-border.gif) 0 0 repeat;
}

#content .imgright {
	float:right;
	margin:0 0 10px 10px;
}

/* Content Buckets */

#content #prod-box ul, #content #prod-box ul li {
	margin:0;
	padding:0;
	list-style-type:none;
}

#content #prod-box ul li {
	float:left;
	width:238px;
	height:185px;
	margin:0 2px 10px 0;
	background:url(../images/prod-box-bottom.gif) 0 100% no-repeat #d8d8d8;
}

#content #prod-box ul li.last {
	margin:0 0 10px 0;
}

#content #prod-box ul li h2 {
	font:bold 14px Arial, Helvetica, sans-serif;
	color:#fff;
	height:47px;
	background:url(../images/prod-box-header.gif) 0 0 repeat-x;
	line-height:14px;
	margin:0 0 8px;
}

#content #prod-box ul li h2 a {
	display:block;
	padding:10px 10px 0;
	color:#fff;
	text-decoration:none;
}

#content #prod-box ul li h2 a:hover {
	color:#fff;
	text-decoration:none;
}

#content #prod-box ul li div {
	position:relative;
	height:115px;
	text-align:center;
}

#content #prod-box ul li p {
	position:absolute;
	bottom:0;
	right:20px;
	margin:0;
	padding:0;
}

#content #prod-box ul li p a {
	display:block;
	width:39px;
	height:15px;
	background:url(../images/prod-more-button.gif) 0 0 no-repeat;
	text-align:left;
	text-indent:-9999px;
	overflow:hidden;
}

#content #prod-box ul li p a:hover {
	background-position:0 -15px;
}

/* Content Buckets */
/* Contact Us */

#content .contact-page {
	margin:0;
	padding:0 0 14px;
	float:left;
	list-style-type:none;
	width:50%;
}

#content .contact-page.right {
	float:right;
}

#content .contact-page li {
	margin:0;
	padding:8px 10px 0;
	background:#e6e6e6;
	margin:10px;
}

/* Contact Us End */
/* Bullets */

#content ul.bullet {
	margin:0;
	padding:0 0 14px 10px;
	list-style-type:none;
}

#content ul.bullet li {
	margin:0;
	padding:0 0 3px 20px;
	list-style-type:none;
	background:url(../images/bullet.gif) 0 0 no-repeat;
}

/* Bullets End */
/* Request Info */

#content form {
	text-align:left;
	width:250px;
	margin:0 auto;
}

#content form input {
	padding:2px 5px;
	border:1px dotted #999;
	font:normal 11px Verdana, Arial, Helvetica, sans-serif;
	color:#804306;
	width:250px;
	height:20px;
}

#content form textarea {
	padding:2px 5px;
	border:1px dotted #999;
	font:normal 11px Verdana, Arial, Helvetica, sans-serif;
	color:#804306;
	width:250px;
	height:75px;
}

#content form .submit-button {
	padding:0;
	margin:0 auto;
	border:0;
	display:block;
	width:150px;
	height:30px;
	background:url(../images/submit-button.gif) 0 0 no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	line-height:0;
	cursor:pointer;
}

#content form .submit-button:hover {
	background-position:0 -30px;
}

/* Request Info End */
/* View Product Button */

#content p.view-standard-stock a {
	display:block;
	width:350px;
	height:30px;
	background:url(../images/view-standard-stock.gif) 0 0 no-repeat;
	text-align:left;
	text-indent:-9999px;
	overflow:hidden;
	margin:0;
}

#content p.view-standard-stock a:hover {
	background-position:0 -30px;
}

#content p.view-non-stock a {
	display:block;
	width:350px;
	height:30px;
	background:url(../images/view-non-stock.gif) 0 0 no-repeat;
	text-align:left;
	text-indent:-9999px;
	overflow:hidden;
	margin:0;
}

#content p.view-non-stock a:hover {
	background-position:0 -30px;
}

/* View Product Button End */