/* ---------------------------------------------------------------------------------- */
/* CSS Document - last updated: 10/02/2009																						*/

/* Specialist Solutions																																*/
/* Author: Webnetism (www.webnetism.co.uk)																						*/

/* layout_control.css																																	*/
/* Media: screen																																			*/
/* ---------------------------------------------------------------------------------- */

/* ---------------------------------------------------------------------------------- */
/* Main layout properties																															*/
/* ---------------------------------------------------------------------------------- */

html, body {
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
	background-color: #fff;
	font-size: 12px;
	font-family: verdana, arial, sans-serif;
	color: #333333;
	background-image: url(../images/general/background_grad.gif); background-repeat: repeat-x;
}

#main_container {
	margin: 0 auto;
	position: relative;
	width: 904px;
	height: auto;
}

#main_content {
	position: relative;
	width: 860px;
	height: auto;
	overflow: auto;
	padding: 15px 20px 10px 19px;
	background-color: #fff;
	float: left;
}

/* ---------------------------------------------------------------------------------- */
/* Header layout properties																														*/
/* ---------------------------------------------------------------------------------- */

#header {
	margin: 0 auto;
	position: relative;
	width: 904px;
	height: 220px;
	float: left;
	background-image: url(../images/general/masthead_back.jpg); background-repeat: no-repeat; background-position: center top;
	z-index: 100;
}

#top_nav {
	position: relative;
	width: 900px;
	height: 34px;
	float: left;
	padding-top: 1px;
}

#nav_end {
	position: relative;
	width: 4px;
	height: 34px;
	float: left;
	padding-top: 1px;
}

#logo {
	position: relative;
	width: 346px;
	height: 128px;
	float: left;
	padding: 32px 0px 0px 20px;
}

/* ---------------------------------------------------------------------------------- */
/* Body layout properties																															*/
/* ---------------------------------------------------------------------------------- */

#left_content_contact {
	position: relative;
	width: 410px;
	height: auto;
	float: left;
	margin-right: 23px;
}

#right_content_contact {
	position: relative;
	width: 427px;
	height: auto;
	float: left;
}

#full_content {
	position: relative;
	width: 860px;
	height: auto;
	float: left;
}

/* ---------------------------------------------------------------------------------- */
/* Other style / layout properties																										*/
/* ---------------------------------------------------------------------------------- */

img { border: 0; }

#nav_spacer {
	position: relative;
	top: 0;
	left: 0;
	width: 2px;
	height: auto;
	float: left;
}

.height_5 { height: 5px; }

.grey_line {	border-top: solid 1px #ccc; }
.red_line {	border-top: solid 1px #ba2129; }
.red_line_bottom { border-top: solid 1px #ba2129; float: left; width: 196px; margin-top: 5px; }

.grey_box {
	position: relative;
	width: 176px;
	height: auto;
	background-color: #e3e3e3;
	float: left;
	padding: 5px 10px 10px 10px;
	margin-top: 5px;
	font-size: 11px;
}

.image_left { float: left; margin: 5px 20px 10px 0px; clear:both; border: solid 1px #b4b4b4; }
.image_right { float: right; margin: 5px 0px 20px 20px; border: solid 1px #b4b4b4; }
.image_right_top { float: right; margin: 15px 0px 20px 20px; border: solid 1px #b4b4b4; }

#google_map { margin-top: 61px; text-align:center; z-index: 100; }

/* ---------------------------------------------------------------------------------- */
/* Footer properties																																	*/
/* ---------------------------------------------------------------------------------- */

#footer {
	position: relative;
	width: 880px;
	height: auto;
	float: left;
	margin-top: 10px;
	border-top: solid 1px #ba2129;
	padding: 0px 10px 5px 10px;
}

#footer_text {
	position: relative;
	margin: 5px 0px 5px 0px;
	height: 15px;
	width: 621px;
	float: left;
}

#sitemap {
	position: relative;
	margin: 5px 0px 5px 0px;
	height: 15px;
	width: 60px;
	float: left;
	text-align: center;
}

#webnetism {
	position: relative;
	margin: 5px 0px 5px 0px;
	height: 15px;
	width: 195px;
	float: left;
	text-align: right;
}
