@charset "utf-8";

html, body {
	margin: 0;
	padding: 0;
}

a img {
	border: 0;
}

body {
	background: #fff;
	font: 100.1% "Trebuchet MS", Arial, Helvetica, sans-serif;
}
input, textarea, select, option {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

a {
	color: #39618c;
}
.fl {
    float: left;
}

.header {
	position: relative;
	height: 275px;
	background: url(../img/bg_top.jpg) no-repeat left;
/* 	margin-bottom: 25px;*/
}


.get-quote {
	position: absolute;
	top: 54px;
	left: 24px;
	width: 390px;
	height: 125px;
}
.get-quote h2 {
	font-weight: normal;
	font-size: 18px;
	color: #b0c6de;
	margin: 0 0 20px 0;
	padding: 0;
}
.get-quote h2 span {
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	display: block;
}
.get-quote label {
	font-size: 13px;
	color: #f9f3d3;
}
.get-quote input,
.get-quote select,
.get-quote option {
	font-size: 11px;
}
#btn-get-quote {
	position: absolute;
	left: 230px;
	bottom: 0;
}
.get-quote table {
	margin-left: 35px;
	border-collapse: collapse;
}
.get-quote table td {
	padding: 2px;
}
.about {
	position: absolute;
	top: 205px;
	left: 14px;
	width: 425px;
	font-size: 11px;
}
.about h2 {
	margin: 0 0 2px 0;
	padding: 0;
	color: #c40000;
	font-size: 13px;
	font-weight: bold;
}
.about p {
	margin: 0;
	padding: 0;
}
.about table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}
.about td {
    width: 33%;
}




