body, div, h1, h2, h3, h4, h5, h6, hr, p, ul, li, strong, em, span, img, form, fieldset, label {

	margin: 0;

	padding: 0;

    border: none;

	font-size: 1em;

}

hr {

	display: none;
	
}


input, textarea, select {

	margin: 0;

    font: 12px Arial, Helvetica, sans-serif;
	
}

button {

	margin: 0;
	
	cursor: pointer;
	
}

body {
	
	background: #2c538c;

    font: 14px Arial, Helvetica, sans-serif;
	
	color: #231f20;

}

.clear-fix {
	
	clear: both;
	
}

a {
	
	color: #000;
	
	text-decoration: none;
	
}

a:hover {
	
	text-decoration: underline;
	
}

.blue {
	
	color: #2d528c;
	
}
.blue a {
	color: #2d528c;
	text-decoration: none;

}
.blue a:hover {
	
	text-decoration: underline;
	
}

.yellow {
	
	color: #ede44f;
	
}

.black {
	
	color: #000;
	
}

.big {
	
	font-size: 110%;
	
}

.bold {
	
	font-weight: bold;
	
}

.no-margin {
	
	margin: 0 !important;
	
}

.center {
	
	text-align: center;
	
}



/*#### WRAPPERS ###########################################################################################################*/

div.wrappertop {
	
	background: url(../images/bg-top.png) center -20px no-repeat;
	
	padding: 0;
	
}

div.wrapperbottom {
	
	background: url(../images/bg-bottom.png) center bottom no-repeat;
	
	padding: 0 0 30px 0;
	
}

div.wrapperouter {
	
	background: url(../images/bg-content.png) center top repeat-y;
	
}

div.wrapper {

	position: relative;
	
	background: #fff;
	
	width: 1000px;
	
	margin: auto;

}

div.wrapperinner {
	
	padding: 10px 22px;
	
}


div.trucks {
	
	position: absolute;
	
	top: 0;
	
	right: 35px;
	
	background: url(../images/trucks.png) no-repeat;
	
	width: 253px;
	
	height: 171px;
	
}






/*#### HEADER ##############################################################################################################*/

div#header {

	position: relative;
	
	background: url(../images/header-bg.gif) repeat-x;
	
	height: 95px;
	
	margin: 0 0 3px 0;
	
	border-bottom: 1px solid #ede34e;
	
}

div#header h1 a {

	display: block;
	
	background: url(../images/logo.jpg) left -5px no-repeat;
	
	width: 218px;
	
	height: 95px;
	
    /* hide from IE Mac \*/

    text-indent: -999em;

    overflow: hidden;

    /* end hide */

}

div#header p {
	
	position: absolute;
	
	top: 5px;
	
	left: 250px;
	
	background: url(../images/slogan.jpg) no-repeat;
	
	width: 338px;
	
	height: 84px;

    /* hide from IE Mac \*/

    text-indent: -999em;

    overflow: hidden;

    /* end hide */

}


/*#### NAVIGATION ##########################################################################################################*/

div#navigation {

	position: relative;
	
	background: url(../images/navigation-bg.gif) no-repeat;
	
	height: 31px;
	
	margin: 0 0 5px 0;

}

div#navigation ul {
	
	list-style: none;
	
}

div#navigation li {
	
	display: block;
	
	float: left;
	
}

div#navigation a {
	
	display: block;
	
	background: url(../images/navigation-li.jpg) right top no-repeat;
	
	padding: 0 27px 0 22px;
	
	font-size: 17px;
	
	font-weight: bold;
	
	color: #fff;
	
	line-height: 31px;
	
}

div#navigation a:hover,
div#navigation .active a {
	
	color: #f3e94c;
	
	text-decoration: none;
	
}

div#navigation .contactus a {
	
	background: url(../images/navigation-li-last.jpg) right top no-repeat;
	
	padding: 0 25px 0 22px;
	
}


div#navigation2 {

	position: relative;
	
	background: url(../images/navigation-bg.gif) no-repeat;
	
	height: 31px;
	
	margin: 0 0 5px 0;

}

div#navigation2 ul {
	
	list-style: none;
	
}

div#navigation2 li {
	
	display: block;
	
	float: left;
	
}

div#navigation2 a {
	
	display: block;
	
	background: url(../images/navigation-li.jpg) right top no-repeat;
	
	padding: 0 18px 0 8px;
	
	font-size: 14px;
	
	font-weight: bold;
	
	color: #fff;
	
	line-height: 31px;
	
}

div#navigation2 a:hover,
div#navigation2 .active a {
	
	color: #f3e94c;
	
	text-decoration: none;
	
}

div#navigation2 .contactus a {
	
	background: url(../images/navigation-li-last.jpg) right top no-repeat;
	
	padding: 0 25px 0 22px;
	
}

