/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Verdana;
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
}

a:link, a:visited, a:hover {
	color: #BB3E3E;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}

h1{
 font-size: 120%;
 color: #334d55;
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

form {
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-size: 12px;
}

ul {
	margin: 5px 0px 0px;
	padding-left: 20px;
}

blockquote {
	margin-top: 10px;
	padding-top: 0px;
	margin-right: 5px;
	padding-right: 5px;
	margin-bottom: 15px;
	padding-bottom: 0px;
}

#rotatingBanner{
	float: left;
	margin-top: 0px;
	padding-top: 0px;
	margin-right: 20px;
	padding-right: 10px;
	margin-bottom: 5px;
	padding-bottom: 0px;
	margin-left: 5px;
	padding-left: 0px;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	padding: 0px 0px 10px;
	border-bottom: 1px solid #cccccc;
	width: 25%;
	position: relative;
}

#pageNav{
	float: left;
	width:178px;
	padding: 0px;
	font-size: small;
	height: 580px;
}

#content{
	float:left;
	width: 72%;
	margin: 0;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 5;
	padding-right: 4%;
}

#content-equipment{
	float:left;
	width: 74%;
	margin: 0;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 5;
	padding-right: 4%;
}

#content-orderForm{
	float:left;
	width: 72%;
	margin: 0;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 10;
	padding-right: 3%;
}

/************* breadCrumb styles ***************/

#breadCrumb{
	padding: 2px 0px 2px 10px;
	color: #AAAAAA;
	font-size: smaller;
}

#breadCrumb a{
	color: #AAAAAA;
}

#breadCrumb a:hover{
	color: #005FA9;
	text-decoration: underline;
}

/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 2px;
}

/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 0px 5px;
}

/************** .feature styles ***************/

.feature{
	font-size: small;
	color: #003399;
	font-weight: bold;
	padding: 0px 0px 0px 5px;
}

.feature h3{
	padding: 30px 0px 0px 5px;
	text-align: center;
	font-style: italic;
	font-weight: bold;
	font-size: large;
	color: #003399;
}

.feature img{
	float: right;
	padding: 0px 10px 0px 0px;
	margin: 0px 5px 0px 0px;
}
/* adjust margins to change separation between the feature image and text flowing around it */

/************** .story styles *****************/

.story{
	clear: both;
	padding: 5px 5px 0px 10px;
	font-size: 64%;
}

.story p{
	padding: 0px;
	font-family: Verdana;
}

.story h3{
	color: #BB3E3E;
	font-weight: bold;
	margin: 0px 0px -20px;
}

.story2{
	clear: both;
	padding: 0px 5px 0px 10px;
	font-size: 64%;
}

#img1{
	float: right;
	padding: 0px 10px 0px 0px;
	margin: 0 20px 0px 0px;
}

#imgStory1{
	text-align: left;
	font-family: Verdana;
}

#img2{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 20px 5px 5px;
}

#imgStory2{
	float: right;
	padding: 0px 10px 0px 0px;
	margin: 20px 20px 5px 5px;
}
/* adjust margins to change separation between the feature image and text flowing around it */

#img3{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 20px 5px 5px;
}

#imgNewProduct{
	float: left;
	padding: 0px;
	margin: 0;
}

#imgOilTrailer2{
	float: left;
	padding: 0px;
	margin: 0px 0px 0px 10px;
}

/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 210px 10px 2px;
	margin-top: 0px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}

#siteDesignBy{
	float: right;
	font-size: 75%;
	color: #cccccc;
	padding: 0px 225px 0px 0px;
	margin-top: -20px;
}

/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image:  url(../../pictures/stylesheets/bg_nav.jpg);
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #BB3E3E;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #DDEEFF;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
	color: #BB3E3E;
}

/************* relatedLinks styles **************/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	border-bottom: 1px solid #cccccc;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a{
	display: block; 
}

#table {
	margin: 0px 50px;
	float: left;
	clear: none;
}

#table2{
	margin: 0px 15px;
	float: left;
	clear: none;
}

/***********************************************/
/* Order Form Divs                             */
/***********************************************/

#form-size1-right{
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
}

#form-size1-center{
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: bold;
}

#form-size2-left{
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 13px;
}

#form-size2-center{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	font-size: 13px;
}

#form-size2-right{
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	font-size: 13px;
}

