/* CSS Document */
html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td,
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	vertical-align: baseline;
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	outline: 0;
	padding: 0; 
	margin: 0;
	border: 0;
	} 
  
:focus {
	outline: 0;
	}
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background: #ecdd98 url(/images/bg.jpg) repeat-x;
	line-height: 1;
	color: black;
	font-size: 12px;
	}
ol, ul {
	list-style: inside;
	line-height: 20px;
	list-style-type: square;
	}
 
table {
	border-collapse: separate;
	border-spacing: 0;
	}
caption, th, td {
	font-weight: normal;
	text-align: left;
	}
/* remove possible quote marks (") from &lt;q&gt; &amp;
&lt;blockquote&gt; */
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	}
blockquote, q {
	quotes: "" "";
	}

p {
	padding: 10px 0;
	line-height: 15px;
}

a:link, a:visited {
	text-decoration: underline;
	color: #000
}

a:hover {
	text-decoration: none;
}

#wrapper {
	width: 950px;
	margin: 0 auto;
}

#login {
	margin-top: 10px;
	margin-left: 470px;
	width: 500px;
	height: 25px;
}

#login  .dealerlogin {
	margin-top: 5px;
	float: left;
	width: 90px;
}

#login .username {
	float: left;
	width: 150px;
}

#login .password {
	float: left;
	width: 100px;
}

#login .loginbutton {
	float: right;
	width: 100px;
}

#menu {
	height: 38px;
	background: url(/images/bg-menu2.gif) no-repeat;
	margin-top: 10px;
	padding-top: 20px;
	color: #fff;
}

#menu .menulinks{
	padding-left: 10px;
	margin-top: -10px;
}

#content {
	background: #fff;
	padding: 10px;
	margin-top: -3px;
	height: 600px;
}

#contentinsidepage {
	background: #fff;
	padding: 10px;
	margin-top: -3px;
	min-height: 400px;
	_height: 400px;
}

#leftcontent {
	float: left;
	width: 266px;
	background: url(/images/bg-specials.gif) no-repeat;
	height: 340px;
	padding-top: 25px;
}

#leftcontent .search {
	font-weight: bold;
	margin-bottom: 10px;
	padding-left: 40px;
}

#leftcontent .searchbox {
	padding-left: 35px;
	float: left;
}

#leftcontent .iconsearch {
	float: left;
	padding-left: 5px;
}

#leftcontent #specials {
	width: 233px;
	background: #f1c83a;
	margin-left: 14px;
	padding: 5px 0 0 5px;
	height: 248px;
}

#rightcontent {
	float: right;
	width: 615px;

	height: 366px;
	margin-right: 15px;
	text-align: left;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
}

#rightcontent p {
	color: #000;
}

#leadingbrands {
	float: left;
	width: 267px;
	margin-top: 30px;
	margin-left: 5px;
	padding-bottom: 5px;
}

#leadingbrands h2 {
	padding-bottom: 8px;
	border-bottom: 1px dotted #b2b2b2;
	color: #1b4496;
	font-weight: bold;
}

#pumpsmotors {
	float: left;
	width: 277px;
	margin-top: 30px;
	margin-left: 30px;
}

#pumpsmotors h2 {
	padding-bottom: 8px;
	border-bottom: 1px dotted #b2b2b2;
	color: #1b4496;
	font-weight: bold;
}

#jetnoozles {
	float: right;
	width: 228px;
	margin-top: 30px;
	margin-right: 65px;
}

#jetnoozles h2 {
	padding-bottom: 8px;
	border-bottom: 1px dotted #b2b2b2;
	color: #1b4496;
	font-weight: bold;
}

#footer {
	height: 45px;
	background: #fff url(/images/bg-footer.gif) repeat-x;
	padding-top: 15px ;
	padding-left: 30px;
	color: #fff;
	font-size: 11px;
}

#footer #copyright {
	float: left;
}

#footer #links {
	float: right;
	margin-right: 30px;
}

#links a:link, #links a:visited {
	color: #fff;
	text-decoration: none;
}

#links a:hover {
	color: yellow;
}

.navlinks {
	color: #fff;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}

.navlinkshover {
	color: #f1d300;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}

h2 {
	padding-bottom: 8px;
	color: #000;
	font-weight: bold;
}

