* {
	margin: 0;
	padding: 0;
}
body {
	font: 62.5% Arial, Helvetica, sans-serif;
	line-height: 2.1em;
}


/* LAYOUT */
#container {
	width: 968px;
	margin: 20px auto 0;
	background: #000;
}
#header {
	position: relative;
	width: 968px;
	height: 165px;
	background: url('../images/header_logo_bg.png') no-repeat top left;
}
#branding {
	position: relative;
	width: 300px;
	top: 88px;
	left: 120px;
}
#branding h1 {
	position: relative;
	font-size: 2.4em;
	font-weight: normal;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #FFF;
}
#branding h2 {
	position: relative;
	font-size: 1.4em;
	font-weight: normal;
	text-transform: uppercase;
	color: #808080;
}
#header h3 {
	position: relative;
	top: 46px;
	float: right;
	margin-right: 34px;
	font-size: 2.1em;
	font-weight: normal;
	color: #FFF;
}
#header h3 span {
	color: #808080;
}
.content {
	float: left;
	width: 900px;
	padding-top: 20px;
	margin: 30px 34px 0;
	background: #B1131A url('../images/content_top_bg.png') no-repeat top left;
}
#aside {
	width: 290px;
	float: left;
	padding: 0 20px;
	background: #B1131A;
}
#main {
	width: 530px;
	float: left;
	padding: 0 20px;
	background: #CCC;
}
#footer {
	width: 900px;
	margin: 0 34px;
	padding: 60px 0 20px;
	clear: both;
	background: url('../images/content_bottom_bg.png') no-repeat top left;
	color: #808080;
	text-align: right;
}


/* NAVIGATION */
.nav {
	position: relative; /* Maybe absolute? */
	width: 900px;
	height: 40px;
	margin: 0 34px;
	background: url('../images/nav.png') no-repeat top left;
}
.nav li {
	display: inline;
}
.nav li a:link, .nav li a:visited {
    position: absolute;
    top: 0;
    height: 40px;
    text-indent: -9999px;
    overflow: hidden;
	z-index: 10;
}
/* home */
.nav .home a:link, .nav .home a:visited {
/*	left: 23px;*/
	width: 128px;
}
.nav .home a:hover, .nav .home a:focus {
	background: url('../images/nav.png') no-repeat 0 -40px;
}
.nav .home a:active {
	background: url('../images/nav.png') no-repeat 0 -80px;
	outline: none;
}
.current-home .home a:link, .current-home .home a:visited {
	background: url('../images/nav.png') no-repeat scroll 0 -80px;
	cursor: default;
}
.nav-home, .nav-home-click {
	position: absolute;
	top: 0;
	left: 0;
	width: 128px;
	height: 40px;
	background: url('../images/nav.png') no-repeat scroll 0 -40px;	
}
.nav-home-click {
	background: url('../images/nav.png') no-repeat scroll 0 -80px;
}
/* work */
.nav .work a:link, .nav .work a:visited {
	left: 129px;
	width: 178px;
}
.nav .work a:hover, .nav .work a:focus {
	background: url('../images/nav.png') no-repeat -129px -40px;
}
.nav .work a:active {
	background: url('../images/nav.png') no-repeat -129px -80px;
	outline: none;
}
.current-work .work a:link, .current-work .work a:visited {
	background: url('../images/nav.png') no-repeat scroll -129px -80px;
	cursor: default;
}
.nav-work, .nav-work-click {
	position:absolute;
	top: 0;
	left: 129px;
	width: 178px;
	height: 40px;
	background: url('../images/nav.png') no-repeat scroll -129px -40px;
}
.nav-work-click {
	background: url('../images/nav.png') no-repeat scroll -129px -80px;
}
/* services */
.nav .services a:link, .nav .services a:visited {
	left: 308px;
	width: 208px;
}
.nav .services a:hover, .nav .services a:focus {
	background: url('../images/nav.png') no-repeat -308px -40px;
}
.nav .services a:active {
	background: url('../images/nav.png') no-repeat -308px -80px;
	outline: none;
}
.current-services .services a:link, .current-services .services a:visited {
	background: url('../images/nav.png') no-repeat scroll -308px -80px;
	cursor: default;
}
.nav-services, .nav-services-click {
	position: absolute;
	top: 0;
	left: 308px;
	width: 208px;
	height: 40px;
	background: url('../images/nav.png') no-repeat scroll -308px -40px;
}
.nav-services-click {
	background: url('../images/nav.png') no-repeat scroll -308px -80px;
}
/* about */
.nav .about a:link, .nav .about a:visited {
	left: 517px;
	width: 199px;
}
.nav .about a:hover, .nav .about a:focus {
	background: url('../images/nav.png') no-repeat -517px -40px;
}
.nav .about a:active {
	background: url('../images/nav.png') no-repeat -517px -80px;
	outline: none;
}
.current-about .about a:link, .current-about .about a:visited {
	background: url('../images/nav.png') no-repeat scroll -517px -80px;
	cursor: default;
}
.nav-about, .nav-about-click {
	position: absolute;
	top: 0;
	left: 517px;
	width: 199px;
	height: 40px;
	background: url('../images/nav.png') no-repeat scroll -517px -40px;
}
.nav-about-click {
	background: url('../images/nav.png') no-repeat scroll -517px -80px;
}
/* contact */
.nav .contact a:link, .nav .contact a:visited {
	left: 717px;
	width: 183px;
}
.nav .contact a:hover, .nav .contact a:focus {
	background: url('../images/nav.png') no-repeat -717px -40px;
}
.nav .contact a:active {
	background: url('../images/nav.png') no-repeat -717px -80px;
	outline: none;
}
.current-contact .contact a:link, .current-contact .contact a:visited {
	background: url('../images/nav.png') no-repeat scroll -717px -80px;
	cursor: default;
}
.nav-contact, .nav-contact-click {
	position: absolute;
	top: 0;
	left: 717px;
	width: 183px;
	height: 40px;
	background: url('../images/nav.png') no-repeat scroll -717px -40px;
}
.nav-contact-click {
	background: url('../images/nav.png') no-repeat scroll -717px -80px;
}


