/* Contract Pack CSS */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	background: transparent;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

.strong {
	display: block;
	font-weight: bold;
}

strong {
	font-weight: bold;
}

body {
	line-height: 1.1;
	color: black;
	background: #ddd;
	font-size: 62.5%;
	font-family: Arial, "MS Trebuchet", sans-serif;
	margin: 20px auto 20px auto;
	width: 800px;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

.cpred {
	color: #ee000f;
}

.medium {
	font-size: 1.6em;
}

.hrule {
	background: url(../images/thick_keyline.jpg) no-repeat;
	width: 675px;
	height: 18px;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#container {
	position: relative;
	width: 800px;
	background: #fff;
	border: 2px solid #ee000f;
	border-bottom: none;
}

#header {
	position: relative;
	top: 0;
	left: 0;
	width: 800px;
	height: 363px;
	font-size: 2.2em;
	color: #fff;
	line-height: 1.2;	
}

#logo {
	position: relative;
	top: 59px;
	left: 12px;
	width: 49px;
	height: 292px;
}

#top_bg {
	position: absolute;
	top: 0;
	left: 61px;
	width: 677px;
	height: 363px;
	background: url(../images/top_bg.jpg);
}

#top_bg1 {
	position: absolute;
	top: 0;
	left: 61px;
	width: 677px;
	height: 363px;
	background: url(../images/top_bg1.jpg);
}

#member_login {
	position: absolute;
	top: 0;
	right: 0;
	width: 61px;
	height: 363px;
	background: #a81e23 url(../images/rb_button.png) no-repeat 31px 320px;
}

#member_login img {
	position: relative;
	top: 59px;
	left: 30px;
}

#member_login a {
	display: block;
	width: 100%;
	height: 100%;
	background: url(../images/rb_button.png) no-repeat 31px 320px;
}

#member_login a:hover {
	background: url(../images/rb_button_over.png) no-repeat 31px 320px;
}

#homepage_head_text {
	position: absolute;
	left: 60px;
	top: 59px;
	font-weight: normal;
	width: 350px;
	font-size: 18px;
}

#header_tagline_link {
	position: absolute;
	left: 60px;
	top: 292px;	
	font-size: 0.9em;
}

#header_tagline_link dd {
	float: left;
}

#tagline {
	padding-right: 29px;
}

#make_a_contract {
	display: block;
	float: left;
	color: #fff;
	background: url(../images/rb_button.png) no-repeat 0 3px;
	text-decoration: none;
	text-indent: 39px;
}

#make_a_contract:hover {
	background: url(../images/rb_button_over.png) no-repeat 0 3px;
}

#for_only {
	position: absolute;
	top: 65px;
	left: 490px;	
}

#tip_for_only {
	position: absolute;
	top: 58px;
	left: 470px;	
}

#top_house {
	position: absolute;
	background: url(../images/top_house.jpg);
	width:88px;
	height:118px;
	top: 241px;
	left: 459px;
}

#twoninetynine {
	position: absolute;
	top: 49px;
	left: 400px;
	width: 242px;
	height: 176px;
	background: url(../images/twoninetynine.jpg);
}

#nineninetynine {
	position: absolute;
	top: 60px;
	left: 410px;
	background: url(../images/cp-price.png);
}

#menu {
	position: relative;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background: url(../images/menu_background.png);
	height: 58px;
	padding-left: 25px;
	overflow: hidden;
}

#menu li {
	position: relative; 
	left: -25px;
	float: left;
	height: 58px;
	width: auto;
	line-height: 58px;
	font-size: 1.5em;
}

#menu .selected {
	position: relative;
	background: url(../images/menu_selected.jpg) 0px 0;
}

#menu span {
	position: absolute;
	left: 0px;
	background: url(../images/menu_link.png) no-repeat 0 50%;
	width: 30px;
}

#menu a {
	position: relative;
	left: -10px;
	float: left;
	height: 58px;
	padding: 0px 17px 0px 30px;
	color: #fff;
	text-decoration: none;
	background: url(../images/menu_link.png) no-repeat 0px 50%;
}

#menu a:hover {
	background: url(../images/menu_link_over.png) no-repeat 0 50%;	
}

#home_menu_shadow {
	float: left;
	height: 100%;
	background: url(../images/menu_shadow.png) repeat-x 0 0;
	width: 61px;
}

