﻿/***** Header Section CSS *****/

#pageheader_quote {
	background: url(../images/quote/bg-header.jpg);
	width: 772px;
	height: 217px;
	float: left;
}

#pageheader_text {
	font: 14px Arial;
	line-height: 1.5;
	width: 430px;
	margin: 27px 0 0 22px;
	color: #666;
}

.pageheader_text {
  color: #643364;
  display: inline;
  float: left;
  font: bold 24px Arial;
  padding: 10px 0 15px;
}

#quoteform_container {
	background: #E4E4E4;
	width: 772px;
	margin: 0;
	padding: 0 0 20px 0;
}

.quoteform {
	width: 752px;
	margin: 0 0 0 10px;
}

/***** Section Headers CSS *****/

.sectionheader752_plain {
	background: #643364;	
	height: 25px;
	width: 732px;
	float: left;
	display: inline;
	margin: 0 0 0 10px;
}

/***** Quote Navigation CSS *****/

#quotenav_container {
	float: left;
	margin: 13px 0 0 20px;
}

#quotenav {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#quotenav li {
	display: inline;
	float: left;
	margin: 0 8px 0 0;
	padding: 0;
	height: 28px;
	background: url(../images/search-generic/bg-tab_off_left.gif) no-repeat;
}

#quotenav a {
	font: bold 14px Arial;
	line-height: 2;
	float: left;
	margin: 0 0 0 2px;
	padding: 0 40px 0 9px;
	height: 28px;
	color: #FFF;
	text-decoration: none;
	background: url(../images/search-generic/bg-tab_off_right.gif) no-repeat top right;
}

#quotenav a:hover { color: #FFEE5F; }

#quotenav .quotenav_on {
	background: url(../images/search-generic/bg-tab_on_left.gif) no-repeat;
}

#quotenav .quotenav_on a {
	background: url(../images/search-generic/bg-tab_on_right.gif) no-repeat top right;
	font: bold 14px Arial;
	line-height: 1.9;
	color: #FFF;
}

/***** Main Content *****/

p.sectionheader {
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-weight: bold;
	color: #643364;
}

.rowcontainer1 {
	position: relative; 
	margin: 0; 
	width: 692px; 
	height: 45px;
}

.rowcontainer2 {
	position: relative; 
	margin: 0; 
	width: 692px; 
	height: 45px;
	border-top: 1px solid #CCC;
}

.rowdescription {
	position: absolute; 
	left: 52px; 
	top: 15px; 
	margin: 0; 
	font-size: 14px; 
	font-weight: bold; 
	color: #333;
}

.rowdescription_antispam {
	position: absolute; 
	left: 52px; 
	top: 8px; 
	margin: 0; 
	font-size: 14px; 
	font-weight: bold; 
	color: #333;
}

.antispam {
  font-size: 11px;
  font-weight: normal;
}

/***** Block 1 - Specify your Hardware *****/

.block {
	background-color: #FFF;
	width: 692px;
	float: left;
	display: inline;
	margin: 0 0 0 10px;
	padding: 20px 20px 10px 20px;
}

/***** Block 4 - Your contact details *****/

.step {
  float: left;
  display: inline;
  margin: 0;
}

.step2 {
  float: left;
  display: inline;
  margin: 0 0 0 48px;
}

.steptext {
  width: 141px;
  float: left;
  display: inline;
  margin: 0 0 0 5px;
  font: 11px Arial;
  color: #999;
}

.stepheader {
  font: bold 14px Arial;
  color: #333;
  margin: 0 0 0 -1px;
}

.contactinput {
	padding: 3px 0 2px 0; 
	width: 449px; 
	position: absolute; 
	left: 240px; 
	top: 13px; 
	font-size: 12px; 
	color: #999;
}

.contactselect {
	width: 452px; 
	position: absolute; 
	left: 240px; 
	top: 13px; 
	font-size: 14px; 
	color: #999;
}

.contacttextarea {
	padding: 3px 0 2px 0; 
	width: 449px; 
	position: absolute; 
	left: 240px; 
	top: 13px; 
	color: #999;
	height: 110px;
	font: 11px Arial;
}

.termscheckbox {
	display: inline; 
	float: left;
	margin: 10px 0 0 0;
	padding: 0;
}

.termscheckbox a:link { color: #999; text-decoration: underline; }
.termscheckbox a:visited { color: #999; text-decoration: underline; }
.termscheckbox a:active { color: #999; text-decoration: underline; }
.termscheckbox a:hover { color: #999; background-color: #666; text-decoration: underline; }

.serviceinfo {
  float: left;
  display: inline;
  width: 400px;
  margin: 12px 0 0 0;
  font: 11px Arial;
}

.but-getquote {
  float: right;
  display: inline;
	margin: 10px 0 0 0;
	padding: 0;
}

/***** Form Update CSS *****/

.formfield_required {
	font: 13px Tahoma;
  position: absolute; 
  left: 720px; 
	margin: 10px 0 0 5px;
	color: #666;
}

.hostquoteform_errorbox {
  background-color: #FDE2E2;
	border: 1px solid #FFC6C5;
	font: 12px Tahoma;
  width: 672px;
	float: left;
	margin: 15px 0 10px 0;
	padding: 10px 10px 10px 10px;
	color: #666;
}

.text-thankyou_header {
  font: bold 16px Arial;
  margin: 10px 0 0 0;
}

.text-thankyou {
  font: 12px Arial;
  margin: 20px 0 0 0;
  padding: 0 0 10px 0;
  color: #666;
}

.rowcontainer_captcha {
	position: relative; 
	margin: 0; 
	width: 692px; 
	height: 150px;
	border-top: 1px solid #CCC;
}

.captcha {
	padding: 3px 0 2px 0; 
	position: absolute; 
	left: 377px; 
	top: 5px; 
	font-size: 12px; 
	color: #999;
	text-align: right;
}

.howitworksimage {
}

.howitworkstext {
  background: #E4E4E4;
}

.howitworkstext p {
	font-size: 11px;
	padding: 10px;
	color: #666;
}

.howitworkstext .purpletext {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.7;
  color: #643364;
}


