@charset "UTF-8";
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, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(images/backgroundshadedb.jpg);
	background-repeat: repeat-x;
}
.thrColFixHdr #container { 
	
	width: 898px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFixHdr #header {
	position: relative;
	top:0px;
	background-image:url(images/HEADER900.jpg);
	background-repeat:no-repeat;
	margin:0 auto;
	padding: 0 0px 0 5px; /* 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. */
	width: 894px;
	height:160px;
				
} 
.thrColFixHdr #header h1 {
	margin: 0px 5px 0px 5px; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	width: 900px;

}

.thrColFixHdr #mainContent {
	position: relative;
	top:0px;
	margin: 0px;
	padding: 5px;
	width: 890px;
	background-repeat:repeat-y;
	border-bottom-width: 1px;
	border-bottom-color: #000;
	border-bottom-style:groove;
	background-image: url(images/BFBG.png);
} 
.thrColFixHdr #mainContentContact {
	position: absolute;
	left:100px;
	top: 140px;
	margin: 0px;
	padding: 5px;
	width: 905px;
	background-image: url(images/bgrow.jpg);
	background-repeat:repeat-y;
	border-bottom-width: 1px;
	border-bottom-color: #000;
	border-bottom-style:groove;	/*background-color:#999;*/	

	
} 
.thrColFixHdr #footer { 
	margin: 0 auto 0 auto;
	padding: 0 5px 0 5px;  /* 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. */
	width: 900px;
	height:40px;
	background:#DDDDDD;
} 
.thrColFixHdr #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;
	
}
.fltlfbox { /* this class can be used to float an element left in your page */
	float: left;
	margin: 8px;
	padding:5px;
	border:ridge; 
	border-width:2px;
	border-color:#F00;
	background-color:#CCC;
	font-family:Verdana, Geneva, sans-serif;
	width:200px;	
	
}
.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;
}
.headertxtbox {
	position: absolute;
	top: 8px;
	left: 100px;
	width: 600px;
	height: 50px;
	border: 0px;
	z-index:1;

}
.navbox {
	position:relative;
	width: 590px;
	height:10px;
	left:85px;
	top:130px;
	vertical-align: middle;
	z-index:1;
}

.mainboxleft {
	position: relative;
	width: 550px;
	top: 10px;
	left: 10px;
	padding: 5px;
}
.floatleftimage {
	float:left;
	
}
.floatleftimageprod {
	float:left;
	margin:4px;
	
}
.mainboxright {
	position: relative;
	width: 350px;
	top: -375px;
	right: -550px;
	padding: 2px;
	border-right-width: 2px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #ff6633;
	border-bottom-color: #ff6633;
	background-color: #CCC;
}
.mainbox2 {
	position: relative;
	width: 850px;
	top: 10px;
	left: 5px;
	padding: 5px;
	margin: 10px;
	background-image: url(images/titanBG.jpg);
	background-repeat: no-repeat;
	background-position: 150px 90px;
	background-color: #FFF;
}
.mainboxCon {
	position: relative;
	width: 850px;
	top: 10px;
	left: 5px;
	padding: 5px;
	margin: 10px;
	
}

.contact {
	width: 600px;
	font-size: 11px;
	margin: 0px;
	padding: 5px 5px 5px 5px;
	position:relative;
	left:80px;
	top: 15px;
	text-align: justify;
	
}

.mainboxServices {
	position: relative;
	width: 850px;
	top: 5px;
	left: 5px;
	padding: 5px;
	margin: 5px 0;
}
.contactform {
	position: relative;
	left:100px;
	background-color: #FFF;
	text-align: left;
	margin: 0px;
	padding: 5px;
	border: 2px solid #ff6633;
	width: 700px;
	height:350px;
	
}
.col1prod {
	font-family: "Times New Roman", Times, serif;
	text-align: left;
	position: relative;
	width: 130px;
	top: 15px;
	right: -15px;
	padding: 5px;
	margin: 0px;
	
}
.col2prod {
	font-family: "Times New Roman", Times, serif;
	text-align: left;
	position: relative;
	width: 350px;
	top: -432px;
	left: 155px;
	padding: 5px;
	width: 145px;
	margin: 0px;
}
.col3prod {
	font-family: "Times New Roman", Times, serif;
	text-align: left;
	position: relative;
	width: 350px;
	top: -432px;
	left: 300px;
	padding: 5px;
	width: 145px;
}
.biobox {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 12px;
	color: #000;
	background-color: #CCC;
	text-align:center;
	margin: 5px;
	padding: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #333;	
	width: 450px;
	position:relative;
	left:170px;
	
}
.bayboximage {
	margin: 0px;
	padding: 0px;
	float: right;
	height: 50px;
	width: 50px;
	position: absolute;
	z-index: 1;
	left: 450px;
	top: 63px;
}

