img, div, a, input { 
	behavior: url(/htc/iepngfix.htc);
}

h1 {
	color: #CC3300;
	font-size: 14px;
	font-weight: bold;
}

.homeHead {
	margin-bottom: 0px;
	color: #CC3300;
	font-size: 14px;
	font-weight: bold;
}

h2 {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
}

.homeSubHead {
	margin-bottom: 0px;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
}

a {
	color: #0000FF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
}

hr {
	color: #CCCCCC;
	border: none;
	height: 2px;
	background-color: #CCCCCC;
}

body {
	margin: 0px;
	padding: 0px;
	width: auto;
	height: auto;
	background-image: url(../images/design/bodyBg.jpg);
	background-position: top;
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#container {
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 875px;
	height: auto;
	background-color: #FFFFFF;
	border-bottom: 24px solid #000000;
}

#header {
	margin: 0px;
	padding: 0px;
	width: 875px;
	height: 127px;
}

#headerTop {
	margin: 0px;
	padding: 2px 0px 2px 0px;
	width: 875px;
	height: 85px;
	border-top: 14px solid #000000;
}

#topLeft {
	margin: 0px;
	padding: 0px;
	width: 596px;
	height: 85px;
	float: left;
}

#logoText {
	position: relative;
	top: -25px;
	left: 3px;
	font-size: 28px;
	font-weight: bold;
	color: #0000FF;
}

#topRight {
	margin: 0px;
	padding: 10px 0px 0px 0px;
	width: 278px;
	height: 75px;
	float: left;
}

#topRight p {
	margin: 0px 15px 0px 0px;
	padding: 0px;
	color: #CC3300;
	font-weight: bold;
	font-size: 17px;
	text-align: right;
	
}

#phone {
	font-size: 30px;
}

#headerNav {
	margin: 0px;
	padding: 0px;
	padding-top: 3px;
	width: 875px;
	height: 21px;
	background-color: #000000;
	background-image: url(../images/design/headerNavBg.jpg);
	background-repeat: repeat-x;
}

#headerNav a {
	height: 24px;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	display: block;
	float: left;
	margin: 0px;
	padding: 0px 30px 0px 25px;
	text-decoration: none;
}

#headerNav a:hover {
	color: #FFFF99;
	text-decoration: none;
}

#headerNav .noPadding {
	padding: 0px;
	width: 118px;
	text-align: center;
}

#content {
	margin: 0px;
	padding: 0px;
	width: 875px;
	background-color: #FFFFFF;
	line-height: 16px;
}

#content p {
	margin-top: 0px;
	font-size: 12px;
}

#leftArea {
	margin: 0px 10px 0px 0px;
	padding: 0px;
	width: 626px;
	float: left;
	background-color: #FFFFFF;
}

#topImgArea {
	margin: 0px;
	padding: 0px;
	height: 149px;
	border-bottom: 8px solid #000000;
}

#topImgArea img {
	margin: 0px;
	padding: 0px 16px 0px 10px;
}

#topImgArea .imageLast {
	padding: 0px;
}

#bottomText {
	margin: 16px 0px 0px 16px;
	padding: 0p;
}

#actionContainer {
	margin: 20px 0px 0px 0px;
	width: 626px;
}

.actionBox {
	margin: 0px;
	margin-left: 5px;
	margin-bottom: 10px;
	padding: 0px;
	width: 200px;
	height: 59px;
	border: 1px solid #5E666B;
	background-image: url(../images/design/actionBoxBg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	float: left;
	cursor: pointer;
}

.actionBox a {
	text-decoration: none;
	color: #000000;
}

.actionBox:hover a {
	color: #0000FF;
	text-decoration: none;
}

.actionText a:hover {
	color: #0000FF;
	text-decoration: none;
}

.actionTextOne a:hover {
	color: #0000FF;
	text-decoration: none;
}


.actionImg {
	width: 53px;
	height: 59px;
	float: left;
}

#actionTextOne {
	margin: 8px 0px 0px 7px;
	width: 140px;
	height: 51px;
	text-align: left;
	font-weight: bold;
	float: left;
	font-size: 14px;
}

