html, body {
	margin:0;
	padding:0;
	height:100%;
	width:100%;
	overflow:hidden;
	background-image:url('/images/main-bg.gif');
	background-repeat:repeat;
}
#scroller {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	overflow:auto;
	z-index:2;
}
#scroller-content {
	position: absolute;
	width: 1000px;
	left: 50%;
	margin-left: -500px;
	background-image:url('/images/body-bg.png');
	height:906px;
}
#header {
	background-color:#FFFFFF;
	float:left;
	height:75px;
	margin-left:21px;
	width:959px;
}
#header-padding {
	float:left;
	width:909px;
	padding-left:25px;
	padding-right:25px;
	height:75px;
}
#header-logo {
	float:left;
	width:321px;
	height:65px;
}
/*index*/
#body-content-container {
	float:left;
	width:909px;
	padding-left:25px;
	padding-right:25px;
	margin-left:21px;
}
#body-content {
	float:left;
	width:909px;
	padding-top:5px;
}
#top-image {
	float:left;
	width:909px;
}
#pin-board {
	float:left;
	width:909px;
	margin-top:5px;
}
#pin-board-links-1 {
	left:90px;
	position:absolute;
	top:510px;
}
#pin-board-links-1 a {
	font-family: "Trebuchet MS";
	font-size:12px;
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}
#pin-board-links-1 a:hover {
	font-family: "Trebuchet MS";
	font-size:12px;
	color:#660000;
	text-decoration:underline;
	font-weight:bold;
}
#pin-board-links-2 {
	position:absolute;
	right:120px;
	top:535px;
}
#pin-board-links-2 a {
	font-family: "Trebuchet MS";
	font-size:12px;
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}
#pin-board-links-2 a:hover {
	font-family: "Trebuchet MS";
	font-size:12px;
	color:#660000;
	text-decoration:underline;
	font-weight:bold;
}
#bottom-container-index {
	float:left;
	width:909px;
	margin-top:-80px;
}
#bottom-left {
	float:left;
	width:500px;
	margin-left:25px;
	margin-top:60px;
}
#left {
	color:#FFFFFF;
	float:left;
	font-family: "Trebuchet MS";
	font-size:10px;
	width:200px;
}
#middle {
	color:#FFFFFF;
	float:left;
	font-family: "Trebuchet MS";
	font-size:10px;
	width:180px;
}
#middle a {
	color:#66ccff;
}
#middle li {
	color:#66ccff;
}
#right {
	color:#FFFFFF;
	float:left;
	font-family: "Trebuchet MS";
	font-size:10px;
	width:120px;
}
#right a {
	color:#66ccff;
}
#right li {
	color:#66ccff;
}
#bottom-right {
	float:right;
	width:375px;
}
#search-top {
	float:left;
	width:365px;
	height:127px;
	background-image:url('/images/search-header_v2.png');
	background-repeat:no-repeat;
}
#search-form {
	float:right;
	margin-right:15px;
	margin-top:81px;
}
#search-bottom {
	float:left;
	width:365px;
	height:127px;
}
/*footer*/
#footer-container {
	background-color:#2B0000;
	float:left;
	margin-top:10px;
	padding-bottom:5px;
	padding-left:5px;
	padding-top:5px;
	width:895px;
}
#footer {
	float:left;
	width:auto;
	color:#FFFFFF;
	float:left;
	font-family: "Trebuchet MS";
	font-size:10px;
}
#footer a {
	color:#66ccff;
}
/* Main Navigation*/
#header-nav {
	float:right;
	margin-right:10px;
	margin-top:38px;
	width: 578px;
}
#main-navigation {
	height: 32px;
}
#nav {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 578px;
	height: 32px;
	display: inline;
	bottom: 0 !important;
	bottom: -1px;
	overflow: hidden;
}
#nav li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}
#nav a {
	float: left;
	height: 32px;
	overflow: hidden;
	text-indent: -1000em;
}
#nav a:hover {
	background-position:bottom;
}
#product a {
	background:url('/images/nav-product.png') no-repeat top;
	width:113px;
	margin-right:2px;
}
#quick-ship a {
	background:url('/images/nav-quick-ship.png') no-repeat top;
	width:114px;
	margin-right:2px;
}
#literature a {
	background:url('/images/nav-literature.png') no-repeat top;
	width:114px;
	margin-right:2px;
}
#buy a {
	background:url('/images/nav-buy.png') no-repeat top;
	width:114px;
	margin-right:2px;
}
#contact a {
	background:url('/images/nav-contact.png') no-repeat top;
	width:113px;
}
/* On state */
#productpage #product a, #quick-shippage #quick-ship a, #literaturepage #literature a, #buypage #buy a, #contactpage #contact a {
	background-position: bottom;
}
/*Sub nav*/
#product-subnav {
	background-color:#FFFFFF;
	min-height:100px;
	position:absolute;
	right:510px;
	top:70px;
	width:113px;
	padding:10px;
	color:#000;
	font-family: "Trebuchet MS";
	font-size:12px;
	font-weight:bold;
}
#product-subnav a {
	color:#000000;
	font-family:"Trebuchet MS";
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
#product-subnav a:hover {
	color:#660000;
	font-family:"Trebuchet MS";
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
}
#literature-subnav {
	background-color:#FFFFFF;
	color:#000000;
	font-family:"Trebuchet MS";
	font-size:12px;
	font-weight:bold;
	padding:10px;
	position:absolute;
	right:276px;
	top:70px;
	width:113px;
}
#literature-subnav a {
	color:#000000;
	font-family:"Trebuchet MS";
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
#literature-subnav a:hover {
	color:#660000;
	font-family:"Trebuchet MS";
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
}
/*contact*/

