*{
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	font: 1em/1 "Helvetica Neue", sans-serif;
	color: #fff;
}
html, body {
	height:100%;
}
#wrapper {
	min-height:100%;
	position:relative;
	background: #8a8a8a;
}
#header {
	background: url(../img/bg_header.png) top left repeat-x;
	height: 82px;
}

/*---------- Header / Nav ----------*/
#header img{
	float: left;
}
#header h1{
	float: left;
	padding: 0 0 0 25px;
	height: 82px;
	line-height: 82px;
	font-size: 1.5em;
}

#nav{
	float: right;
	list-style: none;
	overflow: hidden;
}
#nav li{
	float: left;
	padding: 27px 35px 5px 0;
}
#nav li a{
	padding: 0 0 5px 0;
	font: 1.5em "Bank Gothic";
	text-decoration: none;
}
#nav li a:hover{
	color: #5ad5fd;
	border-bottom: 2px solid #5ad5fd;
}
.selectedNav{	
	color: #5ad5fd;
	border-bottom: 2px solid #5ad5fd;
}
#navLine{
	float: right;
	margin: -20px 30px 0 0;
	width: 550px;
	height: 3px;
	background: url(../img/nav_line_bg.jpg) top left no-repeat;
}

/*---------- Content ----------*/
#content{
	min-height: 620px;
	background: url(../img/bg_content.png) top left repeat-x;
	overflow: hidden;
}
#content ul{
	margin: 0 auto;
	width: 960px;
	height: 475px;
	list-style: none;
}
#content li{
	float: left;
	margin: 35px 17.5px 0;
	width: 960px;
	height: 475px;
}

/*---------- Home Page ----------*/
#content .head{
	width: 960px;
	height: 35px;
}
#content .headLeft{
	float: left;
	width: 12px;
	height: 35px;
	background: url(../img/headLeft_bg.png) top left no-repeat;
}
#content .headMiddle{
	float:left;
	width: 936px;
	height: 35px;
	background: url(../img/headMiddle_bg.png) top left repeat-x;
}
#content h2{
	float: left;
	margin: 0 0 0 6px;
	font-size: 1.5em;
	height: 35px;
	line-height: 36px;
}
#content .headRight{
	float: right;
	width: 12px;
	height: 35px;
	background: url(../img/headRight_bg.png) top left no-repeat;
}
#content .body{
	width: 960px;
	height: 420px;
	overflow: hidden;
	background: #f0f0f0;
}
#content .bodyLeft{
	float: left;
	width: 6px;
	height: 420px;
	background: #999 url(../img/homeLeft_bg.png) top left no-repeat;
}
#content .bodyMiddle{
	float: left;
	width: 948px;
	height: 420px;
	background: #ffffff;
	color: #000;
}
#content .bodyMiddle .bodyText{
	float: left;
	padding: 35px;
	width: 550px;
}
#content .bodyMiddle .bodyText p{
	margin: 0 0 15px 0;
	line-height: 1.1;
	text-align: center;
	color: #000;
}
#content .bodyMiddle .bodyText .doublePadding{
	padding: 20px 0 0 0;
}
#content .bodyMiddle .bodyText .noPadding{
	margin: 0 0 0 0;
}
#content .bodyMiddle img{
	float: left;
}
#content .bodyRight{
	float: left;
	width: 6px;
	height: 420px;
	background: #999 url(../img/homeRight_bg.png) top left no-repeat;
}
#content .bottomShadow{
	margin: 0 0 0 -4px;
	width: 960px;
	height: 10px;
	background: url(../img/bottom_shadow_bg.png) top left no-repeat;
}
#content #tabs{
	width: 960px;
	height: 39px;
	list-style: none;
}

/*---------- Portfolio Page ----------*/
#tabs li{
	float: left;
	margin: 0 0px 0 0;
	width: 160px;
	font-size: 1.375em;
	height: 35px;
}
#tabs .tabMiddle{
	float: left;
	width: 136px;
	height: 35px;
	text-align: center;
	background: url(../img/headMiddle_bg.png) top left repeat-x;
}
#tabs #filler{
	width: 320px;
}
#tabs .tabFiller{
	float: left;
	width: 296px;
	height: 35px;
	background: url(../img/headMiddle_bg.png) top left repeat-x;
}
#tabs a{
	display: block;
	margin: 0 0 0 -6px;
	text-decoration: none;
	width: 150px;
	height: 35px;
	line-height: 35px;
}

