/* 

	client:			Globe MSL
	development:	Rippleffect
	designer:		michael braithwaite
	programmer:		tbc
	
	css:			interiors site specific

*/

body {
	background-color:#fff;
}

#header {
	background-image:url(/assets/images/interiors/yellow-header.png);
	background-position:bottom right;
	background-repeat:no-repeat;
	background-color:#fff;
	height:160px;
}

#footer {
	background-image:url(/assets/images/interiors/footer.png);
	background-position:bottom right;border-bottom:1px solid #878787;

}

.projects {
	background-image:url(/assets/images/interiors/project-red.png);
	background-position:top left;
	background-repeat:no-repeat;
}

.news {
	background-image:url(/assets/images/interiors/news-bg.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}
	

#content {
	background-color:#2a2a2a;
	background-image:url(/assets/images/interiors/main.jpg);
	background-position:right;
	height:400px;
	width:978px;
	padding:0;
}

#content2 #projects-box {
	width:780px;
	height:340px;
	float:right;
	text-align:right;
	/*background-color:#2a2a2a;*/
}

#content2 #directors-image {
	position:absolute;
	top:0;
	left:0;
}

#logo{
	width:111px;
	height:27px;
	float:right;
	margin:13px 0 0 0;
	position:relative;
}

#nav {
	padding-left:0;
}

#nav ul li a {
	color:#4D4D4D;
	font-size:0.9em;
	font-weight:bold;
}

#nav ul ul li a {
	color:#C0C0C0;
	font-size:0.75em;
	line-height:1.5em;
	font-weight:normal;
}

a#construction-button {
	float:right;
	margin:10px 0;
	position:relative;
	width:124px;
	height:12px;
	clear:both;
	display:inline;
}

/* new images */

img.office-image {
	position:absolute;
	top:150px;
	left:0;
}

img.story-image {
	position:absolute;
	top:237px;
	left:0;
}

img.directors-image {
	position:absolute;
	top:20px;
	right:0;
}

/* new columns */

#content2 .story-col {
	width:260px;
	height:auto;
	margin:0px 0px 10px 57px;
	float:right;
}

.servicecol-one {
	float:left;
	width:313px;
	display:inline;
	margin:0 30px 0 0;
}

.servicecol-two {
	float:left;
	width:358px;
	background-image:url(/assets/images/interiors/service.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	padding:170px 0 0 30px;
}

#content2 .servicecol-two h2 {
	margin:5px 0 10px 0;
	clear:both;
	float:left;
	width:358px;
	padding:0;
}

.servicecol-three {
	float:right;
	width:200px;
}

#content2 #image-info h4 {
	color:#fff;
	margin:0;
}

ul.client-list li {
	list-style:none;
	font-size:0.7em;
	color:#fff;
	margin:0 0 5px 0;
}

ul#directors {
	margin:185px 0 0 0;
	padding:0;
	float:right;
	width:200px;
}

ul#directors ul {
	float:left;
	padding:0;
	margin:0;
}


ul#directors li {
	clear:both;
	list-style:none;
	margin:0 0 20px 0;
	padding:0;
	float:left;
	width:200px;
}

ul#directors li li {
	margin:0 0 3px 0;
	font-size:0.75em;
	color:#fff;
	width:200px;
	text-align:right;
}

ul#directors li li.title {
	color:#999;
}


/* project page specific */

img.project-preview {
	width:345px;
	height:50px;
	float:left;
	margin:0 0 20px 0;
	background-color:#fff;
	display:block;
}

.project-info {
	clear:both;
}
