/* Redefined HTML Styles */
body {
	background: #fff;
	margin: 0;
	padding: 0;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
}
p {
	margin: 0 0 12px 0;
}
img {
	border: 0;
}
a {
	color: #600;
	text-decoration: none;
}
input {
	font-size: 12px;
}
select {
	font-size: 12px;
}
select option {
	padding: 1px 2px;
}


/* DIV ID Styles */
#container {
	width: auto;
	margin: auto;
	text-align: left;
}
#header {
	width: auto;
	height: 120px;
	padding: 0 0 0 25px;
	display: none;
}
#printheader {
	display: block;
}


/* Navigation Styles */
#nav {
	width: auto;
	height: 27px;
	font-family: verdana, sans-serif;
	font-size: 10px;
	margin-top: 4px;
	display: none;
}
/* Breadcrumb */
#breadcrumb {
	color: #ddd;
	padding: 2px 4px;
	width: auto;
	height: 27px;
	margin-bottom: 10px;
	display: none;
}


/* Column Styles */
#colLeft {
	width: 250px;
	float: left;
	display: none;
}
#colRight {
	width: auto;
	float: left;
}
.col2Left {
	width: 350px; 
	float: left;
}
.col2Right {
	width: 350px; 
	float: right;
}
.productCol {
	float: left;
	width: 185px;
}
.productCol p {
	font-size: 10px;
	padding: 0 8px;
}
.productColHeader {
	font-size: 11px;
	font-family: verdana, sans-serif;
	font-weight: bold;
	color: #300;
	padding: 3px 8px;
	margin: 0 6px 3px 6px;
	background: url('../images/navigation/nav_red2.jpg');
	border: 1px solid #A89068;
}
.productColHeader a {
	font-size: 10px;
	color: #fff;
}
.productItem {
	float: left;
	width: 100px;
	height: 160px;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	margin: 0 8px;
}
.catalogCol {
	float: left;
	width: 50%;
}


/* Content Styles */
#content {
}
#content h1 {
	background: url('../images/template/box_top.png') no-repeat;
    _background-image:url('../images/template/box_top.gif');
	color: #fff;
	width: auto;
	height: auto;
	padding: 6px 0 8px 10px;
	margin: 0;
	font-size: 17px;
	text-transform: uppercase;
}
#content h2 {
	font-family: verdana, sans-serif;
	font-size: 17px;
	font-weight: bold;
	border-bottom: 1px solid #7F7F7F;
	letter-spacing: 1px;
	padding: 0 0 2px 0;
	margin: 6px 0 3px 0;
}
#content h2 a {
	color: #000;
	text-decoration: none;
}
#content h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 12px 0 4px 0;
	padding: 0;
}
#contentBody {
	background: url('../images/template/box_bottom.png') no-repeat bottom;
    _background-image:url('../images/template/box_bottom.gif');
	padding: 10px 35px 40px 15px;
}
#contentImg {
	background: url('../images/template/box_bottom.png');
    _background-image:url('../images/template/box_bottom.gif');
	width: 770px;
	height: 250px;
	border-top: 1px solid #A89068;
	border-bottom: 1px solid #A89068;
}
#content ul {
	padding: 0 18px;
	margin: 0 0 12px 0;
	list-style-type: square;
}
#content li {
	margin: 10px 0;
}
#content .end {
	padding: 5px;
}
#content .download {
	text-align: center;
	padding: 3px;
}
#content .download a {
	color: #300;
	text-decoration: none;
	font-weight: bold;
}
#content .navActive {
	padding: 6px 10px 7px 10px; 
	float: left; 
	background: url('../images/navigation/contentNavActive.png') repeat-x #fff;
	font-weight: bold;
	border: 1px solid #A89068;
	border-bottom: 1px solid #fff;
}
#content .navInactive {
	padding: 4px 10px; 
	margin-top: 5px;
	float: left; 
	background: url('../images/navigation/contentNavOff.png');
	font-weight: bold;
	border: 1px solid #A89068;
}


/* Footer Styles */
#footer {
	color: #fff;
	display: none;
}
#footer div {
	margin: 5px 20px;
}
#footer a {
	color: #fff;
	font-weight: bold;
}
#logos {
	padding: 20px;
	text-align: center;
	display: none;
}
#logos img {
	border: 0;
	margin: 0 20px;
}


