﻿@charset "utf-8";
/* CSS Document */
*{ /* removing the padding from all browsers */
	margin:0;
	padding:0;
}

body{ background-color: #979797;}
p{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	color:black;
	margin-bottom:8px;
	margin-left:10px;
	margin-right:10px;
}
p.testimonials{
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:bold;
	font-style:italic
	color:black;
	margin-bottom:8px;
	margin-left:10px;
	margin-right:10px;
	}
h1.title{
	font-size: 30px;
	font-family: Impact;
	color: #FFF;
	font-weight: normal;
	font-style: normal;
	margin-top:10px;
	margin-left:5px;
}
h2.title{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	text-align: center;
	padding-top: 4px;
	color: #FFFFFF;
	}
h2.tel{
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#FFF;
	text-align:center;
	vertical-align:bottom;
	margin-right:10px;
}
h3.welcome{
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:black;
	padding-top: 6px;
	margin-left: 10px;
}
span.states{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	text-align: center;
	}
span.states a{
	color: #009;
}
a{color: #603311;}
div#frame{
	width:680px;
	margin: 0 auto;
	margin-top:12px;
}
div#header{
	width:100%;
	height:100px;
	float:left;
	background-image: none;
	color: #FFF;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
div#headerL{
	width:100%;
	height:45px;
	color: #FFF;
	}
div#headerLower{
	width:100%;
	margin-top:25px;
	color: #FFF;
	}
div#navbar{
	width:100%;
	height:35px;
	float:left;
}
div#content{
	width:100%;
	float:left;
	
}
div#content-inner{
	width:100%;
	background-color:white;
	float:left;}
div#col-left{
	width:440px;
	height:267px;
	float:left;
	margin-top:5px;
	margin-left: 5px;
	background-image: url(../hy-truck-unload_6.jpg);
	
}
div#col-right{
	width:219.3px;
	float:left;
	margin-top:5px;
	margin-left:10px;
}
div.col-right-header{
	width:100%;
	height:35px;
	background-color:#03C;
	border: 1px solid #603311;
	padding-top:3px;
	padding-bottom:5px;
}
div.col-right-sections1{
	width:100%;
	background-color: #FFF;
	border: 1px solid #603311;
	text-align: center;
	height: 60px;
	}
div.col-right-sections2{
	width:100%;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #009;
	border-bottom-color: #009;
	border-left-color: #009;
	font-size: 12px;
	}
div#component{
	width:672px;
	float:left;
	margin-top: 6px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #F3C21F;
	margin-left: 5px;
	}
div#footer{
	width:100%;
	height:66px;
	background-image:none;
	background-repeat:repeat-x;
	float:left;
	background-color: #009;
	color: #FFF;
}
/******** Template specific *****************/
div#products{
	width:100%;
	}
div.products{
	width:500px;
	float:left;
	margin-bottom:5px;
	margin-top:5px;
	height: 120px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #DEB71A;
	}
div.prodImage{
	width:160px;
	margin-left:10px;
	float:left;
	margin-top:5px;
	margin-bottom:5px;
	height: 120px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #DEB619;
	}
table#contact{
	margin-left:10px;
	margin-bottom:20px;
	color: #000;
}
.fields{
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:black;
	}
.warning{
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:red;}
/********** Template specific ends here *****/
/****************** Navigation Bar **********/
.solidblockmenu{
	margin: 0;
	padding: 0;
	float: left;
	font: bold 13px Arial;
	width: 100%;
	overflow: hidden;
	background: url(../images/blockdefault.jpg) center center repeat-x;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
	float: left;
	color: #FFCC0E;
	padding: 9px 18px;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #40210B;
}

.solidblockmenu li a:visited{
	color: #FFE064;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
	color:white;
	background: transparent url(../images/blockactive.jpg) center center repeat-x;
}
/******* Navigation Bar ends here ****************/
/***** Bullets ******/
ul.points{
	margin-right:15px;
	list-style-type:square;
	font-size: 12px;
	}
li.bullets{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#000;
	margin-left: 17px;
	margin-bottom: 6px;
}
ul.list{
	list-style-type:circle;
	size:13px;
	margin-left:15px;
	}
li.list{
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:black;
	margin-left:12px;
	}
ul.list2{
	list-style-type:circle;
	size:13px;
	margin-left:15px;
	}
li.list2{
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	font-weight:normal;
	color:black;
	margin-left:8px;
	}
ul.products{list-style-type:none;
margin-left:5px;
	}
li.products{
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#000;
	margin-left:5px;
	line-height:22px;
	}
li.products a{}
/***** Bullets end here *****/
/******* footer ends here *****/
ul.footer{
	list-style-type:none;
	margin-top:5px;
	text-align:center;
	color: #FFF;
	background-color: #009;
	}
li.footer{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	font-weight:bold;
	display:inline;
	color:#FFF;
	}
li.footer a{
	color:#FFF
}
input#first_name{
	margin-left:58px;
}
input#Telephone{margin-left:52px;
}
input#email{
	margin-left:91px;}
input#company{margin-left:11px;
}
hr{ border: solid 1px color:#603311;}
/**************** Order form starts here ************************/
span.labels{
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#000;
}
input#firstname{
	margin-left:29px; font-family:Verdana, Geneva, sans-serif; padding-left:4px; font-size:12px; height:24px; color:black; font-weight:bold; width:50%;
	}
#lastname{
	margin-left:31px; font-family:Verdana, Geneva, sans-serif; padding-left:4px; font-size:12px; height:24px; color:black; font-weight:bold; width:50%;
	}
#address{
	margin-left:48px; font-family:Verdana, Geneva, sans-serif; padding-left:4px; font-size:12px; height:24px; color:black; font-weight:bold; width:50%;
	}
#city{margin-left:81px; font-family:Verdana, Geneva, sans-serif; padding-left:4px; font-size:12px; height:24px; color:black; font-weight:bold; width:50%;}
#state{margin-left:71px; font-family:Verdana, Geneva, sans-serif; padding-left:4px; font-size:12px; height:24px; color:black; font-weight:bold; width:50%;}
#zip{margin-left:42px; font-family:Verdana, Geneva, sans-serif; padding-left:4px; font-size:12px; height:24px; color:black; font-weight:bold; width:50%;}
#fax{margin-left:83px; font-family:Verdana, Geneva, sans-serif; padding-left:4px; font-size:12px; height:24px; color:black; font-weight:bold; width:50%;}
#telephone{margin-left:29px; font-family:Verdana, Geneva, sans-serif; padding-left:4px; font-size:12px; height:24px; color:black; font-weight:bold; width:50%;}
#cname{margin-left:36px; font-family:Verdana, Geneva, sans-serif; padding-left:4px; font-size:12px; height:24px; color:black; font-weight:bold; width:50%;}
#comments{margin-left:28px; font-family:Verdana, Geneva, sans-serif; padding-left:4px; font-size:12px; color:black; font-weight:bold;}
#sender{margin-left:70px; font-family:Verdana, Geneva, sans-serif; padding-left:4px; font-size:12px; height:24px; color:black; font-weight:bold; width:50%;}
/**************** Order form ends here *************************/
