/* ---------------------------------------------------------------------------------- */
/* CSS Document - last updated: 26/03/2010																						*/

/* Hughes Paddison																																		*/
/* Author: Webnetism (www.webnetism.co.uk)																						*/

/* layout_control.css																																	*/
/* Media: screen																																			*/
/* ---------------------------------------------------------------------------------- */

/* ---------------------------------------------------------------------------------- */
/* Main layout properties																															*/
/* ---------------------------------------------------------------------------------- */

html, body {
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
	font-size: 12px;
	font-family: arial, verdana, sans-serif;
	color:#373737;
	line-height: 20px;
}

#main_container {
	margin: 0 auto;
	position: relative;
	width: 991px;
	height: auto;
}

#top_border_back {
	position: relative;
	width: 991px;
	height: 175px;
	float: left;
	margin: 10px 0px 0px 0px;
	background-image: url(../images/general/top_border_back.gif); background-repeat: no-repeat;
	z-index: 1000;
}

.main_content_container {
	position: relative;
	width: 911px;
	height: auto;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 10px 40px 15px 40px;
	background-image: url(../images/general/middle_border_back.gif); background-repeat: repeat-y;
}

.main_content {
	position: relative;
	width: 911px;
	height: auto;
	float: left;
	margin: 0px 0px 0px 0px;
}

.main_content_home {
	position: relative;
	width: 911px;
	height: auto;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 22px 40px 5px 40px;
	background-image: url(../images/general/middle_border_back.gif); background-repeat: repeat-y;
}

.breadcrumb {
	position: relative;
	width: 911px;
	height: auto;
	float: left;
	margin: 0px 0px 20px 0px;
}

.our_services {
	position: relative;
	width: 911px;
	height: auto;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 10px 40px 5px 40px;
	background-image: url(../images/general/middle_border_back.gif); background-repeat: repeat-y;
}

.our_services_text {
	position: relative;
	width: auto;
	height: auto;
	float: left;
}

.sitemap {
	position: relative;
	width: auto;
	height: auto;
	float: right;
}

.grey_line_bottom {
	position: relative;
	width: 991px;
	height: 1px;
	float: left;
	background-image: url(../images/general/grey_line_bottom.gif); background-repeat: no-repeat;
}

#bottom_border_back {
	position: relative;
	width: 991px;
	height: 10px;
	float: left;
	overflow: auto;
	margin: 0px 0px 0px 0px;
	background-image: url(../images/general/bottom_border_back.gif); background-repeat: no-repeat;
}

/* ---------------------------------------------------------------------------------- */
/* Header layout properties																														*/
/* ---------------------------------------------------------------------------------- */

#header {
	position: relative;
	width: 100%;
	height: 159px;
	float: left;
	z-index: 1000;
	padding-top: 16px;
}

#top_nav {
	position: relative;
	width: 991px;
	height: 24px;
	float: left;
	z-index: 1000;
}

#logo {
	position: relative;
	width: 148px;
	height: 124px;
	float: left;
	margin: 11px 0px 0px 40px;
}

#top_right_container {
	position: relative;
	width: 332px;
	height: 47px;
	float: right;
	margin: 11px 40px 0px 0px;
}

#helping_people {
	position: relative;
	width: 332px;
	height: 47px;
	float: right;
}

#search_container {
	position: relative;
	width: 220px;
	height: 47px;
	float: right;
	margin-top: 10px;
	text-align: right;
}

.search_button {
	position: relative;
	margin: 0px 0px 0px 0px;
	width: 24px;
	height: 22px;
	float: left;
}

.search {
	display: block;
	float: left;
	width: 160px;
	height: 17px;
	padding: 0px 0px 2px 2px;
	margin: 0px 5px 3px 0px;
	font-size: 12px;
	border: solid 1px #8d8c8c;
}

/* ---------------------------------------------------------------------------------- */
/* Body layout properties																															*/
/* ---------------------------------------------------------------------------------- */

.main_image {
	position: relative;
	width: 908px;
	height: 297px;
	float: left;
	margin: 0px 10px 20px 0px;
	background-image: url(../images/general/main_image.jpg); background-repeat: no-repeat;
}

.main_text_area {
	position: relative;
	width: 320px;
	height: auto;
	float: left;
	margin: 60px 10px 10px 30px;
}

.homepage_text {
	position: relative;
	width: 908px;
	height: auto;
	float: left;
}

/* ---------------------------------------------------------------------------------- */
/* Other style / layout properties																										*/
/* ---------------------------------------------------------------------------------- */

img { border: 0; }

#more_info_button_open {
	position: relative;
	width: auto;
	height: auto;
	float: left;
	z-index: 1;
	margin: 5px 0px 0px 5px;
}

#more_info_button_close {
	position: relative;
	width: auto;
	height: auto;
	float: left;
	z-index: 100;
	margin: 5px 0px 0px 5px;
	display: none;
}

#view_more, #view_more_quote { position: relative; float:left; height:auto; width: 100%; display: none; }
.grey_line { margin: 10px 0px 10px 0px; border-top: solid 1px #dddedc; }
.grey_line_top { margin-top: 0px; margin-bottom: 10px; border-top: solid 1px #dddedc; }
.red_line { margin: 10px 0px 10px 0px; border-top: solid 3px #cc0000; }
.spacer_10 { height: 10px; }
.contact_image_spacer { margin-right: 10px; }

.image_border { border: solid 1px #cc0000; }

.search_list_ul {
	margin: 0px 0px 0px 35px;
	padding: 0px 0 0px 0;
	list-style: decimal-leading-zero;
	font-weight: bold;
}

.search_list_ul li { padding: 1px 0 8px 0px; }

/* ---------------------------------------------------------------------------------- */
/* Form properties																																		*/
/* ---------------------------------------------------------------------------------- */

label {
	width: 150px;
	float: left;
	text-align: left;
	display: block;
	padding: 2px 0px 0px 0px;
	font-weight: bold;
}

form { margin: 0px; }

.form_field_contact { width: 412px; font-size: 12px; }
.contact_txt_field { width: 412px; height: 150px; }

/* ---------------------------------------------------------------------------------- */
/* Footer properties																																	*/
/* ---------------------------------------------------------------------------------- */

#footer {
	position: relative;
	width: 991px;
	left: 1px;
	height: auto;
	float: left;
}

#footer_text {
	position: relative;
	margin: 5px 0px 0px 0px;
	height: 15px;
	width: auto;
	float: left;
	padding: 0px 0px 0px 9px;
	color: #000000; /*#a0a0a0*/
	font-size: 11px;
	font-family: arial, verdana, sans-serif;
}

#webnetism {
	position: relative;
	margin: 5px 0px 0px 0px;
	height: 15px;
	width: auto;
	float: right;
	padding: 0px 9px 0px 0px;
	text-align: right;
	font-size: 11px;
	color:#646464;
}

