@charset "utf-8";
/* CSS Document */

/* --- HTML TAGS DEFINITION ------------------------------------------------- */

body, caption, th, td, p, h1, h2, h3, h4, ol, ul, li, dt, dd {
	font-family: "Trebuchet MS", sans-serif, Helvetica;
	color: #000000;
}

body {
	margin: 0px;
	padding: 0px;
	background: #0B6D3C url(/assets/html/clouds.jpg) repeat-x center top;
	font: normal 14px "Trebuchet MS", sans-serif, Helvetica;
	color: #000000;
}

h1 {
	font: italic bold normal 26px "Trebuchet MS", sans-serif, Helvetica;
	color: #000000;
	margin: 0px;
}
h2 {
	font: italic bold normal 16px "Trebuchet MS", sans-serif, Helvetica;
	color: #FFFFFF;
	background: #064023;
	padding-left: 8px;
	padding-top: 2px;
	padding-bottom: 2px;	
	margin: 0;
	margin-top: 5px;
	margin-bottom: 15px;
}
h3 {
	font: italic bold 16px "Trebuchet MS", sans-serif, Helvetica;
	color: #FFFFFF;
	background: #064023;
	padding-top: 2px;
	padding-bottom: 2px;	
	margin: 0;
}
h1, h2, h3, h4, h5 {}
td, p {	color: #000000; }

a:link {
	color: #006600;
}
a:visited { color: #666666; }
a:hover {
	color: #666600;
	text-decoration: underline;
}

/* --- CLASSES -------------------------------------------------------------- */

#pagecontainer {
	width: auto;
	height: auto;
	margin: 0 auto;
	clear: both;

}

#innercontent{
	width: auto;
	height: auto;
	margin: 0 auto;
	clear: both;
	background: url(/assets/html/centerbg.jpg) center top no-repeat;
}
.outercontentcell{
	width: auto;
	height: auto;
	margin: 0 auto;
	clear: both;
	background-color: #FFFFFF;
}

/* --- Top tools Section --- */
#headercell {
	height: 165px;
	display: block;
	width: 850px;
	margin: 0 auto;
}
#menu{
	background: url(/assets/html/menubg.gif) repeat-x;
	height: 40px;
	width: auto;
	margin: 0 auto;
}
#menubuttons {
		height: 40px;
	width: 850px;
	margin: 0 auto;
}
#menubuttons span {
	display: none;
}
#menu a {
	float: left;
		margin: 0 auto;
}
#menubuttons a:hover {
	background-position: 0 -40px;
}
.main {
		width: 75px;
		height: 40px;
		background: url(/assets/html/main.gif) no-repeat top center;
}
.services {
		width: 96px;
		height: 40px;
		background: url(/assets/html/services.gif) no-repeat top center;
}
.newprods{
		width: 143px;
		height: 40px;
		background: url(/assets/html/newprods.gif) no-repeat top center;
}
.usedprods {
		width: 149px;
		height: 40px;
		background: url(/assets/html/usedprods.gif) no-repeat top center;
}
.specials {
		width: 93px;
		height: 40px;
		background: url(/assets/html/specials.gif) no-repeat top center;
}
.location {
		width: 101px;
		height: 40px;
		background: url(/assets/html/location.gif) no-repeat top center;
}
.contact {
		width: 101px;
		height: 40px;
		background: url(/assets/html/contact.gif) no-repeat top center;
}
/* --- Path / Forms --- */

.clearer { width: 1px; height: 2px; margin: 1px; clear: both; }
select {}
input {}
iframe { text-align: center; }
form { margin: 0px; }
label { }
.required {	}
.error {}

/* --- Left navigation --- */

.leftcell {
	width: 575px;
	float: left;
	padding-right: 25px;
}

/* --- Content --- */

#contentcell {
	width: 850px;
	height: auto;
	margin: 0 auto;
	clear: both;
	padding-top:25px;
	background-color: #FFFFFF;
	min-height: 400px;
}



/* --- Right navigation --- */
.rightcell {
	width: 230px;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
}


/* --- Footer tools --- */
#footercontainer {
	width: auto;
	height: 125px;
	margin: 0 auto;
	clear: both;
	background: url(/assets/html/footerbg.jpg) repeat-x center top;
	padding-top: 25px;
}
#footermenu {
	width: 850px;
	height: auto;
	margin: 0 auto;
	clear: both;
}
#footermenu a{
	color: #FFFFFF;
	padding-right: 14px;
	font: bold 13px "Trebuchet MS", sans-serif, Helvetica;
	text-decoration: none;
}
#subfooter {
	width: 850px;
	height: auto;
	margin: 0 auto;
	clear: both;
	font-size: 12px;
	color: #FFFFFF;
	padding-top: 15px;
}
#subfooter a {
	color: #FFFFFF;
	font: normal 12px "Trebuchet MS", sans-serif, Helvetica;
}
/* --- MISC STYLES --- */
.johndeere {
	background: #34762C;
	padding: 7px;
	margin: 3px 0px 5px;
	color: #FFFFFF;
	font: 12px "Trebuchet MS", sans-serif, Helvetica;
}
.honda {
	padding: 7px;
	background: #D61B26;
	margin-top: 3px;
	margin-bottom: 5px;
	color: #FFFFFF;
	font: 12px "Trebuchet MS", sans-serif, Helvetica;
}
.polaris {
	color: #FFFFFF;
	background: #17347A;
	padding: 7px;
	margin-top: 3px;
	margin-bottom: 5px;
	font: 12px "Trebuchet MS", sans-serif, Helvetica;
}
.polaris a, .honda a, .johndeere a {
		color: #FFFFFF;
}
.rechdr , .rechdr a, .rectxt a{
	font: bold 14px "Trebuchet MS", sans-serif, Helvetica;
	color: #0A6C3B;
}
.rectxt, .pgtxt{
	font: normal 14px "Trebuchet MS", sans-serif, Helvetica;
	color: #000000;
}
.listnodetable {
	padding: 10px;
}
/* --- Print version --- */

@media print {
body { background-color:#fff; }
}

