html {
	background: #FFFFFF url(images/exteriortile.gif) center top repeat;	
}

body  {
   padding: 0px;
   margin: 0px;
   	background: url(images/white.gif) repeat-y top center;
}

p, #content ul, li, table {
	font: 12px/16px Verdana;
	margin: 0px;
	text-align: left;
	color: black;
}

img {
	border: 0px;
}

h3 {
	font: bold 17px/71px Optima;
	padding-top: 0px;
	margin: 0px;
	color: #B20200;
}

#container  {
	width: 827px;
	min-height: 862px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 15px;
	border-right: 5px solid #b5342d;
	border-left: 5px solid #b5342d;
	overflow: hidden;
}

#header  {
	background-image: url('images/header-bg.png');
   width: 808px;
   height: 127px;
   margin-left: auto;
   margin-right: auto;
   overflow: hidden;
}

#address {
	   color: #2D3537;
   font: 12px/14px Optima;
   margin: 0px;
   text-align: center;
	width: 200px;
	border: 0px solid green;
	margin-left: 30px;
	margin-top: 10px;
}

#top-nav  {
	background: url(images/bluebar.gif) no-repeat;
	width: 809px;
	height: 31px;
	margin-left: auto;
	margin-right: auto;
	border-top: 3px solid #d8d8d8;
	border-bottom: 3px solid #d8d8d8;
}

#top-nav ul {
	padding: 10px 0 0 0;
	margin: 0px;
	overflow: hidden;
}

#top-nav ul li {
	position: relative;
	display: inline;
	list-style: none;
	padding: 0 25px 0 25px;
}

#top-nav ul li a:hover, #engines ul li img:hover {
	opacity: 0.5;
}

#side-nav {
	float: left;
	width: 225px;
	border: 0px solid black;
	overflow: hidden;
}


#side-nav ul li {
			list-style-type: none;
		    margin: 0;
		    padding: 0;
		}

		#side-nav ul li a {
		    font-weight: bold;
		    width: 153px;
		    height: 31px;
		    margin: 0 0 10px 0px;
		    display: block;
		    padding: 0;
		    float: left;
		}



		#side-nav ul li a span {
		    display: none;
		    position: relative;
		}

		.first {
		    background: url(images/btn-engines.gif) no-repeat;
		}

		.second {
		    background: url(images/btn-generators.gif) no-repeat;
		}

		.third {
		    background: url(images/btn-pumps.gif) no-repeat;
		}

		.fourth {
		    background: url(images/btn-fuel.gif) no-repeat;
		}

		.fuel-additive {
    background: url(images/btn-fuel-additive.gif) no-repeat;
}

		.fifth {
		    background: url(images/btn-used.gif) no-repeat;
		}

		.sixth {
		    background: url(images/btn-specials.gif) no-repeat;
		}

		.seventh {
		    background: url(images/btn-accessories.gif) no-repeat;
		}
		
.eighth {
	background: url(images/btn-line.gif) no-repeat;
}		

.nineth {
	background: url(images/btn-enginetags.gif) no-repeat;
}		
	
#side-nav ul li a:hover {
	background-position: 0 right;
}
		
#side-nav ol {
	list-style: none;
}

#content {
	float: right;
	width: 475px;
	margin-right: 100px;
	overflow: hidden;
	height: auto;
}

#content img {
	max-width: 475px;
	height: auto;
	margin-top: 15px;
}

#engines {
	border: solid blue 0px;
	padding: 10px;
}

#engines ul {
	padding: 0px;
	margin: 0px;
}

#engines ul li {
	list-style-type: none;
	border: 0px solid red;
}

#engines ul li img {
	margin: 20px;
	border: 0px solid green;
}

#engines .gas-engines {
	width: 100%;
	overflow: hidden;
}

#engines .gas-engines li {
	width: 49%;
	float: left;
	overflow: hidden;
}

#engines .gas-engines li img {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

#engines .diesel-engines {
	width: 100%;
	clear: both;
	overflow: hidden;
}

#engines .diesel-engines li {
	width: 32%;
	float: left;
	display: block;
	min-height: 100px;
}

#engines .diesel-engines li img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}