/*#### CONTENT #############################################################################################################*/

div#content {

	position: relative;
	
	float: left;
	
	width: 688px;
	
}





.banner {
	
	position: relative;
	
	margin: 0 0 20px 0;
	
}

.banner h2 {
	
	display: block;
	
	background: url(../images/banner-bg.jpg) no-repeat;
	
	height: 237px;
	
	margin: 0 0 10px 0;

    /* hide from IE Mac \*/

    text-indent: -999em;

    overflow: hidden;

    /* end hide */

}

.banner ul {
	
	height: 115px;
	
	list-style: none;
	
}

.banner li {
	
	display: block;
	
	float: left;
	
	height: 115px;
	
}

.banner li a {
	
	display: block;

	width: 224px;
	
	height: 115px;
	
	margin: 0 0 0 8px;

    /* hide from IE Mac \*/

    text-indent: -999em;

    overflow: hidden;

    /* end hide */

}

.banner li.advantage a {
	
	background: url(../images/li-advantage.jpg) no-repeat;
	
}

.banner li.technology a {
	
	background: url(../images/li-technology.jpg) no-repeat;
	
}

.banner li.getaquote a {
	
	background: url(../images/li-getaquote.jpg) no-repeat;

	margin: 0;

}





.main-content {
	
	background: url(../images/main-content-bg.jpg) no-repeat;
	
	height: auto !important;
	
	height: 235px;
	
	min-height: 235px;
	
	padding: 10px 12px 30px 12px;
	
}

.inner-content {
	
	padding: 0 20px;
	
}

.main-content h2 {
	
	background: url(../images/h2-bg.gif) no-repeat;
	
	width: 632px;
	
	height: 40px;
	
	margin: 0 0 23px 0;
	
	padding: 0 20px;
	
	font-size: 18px;
	
	text-transform: uppercase;
	
	line-height: 40px;

	color: #ede44f;	
}

.main-content h3 {
	
	margin: 0 0 15px 0;
	
	font-size: 16px;

}

.main-content p {
	
	margin: 0 0 15px 0;

}

.main-content ul {
	
	margin: 0 0 20px 0;
	
	list-style: none;
	
}

.main-content li {
	
	display: block;
	
	background: url(../images/li.gif) left 3px no-repeat;
	
	height: 1%;
	
	padding: 0 0 10px 15px;

}

.main-content .skybox {
	
	margin: 0 0 25px 0;
	
	padding: 20px 0 0 0;
	
}

.main-content .skybox h3 {
	
	font-size: 14px;
	
}




.main-content .learn-more a {
	
	display: block;
	
	float: right;
	
	background: url(../images/button-learn-more.jpg) no-repeat;
	
	width: 164px;
	
	height: 57px;
	
	margin: 0 10px 0 0;

    /* hide from IE Mac \*/

    text-indent: -999em;

    overflow: hidden;

    /* end hide */
	
	border: none;

}

.main-content .learn-how-much a {
	
	display: block;
	
	background: url(../images/button-learn-how-much.jpg) no-repeat;
	
	width: 263px;
	
	height: 64px;
	
	margin: 0 auto;

    /* hide from IE Mac \*/

    text-indent: -999em;

    overflow: hidden;

    /* end hide */
	
	border: none;

}





.main-content .contact {
	
	width: 437px;
	
	margin: 30px auto;
	
	padding: 15px 0 10px 0;
	
	font-size: 21px;
	
}

.main-content .contact ul {
	
	margin: 0;
	
}

.main-content .contact li {
	
	background: none;
	
	padding: 0 0 5px 0;
	
	text-align: center;
	
}

.main-content .contact a {
	
	color: #2d528c;
	
}




.main-content .contact-form,
.main-content .thanks.contact {
	
	width: 437px;
	
	margin: auto;
	
}

.main-content .contact-form .top {
	
	position: relative;
	
	background: url(../images/form-top.gif) no-repeat;
	
	width: 437px;
	
	padding: 15px 0 0 0;
	
}

.main-content .contact-form .bottom {
	
	position: relative;
	
	background: url(../images/form-bottom.gif) left bottom no-repeat;
	
	padding: 0 0 15px 0;
	
}

.main-content .contact-form .content {
	
	position: relative;
	
	background: url(../images/form-content.gif) repeat-y;
	
	height: 1%;
	
	padding: 0 11px;
	
}

.main-content .contact-form p {
	
	margin: 0 0 20px 0;
	
}

.main-content .contact-form label {
	
	display: block;
	
	float: left;
	
	background: #2d528c;
	
	width: 150px;
	
	height: 26px;
	
	margin: 0 10px 3px 0;
	
	padding: 0 0 0 8px;
	
	font-size: 12px;
	
	font-weight: bold;
	
	color: #ede44f;
	
	line-height: 26px;
	
}

