@charset "utf-8";
/* CSS Document */

#content {
	font:normal 12px Verdana, Arial, Helvetica, sans-serif;
	color:#000;
}

#content table, #content td {
	font:normal 12px Verdana, Arial, Helvetica, sans-serif;
	height:0;
}

#content h1 {
	font:bold 24px Arial, Helvetica, sans-serif;
	color:#c80000;
	line-height:20px;
	padding:0 0 18px;
}

#content h2 {
	font:bold 20px Arial, Helvetica, sans-serif;
	color:#8b0909;
	line-height:18px;
	padding:0 0 2px;
}

#content h5 {
	font:bold italic 20px Arial, Helvetica, sans-serif;
	color:#c80000;
	padding:0 0 18px;
	line-height:20px;
	text-align:right;
}

#content p {
	line-height:14px;
	padding:0 0 14px;
}

#content a {
	color:#c80000;
}

#content a:hover {
	text-decoration:none;
}

#content p.homepage {
	font-size:14px;
	line-height:18px;
}

#content .imgright {
	float:right;
	margin:0 0 10px 15px;
}

#content .imgborder {
	border:5px solid #c5c5c5;
}

#content .map {
	float:right;
	text-align:center;
	margin:0 0 10px 15px;
}

/* Product Buckets */

#content .products div {
	background:#e1e1e1;
	height:260px;
}

#content .products div div {
	background:url(../images/bucket-bg.gif) 0 0 repeat;
	padding:5px;
	margin:5px;
	height:240px;
	_height:250px;
}

#content .products .left {
	width:670px;
	float:left;
}

#content .products .right {
	width:290px;
	float:right;
}

#content .products h2 {
	font:bold italic 20px Arial, Helvetica, sans-serif;
	color:#fff;
	height:32px;
	line-height:32px;
	padding:0 8px;
	background:url(../images/prod-h2-bg.gif) 0 0 no-repeat;
	margin:0 0 8px;
}

#content .products .right h2 {
	background:url(../images/prod-h2-bg-short.gif) 0 0 no-repeat;
}

#content .products h2 a {
	color:#fff;
	text-decoration:none;
}

#content .products h3 {
	padding:0 5px 14px;
}

#content .products p {
	padding:0 15px 14px;
	line-height:16px;
}

#content .products img {
	border:4px solid #c80000;
	margin:0 7px 0 0;
}

#content .products img.last {
	margin:0;
}

#content .products .more {
	text-align:right;
	padding-top:10px;
	padding-bottom:0;
}

#content .products .more a {
	display:block;
	width:134px;
	height:23px;
	text-align:left;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../images/more-information.png) 0 0 no-repeat;
	margin:0 0 0 auto;
}

#content .products .more a:hover {
	background-position:0 -23px;
}

#content .products .right p {
	padding:0 8px 5px;
}

#content .products input, #content .products textarea {
	border:0;
	width:253px;
	background:#efefef;
	margin:0;
	font:italic 11px Verdana, Arial, Helvetica, sans-serif;
	height:20px;
	padding:2px 3px 0;
	_margin-bottom:-2px;
}

#content .products textarea {
	height:70px;
}

#content .submit {
	text-align:center;
}

#content .submit input {
	display:block;
	width:64px;
	height:23px;
	text-align:left;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../images/submit-button.png) 0 0 no-repeat;
	line-height:0;
	margin:0 auto;
	cursor:pointer;
	border:0;
}

#content .submit input:hover {
	background-position:0 -23px;
}

#content .products .right .request-quote {
	text-align:center;
	padding-top:15px;
	padding-bottom:0;
}

#content .products .right .request-quote a {
	display:block;
	width:204px;
	height:23px;
	text-align:left;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../images/request-quote.png) 0 0 no-repeat;
	margin:0 auto;
}

#content .products .right .request-quote a:hover {
	background-position:0 -23px;
}

/* Product Buckets End */
/* Request Quote */

#content ul.request, #content ul.request li {
	margin:0;
	padding:0;
	list-style-type:none;
}

#content ul.request li {
	float:left;
	width:31%;
	padding:0 1%;
	_width:33%;
	_padding:0 5px;
}

#content ul.request input, #content ul.request select, #content ul.request input, #content ul.request textarea {
	width:90%;
	height:24px;
	font:normal 12px Verdana, Arial, Helvetica, sans-serif;
	color:#333;
	border:1px dotted #999;
	padding:4px 5px 0;
}

#content ul.request select {
	padding:2px 5px 2px;
}

#content ul.request textarea {
	height:65px;
	_width:280px;
}

#content ul.request input:focus, #content ul.request select:focus, #content ul.request textarea:focus {
	border:1px dotted #c80000;
}

/* Request Quote End */