.actionText {
	margin: 8px 0px 0px 7px;
	width: 140px;
	height: 51px;
	text-align: left;
	font-weight: bold;
	float: left;
	font-size: 13px;
}

#rightArea {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 239px;
	float: left;
}

#profollowContainer {
	margin: 6px 0px 10px 0px;
	padding: 0px;
	width: 223px;
	border: 4px solid #CCCCCC;
}

#profollowHeader {
	padding-top: 8px;
	width: 223px;
	height: 46px;
	background-color: #CC3300;
}

#profollowHeader p {
	margin: 0px 2px 0px 2px;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

#profollowForm {
	margin: 15px 12px 0px 12px;
}

#profollowForm table {
	margin-top: 20px;
	padding-bottom: 10px;
	padding-left: 4px;
	line-height: 20px;
	border: 1px solid #CC3300;
}

.submitBtn {
	margin: 15px 0px 10px 133px;
}

#radioContainer {
	padding: 12px 0px 15px 15px;
	border: 1px solid #CC3300;
	font-weight: bold;
}

.radioHolder {
	margin-bottom: 6px;
}

.radioBox {
	float: left;
}

.radioText {
	text-align: left;
	width: 150px;
	float: left;
}

#quoteForm {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
}

#featureBox {
	width: 222px;
	border: 4px solid #CCCCCC;
	height: 121px;
	background-image: url(../images/design/featureBoxBg.jpg);
	background-repeat: repeat-x;
	background-color: #CCDFEB;
}

#featureBoxSecondary {
	margin: 15px 0px 0px 0px;
	width: 222px;
	border: 4px solid #CCCCCC;
}

#customize {
	margin: 10px 0px 0px 6px;
	padding: 0px;
	width: 202px;
	height: 120px;
	border: 4px solid #CCCCCC;
	background-image: url(../images/design/customizeBg.gif);
	background-repeat: repeat-x;
}

#customize img {
	float: left;
	margin: 0px;
	padding: 7px 0px 0px 2px;
}

#customizeText {
	padding: 0px 3px 0px 3px;
	margin: 15px 0px 0px 0px;
	width: 100px;
	float: right;
	font-size: 14px;
	font-weight: bold;
	color: #383AFB;
	text-align: center;
}

#customizeText img {
	width: 41px;
	margin: 0px auto 0px auto;
	padding: 25px 0px 0px 0px;
	float: none;
}

#featureImg {
	margin: 0px;
	margin-top: 5px;
	padding: 0px;
	width: 96px;
	height: 120px;
	float: left;
}

#featureImgSecondary {
	margin: 0px;
	margin-top: 5px;
	padding: 0px;
	text-align: center;
}

#featureText {
	margin: 30px 0px 0px 0px;
	width: 120px;
	float: left;
}

#featureTextSecondary {
	margin-bottom: 15px;
	width: 222px;
}

#featureTextSecondary a {
	display: block;
	margin: 20px 0px 0px 20px;
	padding: 10px 0px 10px 44px;
	height: 20px;
	background-image: url(../images/design/listImgOff.jpg); 
	background-repeat: no-repeat;
	color: #CC3300;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

#featureTextSecondary a:hover {
	background-image: url(../images/design/listImgOn.jpg);
	background-repeat: no-repeat;
}


#featureTextSecondary .noPadding {
	padding: 4px 0px 14px 44px;
	margin-top: 8px;
}



#featureText p {
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #0000FF;
	font-size: 15px;
	font-weight: bold;
}

.contentImg {
	padding: 0px 8px 8px 0px;
	float: left;
}

#footer {
	margin: 0px auto 5px auto;
	padding: 0px;
	width: 875px;
	font-size: 11px;
	text-align: center;
	line-height: 20px;
}

#footer a {
	color: #000000;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

