@charset "utf-8";
/* CSS Document */

address, blockquote, body, caption, center, dd, dir,  dl, dt, menu, ol, p, strong, td, th, ul, input, select
{
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	margin-top: 0px;
	margin-bottom: 0px;
}

ul {
/*	list-style-image: url(images/arrow3.gif);*/
	list-style-image: url(images/bullet2.gif);
	padding-left: 30px;
	margin-left: 0px;
}

body {
	background-color: #fff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.title1 {
	font-size: 16px;
	font-weight: bold;
	color: #257A25;
	margin-bottom: 10px;
}

.title2 {
	font-size: 14px;
	font-weight: bold;
	color: #257A25;
	margin-bottom: 5px;
}

#banner {
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
	width: 900px;
	height: 146px;
	margin: 10px auto 0px;
}

#navbox {
	width: 900px;
	margin: 5px auto 0px;
	height: 28px;
}

#nav {
	float: left;
	width: 500px;
}

#callus {
	float: right;
	margin-right: 40px;
	font-weight: bold;
	font-size: 16px;
	color: #358A35;
}

#main_top {
	width: 900px;
	height: 16px;
	margin: 0px auto;
	font-size: 0px;
	background-image: url(images/main_top.jpg);
	background-repeat: no-repeat;
}
#main_mid {
	width: 900px;
	margin: 0px auto;
	background-image: url(images/main_mid.jpg);
	background-repeat: repeat-y;
}
#main_grad {
	width: 820px;
	padding: 10px 40px 5px;
	margin: 0px auto;
	background-image: url(images/main_grad.jpg);
	background-repeat: no-repeat;
}
#main_bottom {
	clear: both;
	width: 900px;
	height: 19px;
	margin: 0px auto;
	background-image: url(images/main_bottom.jpg);
	background-repeat: no-repeat;
}

#imageswap {
	width: 260px;
	height: 200px;
	text-align: center;
	margin-right: 30px;
	float: left;
}
#sales_box {
	width: 310px;
	float: right;
}
#prices {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	padding: 20px 0px;
	text-align: center;
	margin: 45px 0px 10px;
	background-color: #358A35;
}

.call {
	font-weight: bold;
	color: #358A35;
}

#navFooter {
	margin: 7px auto 0px;
	width: 900px;
	height: 26px;
	text-align: center;
	background-image:url(images/nav_footer.jpg);
	background-repeat: no-repeat;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 7px 0 0;
}

#navFooter a, #navFooter a:visited {
	color: #333;
	text-decoration:none;
}

#navFooter a:hover {
	color: #333;
	background-color: #ccc;
}

div#navFooter1 {
	clear:both;
	width:450px;
	background: #C4E786;
	padding:5px 0;
	text-align:center
}

#footer {
	margin: 5px auto 0px;
	width: 900px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #222;
	text-align: center;
}

#footer a, #footer a:visited {
	color: #444;
	text-decoration:none;
}

#footer a:hover {
	background-color: #DDD;
}

/* top menu code */

#navlist {
	margin: 0px;
	padding: 0 0 20px 30px;
}

#navlist ul, #navlist li {
	margin: 0px;
	padding: 0px;
	display: inline;
	list-style-type: none;
	font-size: 16px;
}

#navlist a:link, #navlist a:visited {
	float: left;
	font-weight: bold;
	margin: 0 10px;
	text-decoration: none;
	color: #358A35;
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover {
	border-bottom: 4px solid #257A25;
	padding-bottom: 2px;
	background: transparent;
	color: #257A25;
}

/* end menu code */

#special {
	margin-bottom: 45px;
	text-align: center;
	padding: 15px 0;
	height: 22px;
	background-color: red;
	color: white;
	font-size: 15px;
	font-weight: bold;
}
#special a { color: white; }