.main-content .contact-form input {
	
	background: #e3e3e3;
	
	width: 240px;
	
	margin: 3px 0 0 0;
	
	border: 1px solid #3f3f3f;

}

.main-content .contact-form .radio input {
	
	background: none;
	
	width: 13px;
	
	margin: 3px 0 0 10px;
	
	border: none;

}

.main-content .contact-form .phone input {
	
	width: 40px;
	
}

.main-content .contact-form .checkbox span {
	
	display: block;
	
	float: left;
	
}

.main-content .contact-form .checkbox span span {
	
	float: none;
	
}

.main-content .contact-form .checkbox input {
	
	width: 13px;
	
}

.main-content .contact-form .checkbox input.text {
	
	width: 195px;
	
}

.main-content .contact-form textarea {
	
	background: #e3e3e3;
	
	width: 240px;
	
	height: 128px;
	
	margin: 3px 0 0 0;
	
	border: 1px solid #3f3f3f;

}

.main-content .contact-form .button {
	
	width: 457px;
	
	padding-top: 10px;
	
}

.main-content .contact-form button {
	
	display: block;
	
	float: right;
	
	background: url(../images/button.jpg) no-repeat;
	
	width: 107px;
	
	height: 58px;
	
	margin: 0 10px 0 0;

    /* hide from IE Mac \*/

    text-indent: -999em;

    overflow: hidden;

    /* end hide */
	
	border: none;

}

.main-content .map {
	
	width: 622px;
	
	height: 500px;
	
	border: 1px solid #2d528c;
	
	overflow: hidden;
	
}





.main-content .getaquote-form .top {
	
	position: relative;
	
	background: url(../images/form-top.gif) no-repeat;
	
	width: 437px;
	
	padding: 15px 0 0 0;
    margin: auto;
	
}

.main-content .getaquote-form .bottom {
	
	position: relative;
	
	background: url(../images/form-bottom.gif) left bottom no-repeat;
	
	padding: 0 0 15px 0;
	
}

.main-content .getaquote-form .content {
	
	position: relative;
	
	background: url(../images/form-content.gif) repeat-y;
	
	height: 1%;
	
	padding: 0 11px;
	
}

.main-content .getaquote-form p {
	
	margin: 0 0 20px 0;
	
}

.main-content .getaquote-form label {
	
	display: block;
	
	float: left;
	
	background: #2d528c;
	
	width: 192px;
	
	height: 26px;
	
	margin: 0 0 3px 0;
	
	padding: 0 0 0 8px;
	
	font-size: 12px;
	
	font-weight: bold;
	
	color: #ede44f;
	
	line-height: 26px;
	
}

.main-content .getaquote-form input {
	
	background: #e3e3e3;
	
	width: 200px;
	
	margin: 3px 0 0 10px;
	
	border: 1px solid #3f3f3f;

}

.main-content .getaquote-form .radio input {
	
	background: none;
	
	width: 13px;
	
	margin: 3px 0 0 10px;
	
	border: none;

}

.main-content .getaquote-form textarea {
	
	background: #e3e3e3;
	
	width: 200px;
	
	height: 128px;
	
	margin: 3px 0 0 10px;
	
	border: 1px solid #3f3f3f;

}

.main-content .getaquote-form .button {
	
	width: 457px;
	
	padding-top: 10px;
	
}

.main-content .getaquote-form button {
	
	display: block;
	
	float: right;
	
	background: url(../images/button.jpg) no-repeat;
	
	width: 107px;
	
	height: 58px;
	
	margin: 0 10px 0 0;

    /* hide from IE Mac \*/

    text-indent: -999em;

    overflow: hidden;

    /* end hide */
	
	border: none;

}

.getaquote-form .vehicles {
	
	overflow: hidden;
	
}

.getaquote-form .vehicle {
	
	padding: 15px 0 0 0;
	
	border-top: 1px dashed #e5bc21;
	
}

.getaquote-form .add-other {
	
	text-align: right;
	
}

.getaquote-form .add-other a {
	
	color: #2d528c;
	
}





.error-input {
	
	background: #ffefef !important;
	
	border: 1px solid #bb6666 !important;

}

#error {
	
	display: none;
	
	width: 427px;
	
	margin: 0 0 15px 0;
	
	padding: 5px;
	
	font-size: 12px;
	
	color: red;
	
	border: 1px dashed #bb6666;
	
}




.main-content .yellowbox {
	
	margin: 0 0 25px 0;
	
	padding: 20px 0 0 0;
	
}

.main-content .yellowbox p {
	
	margin: 0 0 10px 0;
	
}

.main-content .yellowbox ul {
	
	margin: 0 0 20px 0;
	
}

.main-content .yellowbox li {
	
	padding: 0 0 10px 15px;
	
}





.box {
	
	position: relative;
	
	float: left;
	
	width: 305px;
	
}