/* Image Styles */
.imgRight {
	float: right;
	margin: 0 0 10px 15px;
	background: #fff;
}
.imgLeft {
	float: left;
	margin: 0 15px 10px 0;
	background: #fff;
}


/* News Styles */
.newsDate {
	background: url('../images/shadow.png');
	border-left: 1px solid #7F7F7F;
	border-right: 1px solid #7F7F7F;
	border-bottom: 1px solid #7F7F7F;
	color: #222;
	margin-bottom: 16px;
	padding: 6px;
	font-weight: bold;
}
.printer {
	float: right; 
	padding: 6px;
	font-weight: bold; 
	font-size: 10px;
}
.printer img {
	margin: 0 3px;
}
.printer a {
	text-decoration: none;
	color: #222;
}
.previous {
	text-align: right;
	border-top: 1px solid #7F7F7F;
	margin-top: 20px;
	padding: 6px 0 0 0;
}
.previous a {
	text-decoration: none;
	color: #222;
	font-weight: bold;
}


/* Employment Styles */
.position {
	padding: 10px 0 0 0;
	width: auto;
	height: auto;
	font-weight: bold;
	font-size: 13px;
}


/* FAQ Styles */
.faqQuestion {
	font-size: 12px;
	font-weight: bold;
	padding: 2px 0;
}
.faqQuestion a {
	color: #300;
	text-decoration: none;
}
.faqAnswer {
	display: none;
	padding: 2px 15px 15px 15px;
}


/* Dealer Styles */
.loginBox {
	font-family: verdana, sans-serif;
	font-weight: bold;
	font-size: 10px;
	width: 190px;
	margin: auto;
}
.loginWarning {
	color: red; 
	width: 450px; 
	font-size: 10px; 
	font-weight: bold; 
	padding: 10px 30px;
	margin: auto;
}


/* Market Services Styles */
.marketActive {
	display: block;
}
.marketInactive {
	display: none;
}


/* Product Search Styles */
.searchEntry {
	clear: both;
	height: 70px;
}


/* Download Box Styles */

.downloadBox {
	width: 250px;
	float: left;
	margin: 3px 13px 3px 0;
	clear: right;
}
.downloadBoxHeader {
	width: 250px;
	height: 24px;
	color: #fff;
	background: url('../images/template/box_top_small.png') no-repeat;
    _background-image:url('../images/template/box_top_small.gif');
	float: left;
}
.downloadBoxHeader h2 {
	color: #fff;
	font-size: 14px;
	text-align: center;
	margin: 5px 1px 0 1px;
	padding: 0 5px 0 0;
}
.downloadBoxContent {
	float: left;
	width: 250px;
	height: auto;
	color: #fff;
	background: url('../images/template/box_bottom_small.png') no-repeat bottom;
    _background-image:url('../images/template/box_bottom_small.gif');
}
.downloadBoxContentLeft {
	float: left;
	clear: left;
	width: 31px;
}
.downloadBoxContentLeft img {
	width: 31px;
	height: 31px;
	margin: 12px 0 0 0;
	padding: 0;
}
.downloadBoxContentRight {
	margin-left: 38px;
}
.downloadBoxContentRight h3 {
	font-size: 12px;
	margin: 0;
	padding: 10px 0 0 0;
}
.downloadBoxContentRight p {
	font-size: 10px;
	padding: 1px 0 0 0;
	margin: 0;
}


/* Download Table Styles */
.downloadHeader {
	background: #9c6e56;
	color: #fff;
	border: 1px solid #000;
	font-weight: bold;
}


/* Consumables Styles */
.consumableTable {
	border: 1px solid #666;
	font-size: 10px;
	width: 550px;
}
.consumableBar {
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #000;
	width: 740px;
	height: 25px;
	padding: 5px 0 0 10px;
	margin-top: 0;
	color: #333;
}
.consumableBarShort {
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #000;
	width: 350px;
	height: 25px;
	padding: 5px 0 0 10px;
	margin-top: 0;
	color: #333;
}

.jumpContact {
	width: auto;
	font-size: 10px;
	line-height: 15px;
	padding: 5px 0;
}
.jumpContactHead {
	text-transform: uppercase; 
	border-bottom: 1px solid #666;
	font-weight: bold;
}
