@charset "utf-8";
* { margin: 0; padding: 0; }
.Home {
	width: 132px;
	height: 40px;
	background-image: url(images/nav/Home.png);
	background-repeat: no-repeat;
}
.Services {
	width: 173px;
	height: 40px;
	background-image: url(images/nav/Services.png);
	background-repeat: no-repeat;	
}
.Products {
	width: 187px;
	height: 40px;
	background-image: url(images/nav/Products.png);
	background-repeat: no-repeat;	
}
.Gallery {
	width: 166px;
	height: 40px;
	background-image: url(images/nav/Gallery.png);
	background-repeat: no-repeat;
}
.Contact {
	width: 154px;
	height: 40px;
	background-image: url(images/nav/Contact.png);
	background-repeat: no-repeat;
}
.Home:hover {
	width: 132px;
	height: 40px;
	background-image: url(images/nav/Home-rollover.png);
	background-repeat: no-repeat;	
}
.Services:hover {
	width: 173px;
	height: 40px;
	background-image: url(images/nav/Services-rollover.png);
	background-repeat: no-repeat;	
}
.Products:hover {
	width: 187px;
	height: 40px;
	background-image: url(images/nav/Products-rollover.png);
	background-repeat: no-repeat;	
}
.Gallery:hover {
	width: 166px;
	height: 40px;
	background-image: url(images/nav/Gallery-rollover.png);
	background-repeat: no-repeat;
}
.Contact:hover {
	width: 154px;
	height: 40px;
	background-image: url(images/nav/Contact-rollover.png);
	background-repeat: no-repeat;
}
body {
	background-image: url(images/background-main.png);
	background-attachment: fixed;
	background-repeat: repeat;
	background-position: center top;
	margin-top: 0px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
}
#OutterDiv {
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 1275px;
	height: 100%;
	padding-top: 10px;
	background-image: url(images/oil-splash2.png);
}
#InnerDiv {
	background-image: url(images/main-container-top.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 846px;
}
h1 {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/header-main.png);
	background-repeat: no-repeat;
	width: 812px;
	height: 193px;
	background-position: bottom;
}
h2 {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/header2.png);
	background-repeat: no-repeat;
	width: 812px;
	height: 193px;
	background-position: bottom;
}

h4 {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/header3.png);
	background-repeat: no-repeat;
	width: 812px;
	height: 193px;
	background-position: bottom;
}
h5 {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/header5.png);
	background-repeat: no-repeat;
	width: 812px;
	height: 193px;
	background-position: bottom;
}
#MainNav {
	margin-left: auto;
	margin-right: auto;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 812px;
	height: 40px;

}
#MainNav ul, #MainNav li {
		list-style: none;
		padding-left: 0px;
		margin-top: 0px;
		margin-bottom: 0px;
		float:left;
}
#LDiv ul, #LDiv li {
		list-style: none;
		display: block;
}
#LDiv {
	padding-left: 17px;
	width: 212px;
	margin-top: 0px;
	margin-bottom: 0px;
	float: left;
}
#LDiv .Top {
	background-image: url(images/left-top.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 212px;
	height: 24px;
}
#LDiv .Mid {
	background-image: url(images/left-mid.png);
	background-repeat: repeat-y;
	background-position: center top;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 212px;
}
#LDiv .Mid p{
	margin-left:16px;
	font-size: 12px;
}
#LDiv .Bot {
	background-image: url(images/left-bot.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 212px;
	height: 25px;
}
#MainDiv {
	width: 600px;
	margin-left: 0px;
	margin-top: 0px;

	float: left;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#MainDiv ul {
	list-style: none;
	display: block;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#MainDiv li {
		list-style: none;
		padding-left: 0px;
		display: block;
			
}

#MainDivTop {
	float: left;
}
#MainDivLeft {
	float: left;
}
#MainDivRight {
	float: left;
}
#MainDivTop .TopTop {
	background-image: url(images/right-top.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 600px;
	height: 24px;
}
#MainDivTop .TopMid {
	background-image: url(images/right-mid.png);
	background-repeat: repeat-y;
	background-position: center top;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 600px;
}
#MainDivTop .TopMid p {
	margin-left: 16px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
}
#MainDivTop .TopMid h3{
	font-size: 16px;
	text-align:center;
}
#MainDivTop .TopBot {
	background-image: url(images/right-bot.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 600px;
	height: 25px;
}
#MainDivMid .TopCenter{
	background-repeat: no-repeat;
	height: 27px;
	width: 600px;
	margin-top: 0px;
	margin-left: 0px;
	background-image: url(images/CenterTop.png);
	float: right;
}
#MainDivMid .MidCenter{
	background-image: url(images/CenterMid.png);
	background-repeat: repeat-y;
	float: right;
	width: 600px;
}
#MainDivMid .MidCenter p{
	padding-left: 18px;
	text-align:justify;
	padding-right:18px;
}
#MainDivMid .MidCenter h3{
	font-size: 14px;
	padding-left: 18px;
	padding-bottom: 10px;
}
#MainDivMid .MidCenter ul li{
	padding-right: 18px;
	padding-left: 5px;
	list-style-type: square;
	margin-left: 40px;
	font-size: 14px;
}
#MainDivMid .BotCenter{
	background-image: url(images/Centerbot.png);
	background-repeat: no-repeat;
	height: 27px;
	width: 600px;
	float: right;
}
#MainDivLeft .LeftTop {
	background-image: url(images/middle-left-top.png);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 313px;
	height: 27px;
}
#MainDivLeft .LeftMid {
	background-image: url(images/middle-left-middle.png);
	background-repeat: repeat-y;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 313px;
}
.LeftMid h3{
	padding-left: 18px;
}
#MainDivLeft .LeftMid p {
	margin-left: 10px;
	color: #FFF;
	font-size: 12px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#MainDivLeft .LeftMid form{
	margin-left: 25px;
	color: #FFF;
	font-size: 12px;
}
#MainDivLeft .LeftMid .info{
	color: #000;
	font-size: 12px;
	height: 20px;
	width: 50px;
}
#MainDivLeft .LeftBot {
	background-image: url(images/middle-left-bottom.png);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 313px;
	height: 25px;
}
#MainDivRight .RightTop {
	background-image: url(images/middle-right-top.png);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	width: 287px;
	height: 27px;
}
#MainDivRight .RightMid {
	background-image: url(images/middle-right-middle.png);

	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 287px;	
}
#MainDivRight .RightMid p{
	margin-left:14px;
	color: #FFF;
}
#MainDivRight .RightBot {
	background-image: url(images/middle-right-bottom.png);
	background-repeat: no-repeat;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 287px;
	height: 25px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
	margin-right: auto;
	margin-left: auto;
}
#BottomLogo {
	background-image: url(images/Bottom-Logo1.png);
	background-repeat: no-repeat;
	width: 846px;
	height: 150px;
	margin-right: auto;
	margin-left: auto;
}
#Footer {
	background-image: url(images/footer-main-container-combine.png);
	background-repeat: no-repeat;
	width: 846px;
	height: 73px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
#Footer p {
	width:800px;
	height:12px;
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	font-size: 10px;
	padding-top: 20px;
}
