/* CSS Document */

* {
	margin: 0;
	padding: 0;

}





body {
	font-size: 12px;
	color: #000;
	background: #fff;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	margin:0 20px;
}

ul li {
	list-style:none;
}

#container {
	width:952px;
	margin:0 auto 20px auto;
	background-color:#fff;
}

#header {
	margin:4px 0;
}

#header .ad {
	margin-left:40px;
}

#contact-info {
	float:right;
	color:#000;
	font-size:14px;
	font-weight:bold;
	text-align:right;
	line-height:18px;
	margin:0;
}

#contact-info li {
	list-style:none;
}

#contact-info .boldblack {
	font-size:20px;
}

#contact-info a {
	font-size:12px;
	color:#494949;
	font-weight:normal;
	text-decoration:none;
}

#contact-info a:hover {
	text-decoration:underline;
}

.element {
	background-image:url('../images/public/element_back.jpg');
	background-repeat:no-repeat;
	width:447px;
	min-height:282px;
	float:left;
	padding:10px 10px;
	margin:0 0 18px 0;
}

.element img.photo {
	float:left;
}

.secondcolumn {
	margin-left:18px;
}

* html .element {
	height:282px;
}

.features {
	font-size:10px;
	color:#505050;
}

.about {
	margin:4px 0 0 0;
	padding: 0 10px;
}

.description {
	color:#000;
	font-weight:bold;
	line-height:16px;
}

.element p {
	margin:0;
	padding:0;
	
}

.element h2 {
	color:#000;
	line-height:20px;
	font-size:16px;
}

.summary {
	min-height:100px;
	margin:0 0 0 250px;
}

.quote_button {
	margin:0 0 0 250px;
}

* html .summary {
	height:100px;
}

.center {
	text-align:center;
	color:#999;
}

.cost {
	color:#999;
	font-weight:bold;
}

.pound {
	color:#000;
	font-size:14px;
}

.form_element label {font-weight:bold; width:150px; float:left; display:block; padding:8px 0 0 0; color:#333;}
.form_element2 label {font-weight:bold; float:none; display:inline;}
#quoteform h1 {
	font-weight:bold;
	font-size:18px;
	color:#2525c4;
	
}

#quoteform h2 {
	color:#000;
}

#terms{
	background-image:url('../images/public/terms_back.jpg');
	background-repeat:no-repeat;
	padding:10px 16px;
	margin:0 0 10px 0;
}

.terms li {
	list-style:disc;
}

#terms h1 {
	font-size:16px;
	font-weight:bold;
}

.textright, .textright a {
	text-align:right;
	color:#ccc;
}

.top_rounded{
	background-image:url('../images/public/frame_top.jpg');
	background-repeat:no-repeat;
	height:12px;
}

.bottom_rounded{
	background-image:url('../images/public/frame_bottom.jpg');
	background-repeat:no-repeat;
	height:11px;
	margin:0 0 16px 0;
}

.form_element, .form_element2 {
	background-image:url('../images/public/frame_middle.jpg');
	background-repeat:repeat-y;
	padding:0px 16px 0px 16px;
	margin:0 0 0px 0;

}

.error_list {
	color:#ff0000;
	margin:0;
	font-weight:bold;
	
}
.error_list li {
	padding:0;
	margin:0;
}

.form_element ul {
	margin:0 0 0 20px;
}

.form_element input {
	width:180px;
}

.form_element ul li {
	margin:0;
	padding:0px 0;
}

* html .form_element ul li {
	margin:0;
	padding:4px 0;
}

#intro {
	background-image:url('../images/public/intro_back.jpg');
	background-repeat:no-repeat;
	min-height:177px;
	margin:0 0 16px 0;
	padding:10px 16px;
}

* html #intro {
	height:177px;
}

#intro h1 {
	color:#ffff00;
	font-size:16px;
	font-weight:bold;
	padding:0 0 8px 0;
	margin:0;
}

#intro p {
	color:#fff;
	margin:0 0 8px 0;
	line-height:16px;
}

#intro a {
	color:#ffff00;
	font-weight:bold;
}

#intro .left {
	float:left;
	width:460px;
}

#intro .right {
	margin-left:500px;
}

#back {
	background-image:url('../images/public/back_blue_bar.jpg');
	background-repeat:no-repeat;
	min-height:23px;
	margin:0 0 16px 0;
	padding:12px 16px 8px 16px;
}
#back a {
	color:#ffff00;
	font-weight:bold;
	text-decoration:none;
}
#back a:hover {

	text-decoration:underline;
}

.bigprice {
	color:#000;
	font-weight:bold;
	font-size:18px;
}
img.right {
	float:right;
}

.submitBtn {
	font-family: Arial, Helvetica, sans-serif;
	background-image:url('../images/public/calculate.png');
	background-repeat:no-repeat;
	border-style:none;
	background-color:transparent;
	width:206px;
	height:60px;
	text-align:center;
	cursor:pointer;
	cursor:hand;
	color:#ffff00;
	font-weight:bold;
	font-size:16px;
}