#menu_shadow {
	background: url(../images/menu_shadow.png) repeat-x 0 0;
	width: 800px;
	height: 11px;
}

#advice_guides {
	position: relative;
	top: 45px;
	left: 35px;
	background: url(../images/advice_and_tip_guides.png);
	width: 22px;
	height: 301px;
}

#stock_builder {
	background: url(../images/stock_builder.jpg);
	position: relative;
	float: left;
	width: 737px;
	height: 350px;
	border-left: 2px solid #ee000f;
}

#homepage_mid_keyline {
	clear: both;
	background: url(../images/homepage_mid_keyline.jpg) no-repeat;
	width: 800px;
	height: 17px;
}

#record_documents {
	border-right: 2px solid #ee000f;
	float: left;
	background: url(../images/record_documents.png) no-repeat 35px 17px;
	width: 61px;
	height: 346px;
}

#homepage_bottom_keyline {
	clear: both;
	width: 802px;
	background: url(../images/homepage_bottom_keyline.jpg) no-repeat;
	height: 10px;
	overflow: hidden;
}

#bottom_keyline_half {
	background: url(../images/bottom_keyline_half.png) repeat-x;
	position: relative;
	left: -2px;
	width: 804px;
	height: 9px;
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
}

#bottom_keyline_tophalf {
	clear: both;
	background: url(../images/bottom_keyline_tophalf.png) no-repeat;
	width: 800px;
	height: 10px;
	overflow: hidden;
}

#homepage_body {
	float: left;
	width: 388px;
	padding-left: 58px;
}

#homepage_body .bullet_list li {
	line-height: 1.0;
}

#homepage_body p {
	width: 180px;
	float: left;
	font-size: 1.4em;
	margin: 38px 13px 20px 0;
}

#body_make_contract {
	position: absolute;
	top: 0;
	right: 0;
	background: url(../images/contract_overview.png);
	width: 279px;
	height: 346px;
}

#body_make_contract a {
	display: block;
	background: url(../images/contract_overview.png);
	width: 279px;
	height: 346px;
}

#body_make_contract a:hover {
	background: url(../images/contract_overview_over.png);
	width: 279px;
	height: 346px;
}

.bullet_list {
	list-style: none;
}

.bullet_list dd {
	float: left;
	width: 190px;
}


.bullet_list li {
	position: relative;
	left: -15px;
	padding-left: 15px;
	margin-top: 15px;
	font-size: 1.4em;
	line-height: 1.4em;
	background: url(../images/wb_bullet.png) no-repeat 0 4px;
}

.div_sub_header {
	clear: both;
	color: #ee000f;
	font-size: 1.6em;
}

.div_large_sub_header {
	color: #ee000f;
	font-size: 2.0em;
	margin: 20px 0px 10px 60px;
}

#contact_form {
	margin: 10px 60px;
	margin-top: -10px;
	padding: 0 10px 10px 10px;
	border: 2px solid #ee000f;
	clear: both;
}

#contact_form legend {
	font-size: 1.8em;
	font-weight: bold;
	text-transform: uppercase;
	padding: 10px;
}

#contact_form td {
	vertical-align: middle;
	margin-bottom: 10px;
	margin-right: 10px;
	padding: 5px;
}

#contact_form .head {
	width: 100px;
	text-align: right;
	float: left;
	line-height: 2.0em;
	padding-right: 5px;
}

#contact_form input, #contact_form textarea {
	border: 1px dotted #666;
	padding: 3px;
	font-size: 1.2em;
	line-height: 1.6;
	width: 500px;
	margin-bottom: 5px;
}

#contact_form label {
	font-size: 1.2em;
}

#email_contact {
	margin-left: 120px;
	margin-top: 40px;
	font-size: 1.5em;
}

#contact_submit_button {
	position: relative;
	top: -10px;
	left: 579px;
	background: url(../images/form_submit.png);	
	width: 161px;
	height: 31px;
}

#contact_submit_button a {
	display: block;
	background: url(../images/form_submit.png);	
	width: 161px;
	height: 31px;
	font-size: 2.0em;
	color: #fff;
	line-height: 1.4em;
	text-indent: 25px;
}

