@import "new-layout.css";

/* Entire page background color  */
body {
	background-color: #FF6600;
	color: #FFFFFF;
	text-align: center;
}

/* The backgrounds are mostly white */
/* Width set below for all elements that have to span the main element */
#logo_top, div.body, #footer {
	width: 780px;
	background-color: #FFFFFF;
	color: #777777;
}

#logo_top, #logo_top div, #logo_top div div { height: 162px; }
#footer, #footer div.corner, #footer div.corner div.corner { height: 162px; }

/* These next few are the logo and the image-filled lozenge. */
/* Both are just static one-off shapes, and need width and height setting so all of the image is shown */
/* The margin settings are used to push them into position */
h1 {
	background-image: url(/images/building-site_logo.gif);
	height: 60px;
	width: 360px;
	float: left;
	margin: 64px 0 0 64px;
	display: inline;
	font-size: 16px;
	line-height: 24px;
}

h1 span { display: none; }

.fresh {
	float: left;
	height: 115px;
	width: 490px;
	margin: 0 0 20px 61px;
	/* 61 */
	display: inline;
}

.fresh_mini {
	float: right;
	margin-right: 62px;
	height: 114px;
	width: 138px;
}

#fresh_one { background-image: url(/images/fresh-one.jpg); }
#fresh_two { background-image: url(/images/fresh-two.jpg); }
#fresh_three { background-image: url(/images/fresh-three.jpg); }
#fresh_one_mini { background-image: url(/images/fresh-one-mini.jpg); }

#container {
	float: left;
	display: inline;
	margin: 0 0 21px 63px;
}

.left_col {
	float: left;
	width: 138px;
	display: inline;
	margin: 0 30px 0 0;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
}

.left_col a {
	display: block;
	text-decoration: none;
	height: 114px;
	width: 138px;
}

a#five_day:link, a#five_day:visited { background: url(/images/5day_makeover_link.jpg) no-repeat; }
a#five_day:hover, a#five_day:active, a#five_day.selected { background: url(/images/5day_makeover_link.jpg) no-repeat 0 -114px; }
a#security:link, a#security:visited { background: url(/images/free_security_link.jpg) no-repeat; }
a#security:hover, a#security:active, a#security.selected { background: url(/images/free_security_link.jpg) no-repeat 0 -114px; }
a#targeted:link, a#targeted:visited { background: url(/images/targeted_traffic_link.jpg) no-repeat; }
a#targeted:hover, a#targeted:active, a#targeted.selected { background: url(/images/targeted_traffic_link.jpg) no-repeat 0 -114px; }

div.body div.edge div.edge object, div.body div.edge div.edge img {
	display: inline;
	margin: 0 0 0 27px;
	/* 65 */
	cursor: pointer;
}

#lh_col {
	float: left;
	width: 144px;
	margin: 6px 0 0 59px;
	/* 59 */
	display: inline;
}

/* Menu stuff */
#main_menu {
	float: left;
	width: 136px;
	margin-left: 5px;
	display: inline;
}

#main_menu li {
	display: inline;
	list-style: none inside none;
}

/* And the links. The display: block bit is needed to get the list items big enough */
#main_menu li a {
	display: block;
	width: 136px;
	background: #C7C7C7 url(/images/menu-button.gif);
	color: #8C8C8C;
	font-weight: bold;
	font-size: 12px;
	line-height: 28px;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
}

#main_menu li a:visited {
	text-decoration: none;
	background-image: url(/images/menu-button.gif);
}

#main_menu li a:hover, #main_menu li a:active, #main_menu li a.main_menu_selected {
	background: url(/images/menu-button.gif) 0 -28px;
	color: #FFFFFF;
}

/* These should be pretty plain. Width and height for layout, margins for position */
#samples {
	float: left;
	margin: 24px 0 0 0;
	display: inline;
}

#samples img {
	border-width: 0px;
	margin: 0;
}