/*Products CSS*/
#productTop {
	margin: 0px 10px 0px 0px;
	border-bottom: 2px solid #CCCCCC;
	height: 85px;
}

#productInfo {
	margin: 0px 10px 0px 0px;
	font-size: 12px;
}

#productInfoImg {
	margin-bottom: 20px;
}

.grayBox {
	background-color: #CCCCCC;
}

.alignLeft {
	padding-left: 4px;
	text-align: left;
}

#infoContainer {
	margin-bottom: 20px;
}

.infoContentOne {
	margin-top: 1px;
}

.contentOneTitle {
	font-weight: bold;
	min-width: 300px;
	background-color: #f5f5f5;
	float: left;
}

.contentOneValue {
	float: left;
}

#infoContentTwo {
	margin: 20px 0px 0px 0px;
}

.infoHeader {
	margin: 10px 0px 4px 0px;
	font-weight: bold;
	background-color: #f5f5f5;
}

#productInfoImg img {
	border: 2px solid #CCCCCC;
}

#customProduct {
	width: 160px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	float: right;
}

#productBottom {
	margin: 15px 10px 0px 0px;
}

#productContainer {
	padding: 15px 20px 10px 20px;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	font-size: 12px;
	background-color: #F4F4F4;
}

#productContainer ul {
	/* margin-top: 30px; */
}

#productContainer ul li {
	position: relative;
	margin: 0px;
	padding: 0px 0px 10px 8px;
	list-style-image: url(../images/design/small-listImg.jpg);
}

#productContainer a {
	position: relative;
	margin: 0px;
	padding: 0px;
	top: -5px;
	color: #000000;
	font-weight: bold;
}








#productTop p.breadCrumb {
	color: #0000FF;
	font-size: 11px;
	font-weight: bold;
}

p.breadCrumb {
	color: #0000FF;
	font-size: 11px;
	font-weight: bold;
}

p.breadCrumb a {
	color: #0000FF;
	font-size: 11px;
	font-weight: bold;
}

#productRight {
	float: right;
	margin: 5px 0px 10px 10px;
	width: 265px;
}

div.productHeader {
	padding: 4px 0px 4px 10px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #CC3300;
}

div.productContent {
	border-left: solid 2px #CCCCCC;
	border-right: solid 2px #CCCCCC;
	border-bottom: solid 2px #CCCCCC;
}

#productRight div.productContent {
	width: 261px;
}

div.productSpecSheet {
	border-bottom: solid 2px #CCCCCC;
	margin: 0px auto 0px auto;
	width: 240px;
}

#refer {
	margin: 0px auto 0px auto;
	padding: 25px 0px 20px 0px;
	width: 240px;
}

a.relatedProductLinks {
	color: #CC3300;
	font-size: 12px;
	font-weight: bold;
}
/*END Product CSS*/

/*Locator CSS*/
#bottomTextContainer {
	margin: 0px 15px 0px 0px;
}

#bottomTextContainer h1 {
	margin-bottom: 20px;
}

.locatorBox {
	width: 278px;
	float: left;
}

.boxTextArea {
	border-right: 3px solid #CCCCCC;
	
	margin-bottom: 20px;
}

/*
.boxTextArea p {
	margin-right: 45px;
}
*/

#last.boxTextArea {
	border: none;
}

#distributors {
	margin: 15px 0px 0px 0px;
	width: 202px;
	height: 100px;
	border: 4px solid #CCCCCC;
}

#distributorsText {
	text-align: center;
}

#learnMore img {
	width: 90px;
	height: 24px;
	margin: 10px 0px 0px 0px;
}

#distributorsText p {
	margin: 15px 20px 0px 20px;
	padding: 0px;
	color: #0000FF;
	font-size: 16px;
	font-weight: bold;
}

.boxHeaderFirst {
	margin: 0px 30px 18px 0px;
}

.boxHeader {
	margin: 0px 30px 0px 50px;
}

/*
.address {
	margin: 0px 30px 15px 45px;
}
*/