#contact-body {
	float:left;
	width:900px;
	background-image:url('/images/contact-form-bg_v2.png');
	background-repeat:no-repeat;
	height:400px;
}
#bottom-container-contact {
	float:left;
	width:909px;
	margin-top:10px;
}
#search-form-contact {
	float:right;
	margin-right:15px;
	margin-top:21px;
}
#search-top-contact {
	background-image:url('/images/product-search-bg.png');
	background-repeat:no-repeat;
	height:232px;
	position:relative;
	right:32px;
	top:30px;
	width:400px;
}
#bottom-left-contact {
	float:left;
	margin-top:27px;
	width:500px;
}
#contact-subject {
	left:85px;
	position:absolute;
	top:210px;
}
#contact-name {
	left:85px;
	position:absolute;
	top:265px;
}
#contact-email {
	left:85px;
	position:absolute;
	top:330px;
}
#contact-question {
	left:265px;
	position:absolute;
	top:210px;
}
textarea[name='question'] {
	width:300px;
	height:200px;
}
#contact-submit {
	left:518px;
	position:absolute;
	top:420px;
}
#contact-bottom-links {
	bottom:60px;
	position:absolute;
	right:330px;
}
#contact-bottom-links a {
	color:#000000;
	font-family:"Trebuchet MS";
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
#contact-bottom-links a:hover {
	color:#660000;
	font-family:"Trebuchet MS";
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
}
#contact-email-links {
	position:absolute;
	right:280px;
	top:335px;
}
#contact-email-links a {
	color:#66ccff;
	font-family:"Trebuchet MS";
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
#contact-email-links a:hover {
	text-decoration:underline;
}

/*rep list*/

#rep-table {
	width: 500px;
	position: absolute;
	left:115px;
	top: 225px
}	

#rep-header {
	color:#cccccc;
	font-family: 'Trebuchet MS';
	font-size: 13px;
	font-weight: regular;
	text-decoration: underline;
	text-align: left;	
}	

#RIB-company-name {
	color: black;
	font-family: 'Trebuchet MS';
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}	

#RIB-contact-email {
	color: #66ccff;
	font-family: 'Trebuchet MS';
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}

#RIB-contact-email a:hover {
	text-decoration:underline;
}

#RIB-info {
	color: black;
	font-family: 'Trebuchet MS';
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}	

#rep-company-name {
	color: black;
	font-family: 'Trebuchet MS';
	font-size: 12px;
	font-weight: regular;
	text-decoration: none;
}	

#rep-contact-email {
	color: #66ccff;
	font-family: 'Trebuchet MS';
	font-size: 12px;
	font-weight: regular;
	text-decoration: none;
}

#rep-contact-email a:hover {
	text-decoration:underline;
}

#rep-info {
	color: black;
	font-family: 'Trebuchet MS';
	font-size: 12px;
	font-weight: regular;
	text-decoration: none;
}

#rep-territory {
	color: black;
	font-family: 'Trebuchet MS';
	font-size: 10px;
	font-weight: regular;
	text-decoration: none;
}

