*
{
	margin:0px;
	padding:0px;
}

html
{
	width:100%;
	height:100%;
}
strong {
	font-weight: bold;
}

em {
	font-style:italic;
}


body {
	background-color: #EAEAEA;
	text-align: center;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(/images/page-bg.jpg);
	background-repeat: repeat-x;
	height:100%;
	margin:0px auto auto;

}
#wrapper {
	width: 946px;
	/*
	margin-right: auto;
	margin-left: auto;
*/
	min-height:100%;
	height:auto !important;
	height:100%;
	margin:0 auto -81px;
	color: #333333;

}
#header {
	background-image: url(/images/logo-header.gif);
	height: 141px;
	text-align: left;
	background-repeat: no-repeat;
	background-position: left top;
}

#headerImage {
	height: 200px;
	text-align: left;
}
#content {
	text-align: left;
	float: left;
	width: 665px;
	margin-top: 15px;
	font-size: 12px;
}
h1 {
	color: #3C060B;
	font-size: 16px;
	font-weight: normal;
	background-image: url(/images/hr-bg.gif);
	background-position: left bottom;
	display: block;
	padding-bottom: 10px;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
H2 {
	color: #48161A;
	margin: 10px 0px 0px;
}
#wrapper #content hr {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-image: url(/images/hr-bg.gif);
	height: 20px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-repeat: no-repeat;
}
ul {
	list-style-position: outside;
	list-style-type: disc;
	margin: 10px 10px 10px 20px;
	font-size: 11px;
}
ul li {
	padding-top: 2px;
	padding-bottom: 2px;
}
#wrapper #colRight {
	width: 245px;
	float: left;
	background-image: url(/images/right-col-bg.jpg);
	background-repeat: no-repeat;
	height: 400px;
	margin-left: 20px;
	margin-top: 40px;
	text-align: left;
	padding-left: 15px;
}



#footer, #filler
{
	margin:auto;
	width:100%;
	height:81px;
	padding-top:0px;
	clear:both;
	background-image: url(/images/footer-bg.gif);
	background-repeat: repeat-x;
	color: #FFFFFF;
	text-align: left;
	font-size: 11px;
}

.innerFooter {
	width:946px;
	margin-left:auto;
	margin-right:auto;
	padding-top:14px;
	padding-bottom:10px;

}

#navigation {
	margin-bottom:0px;
	float: right;
	width: 560px;
	right: 0px;
	bottom: 0px;
	margin-top: 107px;

}
#wrapper #content .homeRange {
	float: left;
	padding-right: 20px;
	background-image: url(/images/vert-divider.gif);
	background-repeat: no-repeat;
	background-position: right;
	font-size: 11px;
	margin-right: 20px;
	width: 180px;
}

#wrapper #content .homeRange img, #wrapper #content .productInfoImage img {
	background-color: #FFFFFF;
	padding: 3px;
	border: 1px solid #CCCCCC;
	
}
#wrapper #content .productInfoImage {
	float: right;
	margin-top: 0px;
	background-image: url(/images/vert-divider.gif);
	background-position: left top;
	padding-left: 20px;
	background-repeat: repeat-y;
	margin-left: 15px;
}

#wrapper #content .productInfoImage p {
	margin-top: 5px;
	font-size: 11px;
	font-style: italic;
	margin-bottom: 10px;
}


#wrapper #content .homeRange H2 {
	border:1px #a7a7a7;
	color: #870D1A;
	margin-bottom: 4px;
	font-size: 12px;
	margin-top: 4px;

}



#wrapper #content .homeRange a.viewrange {
	background-image: url(/images/picon-view-range.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	display: block;
	width: 180px;
	margin: 0px;
	font-weight: bold;
	padding-top: 10px;
}
