@charset "utf-8";
/* CSS Document */
/* removes all image borders */
img {
	border:0;
	margin: 0px;
}
a {
    outline: none;
 }
a img {
    border:none;
 }
 /* end image border removal */

* {
	margin: 0px;
	padding: 0px;
}
p {
	margin-top: 5px;
	margin-bottom: 8px;
}
a img {
	border:none;
}
img {
	border:none;
}

body {
	background-color: #000;
}
a{
	color: #CCC;
	text-decoration: underline;
}
a:visited {
	color: #ccc;
	text-decoration: underline;
}
a:hover {
	color: #999;
	text-decoration: none;
}
a:active{
	color: #ccc;
	text-decoration: underline;
}
.clear {
	clear:both;
}
.smaller {
	font-size: 70%;
}
.smallText {
	font-size: 80%;
	font-family: Tahoma, Geneva, sans-serif;
}
.smallTextPad {
	font-size: 80%;
	font-family: Tahoma, Geneva, sans-serif;
	padding-left: 6px;
}

#wrapper {
	background-image: url(../image/back2.jpg);
	background-repeat: no-repeat;
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	height: 500px;
	padding-top: 118px;
}
#productRight ul {
	font-size: 80%;
	list-style-position: outside;
	margin-left: 20px;
}

#contentTop {
	background-image: url(../image/blueGrungeTopp.png);
	background-repeat: no-repeat;
	height: 67px;
	width: 648px;
	margin: 0px;
}
#contentTop img {
	position: relative;
	top: 9px;
	left: 10px;
}
#contentMain {
	background-color: #005696;
	width: 648px;
	margin-top: -10px;
	margin-bottom: -10px;
	font-size: 120%;
	font-family: Tahoma, Geneva, sans-serif;
}
#contentMain2 {
	background-color: #005696;
	width: 628px;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 120%;
	font-family: Tahoma, Geneva, sans-serif;
	z-index: 100;
	clip: rect(auto,auto,auto,auto);
}
#contentBottom {
	height: 67px;
	width: 648px;
	background-image: url(../image/blueGrungeBottom.png);
	background-repeat: no-repeat;
}
#contentBottom2 {
	height: 134px;
	width: 648px;
	background-image: url(../image/blueGrungeBottom.jpg);
	background-repeat: no-repeat;
	margin: 0px;
}



.nav {
	margin-top: 10px;
	margin-bottom: 20px;
}
.footer {
	color: #999;
	text-align: center;
	font-size: 74%;
}
.footer a{
	color: #999;
	text-decoration: underline;
}
.footer a:visited {
	color: #999;
	text-decoration: underline;
}
.footer a:hover {
	color: #005696;
}
.footer a:active{
	color: #999;
	text-decoration: underline;
}

#fuelLeft {
	float: left;
	width: 312px;
}
#fuelRight {
	float: right;
	width: 300px;
}
#productLeft {
	float: left;
	width: 250px;
	margin-left: -6px;
}
#productRight {
	float: right;
	width: 374px;
}
#free {
	margin-left: -4px;
	margin-top: 14px;
}
.buyNow {
	margin-top: 15px;
}

