@charset "UTF-8";
/* CSS Document */

body{
	background-image: url(images/bg.jpg);
	margin: 0px;
	padding: 0px;
	width:auto;
}
#bgBAR {
	background-image: url(images/bg-dirt.jpg);
	background-repeat: repeat-x;
	margin-top: 30px;
	margin-right: 0px;
	margin-left: 0px;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FF0000;
	border-bottom-color: #FF0000;
	height: 144px;
}
#divMAIN {
	/*background-image: url(images/bg_main.jpg);
	background-repeat: repeat-y;*/
	background-position: center top;
	background-color:#FFFFFF;
	position:absolute;
	left:50%;
	width: 900px;
	top: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -443px;
	z-index:1;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #363434;
}


#divHEADER {
	margin: 0px;
	width: 900px;
	padding: 0px;
}



#divBODY {
	width: 900px;
	padding-top: 10px;
	position: relative;
	float: left;
	margin-bottom: 10px;
}
#divBODY ul {
	margin: 0px;
	padding-left: 20px;
}

#divBODY ul li {
	padding-top: 0px;
	padding-bottom:7px;
}

#divBODY ul a{
	text-decoration: none;
}

#divAFFILIATES {
	margin: 0px;
	clear: both;
	width: 870px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	height: 94px;
}
#divPAGEtitle {
	font-size: 18px;
	font-weight: bold;
	padding-left: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #706e6e;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#divSECnav {
	background-color: #706E6E;
	height: 20px;
	width: 895px;
	color: #FFFFFF;
	padding-top: 5px;
	margin: 0px;
	padding-left: 5px;
}

#divSECnav a {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}

#divSECnav a:hover {
	color:#363434;
}

#divSECnav a.current {
	text-decoration: underline;
}

#divSECnav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#divSECnav ul li {
	display: inline;
	padding-right: 10px;
}


#divCONTENTright {
	float: left;
	width: 430px;
	padding-left: 5px;
	padding-right: 15px;
	position: relative;
}


#divCONTENTleft {
	float: left;
	width: 430px;
	padding-right: 5px;
	padding-left: 15px;
	position: relative;
}
#divCONTENTleft img {
	float: left;
}

#divBOX {
	width: 430px;
	margin-top: 5px;
	margin-bottom: 5 px;
	float: left;
}
#divREDboxContent {
	background-image: url(images/redbox-middle.jpg);
	background-repeat: repeat-y;
	padding-left: 15px;
	padding-right: 15px;
	color: #FFFFFF;
	margin: 0px;
	padding-top: 8px;
	padding-bottom: 5px;
	width: 400px;
	float: left;
}
#divREDboxContent a {
	color: #FFFFFF;
	text-decoration: underline;
}


#divREDboxContent ul {
	margin: 0px;
	padding-left: 25px;
	padding-bottom:10px;
}
#divREDboxContent ul ul {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: -10px;
	margin-bottom: -25px;
}



#divBOXtopbtm{
	margin: 0px;
	padding: 0px;
	width: 430px;
	float: left;
}
#divGREYboxContent {
	background-image: url(images/greybox-middle.jpg);
	background-repeat: repeat-y;
	padding-left: 15px;
	padding-right: 15px;
	margin: 0px;
	padding-top: 8px;
	padding-bottom: 10px;
	width: 400px;
	float: left;
	white-space: normal;
}
#divGREYboxContent p {
	display: inline-block;
	margin: 0;
	padding: 0;
}
.FLOATright {
	float: right;
	padding-left: 3px;
	padding-top: 3px;
}
.FLOATleft{
	float: left;
	padding-top: 3px;
	padding-right: 3px;
}


#divGREYboxContent a {
	color: #363434;
	text-decoration: underline;
	font-weight: bold;
}
#divGREYboxContent ul li a {
	text-decoration: underline;
}
#divGREYboxContent a:hover {
	color: #B4111A;
	text-decoration: underline;
	font-weight: bold;
}

#divLARGEbox {
	margin: 0px;
	clear: both;
	width: 870px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	float: left;
}
#divLARGEboxContent {
	background-image: url(images/lg-greybox-mid.jpg);
	background-repeat: repeat-y;
	padding-left: 15px;
	padding-right: 15px;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 10px;
	width: 840px;
	float: left;
}
#divLARGEboxContent a {
	color: #363434;
	text-decoration: underline;
	font-weight: bold;
}
#divLARGEboxContent a:hover {
	color: #B4111A;
	text-decoration: underline;
	font-weight: bold;
}

#divLARGEboxContent ul li{
	padding-bottom: 8px;

}
#divLARGE-BOXtopbtm{
	margin: 0px;
	padding: 0px;
	width: 870px;
	float: left;
}

