@charset "utf-8";
body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
h1{
	font: bold 29px Arial, Helvetica, sans-serif;
	color: #446d41;
	margin-top: 0px;
	margin-bottom: 5px;
}

h2{}

h3{
	font: bold 29px Arial, Helvetica, sans-serif;
	color: #000000;
	padding-bottom: 0px;
	margin-bottom: -10px;
	margin-top: 0px;
}

li {
margin-bottom: 10px;
}

ul {
font: 12px Arial, Helvetica, sans-serif;
}

a {
	font-weight: bold;
	color: #FC9604;
}
a:hover {
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #FC9604;
}
.arial_12ptBold{
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #4f513e;
}

.arial_14ptBoldGreen{
	color: #446d41;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.imgBorder {
	border: 3px solid #adc299;
	margin-bottom: 10px;
	margin-right: 10px;
}
.imgBorderBoxOut {
	border: 3px solid #adc299;
	margin-bottom: 10px;
}
.imgBorderContent {
	border: 3px solid #adc299;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-top: 10px;
}
.imgMargin {
	border: 3px solid #adc299;
	margin: 5px;
}
.imgMargin_noBdr {
	margin: 5px;
}
.emailIconMargin {
	margin: 5px;
}
div#middleLine{
	background: #666666;
	width: 2px;
	height: 300px;
	margin-top: 10px;
	float: left;
	margin-right: 10px;
}

.twoColFixLtHdr #container {
	width: 955px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.clearboth {
clear: both;
}

#listitems {
font: 12px Arial, Helvetica, sans-serif;
}

#listitems li {
margin-bottom: 0px;
}

/* --- begin mainNavigation  */
div#navbar {
	height: 54px;
	
	background: url(../images/navigation.gif) 0 0 no-repeat;
	color: #ACC293;
}
div#navbar ul {
	margin: 30px 0 0 42px;
	padding: 0;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	height: 25px;
	position: absolute;
	width: 901px;
}
div#navbar li {
	height: 35px;
	list-style-type: none;
	float: left;
	margin: 0 2px 0 0;
}
div#navbar li a {
	text-decoration: none;
	padding: 1px 25px 0 25px;
	color: #ACC293;
	margin: 0px;
}
div#navbar li a#current {
	text-decoration: none;
	padding: 1px 25px 0 25px;
	color: #356734;
	border-top: 1px solid #356734;
	border-left: none;
}
div#navbar li a#currentNotFirst {
	text-decoration: none;
	padding: 1px 25px 0 25px;
	color: #356734;
	border-top: 1px solid #356734;
	
}
div#navbar li a#first {
	text-decoration: none;
	padding: 1px 25px 0 25px;
	color: #ACC293;
	border-left: none;
}
div#navbar li a:link {
	color: #ADC299;
}
div#navbar li a:visited {
	text-decoration: none;
	padding: 1px 25px 0 25px;
	color: #ACC293;
	margin: 0px;
}
div#navbar li a:hover {
	font-weight: bold;
	color: #356734;
	border-top: 1px dotted #356734;
	border-bottom: 1px dotted #356734;
	margin: 0px;
	background-color: #adc299;
}
/* --- end mainNavigation  */


/* --- TYPOGRAPGY --- */

.hidden {
		display: none;
		}

.tel, .fn {
		margin-bottom: 0;
		}

.org {
		font-weight: bold;
		}

p.saveCard {
		margin-top: 1em;
		}

/* --- forms --- */

.row {
		clear: both;
		padding-top: 5px;
		}

form {
		}
		
fieldset {
	margin-bottom: 10px;
	padding: 10px;
	border: 1px dotted #ADC299;
		}		

legend {
	padding: 0 10px;
	background: #ffffff;
	text-transform: uppercase;
	color: #FC9604;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
		}

.formLabel {
	font-size: 12px;
	line-height: 1.6em;
	text-align: right;
	margin-right: 20px;
	width: 100px;
	float: left;
		}

