@charset "utf-8";
/* CSS Document */
html {
	height: 101%;
}
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #FFFFFF;
	font: 80% Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	background-color: #CCCCCC;
	color: #333333;
}
#header-container {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #FFFFFF;
	width: 100%;
	height: 252px;
	overflow: hidden;
	background-image: url(../images/bkgrd.jpg);
	background-position: top left;
	background-repeat: repeat-x;
}
#header {
	width: 800px;
	height: 217px;
	overflow: hidden;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	background-image: url(../images/header.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
#logo {
	margin: 0px;
	padding: 0px;
	width: 587px;
	height: 120px;
	overflow: hidden;
	position: relative;
	left: 19px;
}
#main-container {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: none;
	width: 100%;
	height: auto;
	overflow: hidden;
	background-color: #FFFFFF;
}
#main {
	width: 800px;
	height: auto;
	overflow: hidden;
	margin: 0px auto;
	padding: 10px 0px;
	text-align: left;
	background: none;
}
#main-left {
	margin: 0px;
	padding: 0px;
	width: 220px;
	height: auto;
	float: left;
	overflow: hidden;
}
#main-right {
	margin: 0px 0px 20px 0px;
	padding: 0px;
	width: 580px;
	height: auto;
	float: right;
	overflow: hidden;
}
#footer-container {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #FFFFFF;
	width: 100%;
	height: auto;
	overflow: hidden;
	background-image: url(../images/footer-bkgrd.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #CCCCCC;;
}
#footer {
	width: 800px;
	height: auto;
	overflow: hidden;
	margin: 0px auto;
	padding: 10px 0px 0px 0px;
	text-align: left;
}
#manufacturers {
	margin: 0px;
	padding: 0px;
	width: 800px;
	height: 80px;
	overflow: hidden;
	background-color: #FFFFFF;
}
.manufacturer {
	margin: 0px;
	padding: 0px;
	width: 160px;
	height: 80px;
	overflow: hidden;
	background: none;
	float: left;
}
img, img a {
	margin: 0px;
	padding: 0px;
	border: none;
}
/* HOMEPAGE */
#quicklink1 {
	margin: 0px;
	padding: 0px;
	width: 220px;
	height: 150px;
	overflow: hidden;
	background-image: url(/images/quicklink1.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	z-index: 1;
}
#quicklink2 {
	margin: 0px;
	padding: 0px;
	width: 220px;
	height: 150px;
	overflow: hidden;
	background-image: url(/images/quicklink2.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
#quicklink3 {
	margin: 0px;
	padding: 0px;
	width: 220px;
	height: 150px;
	overflow: hidden;
	background-image: url(/images/quicklink3.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
.quicklink-corner {
	margin: 0px;
	padding: 0px;
	width: 65px;
	height: 38px;
	position: relative;
	top: 112px;
	left: 155px;
	z-index: 3;
}
.quicklink-image {
	margin: 0px;
	padding: 0px;
	width: 158px;
	height: 112px;
	position: relative;
	top: -18px;
	left: 30px;
	z-index: 2;
	overflow: hidden;
}
.quicklink-image a {
	margin: 0px;
	padding: 0px;
	width: 158px;
	height: 112px;
	display: block;
	overflow: hidden;
	text-align: center;
}
/* PRODUCTS PAGE */
#searchbox {
	margin: 0px;
	padding: 0px;
	width: 220px;
	height: 52px;
	overflow: hidden;
	background-image: url(/images/search.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
#manufacturersbox {
	margin: 0px;
	padding: 0px;
	width: 220px;
	height: 50px;
	overflow: hidden;
	background-image: url(/images/manufactuer.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
#categorybox {
	margin: 0px;
	padding: 0px;
	width: 220px;
	height: auto;
	overflow: hidden;
	background-image: url(/images/category_middle.jpg);
	background-position: top left;
	background-repeat: repeat-y;

}
.boxcontents {
	margin: 0px;
	padding: 0px;
	width: 160px;
	height: 25px;
	overflow: hidden;
	position: relative;
	top: 20px;
	left: 30px;
}
.boxcontents2 {
	margin: 0px;
	padding: 0px;
	width: 140px;
	height: auto;
	overflow: hidden;
	position: relative;
	top: 10px;
	left: 40px;
}
/* CLASSES */
.section {
	width: 90%;
	margin: 0px auto;
	padding: 0px;
}
.floatleft {
	display: block;
	float: left;
}
.floatright {
	display: block;
	float: right;
}
/* HORIZONTAL NAVIGATION */
#navigation {
	padding: 0px;
	margin: 0px auto;
	width: 798px;
	height: 35px;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
ul.menu {
	padding: 0;
	margin: 0;
	width: 100%;
	list-style: none;
}
ul.menu li {
	padding: 0px;
	margin: 0px;
	float: left;
	line-height: 35px;
	height: 35px;
}
ul.menu li a {
	padding: 0px;
	margin: 0px;
	color: #FFF;
	width: 114px;
	display: block;
	text-decoration: none;
	text-align: center;
	font-weight: bolder;
}
ul.menu li a:hover {
	color: #000;
	background-image: url(../images/navigation/rollover.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}
/* /Horizontal Navigation */
table tr {
	vertical-align: top;
}
#question_form {
	margin: 0px;
	padding: 20px;
	background-color: #1C79BE;
	background-image: url(/images/question-form-bkgrd.jpg);
	background-position: bottom right;
	background-repeat: repeat-x;
	width: 538px;
	height: auto;
	overflow: hidden;
	color: #FFFFFF;
	border: 1px solid #145687;	
	font-size: 11px;

}
.google_map {
	margin: 0px;
	padding: 0px;
	border: 1px solid #0F4267;
}