/*
	2008 Aftermarket Parts Inc.
*/

@import url(./reset.css);

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #221c5c;
	background: url(../images/nav-bg.gif) 0 0 repeat-x;
}
#container { width: 806px; }
#content {
	margin-left: 174px;
	width: 810px;
}

h1, h2, h3, h4 { margin-top: 1em; }
p { margin-bottom: 1em; }

h2 {
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
	text-transform: uppercase;
}

.invisible { display: none; }

ul {
	list-style: disc;
	margin-left: 1em;
	padding-left: 1em;
}

ul#nav {
	position: relative;
	padding: 15px 0 0;
	margin: 0;
	height: 91px;
	width: 997px;
	list-style: none;
}
ul#nav li {
	float: left;
	padding-top: 13px;
	margin-right: 2em;
}
ul#nav li.first { margin-left: 184px; _margin-left: 116px; /* trick IE6 */ }
ul#nav li.last { margin-right: 0; }
ul#nav li.has_submenu { position: relative; }
ul#nav li.has_submenu:hover ul { display: block; }
ul#nav li ul {
	position: absolute;
	margin-left: -1em;
	top: 1.75em;
	left: 0;
	width: 7em;
	background-color: #20195a;
	list-style: none;
	padding-bottom: 0.5em;
	display: none;
}
ul#nav li a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10pt;
	font-weight: bold;
}
ul#nav li a:hover {
	text-decoration: underline;
}
li#nav-home img {
	position: absolute;
	top: 0;
	left: 0;
	}
body#home li#nav-home { visibility: hidden; }

body#home h1 {
	font-size: 2em;
	visibility: hidden;
}
body#home h2 span { font-size: 80%; }
body#home #splash {
	background-image: url(../images/splash-bg.gif);
	background-position: 0 0;
	background-repeat: repeat-x;
	white-space: nowrap;
}
body#home  #splash div { width: 997px; background-color: #20195a; height: 220px; overflow: hidden; }
body#home #container {
	width: 100%;
}

body#home #slideshow {
	padding-top: 1em;
	/*margin-left: 232px;*/
}
body#home #slideshow img { position: absolute; }

img.page-adorn { float: right; }


#products table { border-bottom: 0.5em #009 solid; }
#products tr { vertical-align: top; }
#products td { border-bottom: 1px #009 solid; font-size: 12px; }
#products td img { vertical-align: top; }
#products th { text-align: right; padding-right: 0.5em; background-color: #eef; font-size: 11px; }
#products h3 { padding: 0; margin: 0; color: #009; }

body#contact form sup {
	position: absolute;
	margin-left: -0.5em;
}

.separator { padding-bottom: 1em; margin-bottom: 1em; border-bottom: 1px #ccc dashed; }
.bicolumn { float: left; width: 40%; padding: 0.5em 1em 0.5em 1em; }
.product-pic { float: left; width: 40%; height: 150px; border-top: 1px #ccc dotted; border-right: 1px #ccc dotted; margin-left: 1em; }
.vruler { border-left: 1px #ccc dotted; }
.smaller { font-size: 90%; }

a#search-button {
	position: absolute;
	top: 126px;
	left: 40px;
	}
#home a#search-button { top: 94px; }

#footer {
	clear: both;
	padding-top: 4em;
	padding-bottom: 2em;
	margin-left: 174px;
	font-size: 80%;
	color: #777;
}

#home #footer { display: none; }

