
@import url(reset.css);

/* --------- GENERAL --------- */

html {
	height: 100%;
}

body {
	margin: 0;
	height: 100%;
	font-family: Tahoma;
	background: #20242d;
}

form {
	margin: 0px;
	padding: 0px;
}

.error {
	color: #a41c20;
}

.errorStar {
	color: #a41c20;
}

img {
	border: 0px;
}

h1 {
	font-size: 18px;
	line-height: 50px;
	font-weight: normal;
	color: #fff;
	display: inline;
	padding: 0 26px 0 0;
	background: url('../images/maincollet.jpg') no-repeat right;
}

h2 {
	margin: 0 0 4px 0;
	font-size: 14px;
	color: #fff;
}

hr {
	clear: both;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
	border-top: 1px solid #dadbdc;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
}

textarea {
	width: 99%;
}

.altrow {
	background: #eff8ff;
}

.altrow2 {
	background: #f9fcff;
}

ol li {
	margin-bottom: 10px;
}



/* --------- DIV IDS --------- */

#coverpage {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
	width: 100%;
	height: 100%;
	background: #000;
	filter: alpha(opacity=0);
	moz-opacity: .0;
	opacity: .0;
	text-align: center;
}

#page {
	position: relative;
	z-index: 0;
	width: 100%;
	padding: 0 0 0 0;
}

#header {
	position: relative;
	clear: both;
	height: 70px;
	background: url('../images/menubg.jpg') repeat-x;
}
#header img {
	float: left;
	margin-left: -23px;
}

#nav {
	float: left;
	margin-top: 30px;
	margin-left: 23px;
}
#nav a {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	padding: 0 12px 0 11px;
	background: url('../images/buttons1.jpg') no-repeat 0px 4px;
}
#nav a:hover {
	color: #20242d;
}

#banner {
	position: relative;
	clear: both;
	height: 178px;
	background: url('../images/bg_banner.jpg') repeat-x;
}
#banner #logo {
	float: left;
	width: 249px;
	height: 148px;
	padding: 30px 6px 0 0;
	background: #bec1c8;
	text-align: center;
	font-size: 12px;
	color: #4f5259;
}
#banner #logo b {
	font-size: 15px;
	line-height: 30px;
	color: #20232c;
}

#bannerimg {
	float: left;
	width: 746px;
	height: 178px;
	background: url('../images/header.jpg') no-repeat;
}

#hold-bg {
	clear: both;
	width: 996px;
	background: url('../images/bg_content.jpg') repeat-y;
}

#left {
	position: relative;
	float: left;
	min-height: 450px;
	width: 278px;
	background: url('../images/headbt1b.jpg') no-repeat -23px 0px;
}

#subnav {
	clear: both;
	float: left;
	margin: 76px 0 0 40px;
	line-height: 18px;
}
#subnav a {
	text-decoration: none;
	font-size: 12px;
	color: #fff;
	padding: 0 0 0 6px;
}
#subnav a:hover {
	color: #a3adc1;
}

#testimonial {
	float: right;
	margin-top: 24px;
	width: 200px;
	font-size: 12px;
	line-height: 120%;
	color: #000;
}

#quote-req {
	clear: both;
	float: left;
	margin-top: 30px;
	margin-left: 24px;
	width: 180px;
	padding: 10px 10px 10px 10px;
	border: 1px solid #20242f;
	background: #373e4b;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	line-height: 24px;
	color: #fff;
}

#right {
	float: left;
	width: 718px;
	text-align: left;
	padding: 5px 0 60px 0;
}

#myScrollContainer {
	position: relative;
	z-index: 100;
}

#scroll-buttons {
	position: absolute;
	z-index: 500;
	top: 620px;
	left: 996px;
	border: #840000
}

#footer {
	position: relative;
	clear: both;
	width: 100%;
	min-height: 101px;
	background: url('../images/btmenubg.jpg') repeat-x;
	font-size: 11px;
	color: #a1a5ae;
}
#footer #by {
	position: absolute;
	top: 16px;
	left: 10px;
	padding: 4px;
}
#footer #by a {
	text-decoration: none;
	font-size: 11px;
	color: #fff;
}

#btmnav {
	float: left;
	margin-top: 20px;
	margin-left: 279px;
}
#btmnav a {
	text-decoration: none;
	font-size: 11px;
	color: #fff;
	padding: 0 16px 0 0;
}
#btmnav a:hover {
	color: #20242d;
}

#tags {
	text-align: center;
	color: #f0ca99;
	line-height: 110%;
	padding: 40px 40px 20px 20px;
	filter: alpha(opacity=30);
	moz-opacity: .30;
	opacity: .30;
}

* html #xxxxx {
	display: inline;
}


/* --------- DIV CLASSES --------- */

.clear {
	clear: both;
	width: 100%;
	height: 1px;
}

.hold {
	clear: both;
	width: 100%;
}

.sig {
	text-align: right;
	font-style: italic;
}


/* --------- FONTS / LINKS --------- */

.regcopy {
	font-size: 12px;
	line-height: 18px;
	color: #fff;
}
.regcopy a {
	text-decoration: none;
	color: #f69b26;
}
.regcopy a:hover {
	text-decoration: underline;
}

.orange {
	color: #f69b26 !important;
}

#login {
	position: absolute;
	top: 5px;
	left: 940px;
	height: 40px;
	text-decoration: none;
	font-size: 11px;
	line-height: 120%;
	color: #b8bfce;
}
#login:hover {
	color: #fff;
}

a.siteby {
	text-decoration: none;
	position: absolute;
	left: 10px;
	bottom: 26px;
	color: #333844 !important;
}


/* --------- IMAGES --------- */

img#curvend {
	float: left;
	margin-top: -5px;
	margin-left: -21px;
}

.icon {
	float: left;
	margin-left: 20px;
	margin-right: 8px;
}


/* --------- OPACITY  --------- */

.opacity0 {
	filter: alpha(opacity=0);
	moz-opacity: .0;
	opacity: .0;
}

.opacity50 {
	filter: alpha(opacity=50);
	moz-opacity: .50;
	opacity: .50;
}

.opacity80 {
	filter: alpha(opacity=80);
	moz-opacity: .80;
	opacity: .80;
}


/* --------- FORMS --------- */

.button {
	border: 1px solid #20242d;
	background: #bec1c8;
	font-size: 14px;
	font-weight: bold;
	padding: 2px 4px 2px 4px;
}




/* --------- TABLES --------- */

table.rate {
	width: 100%;
}
table.rate td {
	padding: 4px 0 8px 10px;
}

table.contact {
	width: 100%;
}
table.contact td {
	width: 50%;
}

table.login {
	margin: 20px auto;
}
table.login td {
	padding: 4px;
}