/* 

	client:			Globe MSL
	development:	Rippleffect
	designer:		michael braithwaite
	programmer:		ryan price
	
	css:			splash page specific

*/

body {
	background-color:#1c1c1c;
}

#container  {
	border-top:1px solid #383838;
	border-bottom:1px solid #383838;
}

#footer {
	background-image:none;
}

#header {
	background-image:none;
}

#content {
	background-color:#2a2a2a;
	background-image:url(/assets/images/reskin/splash/panorama.jpg);
	background-position:0 20px;
	height:200px;
	width:938px;
	padding:200px 20px 0 20px;
}

#logo {
	width:104px;
	height:27px;
	float:right;
	margin:13px -3px 0 0;
	position:relative;
}

.splash-box {
	width:449px;
	float:left;
}

#content #interiors-splash.splash-box {
	float:right;
}

#content .splash-box .logo {
	float:left;
	width:111px;
	margin:0 20px 0 0;
}

#content .splash-box .intro-text {
	width:310px;
	float:left;
}

#content .splash-box a.more-info {
	clear:left;
	width:300px;
	font-size:0.75em;
	display:block;
	margin:8px 0 10px 0;
	clear:both;
	color:#969696;
	padding:0 0 10px 10px;
	border-bottom:1px solid #3a3a3a;
	background-image:url(/assets/images/bullets/down-arrow.gif);
	background-position:top left;
	background-repeat:no-repeat;
}

#content .splash-box a.more-info:hover {
	color:#ddd;
	background-position:0 -23px;
}

#content .splash-box #construction-info,
#content .splash-box #interiors-info {
	width:310px;
	float:left;
	clear:both;
}

#content .splash-box #construction-info p,
#content .splash-box #interiors-info p {
	font-size:0.75em;
	margin:0 0 10px 0;
}