* {
	margin: 0;
	padding: 0;
}

#clearall {
	clear: both;
	height: 1px;
}

body {
	font-family: verdana, arial, sans-serif;
	text-align: center;
	font-size:62.5%;
	background: #8B8166;
}


/*Megan's added code*/
ul li{
	line-height:1em;
}

ul li.nobullet{
	list-style:none;
}

/*Megan's added code*/

#wrapper {
	width: 1000px;
	margin: 0 auto;
	background: #e6e6e6 url(../images/main-bgd.jpg) no-repeat right 274px;
}

#mainnav {
	background: url(../images/navbgd.jpg) no-repeat top;
	height: 45px;
	padding-left: 55px;
}

#mainnav ul {
	list-style: none;
}

#mainnav ul li {
	display: inline;
}

#mainnav ul li a {
	display: block;
	float: left;
	line-height: 45px;
	height: 45px;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.3em;
	padding: 0 18px;
	border-left: #757474 1px solid;
	border-right: #080808 1px solid;
	text-decoration: none;
	letter-spacing: 1px;
}

#mainnav ul li a:hover {
	color: #000;
}

#mainnav ul li a#indexLink {
	border-left: none;
}

#mainnav ul li a#contact-usLink {
	border-right: none;
}

#content {
	background: url(../images/content-bgd.jpg) repeat-y right;
	margin:30px 57px 0 40px;
	padding-top: 30px;
}

#content p, #content ul, #content ol, #content dl {
	font-size:1.3em;
	line-height:1.5;
	margin: 5px 0 15px 0;
}

#content-left {
	width: 190px;
	float: left;
	text-align: left;
}

#content-left img {
	border: 0;
	margin-bottom: 15px;
}

#content-right {
	width: 190px;
	float: right;
}

#content-right img {
	border: 0;
	margin-top: 20px;
	padding-bottom: 20px;
}

body#indexPage #content-center, body#tax-rebatePage #content-center, body#dealersPage #content-center, body#sitemapPage #content-center {
	width:475px;
	margin:0 200px 0 210px;
}

#content-center {
	width:645px;
	margin:0 0 0 210px;
	text-align: left;
}

#content-center h1 {
	font-size: 2.2em;
	font-weight: normal;
	margin-bottom: 20px;
	color: #0F6734;
}

#content-center h2 {
	font-size: 1.8em;
}

#content-center h1 span.h1-lg {
	font-size: 140%;
}

#content-center img.img-right {
	float: right;
	margin-left: 10px;
	border: none;
}

#content-center img.img-left {
	float: left;
	margin-right: 10px;
}

#content-center img.img-border {
	border: 1px solid #000;
	padding: 2px;
}

#content-center a {
	color: #0F6734;
}

#content-center a:hover {
	text-decoration: none;
	color: #000;
}

#content-center ul {
	margin-left: 30px;
}

#content-center ul li {
	margin-bottom: 10px;
}

#content-center ul ul {
	font-size: inherit;
}

#content-center dl dt {
	font-weight: bold;
	margin-top: 15px;
	font-size: 1.2em;
}

.partsbox {
	padding: 10px 5px;
	height: 180px;
}

.partsbox img {
	float: left;
	margin-right: 10px;
	width: 150px;
}

#parts-images {
	text-align: center;
}

#parts-images img {
	margin-right: 40px;
	border: 1px solid #8B8166;
	padding: 5px;
	background: #fff;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
}

#content-center table.table-right {
	float: right;
	margin-left: 20px;
}

#content-center table {
	border-collapse: collapse;
	border: 1px solid #000;
	font-size: 1.3em;
	margin: 0 0 20px 30px;
}

#content-center table thead th, #content-center table thead td {
	color: #0F6734;
	font-weight: bold;
	border: 1px solid #000;
	padding: 5px 3px;
}

#content-center table thead th {
	text-align: left;
}

#content-center table thead td {
	text-align: center;
}

#content-center table tbody th {
	text-align: left;
	padding: 5px 10px 5px 3px;
	border: 1px solid #000;
}

#content-center table tbody td {
	padding: 5px 7px 5px 7px;
	border: 1px solid #000;
	text-align: center;
}

#content-center table tfoot td {
	padding: 5px 3px;
	border: 1px solid #000;
}

#content-center table tr:hover {
	background: #8B8166;
}

#content-center .right {
	float: right;
	width: 270px;
	text-align: center;
}

#content-center .right img {
	margin: 10px 0 10px 0;
	
}

/* DEALER FORM */

#dealerinquiriesForm {
	width:500px;
	font-size:1.4em;
	margin-left:20px;
}

#dealerinquiriesForm .label {
	float:left;
	border:none !important;
	margin:0 !important;
	width:140px;
}

#dealerinquiriesForm div {
	background: url(../../includes/mainnav.html) repeat-x;
	padding-top:5px;
	padding-bottom:5px;
	height:24px;
}

#dealerinquiriesForm div#email {
	height:36px;
}

#dealerinquiriesForm div#comments {
	height:60px;
}

#dealerinquiriesForm div div {
	background:none;
}

#dealerinquiriesForm .checkbox {
	width:200px;
	float:left;
	padding: 0;
	height: 20px;
}

#dealerinquiriesForm .checkbox .label {
	width:80%;
}

.fText {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:3px;
	background-color: #E9FFF3;
	border:1px solid #0E2612;
	width:230px;
}

.fText:focus, .fDate:focus, .fTextmed:focus, .fTextPostal:focus {
	background:#F4DFAA;
}

.submit {
	margin-bottom:30px;
}

/* FOOTER */

#footer {
	background: url(../images/navbgd.jpg) no-repeat top;
	height: 30px;
	color: #fff;
	line-height: 30px;
	text-align: left;
	padding-left: 20px;
	font-size: 1.1em;
	font-family: verdana, arial, sans-serif;
}

#footer a {
	color: #fff;
}

/*---------------------------Megan's Edits--------------------------------*/

/*Quotes*/
.emphasis {
	font-size:110% !important;
	font-weight:bold;
	color:#0F6734
}

.keywords {
	font-size:120% !important;
	font-style:italic;
	color:#002600;
}

.centered {
	text-align:center;
	background:#e0dfdb;
}

.pixels {
	float:right;
	top:-1em;
}

#catalog table {
	border:none;
}

#catalog table tr td {
	border:none;
	width:165px;
	text-align:center;
	padding:0;
	margin:0;
}

#catalog table tr:hover{
	background: transparent;
}

#catalog table tr td:hover{
	background: #dad4c8;
	border: 1px solid #000;
}

#catalog table a img {
	border:none;
}

#catalog a{
	text-decoration:none;
}

#bubble p {
	top: -10px;
	margin:0;
	padding:0;
	background: url(../images/bubble/middle.png) repeat-y;
	text-align:center;
}

#bubble img {
	margin:0;
	padding:0;
	display:block;
}

#content-right a #caption{
	text-align:left !important;
	text-decoration:none !important;
	font-weight:bold !important;
}

#content-right a {
	border:none;
	text-decoration:none;
}

th .mfwidth {
	width:229px;
}

td .mfwidth2 {
	width:95px;
}

