/* 

	client:			Globe MSL
	development:	Rippleffect
	designer:		michael braithwaite
	programmer:		ryan price
	
	css:			construction site specific

*/

body {
	background-color:#1c1c1c;
}

#container  {
	
	position:relative;
}

#header {
	background-image:none;
}

#footer {
	background-image:url(/assets/images/construction/footer.png);
	background-position:top right;
	margin:5px 0 0 0;
	border-bottom:1px solid #383838;
}

#content {
	background-color:#2a2a2a;
	background-image:url(/assets/images/construction/main.jpg);
	background-position:right;
	height:400px;
	width:978px;
	padding:0;
}

#logo{
	width:111px;
	height:27px;
	float:right;
	margin:13px 0 0 0;
	position:relative;
}

#nav {
	padding-left:0;
}

#nav ul li a {
	color:#cccccc;
	font-size:0.9em;
	font-weight:bold;
}

#nav ul ul li a {
	color:#777777;
	font-size:0.75em;
	line-height:1.5em;
	font-weight:normal;
}

a#interiors-button {
	float:right;
	margin:10px 0;
	position:relative;
	width:102px;
	height:12px;
	clear:both;
}

/* new images */

img.office-image {
	position:absolute;
	top:150px;
	left:0;
}

#news-image {
	position:absolute;
	right:0;
	top:0;
}

#directors-image {
	position:absolute;
	top:0;
	left:0;
}

#story-image {
	position:absolute;
	top:84px;
	left:0;
}

/* project pages */

img.project-preview {
	width:345px;
	height:50px;
	float:left;
	margin:0 0 20px 0;
	background-color:#fff;
	display:block;
}


