@charset "utf-8";
/* CSS Document */

/* -------------------------------------------------------------- 
  
   * Resets default browser CSS.
   
-------------------------------------------------------------- */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	outline: none;
}

html {
	min-height: 100%;
	padding-bottom: 1px;
}

body {
	line-height: 1.5;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

table, td, th {
	vertical-align: middle;
}

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

/* Remove annoying border on linked images. */
a img {
	border: none;
	outline: none
}

/* END RESET */

/* UNIVERSAL CLASSES */

.clear {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

.no-show {
	display: none;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

small {
	font-size: 11px;
}

big {
	font-size: 16px;
	line-height: 22px;
}

a {
	text-decoration: none;
	color: #e8373b;
}

a:hover {

}

a:visited {

}

h1 {
	margin-bottom: 20px;
}

h2 {
	font-size: 17px;
	font-weight: bold;
	color: #411e08;
}

h3 {
	font-size: 17px;
	text-transform: uppercase;
	font-weight: bold;
	color: #e8373b;
	margin: 20px 0px -10px 0px;
}

h4 {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	color: #e8373b;
	margin-bottom: -10px;
}

h5 {

}

p {
	margin: 12px 0px;
	line-height: 18px;
}

ul, ol{
	margin: 12px 0px;
}

ul li{
	margin: 6px 0px 6px 20px;
	line-height: 18px;
	list-style-image: url('../images/bullet_arrow_red.gif');
}

ul li a{
	text-transform: uppercase;
}

ol li{
	margin: 6px 0px 6px 20px;
	line-height: 18px;
	list-style-type: decimal;
}

.txt_error{
	color: #900;
}

/* BEGIN FORMATTING */

body {
	background-color: #dddcdd;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3c2415;
	background-image: url('../images/page_bg.gif');
	background-repeat: repeat-y;
	background-position: center 0px;
}

/* CONTAINERS */

#page{
	width: 916px;	
	margin: 0px auto;
	overflow: hidden;
}

#wrapper{
	width: 907px;
	margin-left: 6px;

	background-image: url('../images/header_bg.gif');
	background-repeat: repeat-x;
	background-position: 305px 0px;
}

#header{
	height: 198px;
	background-image: url('../images/header_img.jpg');
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#logo{
	width: 520px;
	height: 85px;
	padding: 29px 0px 0px 315px;
}

#main{
	padding: 20px 10px 20px 30px;
}

.home .column_left{
	width: 580px;
	float: left;
}

.home .column_right{
	width: 233px;
	float: right;
}

.home .box_download-our-complete-product-list{
	width: 230px;
	height: 125px;
	background-image: url('../images/img_download-our-complete-product-list.jpg');
	background-repeat: no-repeat;
	margin-top: 20px;
}

.home .box_download-our-complete-product-list a{
	display: block;
	width: 233px;
	height: 125px;
	color: #3c2415;
}

.home .box_download-our-complete-product-list a span{
	font-size: 10px;
	padding: 47px 75px 0px 12px;
	display: block;
	line-height: 13px;
}

.home .column_base p{
	overflow: hidden;
}

.home .column_base p span{
	display: inline;
	float: left;
	text-align: center;
}

.products .box_indent{
	padding-left: 160px;
}

.products .column_base{
	margin-top: 20px;
	padding-right: 50px;
}

.industries-served .item_first{
	float: left;
	width: 235px;
}

.industries-served .item_middle{
	width: 197px;
	float: left;
	margin: 0px 60px;
}

.industries-served .item_last{
	width: 250px;
	float: right;
}

.industries-served .column_base{
	margin: 40px 0px 100px 0px;
	padding-right: 40px;
}

.industries-served .column_base img{
	margin-top: 15px;
}

.useful-information .column_middle{
	margin: 20px 0px;
	padding: 20px 0px;
	border-top: 1px solid #3c2415;
	border-bottom: 1px solid #3c2415;
	clear: both;
}

.useful-information .column_base{
	margin-top: 40px;
}

.useful-information .column_base p{
	text-transform: uppercase;
	font-size: 13px;
}

.useful-information .column_base p small{
	text-transform: none;
}

.useful-information .item_first{
	float: left;
	width: 250px;
}

.useful-information .item_middle{
	width: 250px;
	float: left;
	margin: 0px 30px;
}

.useful-information .item_last{
	width: 300px;
	float: right;
}

.contact .column_left{
	width: 360px;
	float: left;
}

.contact .column_right{
	width: 415px;
	float: right;
	padding-right: 20px;
}


/* TEXT STYLES */

.txt_care-for-each-customer{
	height: 52px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-image: url('../images/txt_care-for-each-customer.gif');
	display: block;
}

.txt_products{
	height: 23px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-image: url('../images/txt_products.gif');
	display: block;
}

.txt_industries-served{
	height: 23px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-image: url('../images/txt_industries-served.gif');
	display: block;
}

.txt_why-are-lubricants-so-important-to-your-bottom-line{
	height: 23px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-image: url('../images/txt_why-are-lubricants-so-important-to-your-bottom-line.gif');
	display: block;
}

.txt_contact{
	height: 23px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-image: url('../images/txt_contact.gif');
	display: block;
}

.alignleft{
	margin: 0px 20px 20px 0px;
}

.alignright{
	margin: 0px 0px 20px 20px;
}

/* NAV */

#nav{
	height: 22px;
	margin: 45px 0px 0px 305px;
}

#nav ul{
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	clear: both;
	display: block;
}

#nav ul li{
	float: left;
	width: auto;
	display: block;
	margin: 0;
	padding: 0px 10px;
	height: 22px;
	border-right: 1px solid #3c2415;
}

#nav ul li a{
	position: relative;
	padding: 0px 6px;
	height: 22px;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center 0px;
}

#nav ul li a:hover, #nav ul li.nav_selected a{
	background-position: center -22px;
}

.nav_home a{
	background-image: url('../images/nav_home.gif');
	width: 41px;
}

.nav_industries-served a{
	background-image: url('../images/nav_industries-served.gif');
	width: 123px;
}

.nav_products a{
	background-image: url('../images/nav_products.gif');
	width: 62px;
}

.nav_useful-information a{
	background-image: url('../images/nav_useful-information.gif');
	width: 124px;
}

.nav_contact a{
	background-image: url('../images/nav_contact.gif');
	width: 54px;
}

#nav ul li.nav_contact{
	border-right: none;
}

/* FOOTER */

#footer{
	padding: 20px 0px 0px 0px;
}

#footer p{
	font-size: 11px;
	text-align: center;
}

/* CONTACT FORM INPUTS */

.contact input, .contact textarea{
	padding: 2px;
	font-size: 12px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	width: 240px;
	vertical-align: top;
}

.contact .input_label{
	width: 100px;
	display: inline-block;
	vertical-align: top;
}

.contact .input_button{
	margin-left: 100px;
	width: 92px;
	padding: 0;
}