@charset "utf-8";
/* CSS Document for David Wigley */

/* ---------------------------------- main tags and objects --------------------------- */
* {
	margin: 0;
	padding: 0;
}
html {
	height: 101%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background-color: #000000;
	color: #FFFFFF;
	text-align: center;
}
img {
	border: none;
}
a:link, a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}
a:hover, a:active {
	text-decoration: none;
	font-weight: bold;
	color: #F79B2C;
}
h1, h2, h3 {
	text-align: left;
	color: #F79B2C;
	margin-bottom: 15px;
}
p {
	text-align: justify;
	margin-bottom: 12px;
	font-size: 1.3em;
}
.page_title {
	text-align: left;
	margin-bottom: 20px;
}
.button_link {
	display: block;
	width: 100%;
	height: 100%;
}
.header_link {
	display: block;
	width: 330px;
	height: 120px;
	margin: 14px 0px 0px 36px;
}
#enquire_button {
	float: right;
	width: 94px;
	height: 25px;
	background: url(images/enquire_button.png) no-repeat;
	margin: 2px 8px 0px 28px;
}
.testimonial {
	font-weight: bold;
	font-style: italic;
}
.yellow {
	color: #F79B2C;
}
table {
	font-size: 1.2em;
}
th {
	color: #F79B2C;
}
td, th {
	text-align: left;
	padding: 2px 10px 2px 3px;
}
form {
	margin: 12px 0px;
}
table#contact_form {
	border: 1px dashed #F79B2C;
}
.form_input {
	width: 200px;
}
.centered {
	text-align: center;
}
/* ------------------------------------ page sections ----------------------------------- */
#wrapper {
	width: 970px;
	margin: 30px auto 0px;
}
#header {
	background: url(images/banner.png) no-repeat;
	width: 904px;
	height: 275px;
	overflow: hidden;
	margin-left: 66px;
	position: relative;
	z-index: 1;
}
	#navigation {
		position: relative;
		z-index: 2;
	}
		#navigation ul {
			list-style-type: none;
			text-align: left;
		}
			/* ORIGINAL 8 ITEMS:
			#navigation ul li#home_link {position: absolute; top: 90px; left: 200px;}
			#navigation ul li#about_link {position: absolute; top: 57px; left: 266px;}
			#navigation ul li#coaching_link {position: absolute; top: 24px; left: 327px;}
			#navigation ul li#prices_link {position: absolute; top: -4px; left: 412px;}
			#navigation ul li#gallery_link {position: absolute; top: -30px; left: 473px;}
			#navigation ul li#testimonials_link {position: absolute; top: -58px; left: 568px;}
			#navigation ul li#contact_link {position: absolute; top: -80px; left: 671px;}
			#navigation ul li#links_link {position: absolute; top: -94px; left: 755px;}
			*/
			#navigation ul li#home_link {position: absolute; top: 105px; left: 178px;}
			#navigation ul li#about_link {position: absolute; top: 79px; left: 221px;}
			#navigation ul li#coaching_link {position: absolute; top: 54px; left: 264px;}
			#navigation ul li#prices_link {position: absolute; top: 30px; left: 324px;}
			#navigation ul li#gallery_link {position: absolute; top: 3px; left: 373px;}
			#navigation ul li#testimonials_link {position: absolute; top: -20px; left: 445px;}
			#navigation ul li#contact_link {position: absolute; top: -40px; left: 520px;}
			#navigation ul li#links_link {position: absolute; top: -58px; left: 582px;}
			#navigation ul li#mc_link {position: absolute; top: -75px; left: 625px;}
			#navigation ul li#other_link {position: absolute; top: -98px; left: 750px;}
				#navigation ul li a {
					display: inline-block;
					padding: 10px 20px;
					font-size: 1.2em;
				}
					#navigation ul li a:hover, #navigation ul li a:active {
						text-decoration: none;
						color: #F79B2C;
					}
#content_container {
	position: relative;
}
	#design_img {
		width: 361px;
		height: 531px;
		background: url(images/design_img1.png) no-repeat;
		position: absolute;
		top: -147px;
		right: 66px;
		z-index: 0;
	}
	#content_box {
		background: url(images/content_box_middle.png) repeat-y;
		width: 478px;
		margin: 10px 0px 24px 45px;
	}
		#content_box_top {
			background: url(images/content_box_top.png) no-repeat;
			height: 31px;
		}
		#content_box_bottom {
			background: url(images/content_box_bottom.png) bottom no-repeat;
			min-height: 240px;
		}
		#content_box_text {
			padding: 0px 20px 24px 55px;
		}
	#extra_content {
		width: 433px;
		margin: 0px 0px 24px 100px;
	}
#footer {
	background: #000000 url(images/footer_bk.png) repeat-x;
	width: 778px;
	position: relative;
	z-index: 1;
	margin: 0px auto;
	padding: 11px 30px 0px;
}
	#copyright {
		float: left;
		width: 50%;
		text-align: left;
	}
	#design {
		float: left;
		width: 50%;
		text-align: right;
	}
/* ------------------------------------ clearing ---------------------------------------- */
.clearing {
	font-size: 1px;
	line-height: 0px;
	clear: both;
	height: 0px;
}

