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

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
}
.twoColFixRtHdr #container  a:link {
	color: #070491;
	text-decoration: none;
}
.twoColFixRtHdr #container  a:visited {
	color: #070491;
	text-decoration: none;
}
.twoColFixRtHdr #container a:hover {
	background-color:#E3E2FE;
	text-decoration: underline;
	color: #000;
}
.twoColFixRtHdr #container  a:active {
	color: #F00;
}

#bhome a#home {
	color: #AA3F00;
}
#bproducts a#products {
	color: #AA3F00;
}#bcontact a#contact {
	color: #AA3F00;
}
.twoColFixRtHdr #container {
	width: 1024px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(../images/central_bg.jpg);
	background-repeat: repeat-y;
	background-position: 750px;
} 
.twoColFixRtHdr #header {
	height: 75px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-color: #070491;
	margin-bottom: 0px;
	border-bottom-width: 5pt;
	border-bottom-style: solid;
	border-bottom-color: #070491;
	background-image: url(../images/smalltruck1.jpg);
	background-repeat: no-repeat;
	background-position: 480px 13px;
} 



.twoColFixRtHdr #header h1 {
	margin: 0;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.8em;
	color: #FFF;
	padding-top: 10px;
	padding-right: 0;
	padding-left: 0px;
	padding-bottom: 0px;
	text-align: left;
}
.twoColFixRtHdr #container #navigation {
	font-size: 1.0em;
	background-color: #FFF;
	height: 25px;
	padding-left: 25px;
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #070491;
	padding-top: 3px;
	text-align: left;
}
.twoColFixRtHdr #mainContent {
	margin-top: 0px;
	margin-right: 280px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.9em;
	line-height: 1.3em;
	text-align: left;
} 
.twoColFixRtHdr #container #mainContent img {
	width: 574px;
	padding-right: 12px;
	padding-left: 12px;
}
.twoColFixRtHdr #container #mainContent .centertype {
	font-weight: normal;
	color: #070491;
	text-align: center;
}




.twoColFixRtHdr #container #mainContent .border {
	height: 130px;
	width: 435px;
	border: thin solid #070491;
	text-align: center;
	padding: 5px;
	margin-right: 0px;
	margin-left: 0px;
}
.twoColFixRtHdr #container #mainContent .borderr {
	height: 130px;
	width: 435px;
	border: thin solid #070491;
	text-align: right;
	padding: 5px;
	margin-right: 0px;
	margin-left: 0px;
}






.twoColFixRtHdr #container #mainContent h1 {
	font-size: 1.5em;
	font-weight: normal;
	color: #070491;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-family: Tahoma, Geneva, sans-serif;
}
.twoColFixRtHdr #container #mainContent h2 {
	font-size: 1em;
	font-weight: bold;
	color: #070491;
	margin-bottom: 0px;
}
.twoColFixRtHdr #container #mainContent .emphasize {
	font-size: 1em;
	color: #070491;
	width: 680px;
	padding-right: 15px;
	padding-left: 15px;
	font-weight: normal;
	text-align: center;
	margin-right: 0px;
	margin-left: 0px;
	line-height: 1.4em;
	background-color: #E3E2FE;
	padding-top: 11px;
	padding-bottom: 11px;
}
.twoColFixRtHdr #container #mainContent p {
	margin-top: 4px;
	font-size: 1em;
	color: #000;
}
.twoColFixRtHdr #container #mainContent p img {
}


.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 245px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	text-align: center;
	margin-top: 0px;
}



.twoColFixRtHdr #container #sidebar1 img {
	margin-top: 0px;
	padding-top: 0px;
}
.twoColFixRtHdr #container #sidebar1 h2 {
	font-size: .9em;
	color: #070491;
}
.twoColFixRtHdr #container #sidebar1 p {
	font-size: 0.9em;
	color: #000;
	margin-top: 0px;
	padding-top: 0px;
}
.twoColFixRtHdr #container #sidebar1 hr {
	color: #070491;
	text-align: center;
}
.twoColFixRtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #070491;
} 
.twoColFixRtHdr #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;
	font-size: 0.8em;
	font-weight: bold;
	color: #FFF;
	text-align: center;
}
.twoColFixRtHdr #container #footer p a {
	color: #FFF;
}

.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: 1px;
    line-height: 0px;
}