/*dealer*/

#dealer-body {
	float:left;
	width:900px;
	background-image:url('/images/dealer-top-image_v3.png');
	background-repeat:no-repeat;
	height:400px;
}
#dealer-body-search {
	float:left;
	width:900px;
	background-image:url('/images/dealer-search-top-image_v2.png');
	background-repeat:no-repeat;
	height:400px;
}
#dealer-state {
	left:350px;
	position:absolute;
	top:119px;
}
#dealer-zip {
	left:357px;
	position:absolute;
	top:166px;
}
#dealer-submit {
	left:471px;
	position:absolute;
	top:166px;
}
#dealer-bottom-links {
	bottom:60px;
	position:absolute;
	right:350px;
}
#dealer-bottom-links a {
	color:#000000;
	font-family:"Trebuchet MS";
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
#dealer-bottom-links a:hover {
	color:#660000;
	font-family:"Trebuchet MS";
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
}
/* Dealer Search */
#search-paging {
	color:#000000;
	font-family:"Trebuchet MS";
	font-size:11px;
	left:425px;
	position:absolute;
	top:219px;
	width:150px;
	z-index:1;
}
#search-results-container {
	border-top:1px solid #DFDFDF;
	left:65px;
	padding-top:5px;
	position:absolute;
	top:245px;
	width:516px;
	z-index:1;
}
.search-results {
	float:left;
	width:491px;
	padding-left:25px;
	padding-bottom:5px;
	border-bottom:1px solid #DFDFDF;
	margin-bottom:5px;
}
.dealer-container {
	float:left;
	width:245px;
	margin-right:5px;
}
.dealer-name {
	float:left;
	width:245px;
	font-family:"Trebuchet MS";
	font-weight:bold;
	font-size:12px;
	color:#000;
}
.address {
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#000;
	float:left;
	width:245px;
}
.city-state-zip {
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#000;
	float:left;
	width:245px;
}
.url {
	float:left;
	width:245px;
}
.url a {
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#33ccff;
	text-decoration:none;
}
.contact-container {
	float:left;
	width:240px;
}
.contact-name {
	float:left;
	width:240px;
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#000;
}
.contact-email {
	float:left;
	width:240px;
}
.contact-email a {
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#33ccff;
	text-decoration:none;
}
.contact-phone {
	float:left;
	width:240px;
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#000;
}
.contact-fax {
	float:left;
	width:240px;
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#000;
}
/*Products*/
#product-top-image {
	float:left;
	width:909px;
	margin-left:-25px;
}
#products-board {
	float:left;
	margin-left:-20px;
	margin-top:5px;
	width:925px;
}
#bottom-container-products {
	float:left;
	width:909px;
	margin-top:5px;
}
#search-top-products {
	float:left;
	width:369px;
	height:65px;
	background-image:url('/images/products-where-to-buy-top_v2.png');
	background-repeat:no-repeat;
}
#search-form-products {
	float:right;
	margin-right:12px;
	margin-top:21px;
}
#search-bottom-products {
	float:left;
	height:127px;
	margin-left:4px;
	width:365px;
}
#bottom-left-products {
	float:left;
	width:500px;
	margin-left:25px;
}
#pin-board-links-2-products {
	position:absolute;
	right:120px;
	top:240px;
}
#pin-board-links-2-products a {
	font-family: "Trebuchet MS";
	font-size:12px;
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}
#pin-board-links-2-products a:hover {
	font-family: "Trebuchet MS";
	font-size:12px;
	color:#660000;
	text-decoration:underline;
	font-weight:bold;
}
#pin-board-links-1-products {
	left:105px;
	position:absolute;
	top:270px;
}
#pin-board-links-1-products a {
	font-family: "Trebuchet MS";
	font-size:12px;
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}
#pin-board-links-1-products a:hover {
	font-family: "Trebuchet MS";
	font-size:12px;
	color:#660000;
	text-decoration:underline;
	font-weight:bold;
}
#product-search-links {
	left:85px;
	position:absolute;
	top:470px;
}
#product-search-links a {
	font-family: "Trebuchet MS";
	font-size:14px;
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}
#product-search-links a:hover {
	font-family: "Trebuchet MS";
	font-size:14px;
	color:#660000;
	text-decoration:underline;
	font-weight:bold;
}
#terms-list {
	left:64px;
	position:absolute;
	text-align:center;
	top:431px;
	line-height:22px;
}
#terms-list a {
	font-family: "Trebuchet MS";
	font-size:11px;
	color:#450102;
	text-decoration:none;
}
#products-search-logo {
	left:-28px;
	position:absolute;
	top:335px;
}
#product-pdf-links {
	left:95px;
	position:absolute;
	top:703px;
}
#product-pdf-links a {
	font-family: "Trebuchet MS";
	font-size:12px;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}
