/*----------------------------------------------------------------
Basic Style Sheet

version: 1.1 (October, 09)
author: TISHON
email: hello@tishon.com
website: http://www.partsxlabor.com
------------------------------------------------------------------*/

* {
	padding:0;
	margin:0;
}
a {
	color:#000;
	background-color:#fff200;
	text-decoration:none;
	outline:0;
}
a:hover {
	color:#666666;
	background-color:#fff200;
	text-decoration:none;
	outline:0;
}
body {
	background-image:url('background.jpg'); 
	background-attachment:fixed;
	background-color:#F7F7F7;
	font-family: georgia, times, serif;
	font-style: italic;
	font-size:1.1em;
	color:#000000;
	font-weight:normal;
	line-height:25px;
}
sup	{
	font-size:11px;
	vertical-align:top;
}  
#wrapper {
	width:975px;
}
#header {
	position:relative;
	top:100px;
	left:60px;
}
.subhead {
	position:relative;
	float:left;
	width:900px;
	left:60px;
	top:155px;
	padding:0px;
	z-index:80;
}
.subhead p{
	display:inline;
}
.highlight {
	background-color:#fff200;
}
#nav a {
	background-color:#fff200;
	text-decoration:none;
	outline:0;
}
#nav a:hover {
	background-color:#fff200;
	text-decoration:underline;
	outline:0;
}
#footer {
	position:relative;
	left:60px;
	top:175px;
	width:600px;
	height:100px;
	padding-bottom:255px;
	z-index:0;
}
#footer p{
	display:inline;
}
#navContainer{
	position:relative;
	top:155px;
	left:60px;
	z-index:100;
}
.label {
	position:relative;
	float:left;
	width:132px;
}
.nav {
	position:relative;
	float:left;
	width:800px;
}
.nav p{
	display:inline;
	background-color:#fff200;
	padding:4px 4px 0px 6px
}