.formControl {
	float: left;
	width: 126px;
		}
		
input, textarea {
	border: 1px solid #ADC299;
	padding: 2px;
	font: 12px Arial, Helvetica, sans-serif;
		}	
		
input {
		font-size: 11px;
		width: 160px;
		}			

textarea {
	width: 320px;
		}
		
div#item Input {
	width: 50px;
		}
div#description Input {
	width: 240px;
		}
div#qty Input {
	width: 30px;
		}
div#money Input {
	width: 70px;
		}


.message1 {
	width: 170px;
	margin-top: 5px;
}

.productHdr {
	color: #bc3018;
	font-weight: bold;
	padding-top: 5px;
	text-align: left;
	padding-left: 10px;
}
.submitButton {

	width: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #adc299;
}		


.detailsButton {
	width: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-color: #BB0000;
	color: #FFFFFF;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	float: right;
		}
		
#columnarForm fieldset
{
	float: left;
	display: block;
	width: 170px;
	margin: 0 5px 5px 0;
	padding: 0 5px 5px;
}

#columnarForm fieldset.radio
{
	width: 160px;
	margin: 5px 0 10px;
}

#columnarForm fieldset.radio input
{
	clear: both;
	float: left;
	width: auto;
}

#columnarForm fieldset.radio label
{
	font-weight: normal;
}

#columnarForm input
{
	display: block;
	width: 160px;
}

#columnarForm label
{
	display: block;
	margin-bottom: 5px;
	font-weight: bold;
}

#columnarForm label.first
{
	padding-top: 5px;
}

#columnarForm select
{
	display: block;
}		

/* --- end Forms --- */

#smalllink a {
	padding: 0px 10px 0 0px;
	color: #000000;
	text-decoration: none;
	font: 11px Arial, Helvetica, sans-serif;
}
#smalllink a:hover {
	padding: 0px 10px 0 0px;
	color: #000000;
	text-decoration: underline;
	font: 11px Arial, Helvetica, sans-serif;
}

/* --- begin footerNavigation  */
#footer {
	width: 925px;
	clear: both;
	margin: 20px 0px 0px;
	border-top: 6px solid #cacbcd;
	text-align: center;
	line-height: 1px;
}

#footerContainer {
	font: 10px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	margin: 0px auto;
	padding: 0px;
}

#footerContainer ul {
	list-style-type: none;
	text-align: center;
	margin-top: 15px;
	padding: 0px;
	margin-bottom: 5px;
}

#footerContainer li {
	display: inline;
	text-align: center;
	margin: 0px 5px;
}

#footerContainer li a {
	padding: 0px 10px 0 20px;
	color: #000000;
	text-decoration: none;
	font: 11px Arial, Helvetica, sans-serif;
	border-left: 1px solid #000000;
}

#footerContainer li a#first {
	border-style: none;
}

#footerContainer li a:hover {
	text-decoration: underline;
}

#footerContainer li a#current {
	color: #000000;
	border-bottom: 2px;
	border-right: 1px;
	border-left: 0px;
	text-decoration: underline;
}
#footerContainer li a#currentNotFirst {
	color: #000000;
	border-bottom: 2px;
	border-right: 1px;
	border-left: 1px solid #000000;
	text-decoration: underline;
}
/* --- end footerNavigation  */

/* --- begin cherryFooter  */
#cherryFooter {
	width: 955px;
	height: 50px;
	text-align: center;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	margin-top: 20px;
}

#cherryFooter a {
	width: 925px;
	text-align: center;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #336600;
}

#cherryFooter a:hover {
	text-decoration: none;
}
#cherryFooter a:visited {
	width: 925px;
	margin: 10px 0px;
	text-align: center;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #336600;
}
/* --- end cherryFooter  */

