@charset "utf-8";
/* CSS Document */
/* Body and Wrapper */
body {
	background-image: url(images/bg.jpg);
	background-attachment: fixed;
	background-color: #042338;
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: justify;
}

#wrapper {
	width: 880px;
	margin-right: auto;
	margin-left: auto;
}
/* Body and Wrapper End */
/* Header */
#header {
	height: 90px;
	text-align: right;
	font-style: italic;
	padding-top: 15px;
	position: relative;
}
#header img {
	float: left;
}
h1 {
	font-size: 24px;
	color: #042338;
	font-weight: bold;
	letter-spacing:-1px;
	line-height:22px;
	text-align:left;
	word-spacing:-1px;
}

.phone {font-size: 24px}
.opening {font-size: 12px}
#mainimg {
	height: 206px;
}
/* Header End */
/* Navigation*/
#nav {
	height: 46px;
	margin-right: 5px;
	margin-left: 5px;
}
table.center_table {
	margin-left: auto;
	margin-right: auto;
}
#home {
	background:transparent url(images/btn_home.png) no-repeat scroll 0 0;
	height:46px;
	width:72px;
	display:block;
}
#home:hover {
background-position:0 -46px;
}
#oilfilter {
	background:transparent url(images/btn_oilfilter.png) no-repeat scroll 0 0;
	height:46px;
	width:138px;
	display:block;
}
#oilfilter:hover {
	background-position:0 -46px;
}
#waterfilter {
	background:transparent url(images/btn_waterfilter.png) no-repeat scroll 0 0;
	height:46px;
	width:117px;
	display:block;
}
#waterfilter:hover {
	background-position:0 -46px;
}
#airfilter {
	background:transparent url(images/btn_airfilter.png) no-repeat scroll 0 0;
	height:46px;
	width:101px;
	display:block;
}
#airfilter:hover {
	background-position:0 -46px;
}
#fuelfilter {
	background:transparent url(images/btn_fuelfilter.png) no-repeat scroll 0 0;
	height:46px;
	width:108px;
	display:block;
}
#fuelfilter:hover {
	background-position:0 -46px;
}
#hydraulicfilter {
	background:transparent url(images/btn_hydraulic.png) no-repeat scroll 0 0;
	height:46px;
	width:138px;
	display:block;
}
#hydraulicfilter:hover {
	background-position:0 -46px;
}
#hydraulicfilter {
	background:transparent url(images/btn_hydraulic.png) no-repeat scroll 0 0;
	height:46px;
	width:132px;
	display:block;
}
#hydraulicfilter:hover {
	background-position:0 -46px;
}
#other {
	background:transparent url(images/btn_other.png) no-repeat scroll 0 0;
	height:46px;
	width:132px;
	display:block;
}
#other:hover {
	background-position:0 -46px;
}
#contact {
	background:transparent url(images/btn_contact.png) no-repeat scroll 0 0;
	height:46px;
	width:108px;
	display:block;
}
#contact:hover {
	background-position:0 -46px;
}
A:link {text-decoration: none; color:#FFFFFF;}
A:visited {text-decoration: none; color:#FFFFFF;}
A:active {text-decoration: none; color:#FFFFFF;}
A:hover {text-decoration: none; color:#FFFFFF;}
/* Navigation End*/
/* Content*/
#wrapper #main {
	padding: 20px;
	background-image: url(images/bg_main.png);
	background-repeat: repeat;
	position: relative;
}
#wrapper #main:after{ 
	content: "."; 
	display: block; 
	height: 0; 
	font-size:0; 
	clear: both; 
	visibility:hidden; 
} 


#wrapper #main {display: inline-block;} /* Hides from IE Mac \*/ 

* html #wrapper #main {height: 1%;} 

#wrapper #main {display:block;} /* End Hack */ 


#wrapper #main .image {
	float: right;
	margin-left: 15px;
	width: 253px;
}

#wrapper #main .btn {
	height: 50px;
	width: 255px;
	float: right;
	margin-top: 15px;
	margin-left: 15px;
	clear: right;
}
/* Content End*/
/* Footer*/
#wrapper #footer {
	background-image: url(images/bg_footer.png);
	height: 43px;
	padding-top: 30px;
	padding-right: 20px;
	padding-left: 20px;
	text-align: center;
}
#wrapper #footer #img1 {
	float: left;
	width: 136px;
}
#wrapper #footer #img2 {
	float: right;
	width: 80px;
}
/* Footer End*/
#wrapper #main .image {
	float: right;
	width: 253px;
	margin-bottom: 20px;
	margin-left: 20px;
	clear: both;
}
A IMG
{
	border: 0;
}
DIV.contact_people
{
	width: 233px;
	padding: 10px;
	background-color: #032237;
	float: right;
	clear: right;
}
DIV.contact_people DL DD A
{
	text-decoration: underline;
}
DIV.contact_people DL DD A:hover
{
	color: #F16431;
}
DIV.contact_people DL DT
{
	text-decoration: none;
	color: #F16431;
}
DIV#wrapper DIV#main
{
	padding-top: 20px;
}
DIV.contact_people DL DD
{
	margin-left: 20px;
}
DIV.contact_people P
{
	font-size: 11pt;
}
DIV#main UL LI UL LI
{
	padding-top: 4px;
	list-style: none;
	margin-left: -20px;
}
DIV#main UL LI
{
	margin-top: 8px;
}
DIV.other IMG
{
	float: left;
	width: 253px;
	margin-right: 30px;
	margin-bottom: 30px;
}
.clearboth { clear: both; }
INPUT#message.input_field
{
	height: 150px;
}
.input_field
{
	position: absolute;
	left: 140px;
	width: 420px;
}
SELECT#enquiry.input_area
{
	position: absolute;
	left: 140px;
}
DIV#main FORM
{
	background-color: #4A5F7B;
	float:left;
	width: 550px;
	height: 300px;
	padding: 10px;
}
.required
{
background-image:url(images/required.png);
background-position:top right;
background-repeat:no-repeat;
padding-right:12px;
}
SPAN.phone
{
	position: absolute;
	top: 45px;
	right: 0px;
}
SPAN.opening
{
	position: absolute;
	right: 0px;
	top: 80px;
}
DIV.logo_front
{
}
UL.bullets
{
	font-size: 11pt;
	color: #032237;
	list-style-image: url('images/bull.gif');
}
