* {
	padding:0;
	margin:0;
}

body {
	font-family:"Helvetica Neue", Arial, Verdana;
	font-size:12px;
	color:#FFF;
	background-image:url('../images/background-home.jpg');
}

.clear {
	clear:both;
}

#container {
	width:100%;
	height:100%;
}

#wrapper {
	width:1020px;
	margin: 0 auto;
	background-image:url('../images/background-page.png');
	background-repeat:repeat-y;
	background-position:center;
	
}

#content {
	width:920px;
	margin: 0 auto;
}

#head {
	float:left;
	width:920px;
	position:relative;
}

#head img {
	position:absolute;
	top:20px;
	left:0;
	z-index:1;
}

#head ul {
	float:right;
	margin:85px 0px 0;
	position:relative;
	z-index:2;
}

#head ul li {
	float:left;
	list-style:none;
	cursor:pointer;
}

#head ul li.selected {
	background-color:#77566c;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
}


#head ul li a {
	float:left;
	list-style:none;
	padding:5px 14px 5px 14px;
	cursor:pointer;
	text-decoration:none;
	color:#FFF;
}

#head ul li a.selected {
	background-color:#77566c;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}


.colourRule {
	float:left;
	clear:both;
	width:920px;
	background-image:url('../images/colour-rule.gif');
	background-position:right;
	height:6px;
	margin: 20px 0 0 0;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

#welcome {
	float:left;
	margin:20px 0 0 0;
}

#welcome span {
	display:none;
}

#polaroid {
	float:right;
	margin:-80px 0 0 0;
}

#carousel {
	float:left;
	clear:both;
	margin: 20px 0 0 0;
	width:920px;
	height:313px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	position:relative;
}

#carousel #nav {
	position:absolute;
	bottom:20px;
	right:20px;
}

#carousel #nav .roundel {
	float:left;
	width:19px;
	height:18px;
	background-image:url('../images/carousel-roundels.png');
	background-position:right;
	cursor:pointer;
	margin: 0 0 0 7px;
}

#carousel #nav .roundel:hover {
	background-image:url('../images/carousel-roundels.png');
	background-position:left;
}


#carousel #nav .selected {
	background-image:url('../images/carousel-roundels.png');
	background-position:left;
	cursor:default;
}

#carousel .item {
	height:313px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	display:none;
}

#carousel .head {
	height:313px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
}

#footer {
	float:left;
	clear:both;
	width:920px;
	background-color:none;
	padding:10px 20px 10px 20px;
	margin: 20px 0 0 -20px;
}

#footer span.address {
	color:#d3b7cb;
	margin:20px 0 0 0;
float:left;
}

#footer span.address a {
	color:#d3b7cb;
	text-decoration:none;
}

#home-copy {
	float:left;
	clear:left;
	margin:20px 0 0 0;
}

#home-copy p {
	line-height:16px;
	margin: 20px 0 30px 40px;
	width:400px;
	float:left;
	clear:both;
	color:#f5e9f4;
	font-weight:normal;
}

#home-body-wrapper {
	float:left;
	clear:both;
	background-image:url('../images/home-outline.gif');
	background-position:0px 0px;
	background-repeat:no-repeat;
	width:920px;
	margin: 0 0 0 -20px;
	padding:0 20px 0 20px;
}


#services-copy {
	float:left;
	clear:left;
	margin:20px 0 0 0;
	width:960px;
}

#services-copy p {
	line-height:16px;
	margin: 20px 40px 20px 40px;
	width:230px;
	float:left;
	color:#f5e9f4;
	font-weight:normal;
}

#services-body-wrapper {
	float:left;
	clear:both;
	background-image:url('../images/services-outline.jpg');
	background-position:0px 0px;
	background-repeat:no-repeat;
	width:920px;
	margin: 0 0 0 -20px;
	padding:0 20px 0 20px;
}


#links-body-wrapper {
	float:left;
	clear:both;
	/*background-image:url('../images/services-outline.jpg');*/
	background-position:0px 0px;
	background-repeat:no-repeat;
	width:920px;
	margin: 0 0 0 -20px;
	padding:0 20px 0 20px;
}

