html, body {
	margin:0;
	height: 100%;
	font:normal 12px arial, helvetica, sans-serif;
	color:#333;
	background-color:#fff;
}
#wrapper {
	min-height:100%; height:auto;
	width:100%;
    margin:0;
	background-image: url(../images1/grass.jpg);
	background-repeat:repeat-x;
	background-position:bottom;

}
#container {
	min-height:100%; height:auto;
	width:945px;
	margin:0 auto;
	padding:0;

}
#header {
	padding:0;
	height: 75px;
	position: relative;
}
/* navigation begin */
#navigation {
	margin:0 auto;
	padding:11px 0 0 0;
	display:block;
	position:relative;
	height:30px;
	background: url('../images1/navBar.jpg') repeat-x top left;
}
ul.navigation,
ul.navigation li,
ul.navigation ul {
	display:inline;
	list-style: none;
	margin: 0;
	padding: 0 25px;
	font: bold 12px arial, helvetica, sans-serif;
	letter-spacing:.1em;
	height:41px;
	
}
ul.navigation li {background: url('../images1/divLine.png') no-repeat top right;}
ul.navigation a:link,
ul.navigation a:visited { color: #fff; text-decoration:none; }
ul.navigation a:hover {color:#c0c0c0; text-decoration:underline; }
ul.navigation a:active { color: #fff; }

/* navigation end */
#content {
	padding:10px 0;
}
#image {
	padding: 0;
	text-align:center;
	height:248px;
	background:url(../images1/bg_main.jpg) no-repeat top left;
}
#main_left {
	float:left;
	margin:10px 0 0 65px;
	padding:0 0 10px;
	width:408px;
	font:bold 14px arial, helvetica, sans-serif;
	color:#000;

}
#main_right {
	float:right;
	margin:10px 65px 0 0;
	padding:0 0 10px;
	width:406px;
	font:bold 14px arial, helvetica, sans-serif;
	color:#000;

}
#Main_text {
	padding:10px 25px 0;
	height:39px;

}
#Main_content {
	margin:0 auto;
	padding:10px 25px;
	width:600px;
	
}
#listings {
	margin:0 auto;
	padding:10px 0;
	width:945px;
	
}
#Title {
	margin:10px 0 0;
	padding:4px 10px;
	display:block;
	width:225px;
	height:16px;
	font:bold 12px arial, helvetica, sans-serif;
	color:#fff;
	background-color:#0b7d10;
}
#products {
	margin:0;
	display:block;
	width:945px;
	height:304px;
	border:1px solid #999;
}
#dealer {
	margin:0 auto;
	display:block;
	width:945px;

}
.category {
	margin:0 auto;
	padding:23px 0 0 0;
	display:block;
	width:157px;
	height:100px;
	text-align:center;
	
}
#specials {
	margin:0;
	padding:0 25px;
	display:block;
	width:895px;
	height:70px;
	
}
#footer {
	height:100px;
}
a {
	color:#c66b09;
}
/* sub nav begin */
#subNav {
	margin:10px auto;
	padding:10px 0 35px;
	display:block;
	text-align:right;
	width:945px;

}
#subNavL {
	margin:0;
	padding:5px 0 0;
	display:block;
	text-align:right;
	position:relative;
	width:945px;
	background: url('../images1/dot.png') repeat-x top left;
}
ul.subNav,
ul.subNav li,
ul.subNav ul {
	display:inline;
	list-style: none;
	padding: 0 0 0 35px;
	font: normal 11px arial, helvetica, sans-serif;
	letter-spacing:.1em;
	
}

ul.subNav a:link,
ul.subNav a:visited { color: #333; text-decoration:none;background:#fff; }
ul.subNav a:hover {color:#666; text-decoration:underline;background:#fff; }
ul.subNav a:active { color: #333;background:#fff; }
/* sub nav end */
.copyright {
float:left;background:#fff;
}
