@charset "utf-8";
/* CSS Document */

/********** Standard bits **************/
address, body, p, strong, td, ul, input, select, textarea
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5B5B5B;
	line-height: 11pt;
}

body { margin: 0; background: url(images/body_bg.png) center repeat-y; }
p {	margin-top: 0px; margin-bottom: 10px; }
form { margin: 0; }

/****** template bits *******/
#mainContainer {
	width: 920px;
	margin: 0 auto;
}

#header {
	width: 920px;
	height: 112px;
	position: relative;
}

#logo {
	width: 232px;
	position: absolute;
	top: 9px;
}

#phone {
	position: absolute;
	left: 715px;
	top: 35px;
}

#topbar {
	width: 920px;
	height: 13px;
	background-color: #143d55;
}

#content {
	width: 920px;
	padding-bottom: 0;
	padding-top: 15px;
}

#footer {
	width: 920px;
	margin: 8px 0 5px;
	border-top: #143d55 1px solid;
	font-size: 10px;
	clear: both;
}

/****** static pages ******/
#leftcol {
	float: left;
	margin: 0 0 0 25px;
	width: 500px;
	display: inline;
}
#rightcol {
	float: right;
	margin-right: 25px;
	width: 350px;
	display: inline;
}
.twocol {
	float: left;
	width: 390px;
	margin-left: 60px;
	display: inline;
}
#contact {
	width: 800px;
	margin-left: 25px;
}
#contact p {
	margin-left: 40px;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	color: #143D55;
	margin: 0 0 15px;
}
h3 {
	font-size: 13px;
	font-weight: bold;
	margin: 8px 0 6px 10px;
	color: #143D55;
}
.title1 {
	font-size: 13px;
	font-weight: bold;
}
.bold {
	font-weight: bold;
}
#content ul {
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
}
#content li {
	padding: 0;
	margin-left: 40px;
	padding-bottom: 5px;
}

#left_small {
	width: 275px;
	margin-left: 25px;
	float: left;
	display: inline;
}
#right_large {
	width: 550px;
	margin-right: 25px;
	float: right;
	display: inline;
}
.prodbox {
	margin: 5px 0 15px 37px;
	float: left;
	display: inline;
}
.prodbox h2 {
	font-weight: bold;
	text-align: center;
	font-size: 13px;
	margin-bottom: 5px;
}
.prodbox img {
	padding: 15px;
	background-color: #f8f8f8;
	border: solid 1px #ccc;
}
.prodbox a { text-decoration: none; }
.prodbox a:hover img { background-color: #e0e0e0; }

#prod_left {
	float: left;
	margin-left: 25px;
	width: 230px;
	display: inline;
}
#prod_mid {
	float: left;
	margin-left: 20px;
	width: 375px;
	display: inline;
}
#prod_right {
	float: right;
	margin-right: 25px;
	width: 230px;
	display: inline;
}
.prodimg {
	float: left;
	width: 220px;
	height: 165px;
	margin-bottom: 15px;
	padding: 4px;
	border: solid 1px #bbb;
}
.prodimgv {
	float: left;
	width: 165px;
	height: 220px;
	margin-left: 27px;
	margin-bottom: 15px;
	padding: 4px;
	border: solid 1px #bbb;
	display: inline;
}