#contact_submit_button a:hover {
	background: url(../images/form_submit_over.png);
	text-decoration: none;
}

#contact_envelope {
	float: right;
	margin-right: 60px;
	margin-top: -25px;
	background: url(../images/contact_envelope.jpg);
	width: 99px;
	height: 107px;
}

#email_link a {
	position: relative;
	left: -15px;
	padding-left: 15px;
	background: url(../images/wb_bullet.png) no-repeat 0 4px;
}

#email_link a:hover {
	background: url(../images/wb_bullet_over.png) no-repeat 0 4px;
}

#ethical_body_text {
	float: left;
	width: 675px;
	padding-bottom: 20px;
	background: url(../images/menu_shadow.png) repeat-x 0 0;
	border-left: 2px solid #ee000f;
	border-right: 2px solid #ee000f;	
}

#ethical_body_text .bullet_list dd {
	padding-right: 20px;
	width: 280px;
}

#ethical_body_text .bullet_list {
	padding-left: 60px;
}

#div_make_contract {
	position: relative;
	float: left;
	display: block;
	width: 60px;
	background: url(../images/menu_shadow.png) repeat-x 0 0;
	height: 100%;	
}

#div_make_contract a {
	display: block;
	width: 100%;
	height: 310px;
	background: url(../images/wb_tri_button.png) no-repeat 30px 280px;
}

#div_make_contract a:hover {
	background: url(../images/wb_tri_button_over.png) no-repeat 30px 280px;
}

#div_make_contract span {
	position: absolute;
	top: 280px;
	left: 20px;
	background: url(../images/wb_tri_button.png) no-repeat;
}

#div_make_contract img {
	position: relative;
	top: 110px;
	left: 28px;
}

#contractpack_body {
	float: left;
	width: 251px;
	padding-left: 60px;
	padding-bottom: 20px;
	padding-top: 30px;
	background: url(../images/menu_shadow.png) repeat-x 0 0;
	border-left: 2px solid #ee000f;
	line-height:1.1;
	height: 535px;
}

#mid_keyline {
	background: url(../images/mid_keyline.jpg);
	width: 679px;
	height: 18px;
	position: absolute;
	top: 990px;
	left: 59px;
	border-right: 2px solid #ee000f;	
}

#hardhat_stock_replacement {
	background: url(../images/hardhat_stock_image.jpg) top right no-repeat;
	width: 364px;
	height: 20px;
	border-right: 2px solid #ee000f;
	float: right;
	position: relative;
	right: 60px;
}

#hardhat_stock_image {
	background: url(../images/hardhat_stock_image.jpg) bottom right no-repeat;
	width: 364px;
	height: 435px;
	margin-top: 112px;
}

#hardhat_stock_image_holder {
	float: left;
	border-right: 2px solid #ee000f;
}

#contractpack_body p {
	font-size: 1.4em;
	margin-bottom: 24px;
}

#contractpack dd {
	padding-right: 20px;
	width: 280px;
}

#contractpack {
	clear: both;
	position: relative;
	left: 61px;
	width: 615px;
	overflow: hidden;
	margin-bottom: 0px;
	padding-left: 60px;
	padding-bottom: 20px;
	border-left: 2px solid #ee000f;
	border-right: 2px solid #ee000f;
}

#footer {
	position: relative;
	left: 120px;
	margin-top: 10px;
	font-size: 1.4em;
}

#content {
	position: relative;
	width: 800px;
}

.helping_you_sections {
	overflow: auto;
	width: 800px;
	border-bottom: 1px solid #ee000f;
}

.helping_you_sections li {
	width: 160px;
	height: 217px;
	float: left;
	text-align: center;
}

.helping_you_sections span{
	display: block;
	margin-top: 20px;
	font-size: 1.5em;
}

.helping_you_sections a {
	color: #ee000f;
}

.helping_you_sections a:hover {
	color: #fff;
	text-decoration: none;
}

#helping_you_divider {
	clear: both;
	background: url(../images/helping_you_divider.jpg);
	width: 800px;
	height: 39px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	font-size: 2.4em;
}

#general_public, #general_public a {
	background: url(../images/but_general_public.jpg);
	display: block;
	float: left;
	width: 160px;
	height: 217px;
}

#general_public a:hover { background: url(../images/but_general_public_over.jpg); }

