@charset "utf-8";
/*
Title:        K & N Automotive stylesheet
Author:       D Edwards, http://www.lireo.com
Created:      8 August 2008
Last Updated: 16 August 2008

}
* {
	margin: 0;
	padding: 0;
	border: 0;
}
*/
body, p, ul, ol, li, dl, dd, dt, img {
	margin: 0;
	padding: 0;
	border: 0;
}
html {
	min-height: 100%;
	margin-bottom: 1px;
}
body {
	background: url(../images/body-bg.jpg) #fff repeat-x;
	color: #444444;
	font: 100.01%/120% Arial, Helvetica, sans-serif;
}


/*= wrappers */
#wrapper {
	font-size: 80%;
	margin: 0 auto;
	padding-bottom: 25px;
	width: 770px;
}
#header {
	height: 101px;
	position: relative;
}
#banner {
	background: url(../images/car-banner.jpg) 0 0 no-repeat;
	height: 232px;
}
#mainContent {
	border-top: 3px solid #292929;
	padding: 1px 0 0 0;
	margin: 20px 0 0 220px;
}
#sidecol1 {
	border-top: 3px solid #292929;
	float: left;
	margin: 20px 0;
	width: 190px;
}
#footer {
	background-color: #fb9701;
	border-top: 3px solid #292929;
	clear: both;
	color: #000;
	min-height: 25px;
}

/*= skip to content */
#offset {
	position: absolute;
	top: -5000px;
	left: -5000px;
}
#offset ul li a:focus, #offset ul li a:active {
	display: block;
	top: 5010px;
	left: 5010px;
	overflow: visible;
	width: 10em;
}

/*= header */
#brand {
	width: 225px;
	float: left;
	display: block; 
}
#brand img{
	display: block;
}
#header span {
	font-size: 1.4em;
	position: absolute;
	left: -5000px;
}
#utility {
	position: absolute;
	top: 5px;
	right: 5px;
	list-style: none;
	font-size: 90%;
}
#nav {
	float: right;
	list-style-type: none;
	margin-top: 55px;
	min-width: 350px;
	padding: 8px 0;
}
#nav li {
	background: url(../images/right.gif) no-repeat top right;
	float: left;
	margin-right: 5px;
	padding: 0 3px 0 0;
}
#nav a {
	background: url(../images/left.gif) no-repeat top left;
	color: #000;
 	display: block;
	float: none;
	font-weight: bold;
	margin-right: 1px;
	padding: 3px 8px 4px 12px;
	text-decoration: none;
}
#nav li a:hover, 
#nav li a:focus {
/* 	color: #cacaca; */
	color: #a03a38;
	text-decoration: underline;
}
#nav li.current {
	background: url(../images/right_on.gif) no-repeat top right;
	padding: 0 3px 0px 0;
	margin-right: 5px;
}
#nav li.current a {
	background: url(../images/left_on.gif) no-repeat top left;
	color: #c7c9ec;
	font-weight: bold;
	margin-right: 1px;
	padding: 3px 8px 6px 12px;
	text-decoration: none;
}
#nav li.current a:hover {
	color: #fff;
}


/*= headings */
h1, h2, h3, h4 {
	font-size: 150%;
	margin: 15px 0;
	padding: 0;
}
h2 {
	font-size: 140%;
}
h3 {
	font-size: 130%;
}
h4 {
	font-size: 120%;
}


/*= side navigation */
#sidecol1 ul {
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	margin-top: 15px;
	list-style-type: none;
}
#sidecol1 li a {
	background: #5151c4;
	border-bottom: 1px solid #000;
	color: #fff;
	display: block;
	padding: 2px 3px;
	text-decoration: none;
}
#sidecol1 li a:hover, 
#sidecol1 li a#here {
	background: #323232;
	color: #c7c9ec;
}
#sidecol1 li a:focus {
 	background: #262626;
}
#sidecol1 blockquote {
	background: transparent url(../images/left-quote.gif) no-repeat 0% 2%;
	color: #818585;
	font: italic 100% Georgia, "Times New Roman", Times, serif; 
	line-height: 1.5;
	margin: -5px 5px 0 0px;
	padding: 10px 5px 10px 30px;
}
#sidecol1 blockquote p {
	background: transparent url(../images/right-quote.gif) no-repeat 98% 100%; 
	margin: 0;
}


/*= text styling */
p {
	font-size: 110%;
	margin: 10px 0;
}
#footer p {
	text-align: center;
	font-size: 75%;
}

/*= form */
form {
	margin: 2em 0em 3em 35px;
}
#feedback {
	display: block; font-size: 1.1em;
}
#feedback fieldset {
	margin: 0 0 3em 0;
	padding: 0 1em 1em 1em;
	width: 25em; 
}
#name, 
#email, 
#message {
	background: #fcf7f4;
	border: 1px solid #9FB296 ;
	display: block;
	margin-bottom: 2em;
	width: 20em; 
}
#feedback legend {
	color: #000000;
}
#feedback label {
	font-weight: bold;
	margin-bottom: 1em;
}
.submit {
	width: 10em;
	cursor: pointer;
}
#name:focus, 
#email:focus,
#message:focus { 
	background: #fff;
	border: 1px solid #000;
}
.focus {
	border: 1px solid #000;
	background: #fefaec; 
}
#pageContent p.warning {
	background: transparent url(../images/alert.gif) no-repeat left center;
	color: #000000;
	font-weight: bold;
	width: 20em;
	border: 1px dashed #ff6600;
	margin-left: 35px;
	padding: 20px 35px;
}
.error {
	font-size: 85%;
	color: black;
	display: block;
    border: 1px dashed #ff3300;
    line-height: 1.5;
    width: 21em;
    margin-bottom: .2em;
    padding: 0 .2em;
}



/*= miscellaneous */
.right {
	float: right;
	margin: 5px 0 2px 10px;
}
.left {
	float: left;
	margin: 5px 10px 2px 0;
}
.imgleft {
	float: left;
	margin: 0 10px 0 5px;

}
.imgright {
	float: right;
	margin: 0 0 10px 5px;
}
.imgborder {
	background: #ddd none repeat scroll 0 0;
	border: 1px solid #ccc;
	margin: 3px 10px 10px 3px;
	padding: 4px;
}

/*= link styling */
a img {
	border: none;
}
a {
	color: #5151c4;
}
a:hover {
	background: #5151c4;
	color: #fff;
	text-decoration: none;
}
dl {
	width: 550px;
}
dt {
	float: right;
	width: 405px;
	font-weight: bold;
	clear: both;
	padding-top: 0;
}
dd {
	margin: 0 0 25px 145px;
}
dd.image {
	float: left;
	margin: 0 20px 20px 0 ;
}
#content dd.image a:hover {
	background: none;
	border: none;
}