.boxright {
	
	float: right;
	
}






.step {
	
	margin: 0 0 15px 0;
	
	padding: 0 0 15px 0;
	
	border-bottom: 1px dashed #2d528c;
	
}

.step.last {
	
	border-bottom: 0;
	
}

.step h3 {
	
	margin: 0;
	
	font-size: 17px;

}

.step p {
	
	margin: 0 0 5px 0;
	
}




.services {
	
	position: relative;
	
}

.services h4 {
	
	margin: 0 0 15px 0;
	
	font-size: 24px;
	
	text-align: center;
	
}

.services ul {
	
	list-style: none;
	
}

.services li {
	
	display: block;
	
	float: left;
	
	background: none;
	
	width: 307px;
	
	height: auto;
	
	margin: 0 10px 25px 0;
	
	padding: 0;
	
	color: #000;
	
	overflow: hidden;
	
}

.services strong {
	
	display: block;
	
	position: relative;

	background: url(../images/service-h4.gif) no-repeat;
	
	height: 41px;
	
	font-size: 18px;
	
	text-align: center;
	
	line-height: 41px;
	
	z-index: 9;
	
}

.services ul ul {
	
	background: #f6efac;
	
	width: 290px;
	
	margin: -10px auto 0 auto;
	
	padding: 25px 0 0 0;
	
	border: 1px solid #e5bc21;
	
	border-top: 0;
	
}

.services ul ul.h118 {
	
	height: 95px;
	
}

.services li li {
	
	float: none;
	
	background: url(../images/li.gif) left 3px no-repeat;
	
	width: auto;
	
	height: auto;

	margin: 0 15px;

	padding: 0 0 15px 15px;

}





.sidebar {
	
	position: relative;
	
	float: left;
	
	width: 267px;
	
	padding: 23px 0 0 0;
	
}



.testimonials {
	
	position: relative;
	
	float: right;
	
	background: url(../images/sidebar-bg-bottom.png) left bottom no-repeat;
	
	width: 256px;
	
	height: 1%;
	
	padding: 20px 0 40px 0;
	
	font-size: 13px;
	
	color: #000;
	
}

.testimonials .content {
	
	position: relative;
	
	background: url(../images/sidebar-bg-content.png) repeat-y;
	
	height: 1%;
	
	padding: 30px 45px 0 30px;
	
	z-index: 1;
	
}

.testimonials h3 {
	
	position: absolute;
	
	top: 0;
	
	left: 0;
	
	background: url(../images/testimonials-h3.png) no-repeat;
	
	width: 100%;
	
	height: 55px;

    /* hide from IE Mac \*/

    text-indent: -999em;

    overflow: hidden;

    /* end hide */
	
	z-index: 9;

}

.testimonials ul {
	
	list-style: none;
	
}

.testimonials li {
	
	background: url(../images/dotted.gif) repeat-x;
	
	height: 1%;
	
	padding: 18px 0 17px 0;
	
}

.testimonials .first {
	
	background: none;
	
}

.testimonials strong {
	
	background: url(../images/li.gif) left 3px no-repeat;
	
	padding: 0 0 0 10px;
	
	color: #231f20;
	
}





.footernavigation {
	
	position: relative;
	
	background: url(../images/footernavigation-bg.gif) repeat-x;
	
	height: 36px;
	
	font-size: 17px;
	
	color: #fff;
	
	text-align: center;
	
	border-right: 2px solid #636365;
	
	border-left: 2px solid #636365;
	
	line-height: 36px;
	
}

.footernavigation a {
	
	margin: 0 15px;
	
	color: #fff;

}

.footernavigation a:hover,
.footernavigation a.active {
	
	color: #f3e94c;
	
	text-decoration: none;
	
}





/*#### FOOTER ##############################################################################################################*/

div#footer {

	position: relative;
	
	margin: -15px 0 0 0;
	
	padding: 0 0 10px 0;
	
	font-size: 13px;
	
	color: #fff;
	
	text-align: center;
	
}







div.logintask {
	
	position: absolute;
	
	top: 2px;
	
	right: 35px;
	
	
	width: 290px;
	
	height: 171px;
	
}

.textfield { padding:2px; width:144px; margin-bottom:8px; font:11px Arial, Helvetica, sans-serif; color:#2e2e2e;}
.b_login { background:#2e2e2e; width:60px; border:none; padding:3px; font:11px Arial, Helvetica, sans-serif; color:#fff;  text-align:center; cursor:pointer; }
.b_regi { background:#2e2e2e; width:100px; border:none; padding:3px; font:11px Arial, Helvetica, sans-serif; color:#fff;  text-align:center; cursor:pointer; }
.aleft {
	float:left;
}
.aright {
	float:right;
}
.Button 
{
	background-color:#2e2e2e;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	height:22px;
	
}