#tabs a:hover{
	text-decoration: underline;
}
#thumbs{
	margin: -400px 0 0 0;
	width: 960px;
	height: 400px;
	list-style: none;
	background: #fff;
}
#thumbs li{
	float: left;
	margin: 20.5px;
	width: 75px;
	height: 75px;
	outline: 2px solid #000;
}
.comingSoon{
	margin: 20px;
	color: #000;
}

/*---------- Services Page ----------*/
#content #serviceList{
	float: left;
	padding: 20px 0 0 40px;
	width: 200px;
	list-style: disc;
	border-right: 2px solid #000;
}
#serviceList li{
	float: none;
	margin: 0 0 19px 0;
	height: 16px;
	color: #000;
}
#content #faq{
	float: left;
	padding: 20px;
}
#content #faq h3{
	margin: 0 0 20px 0;
	font: 1.125em/1 "Arial Black", Arial, sans-serif;
	color: #000;
}
#content #faq h4{
	margin: 0 0 5px 0;
	width: 650px;
	font: .75em/1 "Arial Black", Arial, sans-serif;
	color: #5ad5fd;
}
#content #faq p{
	margin: 0 0 20px 0;
	width: 650px;
	font: .8125em/1 Arial, sans-serif;
	line-height: 1.1;
	color: #000;
}

/*---------- Contact Page ----------*/
#contactTop{
	width: 948px;
	height: 153px;
}
#contactTop p{
	margin: 10px auto;
	width: 460px;
	font-size: 1.28em;
	text-align: center;
	color: #000;
}
#contactTop h4{
	margin: 20px 0;
	font-size: 1.75em;
	text-align: center;
	color: #000;
}
#contactTop p a{
	text-decoration: none;
	color: #000;
}
#contactTop p a:hover{
	text-decoration: underline;
}
#contactMiddle{
	width: 948px;
	height: 12px;
	background: url(../img/bg_header.png) top left repeat-x;
}
#contactBottom #links{
	float: left;
	margin: 20px 0 0 95px;
	width: 456px;
	height: 200px;
	background: url(../img/contact_links_bg.png) top left no-repeat;
}
#contactBottom #links p{
	color: #000;
}
#contactBottom #links #linkedIn{
	display: block;
	margin: 40px 0 0 9px;
	width: 109px;
	height: 31px;
}
#contactBottom #links #behanceNetwork{
	display: block;
	margin: 20px 0 0 8px;
	width: 177px;
	height: 18px;
}
#contactBottom #links #coroflot{
	display: block;
	margin: 25px 0 0 9px;
	width: 175px;
	height: 34px;
}
#contactBottom #favoriteLinks{
	margin: 0;
	padding: 20px 0 0 135px;
	width: 190px;
	height: 245px;
	list-style: disc;
}
#contactBottom #favoriteLinks li{
	float: none;
	margin: 0 0 15px 0;
	height: 16px;
	color: #000;
}
#contactBottom #favoriteLinks li:first-child{
	margin: 0 0 15px 20px;
	list-style: none;
}
#contactBottom #favoriteLinks li a{
	text-decoration: none;
	color: #000;
}
#contactBottom #favoriteLinks li a:hover{
	text-decoration: underline;
}

/*---------- Footer ----------*/
#footer {
	position:absolute;
	bottom:0;
	width:100%;
	height:82px;
	background: url(../img/bg_header.png) top left repeat-x;
}
#footer ul{
	width: 100%;
	list-style: none;
	height: 82px;
}
#footer li{
	margin: 0 15px;
	font-family: "Bank Gothic";
	height: 82px;
	line-height: 82px;
}
#footer #freelance{
	float: left;
	width: 320px;
}
#footer #email{
	margin: -50px 0 0 0;
	font-size: 1.75em;
	font-family: "Times New Roman";
	text-align: center;
}
#footer #copyright{
	float: right;
	width: 310px;
}