	/*	CSS Design by Chris Duren	*/html { 	min-width: 870px;	 }body	{	background: #000 url(img/bg.jpg) top left repeat-x;	font: 12px/1.3 helvetica, arial, verdana, sans-serif;	color: #222;	margin: 15px;	}		/*	Typography	*/	h1	{	text-indent: -9999px;	display: block;		width: 870px;	height: 192px;	background: transparent url(img/luft.jpg) top left no-repeat;	margin: 0;	padding: 0;	border: 0;	}	h2	{	font-size: 17px;	color: #900;	padding: 0;	margin: 0 0 16px 0;	}	h3	{	background: #900;	font-size: 14px;	color: #fff;	font-weight: bold;	margin: 12px 0;	padding: 6px;	}h4	{	font-size: 14px;	color: #900;	margin: 0 0 10px 0;	}p	{	margin: 0;	padding: 0 0 12px 0;	}em	{	color: #369;	}hr	{	height: 1px;	margin: 15px 0;	border-bottom: 1px dotted #999;	border-top: 0;	border-left: 0;	border-right: 0;	color: #F3ECDE;	background-color: #F3ECDE;	}	strong	{	color: #000;	}		form	{	margin: 0;	padding: 0;	}	ul	{	margin-bottom: 14px;	margin-top: 0;	}		/*   Basic Layout Divisions	*/	#wrapper	{	background: #F4EDDF;	width: 870px;	margin: 0 auto;	padding: 0;	text-align: left;	border: 5px solid #900;	}	#sub	{	width: 212px;	float: left;	padding: 15px 0;	}#sub p	{	padding: 6px 20px;	}#content 	{	width: 618px;	float: left;	margin: 0;	padding: 20px;	}	#fullpage 	{	width: 830px;	float: left;	margin: 0;	padding: 20px;	}	#footer	{	clear: both;	background: transparent url(img/footer.jpg) top left no-repeat;	width: 870px;	height: 28px;	margin: 0;	padding: 7px 0 0 0;	color: #fff;	text-align: center;	}#footer a	{	color: #fff;	text-decoration: none;	}	#browser	{	margin: 15px 0 0 0;	}		/*	Main Navigation	*/#menu	{	width: 870px;	height: 35px;	margin: 0;	padding: 0;	}#menu div	{	float: left;	/*	Fix for Ghetto IE 6 word wrap below	*/    font-size: 0px;	}#menu div a {	display: block;	padding: 0;	border: 0; 	color: #222;	height: 35px;	margin: 0;	text-indent: -9999px;	text-decoration: none;	}	#menu div ul	{	list-style: none;	border: 1px solid #222;	margin: 0;	padding: 0;	width: 150px;	position: absolute;	background: #ccc;    z-index: 2;	}	#menu div li	{	margin: 0;	padding: 0;	font-size: 12px;	height: auto;	border-bottom: 1px dotted #666;	}	#menu div li a:link	{	padding: 5px;	margin: 0;	width: 140px;	height: auto;	color: #222;	font-weight: normal;	text-decoration: none;	display: block;	background: #ccc;	text-indent: 0;	}	#menu div li a:visited	{	padding: 5px;	margin: 0;	width: 140px;	height: auto;	color: #222;	font-weight: normal;	text-decoration: none;	display: block;	background: #ccc;	text-indent: 0;	}	#menu div li a:hover	{	padding: 5px;	margin: 0;	width: 140px;	height: auto;	color: #fff;	font-weight: normal;	text-decoration: underline;	display: block;	background: #222;	text-indent: 0;	}		#inventory a {background: transparent url(img/menu/inventory.gif) top left no-repeat; width: 206px;}#inventory a:hover {background: transparent url(img/menu/inventory.gif) 0 -35px no-repeat;}#products a {background: transparent url(img/menu/products.gif) top left no-repeat; width: 156px;}#products a:hover {background: transparent url(img/menu/products.gif) 0 -35px no-repeat;}#parts a {background: transparent url(img/menu/parts.gif) top left no-repeat; width: 162px;}#parts a:hover {background: transparent url(img/menu/parts.gif) 0 -35px no-repeat;}#financing a {background: transparent url(img/menu/financing.gif) top left no-repeat; width: 122px;}#financing a:hover {background: transparent url(img/menu/financing.gif) 0 -35px no-repeat;}#contact a {background: transparent url(img/menu/contact.gif) top left no-repeat; width: 136px;}#contact a:hover {background: transparent url(img/menu/contact.gif) 0 -35px no-repeat;}#home a {background: transparent url(img/menu/home.gif) top left no-repeat; width: 88px;}#home a:hover {background: transparent url(img/menu/home.gif) 0 -35px no-repeat;}	/*   Classes 	*/.hide	{	display: none;	}.none	{	list-style: none;	margin: 0;	padding: 0;	}	.nomargin	{	margin: 0;	padding: 0;	}	.sm	{	font-size: 10px;	}	.header {	background: #000000;	color: #FFFFFF;	font: 14px bold;	}.header2 {	background: #666;	color: #FFFFFF;	font: 14px bold;	}.background1 {	background: #f19293;	}	.background2 {	background: #dddddd;	}	.background3 {	background: #aaaaaa;	}	.table {	width: 600px;	}		/*   Links 	*/a:link	{	color: #000;	font-weight: bold;	}	a:visited	{	color: #222;	font-weight: bold;	}	a:hover	{	color: #900;	}