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

* {
	margin:0;
	padding:0;
	
}	

body {
	background-color:#171717;
	font-family: 'Lucida Grande', 'Trebuchet MS', Helvetica, Arial, sans-serif;
	font-size:12px;
	background-image:url('../_images/bg.jpg');
	background-repeat:no-repeat;
	background-position:top center;
	min-width:955px;
	text-align:center;
	color:#fff;
}

p	{
	line-height:1.4em;
	font-size:0.875em;
	margin:4px;
	color:#cfcdc8;
}

p.nolink {
	margin-bottom:60px;
}

p.oomph {
	font-size:1em;
	line-height:1.5em;
	font-weight:bold;
}

h3.category {
	font-family: 'Century Gothic', Futura, 'Gill Sans', 'Gill Sans MT',  Arial, sans-serif;
	text-transform:uppercase;
	letter-spacing:3px;
	color:#484847;
	margin:0 0 6px 6px;
	font-size:0.75em;
}


a {
	color:#fff;
	border-bottom:1px dotted #838383;
	text-decoration:none;
}


h2 {
	font-family:Didot, Georgia, 'Palatino Linotype', 'Book Antiqua', 'Hoefler Text', 'Times New Roman', serif;
	font-size:1.2em;
	float:left;
	display:inline;
	width:300px;
	font-style:italic;
	margin:12px 0 6px 4px;
	font-weight:normal;
}

#container {
	width:955px;
	margin:0 auto;
	text-align:left;
	padding-top:45px;
	position:relative;
}

#container img.logo {
	position:absolute;
	top:26px;
	left:0;
	z-index:2;
}




.footer {
	color:#2D2D2D;
	font-size:13px;
	font-weight: bold;
	padding-top:540px;
	
}

#ourWork {
	width: 523px;
	float:left;
	display:inline;
	background-image:url('../_images/work-header.gif');
	background-repeat:no-repeat;
	
	margin-top:30px;
	
}

#ourWork ul {
	height:40px;
	font-family:Didot, Georgia, 'Palatino Linotype', 'Book Antiqua', 'Hoefler Text', 'Times New Roman', serif;
	font-style:italic;
	list-style-type:none;
	padding:40px 0 0 26px;
}

#ourWork ul li {
	float:left;
	display:inline;
	padding:4px 12px;
	font-size:1.1em;
	color:#c5c5c5;
}

#ourWork ul li img {
	margin-right:10px;
	position:relative;
	top:2px;
	border:0;
}


#ourWork ul li a {
	border:none;
	color:#fff;
}

#ourWork ul li.hidden {
	display:none;
}

#aboutUs {
	width:351px;
	float:right;
	display:inline;
	background-image:url('../_images/about-header.gif');
	background-repeat:no-repeat;
	min-height:400px;
	margin-top:30px;
	padding:300px 40px 0 40px;
	
}

.project {
	width:455px;
	margin:10px auto 0 auto;
}

.snm {
	width:455px;
	margin:10px auto 0 auto;
}
.snm p {
	line-height:1.4em;
	font-size:1.0em;
	margin:8px 0;
	color:#cfcdc8;
}
.snm ol {
	margin: 0 0 0 30px;
	padding:4px 12px;
	color:#c5c5c5;
}


.project div.pics {
	top:0;
	left:0;
	height: 304px !important;
	width: 455px !important;
}

.pics img {
	height:304px;
	width:455px;
}

.screenScroll {
	float:right;
	display:inline;
	padding:8px 8px 0 0;
}

.screenScroll a, .screenScroll img {
	border:0;
}


.date {
	font-size:0.875em;
	color:#9c9b98;
}

.projectLink {
	border-bottom:none;
	font-weight:bold;
	border-bottom:1px dotted #838383;
	text-decoration:none;
	margin:10px 0 50px 0;
	display: inline-block;
}

.csLink {
	font-weight:bold;
	border: 4px solid #b33000;
	background-color: #b33000;
	text-decoration:none;
	margin:10px 0 50px 0;
	display: inline-block;
}

.mediaLink {
	font-weight:bold;
	border: 4px solid #b33000;
	background-color: #b33000;
	text-decoration:none;
	float: right;
	margin:0 320px 50px 0;
	display: inline-block;
}

.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden; } .clearfix { display:inline-block; } .clearfix { display:block; } * html .clearfix { height:1px; }


.aboutBox {
	width:343px;
	background-image:url('../_images/aboutBox-bg.gif'); 
	background-repeat:repeat-y;
	margin-top:22px;
}

.aboutBox img.title {
	padding-left:14px;
}

.aboutBox p {
	margin-left:25px;
	margin-bottom:22px;
	margin-right:22px;
}

.aboutBox h2 {
	margin-left:25px;
	float:none;
}

.ui-tabs-hide { display: none; }


