
body {
	background: url(../images/bg.gif)  top repeat-x #222;
	font-family: Century Gothic, Trebuchet MS, Verdana;
	color: #6f6f6f;
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 11px;
	}
	
#wrapper {
	width: 850px;
	margin: 75px 0 0;
	}
	
#head {
	height: 70px;
	width: 100%;
	padding: 0 0 5px;
	text-align: left;
	border-bottom: 1px solid #efefef;
	}
	
#splash {
	width: 512px;
	height: 100px;
	}
	
#blurb {
	width: 512px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	color: #999;
	text-align: justify;
	}
	
#blurb h1 {
	font-size: 16px;
	display: inline;
	}
	
#blurb h1 a {
	color: #fdf405;
	}
	
#photo, #develop {
	float: left;
	width: 144px;
	height: 98px;
	}
	
#photo {
	background: url(../images/splash/photo1.png) bottom no-repeat;
	}
	
#photo:hover {
	background: url(../images/splash/photo2.png) bottom no-repeat;
	}
	
#splashLogo {
	float:left;
	background: url(../images/splash/logo.png) center no-repeat;
	width: 223px;
	height: 98px;
	}
	
#develop {
	background: url(../images/splash/develop1.png) bottom no-repeat;
	width: 145px;
	}
	
#develop:hover {
	background: url(../images/splash/develop2.png) bottom no-repeat;
	}	
	
#content {
	width: 830px;
	background: #212121;
	min-height: 250px;
	padding: 15px 10px 15px 10px;
	text-align: left;
	}

#footer {
	border-top: 1px solid #efefef;
	padding: 5px 0 20px;
	font-size: 10px;
	text-align: left;
	}




.logo {
	float: left;
	}

.nav {
	float: right;
	padding: 55px 0 0;
	text-align: right;
	font-size: 13px;
	color: #6f6f6f;
	text-transform: uppercase;
	}
	
#footer a, .nav a, a {
	color: #6f6f6f;
	text-decoration: none;
	}
	
#footer a:hover, .nav a:hover, a:hover {
	color: #fdf405
	}
	
.group {
	width: 189px;
	float: left;
	margin: 0 24px 0 0;
	font-size: 13px;
	text-align: left;
	text-decoration: none;
	color: #6f6f6f;
	}
	
.group strong, .news strong, .group strong a, .news strong a, .latest strong {
	font-size: 20px;
	text-transform: uppercase;
	color: #fdf405;
	}
	
.group img {
	width: 189px;
	}
	
.gl {
	width: 390px; 
	margin: 0 35px 0 10px;
	}
	
.blurb {
	background: url(../images/blurb.gif) top left no-repeat;
	width: 389px;
	height: 50px;
	padding: 13px 0 0 10px;
	color: #eee;
	}
	
.samples {
	width: 380px;
	height: 120px;
	margin: 0 0 10px;
	}
	
.ams {
	background: url(../images/samples/ams.gif) no-repeat;
	}
	
.ams:hover {
	background: url(../images/samples/ams2.gif) no-repeat;
	}
	
.bslp {
	background: url(../images/samples/bslp.gif) no-repeat;
	}
	
.bslp:hover {
	background: url(../images/samples/bslp2.gif) no-repeat;
	}		
	
.title, .title h1 {
	font-size: 24px;
	color: #fdf405;
	text-align: left;
	margin: 0 0 10px;
	text-transform: uppercase;
	font-weight: normal;
	}
	
.title h2 {
	font-size: 18px;
	font-weight: normal;
	}
		
	
.text {
	font-size: 13px;
	line-height: 18px;
	}
	
.text a {
	color: #888;
	text-decoration: none;
	border-bottom: 1px dotted;
	}
	
.text a:hover {
	color: #fdf405;
	}
	
.line {
	border-bottom: 1px dotted #333;
	padding: 0 0 5px;
	margin: 0 0 15px;
	}
	
.highlight {
	margin: 0 0 15px;
	line-height: 26px;
	color: #999;
	font-size: 1.5em;
	}
	
.box-highlight {
	line-height: 22px;
	border: 1px solid #999;
	padding: 8px;
	background: #333;
	margin: 15px 0;
	color: #999;
	}
	
.box-highlight h2 {
	margin-top: 0;
	}
	
	
.clientList {
	line-height: 20px;
	padding: 0 0 0 5px;
	width: 210px;
	}
	
.clientList strong {
	font-size: 14px;
	color: #fdf405;
	margin: 0 0 0 -5px;
	}
	
.clientList a {
	border: 0;
	}
	
.project {
	width: 599px;
	height:300px;
	border: 6px solid #666;
	margin: 0 0 30px 0;
	overflow: hidden;
	}
	
.caption {
	position: relative;
	top: 272px;
	left: 0;
	height: 20px;
	width: 591px;
	padding: 4px;
	background: #444;
	color: #8f8f8f;
	opacity: .95;
	font-size: 12px;
	text-align: left;
	}
	
.caption strong a {
	color: #fdf405;
	border-bottom: 0px;
	font-weight: strong;
	font-size: 14px;
	}
	
.message {
	padding: 5px;
	border: 1px dashed #fdf405;
	color: #fdf405;
	}
	
.contactBox {
	background: #262626;
	padding: 10px;
	text-align: left;
	float: left;
	width: 390px;
	}	
	
.contactForm {
	background: #262626;
	padding: 10px;
	margin: 0 0 0 10px;
	text-align: left;
	float: left;
	width: 390px;
	}
	
.contactForm input, .contactForm textarea, .inquiry input, .inquiry textarea {
	background: #666;
	border: #eee;
	color: #fdf405;
	font-family: Verdana, Geneva, sans-serif;
	padding: 2px;
	}

.latest {
	margin: 10px 0;
	}
	
.latest .left-box {
	float: left;
	width: 407px;
	}
	
.latest .right-box {
	float: right;
	width: 407px;
	}
	
.postcards {
	padding: 10px 0;
	}
