@charset "utf-8";
/* CSS Document */

.products {
	margin:0;
	padding:0;
	font:normal 12px Verdana, Arial, Helvetica, sans-serif;
	color:#000;
}

.products h1 {
	margin:0;
	padding:0 0 14px;
}

.products h2 {
	font:bold 16px Arial, Helvetica, sans-serif;
	color:#1a4675;
	line-height:18px;
	margin:0;
	padding:0 0 4px;
}

.products h3 {
	font-size:14px;
	margin:0;
	padding:0 0 2px;
}

.products p {
	margin:0;
	padding:0 0 14px;
	line-height:14px;
}

.products hr {
	height:1px;
	border:0;
	color:#ccc;
	background:#ccc;
	width:96%;
	text-align:center;
	margin:0 auto 14px;
	_margin:-7px auto 7px;
}

.products .imgright {
	float:right;
	margin:0 0 10px 10px;
}

.products .imgborder {
	border:6px solid #e1e1e1;
}

.products ul, .products ul li {
	margin:0;
	padding:0;
	list-style-type:none;
	zoom:1;
}

.products ul {
	padding:0 0 14px;
}

.products ul li {
	padding:0 0 4px 15px;
	background:url(../images/arrow.gif) 0 2px no-repeat;
}

.products .important {
	padding-left:0;
}

.products .important li {
	font:bold 15px Arial, Helvetica, sans-serif;
	line-height:15px;
	color:#1a4675;
	background-position:0 1px;
	padding-bottom:8px;
}

.products .twocol {
	padding:0 0 14px;
	width:50%;
	float:left;
}

.products .twocol li {
	padding-right:8px;
	background:url(../images/bullet-2.jpg) 0 3px no-repeat;
}

.products .threecol {
	padding:0 0 14px;
	width:33%;
	float:left;
}

.products .threecol li {
	padding-right:8px;
	background:url(../images/bullet-2.jpg) 0 3px no-repeat;
}

.clr, .clrright, .clrleft {
	font-size:0;
	height:0;
	line-height:0;
	border:0;
	margin:0;
	padding:0;
}

.clr {
	clear:both;
}

.clrright {
	clear:right;
}

.clrleft {
	clear:left;
}

.space {
	padding:0 0 14px;
}

.prod-box {
	margin:0;
	padding:0;
}

.prod-box ul, .prod-box ul li {
	margin:0;
	padding:0;
	list-style-type:none;
}

.prod-box ul li {
	float:left;
	width:175px;
	height:165px;
	background:none;
	margin:0 1px 4px 0;
}

.prod-box ul li img {
	border:0;
}

.prod-box ul li h2 {
	height:40px;
	margin:0;
	padding:0;
	background:#113e77;
	font:bold 15px Arial, Helvetica, sans-serif;
}

.prod-box ul li h2 a {
	font:bold 13px Arial, Helvetica, sans-serif;
	display:block;
	color:#fff;
	height:40px;
	line-height:40px;
	text-decoration:none;
	padding:0 10px;
}

.prod-box ul li h2.twoline a {
	height:33px;
	_height:40px;
	padding-top:7px;
	line-height:13px;
}

.prod-box ul li h2 a:hover {
	font:bold 13px Arial, Helvetica, sans-serif;
	color:#fff;
	line-height:40px;
}

.prod-box ul li h2.twoline a:hover {
	line-height:13px;
}

.contact-us {
	text-align:center;
}

.contact-us a {
	display:block;
	width:500px;
	height:35px;
	background:url(../images/contact-us-button.png) 0 0 no-repeat;
	text-align:left;
	text-indent:-9999px;
	overflow:hidden;
	margin:0 auto;
}

.contact-us a:hover {
	background-position:0 -35px;
}

.view-catalog {
	display:block;
	float:right;
	width:180px;
	height:35px;
	background:url(../images/buy-stock-items.png) 0 0 no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	margin:0 0 0 10px;
}

.view-catalog:hover {
	background-position:0 -35px;
}

.view-catalog.buy {
	width:260px;
	background-image:url(../images/online-catalog-buy-now.png);
}