.twoColFixLtHdr #flashcontent {
	background: #FFFFFF;
	height: 277px;
	margin-bottom: 10px;
} 
.twoColFixLtHdr #headerAbout {
	background: #FFFFFF url(../images/banner_02.jpg);
	padding: 0 10px;
	height: 277px;
	margin-bottom: 10px;
} 
.twoColFixLtHdr #headerProducts {
	background: #FFFFFF url(../images/banner_03.jpg);
	padding: 0 10px;
	height: 277px;
	margin-bottom: 10px;
} 
.twoColFixLtHdr #headerGallery {
	background: #FFFFFF url(../images/banner_04.jpg);
	padding: 0 10px;
	height: 277px;
	margin-bottom: 10px;
} 
.twoColFixLtHdr #headerOrderForm {
	background: #FFFFFF url(../images/banner_05.jpg);
	padding: 0 10px;
	height: 277px;
	margin-bottom: 10px;
} 
.twoColFixLtHdr #headerQuote {
	background: #FFFFFF url(../images/banner_06.jpg);
	padding: 0 10px;
	height: 277px;
	margin-bottom: 10px;
} 
.twoColFixLtHdr #headerContact {
	background: #FFFFFF url(../images/banner_07.jpg);
	padding: 0 10px;
	height: 277px;
	margin-bottom: 10px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 305px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 10px 15px 20px;
	margin-top: -5px;
}
.twoColFixLtHdr #sidebar1 p {
	font: 12px Arial, Helvetica, sans-serif;
	color: #4f513e;
}
.twoColFixLtHdr #mainContent {
	margin: -5px 0px 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-left: 2px solid #cacbcd;
	width: 574px;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
} 

.twoColFixLtHdr #mainContentShort {
	margin: -5px 0px 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-left: 2px solid #cacbcd;
	width: 574px;
	height: 250px;
	float: right;
} 
.twoColFixLtHdr #mainContentGallery {
	margin: -5px 0px 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-left: 2px solid #cacbcd;
	width: 574px;
	height: 340px;
	float: right;
} 

.twoColFixLtHdr #mainContent p {
	font: 12px Arial, Helvetica, sans-serif;
	color: #000000;
	margin-top: -5px;
}

.twoColFixLtHdr #mainContentGallery p {
	font: 12px Arial, Helvetica, sans-serif;
	color: #000000;
	margin-top: -5px;
}

div#copy {
	float: left;
	width: 565px;
}

#boxout {
	width: 540px;
	margin: 10px -10px 0 0;
	padding: 10px;	
	border-top: 4px solid #ADC299;
	border-right: 1px solid #ADC299;
	border-bottom: 4px solid #ADC299;
	border-left: 1px solid #ADC299;
}

#boxout ul {
list-style-type: disc;
margin: 8px 25px 0 36px;
padding: 0;
}

#boxout ul li {
margin: 0 0 10px 0;
}

/*----------------------------------------------*/

#product_border {

margin: 10px 0 10px 5px;
float: right;	

}

.boxoutCopy_images_padding {
padding: 10px;
}


#boxoutCopy {
font: 10px Arial, Helvetica, sans-serif;
float: right;
}

#boxoutCopy p {
font: 10px Arial, Helvetica, sans-serif;
}

.boxoutCopy {
font-size: 9px
}

/*----------------------------------------------*/

/*
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
} 
*/
.twoColFixLtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	padding: 0px;
}
div#form{
	float: left;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
h4 {
	font: bold 22px Arial, Helvetica, sans-serif;
	color: #FC9604;
	margin-top: 0px;
	margin-bottom: -5px;
	width: 560px;
	border-bottom: 1px dashed #ADC299;
}

#login_distributors {
border: #000000 1px solid;
width: 300px;
margin: 0 0 0 0;
}

#flashcontent {
width: 955px; 
height: 277px; 
margin: 0 0 0px 0;
padding: 0;

}

.button
{
	background: url(../images/dealer_sign_in_button.gif) no-repeat;
	border: 0px;
	width: 167px;
	height: 41px;
}