#links-body-wrapper h1 {
	float:left;
	clear:both;
	margin:40px 0 20px 45px;
}

#links-body-wrapper ul {
	float:left;
	clear:both;
	margin: 0 0 0 25px;
}

#links-body-wrapper ul li {
	float:left;
	list-style:none;
	margin: 0 0 20px 20px;
	width:150px;
	height:150px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
}

#links-body-wrapper ul li a {
	width:150px;
	height:150px;
	display:block;
}







#contact-copy {
	float:left;
	clear:left;
	margin:20px 0 0 0;
	width:960px;
}

#contact-copy p {
	line-height:16px;
	margin: 20px 40px 20px 40px;
	width:400px;
	float:left;
	color:#f5e9f4;
	font-weight:normal;
}

#contact-copy p a {
	color:#f5e9f4;
	font-weight:200;
	text-decoration:none;
}


#contact-body-wrapper {
	float:left;
	clear:both;
	background-image:url('../images/contact-outline.gif');
	background-position:0px 0px;
	background-repeat:no-repeat;
	width:920px;
	margin: 0 0 0 -20px;
	padding:0 20px 0 20px;
}


#endorsements-copy {
	float:left;
	clear:left;
	margin:20px 0 0 0;
	width:960px;
}

#endorsements-copy p {
	line-height:16px;
	margin: 30px 40px 20px 40px;
	width:380px;
	float:left;
	color:#f5e9f4;
	font-weight:normal;
}

#endorsements-copy p a {
	color:#f5e9f4;
	font-weight:200;
	text-decoration:none;
}


#endorsements-body-wrapper {
	float:left;
	clear:both;
	background-image:url('../images/endorsements-outline.gif');
	background-position:0px 0px;
	background-repeat:no-repeat;
	width:920px;
	margin: 0 0 0 -20px;
	padding:0 20px 0 20px;
}

.answer-contain {
	background-color:#815c7d;
	width:880px;
	float:left;
	clear:both;
	padding:20px;
	margin: 20px 0 0 0;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	display:none;
}

.answer-contain .left {
	float:left;
	width:30px;
	text-align:left;
	margin:25px 0 0 0;
}

.answer-contain .right {
	float:right;
	width:840px;
}

.answer-contain .right p {
	float:left;
	clear:both;
	line-height:18px;
	color:#f5e9f4;
}

.answer-contain .right h1 {
	float:left;
	clear:both;
	line-height:18px;
	color:#f5e9f4;
	font-size:14px;
	margin: 0 0 3px 0;
}

#questions {
	float:left;
	clear:both;
	margin: 20px 0 0 -10px;
}

#questions ul {
	float:left;
	clear:both;
}

#questions ul li {
	float:left;
	color:#f5e9f4;
	font-size:14px;
	list-style:none;
	width:425px;
	margin:0 0 20px 10px ;
	padding:15px 10px 15px 20px;
	cursor:pointer;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	
}

#questions ul li.selected {
	background-color:#815c7d;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
}

#questions ul li:hover {
	background-color:#815c7d;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
}

#questions ul li img {
	float:left;
	cursor:pointer;
	border:0px;
}


#questions ul li span {
	float:left;
	margin: 0 0 0 15px;
}

#continue {
	float:left;
	clear:both;
	margin: 20px 0 0 0;
}

#categories-contain {
	width:920px;
	margin:40px auto 20px auto;
	text-align:center;
	position:relative;
}

#categories-contain img {
}

.project-image {
	float:left;
	clear:both;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	width:215px;
	height:215px;
}

#video {
	width:220px;
	height:277px;
	position:absolute;
	bottom:30px;
	right:65px;
}


#preload {
	position:absolute;
	top:-5000px;
	
}

span#threemen {
	float:left;
	clear:both;
	margin:10px 0 5px 0;
}

#social {
	float:right;
	margin:-20px 0 10px 0;
}

#social a {
	margin: 0 0 0 10px;
}