#body_text {
	float: right;
	width: 488px;
	margin: 0 62px 0 0;
	/* 64 */
	display: inline;
}

p, #body_text p, .left_col p {
	color: #5d5d5d;
	font-size: 11px;
	line-height: 17px;
	margin: 0px 0px 12px;
	font-family: Verdana, Geneva, sans-serif;
}

a, #body_text a, .left_col a, .footer_text a {
	color: #5d5d5d;
	font-weight: bold;
	text-decoration: none;
}

a:hover, #body_text a:hover, .left_col a:hover, .footer_text a:hover { color: #f60; }

h2 {
	color: #f60;
	font-size: 14px;
	line-height: 21px;
	margin: 0px;
	font-family: Verdana, Geneva, sans-serif;
}

h3 {
	color: #f60;
	font-size: 12px;
	line-height: 18px;
	margin: 0px;
	font-family: Verdana, Geneva, sans-serif;
	clear: both;
}

h4 {
	font-size: 11px;
	line-height: 17px;
	margin: 0px;
}

form {
	float: left;
	margin: 0 0 12px 0;
}

form p {
	text-align: left;
	clear: both;
}

form#quickQuote p.revealed {
	color: #FF6600;
	display: none;
}

form p.itemised {
	width: 488px;
	float: left;
	clear: both;
	display: block;
}

form p.itemised span {
	float: left;
	display: block;
	width: 168px;
}
form p.itemised span.left {
	display: block;
	text-align: right;
	margin: 0 6px 0 0;
}

form p.itemised span.right {
	width: 310px;
}

form p label {
	display: block;
	width: 138px;
	text-align: right;
	float: left;
	clear: left;
	margin: 6px 12px 0 0;
}

form#quickQuote p label { width: 228px; }

form p input, form p select, form p textarea  { display: block; margin: 8px 6px 0 0; float: left; clear: right }

form p.itemised input {
	display: inline;
	float: none;
	clear: none;
	margin: 0;
	border: 0;
}

form p input#send { float: right; }

form p span.input_title {
	float: left;
	margin: 5px 12px 0 4px;
}

form p textarea#msg_body {
	display: block;
	font-size: 11px;
	float: right;
	clear: both;
}

#footer_cont {
	float: left;
	margin-left: 176px;
	width: 454px;
	height: 110px;
	display: inline;
}

p.footer_text {
	color: #777777;
	font-size: 10px;
	line-height: 13px;
	font-family: Verdana, Geneva, sans-serif;
	float: left;
	margin: 14px 0 0 51px;
	width: 378px;
	display: inline;
}

#badges {
	float: left;
	margin: 24px 0 0;
	display: inline;
}

.footer_badge {
	float: left;
	width: 80px;
	margin-right: 6px;
	display: inline;
}

.footer_badge a {
	display: block;
	line-height: 15px;
	text-decoration: none;
}

a#valid-css:link, a#valid-css:visited { background-image: url(/images/valid_css.png); }
a#valid-css:hover, a#valid-css:active { background: url(/images/valid_css.png) 0 -15px; }
a#valid-xhtml:link, a#valid-xhtml:visited { background-image: url(/images/valid_xhtml.png); }
a#valid-xhtml:hover, a#valid-xhtml:active { background: url(/images/valid_xhtml.png) 0 -15px; }
a#web-standards:link, a#web-standards:visited { background-image: url(/images/webstandards.png); }
a#web-standards:hover, a#web-standards:active { background: url(/images/webstandards.png) 0 -15px; }
a#php-powered:link, a#php-powered:visited { background-image: url(/images/php-powered.png); }
a#php-powered:hover, a#php-powered:active { background: url(/images/php-powered.png) 0 -15px; }
a#get-firefox:link, a#get-firefox:visited { background-image: url(/images/get_firefox.png); }
a#get-firefox:hover, a#get-firefox:active { background: url(/images/get_firefox.png) 0 -15px; }