#productframeholder {
	
	position: relative;
	left:0px;
	margin: 0px;
	width: 785px;
}
#frontpictureholder {
	
	width: 300px;
	margin: 0px;
	padding: 0px;
	position: relative;
	top:10px;
	left:-10px;
	float:right;
	
	
	
	
}
#delivery {
	position:relative;
	Top:-70px;
	left:0px;
	width: 300px;
	z-index:1;
	margin:0px;
	float:none;
	
}
#deliverytrucks {
	position:relative;
	Top:0px;
	left:10px;
	width: 300px;
	margin:5px;
	border-right-width: 3px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999;
	background-color: #666;
}
#deliveryvans {
	position:relative;
	Top:0px;
	left:10px;
	width: 400px;
	background-color: #666;
	margin:5px;
	border-right-width: 3px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999;
	margin:0px;
	border:0px;
}
#logo {
	position:relative;
	top:0px;
	left:-4px;
	float:left;
	z-index:1;
	margin:0 auto;
	padding:0px;
	border:0px;
	outline:none;
	width:194px;
	height:160px;
	
	
}
#logo2 {
	position:absolute;
	top:0px;
	left:100px;
	z-index:1;
	margin:0px;
	padding:0px;
	border:0px;
	outline:none;
	width:169px;
	height:140px;
	
}
.floatimgright {
float:right;

}
.floatimgright2 {
float:right;
margin-top:10px;
margin-left:10px;
margin-bottom:10px;
}

#map {
	position:relative;
	top:0px;
	left:85px;
	width: 600px;
	border:0px;
	margin:0px;
	text-align: center;
	padding: 10px;
	background-color: #FFC;
	border-right-width: 3px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999;
}
#contactimage {
	position:relative;
	Top:-80px;
	left:-100px;
	width: 200px;
	z-index:1;
	float:right;
	
}
#productsFast {
	margin:0px;
	padding:0px;
	text-align: center;
	position: absolute;
	left: 300px;
	top: 50px;
	width:600px;
}
#fastlogo {
	position:absolute;
	left:100px;
	padding:0px;
	margin:0px;
	width: 230px;
	height: 143px;
}
#fastiframe {
	position:relative;
	left:0px;
	top:0px;
	width:890px;
	margin:0px;
}
#productlogoimages {
	width:700px;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: relative;
	left: 100px;	
}
#flash {
	position:relative;
	float:right;
	top:-10px;
	margin:0px;
	padding:0px;
	border:none;
	width:600px;
	height:40px;
}
#bgwhite {
	background-color:#C60;
	width:790px;
	
	margin: 0 auto;
}

#mail {
	position:absolute;
	left:740px;
	Top:74px;
	z-index:3;
	width:150px;
	border-width:0px;
}
#gchat	{
	
	text-align:right;
	margin:0px;
}
.center {
	text-align:center;
}
.floatLeftNav {
	float:left;
	z-index:4;
}
.floatLeftprod {
	float:left;
	margin:20px 15px 5px 5px;
	
}
.RHprod {
	margin:15px 15px 10px 20px;
	width:800px;
	height:850;
	text-align: center;	
}
#QuoteB	{
	position:absolute;
	top:0px;
	right:220px;
	z-index:10;
	
}
.visamc	{
	position:absolute;
	top:30px;
	right:5px;
}
.middletext {
	vertical-align: middle;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin: 0px;
	width: 100px;
}
