@charset "utf-8";

body {
	margin-left: 0px;
	margin-right: 0px;
}
body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #000000;
}
a:link {
	color: #0033CC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #027DFF;
}
a:hover {
	text-decoration: underline;
	color: #663366;
}
a:active {
	text-decoration: none;
	color: #0033CC;
}
.style1 {color: #FFFFFF}
.style3 {color: #000000}
h1 {
	font-size: 1.4em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #017EFF;
}
h2 {
	font-size: 1em;
}
h3 {
	font-size: 1em;
	font-weight: bold;
	color: #017EFF;
}

#header {
	background-image: url(../layout/bkground.jpg);
	background-repeat: repeat-x;
	height: 100px;
	width: 100%;
}

#header #innerhead {
	height: 100px;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}
#header #innerhead #logo {
	width: 258px;
	float: left;
}
#header #innerhead #nav {
	float: right;
	width: 480px;
	margin-top: 54px;
	height: 25px;
}

#outer {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	background-color: #FFFFFF;

}
#outer #chemical {
	width: 365px;
	margin-right: 5px;
	margin-left: 5px;
	float: left;
	margin-bottom: 10px;
	height: 400px;
}
#outer #truckwash {
	width: 365px;
	margin-right: 5px;
	margin-left: 5px;
	float: right;
	margin-bottom: 10px;
	height: 400px;
}

#outer #address {
	background-color: #1486FF;
	font-size: .9em;
	color: #FFFFFF;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
}
#footer {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	font-size: .9em;
}
#outer #indextext {
	clear: both;
	margin-top: 5px;
}
#outer #label {
	width: 200px;
	margin-bottom: 20px;
	margin-left: 10px;
	float: right;
}
#outer #prodline {
	float: left;
	width: 200px;
	margin-right: 10px;
	margin-bottom: 20px;
}
#outer #truck1 {
	float: right;
	width: 137px;
	margin-bottom: 20px;
	margin-left: 10px;
}
