@charset "utf-8";
/* CSS Document */
body {
	background:url(../images/bodybackground.png) repeat scroll 0 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#34301d;
	font-weight:600;
}
.wrap {
	width:960px;
	margin:0 auto;
	overflow: auto;
}
#main {
	width:960px;
	height:3000px;
	margin:0 auto;
	background:#ffffff;
}
/* Header - Logo, services */
#header {
	height:100px;
	background:#ffffff;
	width:100%;
}
#header a {
	margin-left:10px;
	margin-top:8px;
	float:left;
}
#header-text {
	font-weight:600;
	float:right;
	padding-top:30px;
}
.purple-text {
	color:#940234;
}

.margright {
	margin-right: 100px;
	}

/* Sidebar - navigation and google ads */

#sidebar {
	width:265px;
	float:left;
	background:#ffffff;
}

#free-call {
	padding:29px 0px 29px 29px;
}
#free-call h2 {
	font-family:"Century Gothic",arial,helvetica,sans-serif;
	font-size:24px;
	margin-bottom:10px;
	color:#950234;
}

/* sidebar navigation */
#navigation {
	padding-left:20px;
}
#nav li{
	background:#000000;
	width:240px;
	height:40px;
	margin-bottom:3px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-khtml-border-radius: 10px;
}
#nav li#first {
	background:#920233;
	width:240px;
	height:40px;
	margin-bottom:3px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-khtml-border-radius: 10px;
}
#nav li a {
	text-decoration:none;
	color:#ffffff;
	text-transform:uppercase;
	padding:12px 30px 10px 45px;
	position:relative;
	top:12px;
}
/* sidebar - ads */
#google-ads {
	padding-left:25px;
	margin-top:30px;
	width:178px;
	font-weight:600;
	line-height:20px;
}
#google-ads h4 {
	color:#8f0231;
	font-size:14px;
	font-weight:bold;
}
a.ads-link {
	text-decoration:none;
	color:#8f0231;
	font-size:10px;	
}

/* Content */
#content {
	float:left;
	width:695px;
	background:#ffffff;
	height:auto;
}

.error { color: #ff0000; font-weight: bold;}

/* Content - boxes */
.firstbox {
	background:url(../images/box-background.png) no-repeat scroll 0 0;
	width:226px;
	height:298px;
	float:left;
	margin-top:10px;
}
.box {
	background:url(../images/box-background.png) no-repeat scroll 0 0;
	width:226px;
	height:298px;
	float:left;
	margin-left:5px;
	margin-top:10px;
}
.boximage {
	padding-top:25px;
	padding-left:50px;
}
.boxline {
	padding-left:30px;
	padding-top:10px;
}
.box h2, .firstbox h2 {
	color:#ffffff;
	width:135px;
	font-size:20px;
	text-align:center;
	padding-top:10px;
	margin:0 auto;
}
.box p, .firstbox p {
	font-size:12px;
	color:#ffffff;
	width:200px;
	padding-left:20px;
	padding-top:10px;
	font-weight:normal;
}
.box a, .firstbox a {
	position:relative;
	left:55px;
	top:13px;
}
.clear {
	clear:both;
}
.body-text {
	margin-top:30px;
	line-height:22px;
	width:680px;
}
.subtitle {
	font-family:"Century Gothic",arial,helvetica,sans-serif;
	font-size:16px;
	color:#920233;
	padding-top:22px;
}
.orange-text {
	color:#b9681d;
}

.form_label {
	width: 55%;
	text-align: right;
	float:left;
	}
	
.form_input {
	width: 44%;
	font-size: 12px;
	float:right;
	text-align:left;
	font-weight: 100;
	}
	
.input_container {
	float: left;
	margin-bottom:20px;
	width: 100%;
	}



/* Form styles */
#best-deal {
	width:488px;
	text-align:right;
	margin-left:30px;
}

#best-deal2 {
	width:488px;
	text-align:right;
	margin-left:30px;
}

label {
	
}
select {
	background:url(../images/select.png) no-repeat scroll 0 0;
	height:25px;
	width:200px;
	border:0;
	color:#747474;
	font-style:italic;
	padding-left:5px;
	margin-bottom: 15px;
}
input.text {
	background:url(../images/select.png) no-repeat scroll 0 0;
	height:25px;
	width:200px;
	border:0;
	color:#747474;
	font-style:italic;
	margin-bottom: 15px;
}

.radio {
	margin-bottom: 15px;
	}
	
textarea {
	margin-bottom: 15px;
	}

#form-text {
	font-family:"Century Gothic",arial,helvetica,sans-serif;
	font-size:12px;
	color:#8c0230;
}
#next-image {
	width:167px;
	height:30px;
	background:none;
}

.arialbold {
	font-weight:bold;
	text-transform:uppercase;
	font-size:14px;
}
#contactus {
	width:680px;
	height:90px;
	background:url(../images/contactus.png) no-repeat scroll 0 0;
}
#contactus p {
	width:610px;
	font-size:12px;
	color:#595959;
	line-height:22px;
	padding-left:50px;
	padding-top:20px;
}
/* Copyright */
#copyright {
	text-align:center;
	height:20px;
	background:#ffffff;
	width:960px;
	margin:0 auto;
	font-variant:small-caps;
}
