/* Strip page at beginning to ensure layout correct*/
*{
margin:0;
padding:0;
}

/*set general formating information for text, background colour, and centering page */
body{
	background-color:#000;
	font-family:arial, helvetica;
	text-align:left;
	margin:0 auto;
	}
	
/*container to hold all of page */	
#container{
	width:980px;
	height:980px;
	background-color:#000;
	margin-left:auto;
	margin-right:auto;
	}
	
#header{
	width:980px;
	}
.special{
	width:160px;
	height:330px;
	float:left;
	margin:5px;
	background-color:#9cf;
	color:#000;
	font-family:arial, helvetica; 
	font-size:18px; 
	text-align:center;
	}
.save{
	font-size:12px;
	font-family:arial, helvetica;
	line-height:20px;
	}
img.floatLeft{
	float:left;
	margin:4px;
	}
img.floatRight{
	float:right;
	margin:4px;
	}
.details a{
	font-size:12px;
	font-family:arial, helvetica; 
	color:red;
	font-weight:bold;
	background-color:#fff;
	padding:3px;
	}
#logo{
	width:640px;
	height:220px;
	float:left;
	text-align:center;
	color:#9dcd2b;
	font-family:arial, helvetica; 
	font-size:18px; 
	font-weight:bold;
	font-style:italic;
	}
.smlspecial{
	float:left;
	width:210px;
	height:115px;
	background-color:#bae9fd;
	color:#000;
	font-family:arial, helvetica; 
	font-size:14px; 
	font-weight:normal;
	font-style:normal;
	}
.smlspecial1{
	float:left;
	width:210px;
	height:115px;
	background-color:#000;
	}
#headerText{
	float:left;
	width:220px;
	background-color:#000;
	color:red;
	}
/*container to hold navigation*/
#navBar{
	clear:both;
	width:975px;
	padding-left:5px;
	margin:0 auto;
	background:#000; 
	}
/*formatting for navigation*/
#nav {
	padding:0; 
	margin:0; 
	list-style:none; 
	height:130px; 
	position:relative; 
	z-index:200; 
	font-family:arial, verdana, sans-serif; 
	width:980px;
	}
#nav li.top {
	display:block; 
	float:left;
	}
#nav li a {
	display:block; 
	float:left; 
	height:130px; 
	width:160px; 
	border:1px solid #888; 
	border-color:#ddd #888 #000 #ccc; 
	text-decoration:none; 
	padding:0; 
	cursor:pointer;
	color:#000;
	font-size:12px;
	text-align:center;
	}

#nav li a.gps {
	background:url(images/gps.jpg);
	}
#nav li a.cds{
	background:url(images/cd.jpg);
	}
#nav li a.dvds{
	background:url(images/dvd.jpg);
	}
#nav li a.speakers{
	background:url(images/speakers.jpg);
	}
#nav li a.schneiderHeadrest{
	background:url(images/headrest.jpg);
	}
#nav li a.schneiderDVD{
	background:url(images/schneiderDVDGPS.jpg);
	}

#nav table {
	position:absolute; 
	top:0; 
	left:0; 
	border-collapse:collapse; 
	padding:0; 
	width:0; 
	height:0; 
	margin:-1px;
	}
	
#nav .sub {
	position:absolute; 
	left:-9999px; 
	top:-9999px; 
	width:0; 
	height:0; 
	margin:0; 
	padding:0; 
	list-style:none;
	font-weight:bold;
	}

#nav li:hover {
	position:relative; 
	z-index:200;
	}
#nav a:hover {
	position:relative; 
	white-space:normal; 
	z-index:200;
	}

#nav :hover ul.sub{
	left:0; 
	top:132px; 
	background-color: #fff; 
	width:162px; 
	height:auto; 
	z-index:300;
	}

#nav :hover ul.sub li a{
	display:block; 
	height:20px; 
	width:160px; 
	border:1px solid #888; 
	border-color:#ddd #888 #000 #ccc; 
	text-decoration:none; 
	padding:0; 
	cursor:pointer;
	}
#nav :hover ul.sub li a b{
	background-color:#cf9;
	}
	
#nav :hover ul li a.pioneergps{
	background-color:#ffb3b3;
	}

#nav :hover ul li a.pioneercds{
	background-color:#fff88d;
	}
	
#nav :hover ul li a.pioneerdvds{
	background-color:#c0dcab;
	}
	
#nav :hover ul li a.pioneerspeakers{
	background-color:#aae1f5;
	}
	
#nav :hover ul li a.schneiderheadrest{
	background-color:#bdbcdc;
	}
	
#nav :hover ul li a.schneiderdvd{
	background-color:#c295c0;
	}
	
#nav :hover ul.sub li a:hover {
	background-position: 0 50px; 
	position:relative;
	}
/*end of formatting for navigation*/
#paypal{
	width:220px;
	height:200px;
	float:left;
	color:#fff;
	text-align:center;
	}
#phone{
	width:540px;
	height:200px;
	float:left;
	color:#fff;
	text-align:center;
	}
#attention{
	width:200px;
	height:200px;
	float:left;
	color:#fff;
	text-align:center;
	margin:5px;
	border:5px solid #f4dc18;
	}
.red{
	color:red;
	}
#hidden{
	display:none;
	}