@import "text.css";
@import "backgrounds.css";
@import "nav.css";
@import "forms.css";
@import "buttons.css";

* {
	margin: 0px;
	padding: 0px;
}

body{ text-align: center; } /* This is to fix an IE 5 centering bug - functions as LAYOUT rather than TEXT */


/* container styles */
div#container, div#container_epage {
	width: 815px;
	min-height: 700px;
	margin: 0px auto 0px auto;
	text-align: left; /* This is to reverse the IE Bug Fix - functions as LAYOUT rather than TEXT */
	position: relative;
}
/* For fixed width layout just give the container a px width eg - div#container{ width:950px } */
/* For a left aligned layout just give the body left text align body{ text-align: left; }  and the container a 0px margin-left. */


/* TOP HALF for INDEX PAGE */
div#top_half {
	width: 815px;
	height: 525px;
	
	margin-top: 0px;
	margin-left: 0px;
	
	position: relative;
}

div#top_half_epage {
	width: 815px;
	height: 203px;
	
	margin-top: 0px;
	margin-left: 0px;
	
	position: relative;
}

#joinlogo {
	width: 204px;
	height: 65px;
	
	position: absolute;
	
	top: 54px;
	left: 46px;
	
	margin: 0px;
	padding: 0px;
	border:none;
	
	}
	
#joinlogo a{
	background-position: top;
	position: absolute;
}

#joinlogo a#joinlogo {
	background-image: url('images/logo.gif');
	
	left: 0px;
	
	top:0px;
	
	width: 204px;
	height: 65px;
}

#joinlogo a:hover{
	background-position: bottom;
}

div#featurebox-wrapper {
	width: 800px;
	height: 375px;
	
	position: absolute;
	
	top: 143px;
	left: 8px;
	
}

div#productk {
	position: absolute;
	
	z-index: 0;
	
	width: 120px;
	height: 11px;
	
	left: 680px;
	top: 362px;
}
	
div#featurebox {
	width: 800px;
	height: 375px;
	
	position: relative;
	
	z-index: -1;
	
	top: 0;
	left: 0;
	}
		
div#featurebox_epage {
	width: 544px;
	height: 60px;
	
	position: absolute;
	
	top: 143px;
	left: 8px;
	}
	
div#feature_image {
	width: 306px;
	height: 280px;
	
	position: absolute;
	
	top: 143px;
	left: 315px;
	}
	
div#feature_image_small {
	width: 255px;
	height: 60px;
	
	position: absolute;
	
	top: 143px;
	left: 553px;
	}
	
div#feature_text {
	width: 254px;
	height: 156px;
	
	position: absolute;
	
	top: 203px;
	left: 33px;
	}

div#feature_heading {
	width: auto;
	height: 21px;
	
	position: absolute;
	
	top: 164px;
	left: 35px;
}

div#before {margin: 5px 0px 15px 0px;}


/* CONTENT for INDEX PAGE */

div#content {
	width: 100%;
	height: auto;
	
	margin-top: 60px;
	margin-left: 0px;
	
	position: relative;
}

div#content_epage {
	width: 100%;
	min-height: 500px;
	height: auto;
	
	margin-top: 60px;
	margin-left: 0px;
	
	position: relative;
	
}

div.text_box {
	margin: 0px 70px 20px 70px;}

div#intro_box {
	width: 398px;
	height: auto;
		
	margin-left: 48px;
	
	position: relative;
	
	top: 0px;
	left: 0px;
	}
	
div#buildingyourvision {
	width: 311px;
	height: 179px;
	
	position: absolute;
	
	top: 4px;
	left: 483px;
	}
	
/* EVERYPAGE section details */

div#contactdetails{
	margin-bottom: 30px;
}
	
div#client_quote_epage {
	margin-bottom: 40px;
}

div#emailform {
	margin-left: 40px;}


div#experience_list {
	margin: 30px 0px 15px 0px;
}

div#experience {
	margin: 0px 0px 40px 0px;
}

div#previousexperience {
	margin: 25px 0px 20px 0px;
}


/* IMAGE LAYOUT */

img.experience {
	margin: 0px 1px 0px 0px;
}


div#footer{
	width: 815px;
	margin-top: 70px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: left;
	clear: both;
}

div#footer p{
	margin-left: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	text-align: center;
}

div#ph {
	margin-top: 30px;
	margin-bottom: 70px;
	
	text-align: left;
	
	position: relative;
	
	top:0px;
	left:367px;
	
	width: 81px;
	height: 25px;
	
	}
	
a.ph {
    display: block;

	width: 81px;
	height: 25px;
	
    background: url('../images/ph.gif') 0 0 no-repeat;
    text-decoration: none;
}

a:hover.ph {
    background-position: 0px -25px;
    }