@charset "utf-8";
/* CSS Document */

#content {
	font:normal 12px Verdana, Arial, Helvetica, sans-serif;
	line-height:14px;
}

#content table, #content table td {
	height:0;
	font:normal 12px Verdana, Arial, Helvetica, sans-serif;
}

#content h1 {
	font:normal 20px Arial, Helvetica, sans-serif;
	color:#283c82;
	line-height:20px;
	padding:0 0 14px;
}

#content h2 {
	font:normal 18px Arial, Helvetica, sans-serif;
	color:#0f246c;
	line-height:18px;
	padding:0;
}

#content h3 {
	font:bold 16px Arial, Helvetica, sans-serif;
	color:#132154;
	line-height:16px;
	padding:0 0 14px;
}

#content h4 {
	font:bold 14px Arial, Helvetica, sans-serif;
	color:#000;
	line-height:14px;
	padding:0 0 1px;
}

#content p {
	padding:0 0 14px;
}

#content .centered {
	text-align:center;
}

#content a {
	color:#283c82;
}

#content a:hover {
	text-decoration:none;
}

#content .left {
	float:left;
}

#content .right {
	float:right;
}

#content fifty {
	width:48%;
}

#content hr {
	width:98%;
	text-align:center;
	color:#999;
	background:#999;
	height:1px;
	border:none;
	margin:0 auto 14px;
	_margin:-7px auto 7px;
}

#content .imgright {
	float:right;
	margin:0 0 10px 10px;
}

#content .gallery {
	text-align:center;
}

#content .gallery img {
	margin:0 10px;
}

/* Sales Rep */

#content .reps {
	margin:0 0 14px;
	border-left:1px solid #c9c9c9;
	border-top:1px solid #c9c9c9;
}

#content .reps td, #content .reps th {
	border-right:1px solid #c9c9c9;
	border-bottom:1px solid #c9c9c9;
	padding:3px 2px;
	text-align:center;
	font:normal 11px Arial, Helvetica, sans-serif;
	vertical-align:middle;
}

#content .reps td {
	background:#fff;
}

#content .reps th {
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#fff;
	background:#283b80;
}

#content .reps .phone {
	width:85px;
}

#content .reps h2 {
	font:bold 16px Arial, Helvetica, sans-serif;
	color:#fff;
}

#content .reps .odd td {
	background:#dbe1f8;
}

/* Sales Rep End */
/* Request Form */

#content .request {
	padding:0 20px;
}

#content .request small {
	font-size:10px;
}

#content .request input, #content .request textarea {
	width:270px;
	padding:4px 5px 0;
	height:24px;
	border:1px dotted #333;
	font:normal 11px Verdana, Arial, Helvetica, sans-serif;
	color:#666;
}

#content .request textarea {
	height:85px;
	width:650px;
}

#content .request .sub-button {
	display:block;
	width:92px;
	height:34px;
	background:url(../images/submit-button.png) 0 0 no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	line-height:0;
	cursor:pointer;
	border:none;
	margin:0 auto;
}

#content .request .sub-button:hover {
	background-position:0 -34px;
}

/* Request Form End */
/* Product 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:172px;
	_width:182px;
	height:190px;
	_height:200px;
	padding:5px;
	background:url(../images/prod-box-bg.png) 0 0 repeat-y;
	position:relative;
}

#content .prod-box h2 {
	font:bold 16px Arial, Helvetica, sans-serif;
	color:#fff;
	line-height:16px;
	position:absolute;
	width:100%;
}

#content .prod-box h2 a {
	display:block;
	height:41px;
	_height:52px;
	padding:11px 9px 0;
	background:#ee0000;
	margin:0 10px 0 0;
	_margin:0;
	-moz-opacity:.90;
	filter:alpha(opacity=90);
	opacity:.90;
	color:#fff;
	text-decoration:none;
}

#content .prod-box p {
	padding:0;
	line-height:0;
}

#content .prod-box p a {
	position:absolute;
	right:10px;
	bottom:10px;
	_bottom:12px;
	display:block;
	width:50px;
	height:16px;
	background:url(../images/more-button.png) 0 0 no-repeat;
	text-indent:-9999px;
	overflow:hidden;
}

/* Product Buckets End */
/* Technical Tips */

#content .tech-tips table {
	margin:0 0 14px;
}

#content .tech-tips table td {
	padding:4px 5px;
}

#content .tech-tips ol {
	margin-top:0;
	padding-top:0;
	margin-bottom:0;
	padding-bottom:14px;
}

#content .tech-tips ol li {
	margin-bottom:0;
	padding-bottom:4px;
}

#content .tech-tips ol li .letter, #content .tech-tips ol li .letter li {
	list-style-type:upper-latin;
}

/* Technical Tips End */