body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #333333;
	background-color: #FFFFFF;
	margin:0px;
	padding:0px;
}
table, h3, h4, h5, h6, p, ul{
	font-size:12px;
	margin-top: 4px;
	margin-bottom:10px;
}
h1{
	font-size:14px;
	margin-top: 4px;
	margin-bottom:10px;
}
h2{
	font-size:13px;
	margin-top: 4px;
	margin-bottom:10px;
}
a{
	color:#333333;
	text-decoration:underline;
}
a:hover{
	color: red;
}
.smalltext{
	font-size:9px;
}
#main {
	position:relative;
	top:0px;
	left:0px;
	width:780px;
	margin-left:auto;
	margin-right:auto;
}
#banner{
	position:absolute;
	top:0px;
	left:0px;
	width:780px;
	margin:0px;
	padding:0px;
}
#bannerprt{
	display:none;
}
#topbar{
	position:absolute;
	top:86px;
	left:0px;
	width:780px;
	height:20px;
	margin:0px;
	padding:5px;
	background-color:#cccccc;
	z-index:2;
}
#topbar div.left{
	position:absolute;
	top:2px;
	left:2px;
	height:14px;
}
#topbar div.right{
	position:absolute;
	top:2px;
	right:2px;
	height:14px;
}
#menu{
	position:absolute;
	top:105px;
	left:0px;
	width:150px;
	margin:0px;
	padding:0px;
	color:#333333;
	background-color:#dcdcdc;
	background-image: url(images/menubackground.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
#content{
	position:absolute;
	top:105px;
	left:159px;
	width:590px;
	margin:0px;
	padding:20px;
}
#footer{
	position:absolute;
	top:1000px;
	left:0px;
	width:780px;
	border-top:1px solid #de0000;
	text-align:center;
	color:#666666;
	background-color:#FFFFFF;
	visibility:hidden;
}
a img{
	border:0;
}
#menu ul{
	list-style-type: none;
	margin:0px;
	padding:0px;
}
#menu li{
	margin:10px 0px;
	padding:0px;
	color:#000000;
	background-color:transparent;
}
ul.menu li a{
	display:block;
	/* width: 100%; */
	background-image:url(images/triangledg.gif);
	background-position:5px;
	background-repeat:no-repeat;
	padding:2px 0px 2px 20px;
	color:#000000;
	text-decoration:none;
}
ul.menu li a:hover{
	color:black;
	background-color:#FFFFFF;
}
ul ul{
	background-color:transparent;
	margin:0px;
	padding:0px;
}
#menu li li{
	background-color:transparent;
	margin-left:30px;
	margin-bottom:0px;
	margin-right:0px;
	margin-top:0px;
	padding:2px;
}
#menu li li a{
	background-image:url(images/triangleg.gif);
}
#content td img{
	margin:0px 10px 10px 0px;
}
#content a.more{
	background-color:#cccccc;
	background-image:url(images/triangledg.gif);
	background-position:5px;
	background-repeat:no-repeat;
	padding:5px 5px 5px 20px;
	color:#000000;
	text-decoration:none;
	border: 1px solid #cccccc;
}
#content a.more:hover{
	background-color:#FFFFFF;
	border: 1px solid #FF0000;
}
#content img.main{
	float:right;
	border: 2px solid #333333;
}
#footer a{
	padding-left:5px;
	padding-right:5px;
	color:#666666;
	text-decoration:none;
}
#footer a:hover{
	color:red;
	text-decoration:none;
}
#topbar a{
	background-image:url(images/triangledg.gif);
	background-position:5px;
	background-repeat:no-repeat;
	padding:5px 20px 5px 20px;
	color:#000000;
	text-decoration:none;
}
#topbar a:hover{
	background-color:#FFFFFF;
}
#content h1{
	border-bottom:1px solid #de0000;
}
#content .heading{
	color: #FFFFFF;
	background-color: #de0000;
}
#menutrampoilremoval{
	display:none;
}
#menutesting{
	display:none;
}
#menucoolant{
	display:none;
}
#menucoolanttesting{
	display:none;
}
#menumbc{
	display:none;
}
#menuoilspill{
	display:none;
}
p.price, .price{
	text-align:right;
	color: red;
	font-size:14px;
	font-weight:bold;
}
p.price a, .price a, a.price{
	display: block;
	width: 80px;
	height:24px;
	float: right;
	vertical-align: bottom;
	/*border-bottom: 1px solid red;*/
	background-image: url(images/addtoorder.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	/*border-bottom: 2px solid #dcdcdc;*/
	padding-right:75px;
	color:red;
	text-decoration:none;
}
p.price a:hover, .price a:hover, a:hover.price{
	/*border-bottom: 2px solid red;*/
	color:red;
	text-decoration:none;
}
.red{
	color:red;
}
.break {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
}
.break2{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
tr.baskethead{
	background-color:#CCCCCC;
}
td.basketheadl, td.basketheadm, td.basketheadr{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	font-weight:bold;
}
td.baskettotall, td.baskettotalr{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
}
input.qty {
	width: 30px;
	border: 1px solid #333333;
	text-align:right;
}
a.checkout{
	color:#333333;
	text-decoration:none;
}
a.checkout:hover{
	color: red;
}
input.checkout, select.checkout{
	width: 300px;
	border:1px solid #CCCCCC;
}
td.prompt{
	width: 120px;
}
#copyright{
	position:absolute;
	top:25px;
	left:0px;
	color:#B5B5B5;
	font-size:10px;
}
#siteby{
	position:absolute;
	top:25px;
	right:0px;
	color:#B5B5B5;
	font-size:10px;
	text-align:right;
}
#siteby a:link, #siteby a:visited, #siteby a:active{
	color:#B5B5B5;
	text-decoration: none;
	font-weight:normal;
}
#siteby a:hover{
	color: #000000;
	text-decoration: none;
	font-weight:normal;
}
td.box{
	border:1px solid black;
}
p.highlight{
	border:1px solid red;
	padding:8px;
	font-size:14px;
}
span.price{
	color: red;
	font-size:14px;
	font-weight:bold;
}
table.pricelist td.pricelisthead{
	background-color:#cccccc;
	font-weight:bold;
}
table.pricelist td{
	border-bottom:1px solid #cccccc;
}
table.pricelist td a{
	text-decoration:none;
}