/* ASIDE */
#aside h1 {
	margin-bottom: .5em;
	font-size: 2.4em;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1;
	color: #FFF;
}
#aside h3 {
	font-size: 1em;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #AAA;
}
#aside p {
	font-size: 1.8em;
}
#aside p, #aside ul {
	margin-bottom: 1em;
	color: #BBB;
}
#aside a {
	color: #FFF;
	text-decoration: none;
	border-bottom: 1px dotted #888;
}
#aside li {
	font-size: 1.8em;
}
#aside ul {
	margin-left: 20px;
	line-height: 1.5;
}
#aside ul ul {
	
}
#aside li li {
	font-size: 1em;
}
#aside .links, #aside .subnav {
	list-style: none;
	margin-left: 0;
}
#aside .links li ul, #aside .subnav li a {
/*	display: block;*/
/*	width: 290px;*/
	list-style: none;
	margin-left: -10px;
}
#aside .links li a, #aside .subnav li a {
	display: block;
	width: 290px;
	margin-bottom: 1px;
	padding: 5px 10px;
	background: #CCC;
	color: #444;
	text-decoration: none;
	border: none;
}
#aside .links li a:hover, #aside .subnav li a:hover {
	color: #000;
	background: #DDD;
}
#aside .subnav li.on a {
	color: #000;
	background: #DDD;
	cursor: default;
}
#aside .contactInfo p {
	color: #FFF;
}


/* MAIN */
#main #slideShow {
	display: block;
	height: 320px;
	margin: -20px 0 -50px -20px;
}
#main a#portfolioLink img {
	border: none;
	position: relative;
	bottom: -15px;
	float: right;
	width: 238px;
	height: 35px;
	display: block;
	margin: 0 -20px -35px 0;
	z-index: 777;
}
#main h1 {
	margin-bottom: .5em;
	font-size: 2.4em;
	font-weight: normal;
	color: #B1131A;
	line-height: 1;
}
#main h3 {
	font-size: 1.6em;
	font-weight: normal;
	color: #444;
	text-transform: uppercase;
}
#main p {
	font-size: 1.2em;
	margin: .5em 0 1.5em;
	color: #222;
}
#main a {
	color: #B1131A;
	text-decoration: none;
	border-bottom: 1px dotted #444;
}
#main a:hover {
	border-bottom: 1px solid #B1131A;
}
#main .contactInfo p {
	font-size: 1.4em;
	margin-bottom: 1.2em;
}


#gallery li {
	float: left;
	width: 175px;
	list-style: none;
	margin-right: 1px;
	margin-bottom: 5px;
	padding: 0;
}
#gallery li a {
	border: none;
}
#gallery li a img {
	float: left;
	width: 175px;
	display: block;
	line-height: 1;
	border: none;
}
#gallery li a:hover {
	border: none;
	color: #000;
}
#gallery li a img {
	border: none;
}


/* FORM STYLES */
#contactForm label {
	display: block;
	margin: .75em 0;
	padding-bottom: .5em;
	font-size: 1.4em;
}
#contactForm label span {
	line-height: 1.7;
	display: block;
}
#contactForm fieldset input, #contactForm fieldset textarea, #contactForm select {
	width: 350px;
	border: 1px solid #888;
	padding: 5px;
	margin-right: 2em;
	background: #DDD;
	font-size: 1.1em;
}
#contactForm select {
	width: 275px;
}
#contactForm input:hover, #contactForm textarea:hover, #contactForm select:hover {
	border-color: #B1131A;
}
#contactForm fieldset input:active, #contactForm fieldset input:focus, #contactForm fieldset textarea:focus, #contactForm fieldset select:focus {
	border-color: #B1131A;
	background: #FFF;
}
#contactForm fieldset {
	border: none;
	overflow: hidden;
	padding: 0 14px 0 0;
}
form#contactForm {
	width: 100%;
	overflow: hidden;
	float: left;
}
.required {
	color: #B1131A;
	font-size: 1.4em;
}


/* IE6 HACKS */
* html .content {
/*	clear: both;*/
	margin: 30px 17px;
}
* html #main a#portfolioLink img {
	margin-left: 20px;
}
* html .content {
	position: relative;
	margin-bottom: -20px;
	z-index: 900;
}
* html #aside .links li a, * html #aside .subnav li a {
	width: 280px;
}