#divFOOTER {
	font-size: 10px;
	font-weight: bold;
	color: #363434;
	background-color: #f1f1f1;
	clear: both;
	text-align: center;
	padding-top: 12px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin: 0;
	height: 10px;
}
#divFOOTER img {
	margin-top: -5px;
	margin-bottom: -8px;
}


#divFOOTER a {
	color: #363434;
	text-decoration: underline;
}

#divFOOTER a:hover {
	color: #B4111A;
	text-decoration: underline;
}
.title-bold {
	font-weight: bold;
	padding-bottom: 5px;
}
/*#divRCENTERlinks {
	text-align: left;
	position: absolute;
	width: 225px;
	left: 632px;
	top: 1426px;
	height: 51px;
}*/

#divRCENTERlinks {
	text-align: left;
	width: 225px;
	height: 51px;
	float: right;
}
#divRCENTERlinks a {
	color: #363434;
	text-decoration: underline;
	font-weight: bold;
}
#divRCENTERlinks a:hover{
	color: #B4111A;
	text-decoration: underline;
	font-weight: bold;
}
.address {
	font-size: 11px;
}
#divTABLEheader {
	color: #FFFFFF;
	background-color: #706E6E;
	font-weight: bold;
	position: relative;
	float: left;
	height: 30px;
	margin-bottom: 1px;
}
#divPRODUCTheader {
	position: relative;
	width: 297px;
	float: left;
	height: 20px;
	text-align: center;
	padding-top: 10px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #EEEDED;
	border-bottom-color: #EEEDED;
}
#divPRICEheader {
	width: 100px;
	position: relative;
	float: left;
	height: 20px;
	text-align: center;
	padding-top: 10px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #EEEDED;
}
.TABLErow {
	color: #FFFFFF;
	background-color: #989797;
	font-weight: normal;
	position: relative;
	float: left;
	margin-top: 1px;
	margin-bottom: 1px;
}


.TABLEcolumn {
	position: relative;
	width: 293px;
	float: left;
	text-align: left;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #EEEDED;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 2px;
}
.TABLEcolumn2 {
	width: 96px;
	position: relative;
	float: left;
	text-align: center;
	vertical-align: middle;
	height: 100%;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}
.style1 {
	color: #FFFF00;
	font-weight: bold;
}


.center {
	text-align: center;
	padding-top: 5px;
	float: left;
	width: 400px;
	margin-top: 5px;
}
.newsletter {
	float: right;
	width: 600px;
}


#divLARGEtableheader {
	color: #FFFFFF;
	background-color: #706E6E;
	font-weight: bold;
	float: left;
	height: 10 px;
	margin-bottom: 2px;
	text-align: center;
	margin-top: 0px;
	padding-top: 0px;
}
#divLARGEheader {
	float: left;
	height: 28px;
	width: 165px;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #EEECED;
	padding-top:10px;
}

#divLARGEheader1 {
	float: left;
	height: 28px;
	width: 165px;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #EEECED;
	padding-top:10px;
}
#divLARGEheader2 {
	float: left;
	height: 28px;
	width: 165px;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #EEECED;
	padding-top:10px;
}
#divLARGEheader3 {
	float: left;
	height: 28px;
	width: 165px;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #EEECED;
	padding-top:10px;
}
#divLARGEheader4 {
	float: left;
	height: 28px;
	width: 168px;
	padding-top:5px;
}
#divLARGEheader4a {
	float: left;
	height: 28px;
	width: 336px;
	padding-top:10px;
}

.LARGE-TABLErow {
	color: #FFFFFF;
	background-color: #989797;
	font-weight: normal;
	float: left;
	margin-bottom: 2px;
	text-align: center;
	width: 840px;
}

.LARGE-TABLEcolumn{
	float: left;
	width: 165px;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #EEECED;
	padding-top:2px;
	padding-bottom:2px;

}
.LARGE-TABLEcolumn1{
	float: left;
	width: 165px;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #EEECED;
	padding-top:2px;
	padding-bottom:2px;

}

.LARGE-TABLEcolumn2{
	float: left;
	width: 165px;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #EEECED;
	padding-top:2px;
	padding-bottom:2px;

}

.LARGE-TABLEcolumn3{
	float: left;
	width: 165px;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #EEECED;
	padding-top:2px;
	padding-bottom:2px;

}
.LARGE-TABLEcolumn4{
	float: left;
	width: 168px;
	padding-top:2px;
	padding-bottom:2px;

}

.LARGE-TABLEcolumn4a{
	float: left;
	width: 336px;
	padding-top:2px;
	padding-bottom:2px;


}
.center2 {
	text-align: center;
	padding-top: 5px;
	float: left;
	width: 840px;
	margin-top: 5px;
}
#divFLASH {
	z-index: -3;
	position: relative;
	float: left;
}
.small {
	font-size: 10px;
	padding-top: 5px;
	margin-bottom:5px;
}
.smallmap {
	position: relative;
	float: right;
	padding-right: 3px;
}