#elderly, #elderly a {
	background: url(../images/but_elderly.jpg);
	display: block;
	float: left;
	width: 160px;
	height: 217px;
}

#elderly a:hover { background: url(../images/but_elderly_over.jpg); }

#builders, #builders a {
	background: url(../images/but_builders.jpg);
	display: block;
	float: left;
	width: 160px;
	height: 217px;
}

#builders a:hover { background: url(../images/but_builders_over.jpg); }

#management, #management a {
	background: url(../images/but_management.jpg);
	display: block;
	float: left;
	width: 160px;
	height: 217px;
}

#management a:hover { background: url(../images/but_management_over.jpg); }

#landlords, #landlords a {
	background: url(../images/but_landlords.jpg);
	display: block;
	float: left;
	width: 160px;
	height: 217px;
}

#landlords a:hover { background: url(../images/but_landlords_over.jpg); }

#kitchen, #kitchen a {
	background: url(../images/but_kitchen.jpg);
	display: block;
	float: left;
	width: 160px;
	height: 217px;
}

#kitchen a:hover { background: url(../images/but_kitchen_over.jpg); }

#bathroom, #bathroom a {
	background: url(../images/but_bathroom.jpg);
	display: block;
	float: left;
	width: 160px;
	height: 217px;
}

#bathroom a:hover { background: url(../images/but_bathroom_over.jpg); }

#conservatories, #conservatories a {
	background: url(../images/but_conservatories.jpg);
	display: block;
	float: left;
	width: 160px;
	height: 217px;
}

#conservatories a:hover { background: url(../images/but_conservatories_over.jpg); }

#extensions, #extensions a {
	background: url(../images/but_extensions.jpg);
	display: block;
	float: left;
	width: 160px;
	height: 217px;
}

#extensions a:hover { background: url(../images/but_extensions_over.jpg); }

#alterations, #alterations a {
	background: url(../images/but_alterations.jpg);
	display: block;
	float: left;
	width: 160px;
	height: 217px;
}

#alterations a:hover { background: url(../images/but_alterations_over.jpg); }

#ajax_frame {
	position: relative;
	width: auto;
	overflow: visible;
	height: 100%;
	margin: 0 60px;
	margin-left: 61px;
	padding-left: 60px;
	border-left: 2px solid #ee000f;
	border-right: 2px solid #ee000f;
}

#ajax_content {
	padding-bottom: 20px;
}

#ajax_make_contract {
	position: absolute;
	display: block;
	right: -60px;
	top: 20px;
	width: 60px;
	height: 100%;
}

#ajax_make_contract a {
	display: block;
	position: relative;
	top: -5px;
	left: -5px;
	width: 100%;
	height: 310px;
	background: url(../images/wb_tri_button.png) no-repeat 36px 130px;
}

#ajax_make_contract a:hover {
	background: url(../images/wb_tri_button_over.png) no-repeat 36px 130px;
}

#ajax_make_contract span {
	position: absolute;
	top: 130px;
	left: 36px;
	background: url(../images/wb_tri_button.png) no-repeat;
}

#ajax_make_contract img {
	position: relative;
	top: 0px;
	left: 28px;
}

#ajax_content .bullet_list {
	width: 45%;
	padding-top: 20px;
}

#ajax_content .bullet_list dd {
	float: none;
	width: auto;
}

#ajax_loader {
	position: absolute;
	top: 12px;
	left: 15px;
}

#hy_header {
	 position: absolute; 
	left: -28px; 
	top: 20px;
}

#ajax_image {
	position: absolute;
	right: 0px;
}

#ajax_content .div_sub_header {
	font-size: 1.5em;
	line-height: 1.3;
}

#homepage_flash {
	width: 737px;
	height: 358px;
	position: absolute;
	background: #000;
	top: 0;
	left: 0;
}

#error {
	border: 1px solid #a00;
	background: #a66;
	color: #fff;
	font-size: 1.2em;
	padding: 10px;
	margin: 10px 10px 10px 10px;
	position: relative;
	top: -10px;
}

#address_info {
	overflow: hidden;
	width: auto;
	padding: 20px 120px;
}

#address_info ul {
	color: #444;
	width: 250px;
	font-size: 1.2em;
	float: left;
}

#address_info address {
	font-style: normal;
}