body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
body {
	background-color: #FFFFFF;
}

.menubarBg{
	background-attachment: scroll;
	background-image: url(images/menuBtnOff.jpg);
	background-repeat: repeat-x;
	background-position: center;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	text-decoration: none;
	padding-top: 0px;
	padding-left: 15px;
	display: block;
	padding-right: 15px;
	padding-bottom: 0px;
	height: 30px;
}

.menubarBg:link {
	background-attachment: scroll;
	text-decoration: none;
	color: #FFFFFF;
}
.menubarBg:visited {
	background-attachment: scroll;
	text-decoration: none;
	color: #FFFFFF;
}
.menubarBg:hover {
	color: #000000;
	background-color: #FBFF32;
	background-image: none;
	cursor: pointer;
	text-decoration: none;
}

.menubarBg:active {
	background-attachment: scroll;
	text-decoration: none;
	color: #FFFFFF;
}


a:link {
	color: #FF6600;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF6600;
}
a:hover {
	text-decoration: underline;
	color: #FF6600;
}
a:active {
	text-decoration: none;
	color: #FF6600;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}

h1 {
	font-size: 30px;
	color: #FF9900;
}
h2 {
	font-size: 30px;
	color: #666666;
}
h3 {
	font-size: 18px;
	color: #000000;
}
h4 {
	font-size: 18px;
	color: #FF9900;
}

h5 {
	font-size: 16px;
	color: #999999;
}



form {
	margin: 0px;
	padding: 0px;
}

select.replaced {
      display: none;
    }
    ul.selectReplacement {
	width: 80px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 2px solid #999999;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	background-attachment: scroll;
	background-image: url(images/dropArrow.gif);
	background-repeat: repeat-y;
	background-position: right top;
    }
    ul.selectReplacement li {
	color: #999999;
	cursor: pointer;
	display: none;
	font-size: 11px;
	list-style: none;
	margin: 0;
	width: 77px;
	padding-left: 3px;
    }
.formText {
	font-weight: bold;
	color: #999999;
}
.formBox {
	border: 2px solid #999999;
	font-size: 9px;
	color: #999999;
	height: 12px;
	padding-left: 3px;
	padding-bottom: 1px;
}
.formBtn {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #999999;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 18px;
	font-size: 10px;
}
.formBtn:link {
	color: #FFFFFF;
	background-color: #999999;
}
.formBtn:visited {
	color: #FFFFFF;
	background-color: #999999;
}
.formBtn:hover {
	color: #FFFFFF;
	background-color: #000000;
}
.formBtn:active {
	color: #FFFFFF;
	background-color: #999999;
}


    ul.selectOpen li {
	display: block;
	background-color: #FFFFFF;
    }
    ul.selectReplacement li.selected {
	color: #999999;
	display: block;
    }
    ul.selectOpen li.selected {
	display: block;
	background-color: #FFFFFF;
    }
    ul.selectOpen li:hover,
    ul.selectOpen li.hover,
    ul.selectOpen li.selected:hover {
	color: #FFFFFF;
	background-color: #999999;
    }

.text_14 {
	font-size: 12px;
}

.featureOff {
	background-attachment: scroll;
	background-image: url(images/featureBgOff.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	padding: 0px;
}


.featureOffBtn {
	background-attachment: scroll;
	background-image: url(images/featureBtnOffOff.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #333333;
	background-color: #CCCCCC;
	height: 40px;
	padding-left: 60px;
	padding-right: 10px;
}
.featureOn {

	background-attachment: scroll;
	background-image: url(images/featureBgOn.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	padding: 0px;
}
.featureOnBtn {
	background-attachment: scroll;
	background-image: url(images/featureBtnOnOff.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #333333;
	background-color: #FFFF33;
	height: 40px;
	padding-left: 60px;
	padding-right: 10px;
	cursor: pointer;
}
.featureOnBtn:hover {

	background-attachment: scroll;
	background-image: url(images/featureBtnOnOn.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #FF9C05;
	background-color: #FFFF33;

}

#Layer1 {
	position:absolute;
	z-index:1;
}
#Layer2 {
	position:relative;
	width:265px;
	height:90px;
	z-index:2;
	left: 0px;
	top: -130px;
}
.footerBar {
	font-size: 10px;
	color: #FFFFFF;
	background-attachment: scroll;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-right: 10px;
	height:20px;
	text-align:right;
	margin-top:45px;
	width:845px;
	
}
button {
	margin: 0px;
	padding: 0px;
}
.helpstyle {
	font-size: 9px;
	color: #666666;
	text-decoration: underline;
	margin-left: 10px;
}
.formBoxLarge {
	border: 2px solid #999999;
	font-size: 11px;
	color: #999999;
	padding-left: 3px;
	padding-bottom: 1px;
	font-family: Arial, Helvetica, sans-serif;
}
.whitetext {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}
.orangetext {
	color: #FF9900;
	font-size: 14px;
}
.smalltext {

	font-size: 9px;
	color: #666666;
}
.addtocart_btn {
	font-weight: bold;
	color: #FF993A;
	background-attachment: scroll;
	background-color: #FFFFFF;
	background-image: url(images/arrow_right_sml.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	margin: 0px;
	height: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	font-size: 10px;
	width: 100px;
	border: 1px solid #FFFFFF;
	text-align: left;
	cursor: pointer;
}


#dhtmltooltip{
	position: absolute;
	left: -300px;
	width: 150px;
	border: 3px solid #FF9900;
	padding: 5px;
	background-color: #FFFFFF;
	visibility: hidden;
	z-index: 100;
	font-size: 10px;
	color: #000000;/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);*/
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 100;
visibility: hidden;
}

.seo {
width:845px;
color:#666666;
margin-top:10px;
}

.seo h1 {
font-size:12px;
display:inline;
margin:0px;
padding:0px;
color:#666666;
}

.seo h2 {
font-size:12px;
display:inline;
margin:0px;
padding:0px;
color:#666666;
}

.seo p {
font-size:12px;
display:inline;
margin:0px;
padding:0px;
color:#666666;
}

.container {
margin:0px auto 0px auto;
width:845px;
}
