@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 25px 0 0 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
}
#container { 
	width: 709px;
	height:607px;
	background:url(../images/homeBkgnd.jpg);
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#containerSplashGuards {
	width: 708px;
	height:1097px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/splsh-guardsBkgnd.jpg);
	background-repeat: no-repeat;
}
#containerAgriMats {
	width: 708px;
	height:875px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/agricultural-matsBkgnd.jpg);
	background-repeat: no-repeat;
}
#containerAboutUs {
	width: 708px;
	height:1059px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image:url(../images/about-usBkgnd.jpg);
	background-repeat: no-repeat;
}
#containerContactUs {
	width: 708px;
	height:1025px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image:url(../images/contact-usBkgnd.jpg);
	background-repeat: no-repeat;
}
#containerBedMats {
	width: 708px;
	height:1058px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image:url(../images/bedmatsBkgnd.jpg);
	background-repeat: no-repeat;
}
#containerWheelChocks {
	width: 708px;
	height:1094px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image:url(../images/whl-chocksBkgnd.jpg);
	background-repeat: no-repeat;
}
#containerDockBumpers {
	width: 708px;
	height:1094px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image:url(../images/dock-bumpersBkgnd.jpg);
	background-repeat: no-repeat;
}
#containerRubberProcessing {
	width: 708px;
	height:607px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image:url(../images/rubber-processBkgnd.jpg);
	background-repeat: no-repeat;
}

#header {  
	padding: 25px 0 0 30px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height:253px;
} 

#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 108px; 
	padding: 16px 58px 0 0;
}
#address {
	text-align:right;
	padding:0 15px 0 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:white;
}
#mainContent { 
	width: 435px;
	margin: 0 0 0 62px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.mainTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:black;
	font-weight:normal;
	padding-top:5px;
}
.mainTxtHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#243729;
	font-weight:bold;
}
#BoxesContent {
	width: 535px;
}
#AgriMatsContent {
	width: 510px;
	margin: 25px 0 0 25px;
}
#WhiteBoxContent {
	margin:15px 0 0 120px;
	width:400px;	
}
#GrayBoxContent {
	margin:60px 0 0 80px;
	width:190px;
	text-align:center;
}
#GreenBoxContentHdr {
	float:right;
	padding:40px 15px 0 0;
	width:200px;
	text-align:center;
}
#GreenBoxContentMain {
	margin:3px 0 0 0;
	width:200px;
	text-align:center;
}
#GreenBoxContentBullets {
	margin:3px 0 0 0;
	width:170px;
	text-align:left;
	padding-left:16px;
}
#GrayBoxContentMain {
	margin:15px 0 0 94px;
	width:175px;	
}
#IFrameContent {
	float:left;
	margin:5px 0 0 68px;
	width:465px;	
}

#mainNav {
	height: 15px;
	margin-left: 110px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	padding:2px 0 0 0;
	margin:0 0 0 100px;
} 
#footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 11px;
    line-height: 0px;
}li {
	display:inline;
	list-style-type:none;
	margin:0;
	padding-right: 25px;
}
.navBarImg {
	padding-bottom: 5px;
}
.mainNav {
	margin-right: 40px;
}
a.mainNav {
	text-decoration:none;
}
a.mainNav:link {
	color: #FFF;
}
a.mainNav:visited {
	color: #FFF;
}
a.mainNav:hover {
	color:#42b158
}
a.mainNav:active {
	color: #42b158;
}
.mainNav {
	margin-right: 40px;
}

a:link {
	color: #000;
}
a:visited {
	color: #000;
}
a:hover {
	color:#42b158
}
a:active {
	color: #42b158;
}
.space { 
line-height: .003 em; 
}
#SplashGuardPhotos {
	padding: 10px 0 0 75px;
	float: left;
	width:440px;
}

/* Splash Guard Product Table "C" */
#box-table-c
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	width: 300px;
	border-collapse: collapse;
	margin-top: 20px;
}
#box-table-c th
{
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 8px;
	padding-top: 8px;
	padding-left: 8px;
	padding-right: 6px;
	color: #fff;
	background-color: #233729;
	text-align:center;
}
#box-table-c td
{
	font-size: 11px;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
	border-right: 1px solid #233729;
	color: #666;
	background-color: #E9EFEF;
}
#box-table-c tbody td.right
{
	padding: 6px;
	margin: 0;
	border-right: 1px solid #233729;
	color: #666;
	text-align: center;
}
#box-table-c tbody td.left
{
	padding-left: 8px;
	margin: 0;
	border-right: 1px solid #233729;
	color: #666;
	text-align: left;
}
#box-table-c tbody td.removeBorder
{
	font-size: 11px;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
	background: #dde8ec;
	color: #666;
	border-right: none;
}

#box-table-c tbody tr.odd td{
      background-color: #fff;
}
#box-table-d
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	width: 245px;
	border-collapse: collapse;
	margin-top: 20px;
}
#box-table-d th
{
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 8px;
	padding-top: 8px;
	padding-left: 8px;
	padding-right: 6px;
	color: #fff;
	background-color: #233729;
}

#box-table-e
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	width: 230px;
	border-collapse: collapse;
}
#box-table-e th
{
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-left: 8px;
	padding-right: 6px;
	color: #fff;
	background-color: #233729;
}
#box-table-e td
{
	font-size: 11px;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	border-right: 1px solid #233729;
	color: #666;
	background-color: #E9EFEF;
}
#box-table-e tbody td.right
{
	padding: 6px;
	margin: 0;
	border-right: 1px solid #233729;
	color: #666;
	text-align: center;
}
#box-table-e tbody td.left
{
	padding-left: 8px;
	margin: 0;
	border-right: 1px solid #233729;
	color: #666;
	text-align: left;
}
#box-table-e tbody td.removeBorder
{
	font-size: 11px;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	background: #dde8ec;
	color: #666;
	border-right: none;
}

#box-table-e tbody tr.odd td{
      background-color: #fff;
}

#contactTable {
	margin:50px 0 0 62px;
}
.contactTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#243729;
	font-weight:bold;
}
.contactFields {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 200px;
}