#stateBox {
	padding: 20px 0px 20px 15px;
	width: 189px;
	border: 3px solid #CCCCCC;
}

input.goButton {
	position: absolute;
	margin-left: 4px;
	width: 36px;
	height: 23px;
	border: 0px;
	cursor: pointer;
}
/*END Locator CSS*/

/*VALUE CSS*/
#boxInputForm {
	margin: 0px auto 40px auto;
	padding-bottom: 22px;
	width: 290px;
	border-right: 3px solid #CCCCCC;
	float: left;
	font-weight: bold;
}

#boxInputForm label {
	float: left;
	display: block;
	margin: 0px 5px 0px 0px;
	width: 89px;
	text-align: right;
}

#boxInputForm input {
	float: left;
	margin: 0px;
	margin-left: 5px;
	padding: 0px;
	width: 160px;
}

#boxInputForm div {
	margin: 0px;
	padding: 4px 0px 4px 0px;
}

#boxInputForm input.btnSubmit {
	background-image: url(../images/design/submitBtnOff.jpg);
	border: 0px;
	cursor: pointer;
	width: 78px;
	height: 24px;
}

#boxInputForm input.btnSubmitHover {
	background-image: url(../images/design/submitBtnOn.jpg);
	border: 0px;
	cursor: pointer;
	width: 78px;
	height: 24px;
}

#productImg {
	margin-left: 20px;
	width: 525px;
	float: left;
}

.optionsBox {
	margin: 0px;
	padding: 0px 20px 0px 0px;
	width: 194px;
	float: left;
}

.optionsBoxLast {
	margin: 0px;
	padding: 0px;
	width: 194px;
	float: left;
}

.optionsHead {
	height: 20px;
	background-color: #CC3300;
	color: #FFFFFF;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}

.optionsContent {
	padding: 0px 0px 0px 20px;
	height: 266px;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

.optionsContent p {
	margin: 0px;
	padding: 9px 0px 4px 0px;
	font-size: 12px;
	font-weight: bold;
}

#optionsImg img {
	position: absolute;
	margin: -22px 0px 0px 112px;
	padding: 0px;
}

.partNumber {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	font-weight: bold;
	color: #CC3300;
}

#radioContainer input {
	margin: 8px 4px 8px 4px;
	padding: 0px;
}

.fieldsBox {
	margin: 5px 0px 15px 0px;
	padding: 0px;
	width: 160px;
}

.fieldsBox label {
	float: left;
	display: block;
	margin: 0px 0px 0px 0px;
	width: 62px;
	text-align: right;
}

.fieldsBox input {
	float: left;
	margin: 0px;
	margin-left: 5px;
	padding: 0px;
	width: 60px;
}

.fieldsBox div {
	margin: 4px 0px 4px 0px;
}

.subscribeBt {
	margin: 10px 0px 0px 770px;
	margin: 0px 8px 0px 0px;
}

/*END VALUE CSS*/

/* Contact Form Styles */
#contact {
	margin: 25px auto 0px auto;
	width: 550px;
}

#contact fieldset {
	border: solid 1px #000000;
	width: auto;
	margin: 0px 0px 8px 0px;
	padding: 10px 8px 10px 8px;
}

#contact legend {
	color: #000000;
	font-weight: bold;
	margin: 0px 0px 0px 10px;
	padding: 0px 5px 0px 5px;
}

#contact label {
	float: left;
	display: block;
	margin: 0px 5px 0px 0px;
	width: 12em;
	text-align: right;
}

#contact input, #contact select, #contact textarea {
	float: left;
	margin: 0px;
	padding: 0px;
}

#contact div {
	margin: 0px;
	padding: 3px 0px 3px 0px;
}

#contact div .sendBtn {
	margin-left: 100px;
}
/* Contact Form Styles */

p.indent {
	font-weight: bold;
	padding-left: 50px;
}

img.picsAddedValue {
	border: 4px solid #CCCCCC;
	margin: 10px 0px 0px 0px;
}