@charset "UTF-8";
/* CSS Document */

body {
	margin:0;
	background:url(../images/bg.jpg) top center no-repeat #000;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
}

img { border:0;}

#wrapper {
	margin:5px auto 10px auto;
	width:920px;
}

#content {
	background:url(../images/bg-transparent.png) top center repeat-y;
}

.childpage #content {
	background:url(../images/bg-transparent.png) top center repeat-y;
	padding:10px 15px;
	line-height:25px;
}

.childpage #content a{
	text-decoration:none;
	color:#fff;
}


#botbar {
	width:920px;
	height:42px;
	background:url(../images/footer-bg.png) top center repeat-y;
}

.navlink {
	float:left;
	display:block;
	padding:12px 10px 15px 10px;
	border-right:#000 1px solid;
}

.navlink a {
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	font-size:14px;
}
.navlink:hover {
	background:url(../images/glow.png) top center no-repeat;
}

#getintouch {
	width:834px;
	height:348px;
	background:url(../images/getintouch.png) top center no-repeat;
}

#contact-form {
	float:right;
	display:block;
	background:#0f1010;
	color:#fff;
	position:relative;
	top:20px;
	right:100px;
	padding:25px;
}

#contact-form input {
	margin:3px;
}

#howwedoit {
	width:834px;
	height:348px;
	background:url(../images/howwedoit.jpg) top center no-repeat;
}

#howwedoit-content {
	padding:50px 25px;
	width:450px;
}


#whatwedo {
	width:834px;
	height:348px;
	background:url(../images/whatwedo.jpg) top center no-repeat;
}

#whatwedo-content {
	font-size:12px;
	padding:50px 25px;
}

#social {
	float:right;
	display:block;
	margin-top:4px;
	text-align:right;
}
#social a{
	padding:5px;
}

#flashcontent {
	width:601px;
	height:250px;
	display:block;
	float:left;
	margin:0 6px 7px 12px;
}

#opt-in {
	width:289px;
	height:251px;
	display:block;
	float:left;
}

#mobile {
	width:306px;
	height:159px;
	display:block;
	float:left;
	margin:0 6px 0 12px;
}

#social-building {
	width:289px;
	height:159px;
	display:block;
	float:left;
	margin:0 6px 10px 0;
}

#mediavault {
	width:289px;
	height:159px;
	display:block;
	float:left;
}

.clr {
	clear:both;
}

.float-left {
	display:block;
	float:left;
}