#product-pdf-links a:hover {
	font-family: "Trebuchet MS";
	font-size:12px;
	color:#fff;
	text-decoration:underline;
	font-weight:bold;
}
#search-form-products-top {
	left:67px;
	position:absolute;
	top:393px;
}
#search-form-terms-top {
	left:82px;
	position:absolute;
	top:386px;
	font-family:"Trebuchet MS";
	font-size:13px;
	color:#4b0000;
}
#product-list {
	left:255px;
	position:absolute;
	top:397px;
	width:685px;
}
.products {
	border:1px solid #999999;
	float:left;
	height:170px;
	margin-bottom:10px;
	margin-right:10px;
	padding-top:1px;
	text-align:center;
	width:215px;
}
.products a {
	font-family: "Trebuchet MS";
	font-size:10px;
	color:#660000;
	text-decoration:none;
	font-weight:bold;
}
.products a:hover {
	text-decoration:underline;
}
.products-last {
	border:1px solid #666666;
	float:left;
	height:170px;
	margin-bottom:10px;
	padding-top:1px;
	text-align:center;
	width:215px;
}
.products-last a {
	font-family: "Trebuchet MS";
	font-size:10px;
	color:#660000;
	text-decoration:none;
	font-weight:bold;
}
.products-last a:hover {
	text-decoration:underline;
}
#product-paging {
	color:#000000;
	font-family:"Trebuchet MS";
	font-size:12px;
	position:absolute;
	left:500px;
	top:375px;
}
.sku {
	float:left;
	width:215px;
	text-align:center;
	padding-top:5px;
}
.zoom-glass {
	float:right;
	width:27px;
}
img {
	border:none;
}
/*Products details*/

#product-single-container {
	left:235px;
	position:absolute;
	top:372px;
	width:710px;
}
#single-image {
	float:left;
	width:350px;
	min-height:380px;
}
#single-details {
	float:left;
	width:360px;
}
.single-sku {
	float:left;
	width:360px;
	font-family: "Trebuchet MS";
	font-size:20px;
	color:#000;
	font-weight:bold;
}
.single-description {
	float:left;
	width:360px;
	font-family: "Trebuchet MS";
	font-size:16px;
	color:#000;
	margin-bottom:10px;
}
.single-dimensions-header {
	float:left;
	width:360px;
	font-family: "Trebuchet MS";
	font-size:13px;
	color:#000;
	font-weight:bold;
	margin-bottom:5px;
}
.single-dimensions {
	color:#333333;
	float:left;
	font-family:"Trebuchet MS";
	font-size:12px;
	margin-bottom:10px;
	padding-left:15px;
	width:345px;
}
.single-overview-header {
	float:left;
	width:360px;
	font-family: "Trebuchet MS";
	font-size:13px;
	color:#000;
	font-weight:bold;
	margin-bottom:5px;
}
.single-overview {
	color:#333333;
	float:left;
	font-family:"Trebuchet MS";
	font-size:12px;
	margin-bottom:10px;
	padding-left:15px;
	width:345px;
}
.single-features-header {
	float:left;
	width:360px;
	font-family: "Trebuchet MS";
	font-size:13px;
	color:#000;
	font-weight:bold;
	margin-bottom:5px;
}
.single-features {
	color:#333333;
	float:left;
	font-family:"Trebuchet MS";
	font-size:12px;
	font-style:italic;
	margin-bottom:10px;
	padding-left:30px;
	width:330px;
}
.single-list-price-header {
	float:left;
	width:360px;
	font-family: "Trebuchet MS";
	font-size:13px;
	color:#000;
	font-weight:bold;
}
.single-list-price {
	float:left;
	width:360px;
	font-family: "Trebuchet MS";
	font-size:20px;
	color:#000;
	font-weight:bold;
}
#back-to-list {
	position:absolute;
	right:85px;
	top:335px;
}
#back-to-list a {
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#33ccff;
	text-decoration:none;
}
