body {
	margin:			0;
	padding:		0;
	font-family:		sans-serif;
	font-size:		12px;
	color:			#333;
	background:		#FFF;
}

td, th {
	font-family:		sans-serif;
	font-size:		12px;
	vertical-align:		top;
}

form {
	margin:			0;
	padding:		0;
}

h1 {
	font-family:		sans-serif;
	font-size:		20px;
	font-weight:		bold;
	margin:			0;
	padding:		20px 10px 10px 10px;
	color:			#CCCCCC;
}

h3 {
	background-color:	#CCCCCC;
}

h4 {
	color:			#DE0800;
	font-weight:		bold;
}

p {
	padding:		20px 10px;
}

a {
	color:			#DE2310;
	font-weight:		bold;
}

a:visited {
	color:			#B11310;
}

a:hover {
	color:			#FF9933;
}

ul, #nav, #nav ul, #nav li, #nav li a, #nav li a.top, #nav li ul li a.mid {
	zoom:			1;
}

#nav, #nav ul {
	margin:			0;
	padding:		0;
	list-style-type:	none;
	list-style-position:	outside;
	position:		relative;
}

#nav li a.top {
	display:		block;
	height:			44px;
	line-height:		44px;
	width:			147px;
	color:			#FFF;
	text-decoration:	none;
	background: 		url(/img/BlankNavOff1.jpg) no-repeat;
}

#nav li a.top:hover {
	background:		url(/img/BlankNavButton_on.jpg) no-repeat;
}

#nav li ul li a.mid {
	display:		block;
	float:			left;
	height:			20px;
	line-height:		20px;
	width:			148px
	color:			#FFF;
	text-decoration:	none;
	background: 		url(/img/DropDown_bg_off.jpg) repeat-x;
}

#nav li ul li a.mid:hover {
	background: 		url(/img/DropDown_bg_on.jpg) repeat-x;
}

#nav a {
	display:		block;
	width:			148px;
	height:			20px;
	text-decoration:	none;
	background:		url(/img/DropDown_bg_off.jpg) repeat-x;
	color:			#FFF;
	text-align:		center;
	line-height:		20px;
}

#nav a:hover {
	background:		url(/img/DropDown_bg_on.jpg) repeat-x;
}

#nav li {
	float:			left;
	position:		relative;
}

#nav ul {
	position:		absolute;
	top:			44px;
	display:		none;
}

#nav li ul a {
	float:			left;
	line-height:		20px;
}

#nav ul ul {
	top:			auto;
}	

#nav li ul ul {
	left:			148px;
	border:			solid 1px #FFF;
}

#nav li a:hover ul ul, #nav li a:hover ul ul ul, #nav li a:hover ul ul ul ul {
	display:		none;
}

#nav li a:hover ul, #nav li li a:hover ul, #nav li li li a:hover ul, #nav li li li li a:hover ul {
	display:		block;
}
table.product-list {
	border:		        solid 1px #A4100E;
}
table.product-list th {
	background-color:       #900;
	color:                  #FFF;
	border-bottom:          solid 1px #A4100E;
}
table.product-list td {
	font-weight:		bold;
}
a.contact {
	color:			#666;
	font-size:		25px;
	font-family:		sans;
	text-decoration:	none;
}

.offers td {
	border:			solid 5px red;
	padding:		10px;
	text-align:		center;
	font-weight:		bold;
}

a.cart {
	color:			#FFF;
	font-weight:		bold;
	text-decoration:	none;
}

a.cart:hover {
	text-decoration:	underline;
}

table.engines th {
	text-align:		left;
	background-color:	#CCCCCC;
	font-style:		italic;
}

ul.taskman li {
	color:			#DE0800;
	font-weight:		bold;
}
