body {
	background-color:#fff;
	text-align:center;
	font-family: Helvetica, Arial, sans-serif;
	font-size:62.5%;
}

body.projects {
	background-image:url('../_content/bg_projects.gif');
	background-repeat:repeat;
}

#wrapper {
	text-align:left;
}

#header {
	position:relative;
	background-color:#fff;
	height:60px;
	overflow:hidden;
}

.projects #header {
	position:fixed;
	left:0;
	top:0;
	width:100%;
	z-index:10000;
}

#logo {
	position:absolute;
	top:0;
	left:0;
	width:71px;
	height:20px;
	margin:31px 0 0 19px;
	overflow:hidden;
}

#logo a {
	display:block;
	width:200px;
	height:50px;
}

#logo_house {
	background-color:#8c8c8c;
}

.contact #logo_house {
	background-color:#49e2e0;
}

#nav_main {
	height:60px;
	margin:0 0 0 240px;
	padding-top:39px;
	background-repeat:no-repeat;
	text-transform:uppercase;
}

#nav_main li {
	float:left;
	width:120px;
	height:16px;
	padding:0;
}

#nav_main li a {
	width:64px;
	height:16px;
}

#nav_projects a {
	background-image:url('../_media/btn_nav_projects.gif');
}

#nav_contact a {
	background-image:url('../_media/btn_nav_contact.gif');	
}

#nav_about a {
	width:48px;
	background-image:url('../_media/btn_nav_about.gif');
}

#nav_clients a {
	width:56px;
	background-image:url('../_media/btn_nav_clients.gif');
}

#nav_main li a.selected {
	background-position:bottom left;
}

#content {
	min-height:480px;
	background-color:#d3d7e0;
	background-image:url('../_content/bg_main.jpg');
	background-repeat:no-repeat;
/*	overflow:auto;*/
}

#content.projects {
	height:100%;
	background-image:url('../_content/bg_projects.gif');
	background-repeat:repeat;
	padding:70px 0 70px 0;
}

#project_list {	
	float:left;
	width:204px;
	margin-top:10px;
	margin-left:16px;
	font-size:1.1em;
}

#project_list h2 {
	margin:0 4px 8px 4px;
	font-weight:bold;
	text-transform:uppercase;
}

#project_list ul {
	padding-bottom:13px;
	margin-bottom:13px;
	background:url('../_media/project_list_separator.gif') bottom left repeat-x;
}

#project_list ul li {
	padding:4px 0px;
}

#project_list ul li a {
	padding:4px;
	color:#636363;
	text-decoration:none;
}

#project_list ul li a:hover, #project_list ul li a:focus, #project_list ul li a.selected {
	background-color:#808585;
	color:#fff;
	text-decoration:none;
}

#project {
	float:left;
	display:inline-block;
	margin:10px 0px 10px 20px;
	font-size:1.2em;
}

.hd {
	width:640px;
}

.sd {
	width:480px;
}

.film {
	width:680px;
}

.print {
	width:590px;
}

#media {
	position:relative;
	background-color:#000;
}

#media .video {
	position:absolute;
	top:0;
	left:0;
	display:none;
	z-index:10;
}

#video_links {
	min-height:14px;
	width:400px;
	color:#fff;
	line-height:1.6em;
}

.sd #video_links {
	width:280px;
}

.sd #slideshow_controls {
	width:190px;
}

#slideshow {
	height:360px;
	overflow:hidden;
}

#slideshow.film {
	height:332px;
}

#slideshow ul {
	position:relative;
	margin-left:0px;
	height:360px;
}

#slideshow.film ul {
	height:332px;
}

#slideshow ul.fade_show li {
	float:none;
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow ul.fade_show li.active {
    z-index:10;
}

#slideshow ul.fade_show li.last-active {
    z-index:9;
}

#media_controls {
	position:relative;
	padding:17px 10px 11px 10px;
	clear:both;
/*	background-color:#808585;*/
}

#slideshow_controls {
	position:absolute;
	top:17px;
	right:10px;
	text-align:right;
	min-height:14px;
	width:300px;
	color:#fff;
}

#slideshow_controls span.frame_indicator {
	padding:0 2px;
	color:#000;
	cursor:pointer;
}

#slideshow_controls span.frame_indicator:hover, #slideshow_controls span.frame_indicator:focus {
	color:#fff;
}

#slideshow_controls span.selected {
	color:#fff;
	font-weight:bold;
	cursor:default;
}

#description {
	padding:0px 10px 10px 10px;
	clear:both;
	min-height:170px;
}

#description h2 {
	height:22px;
	color:#fff;
}

#description p {
	padding:10px 0;
	color:#fff;
	line-height:1.4em;
	text-align:left;
}

.hd #description p {
	width:405px;
}

.sd #description p {
	width:405px;
}

.film #description p {
	width:460px;
}

.print #description p {
	width:405px;
}

#project_details {
	padding:0 0 20px 0;
}
/* END PROJECTS */

/* START CASE STUDIES */
#project #btn_case_studies_toggle a {
	color:#fff;
}

#case_studies {
	padding:10px 0 0 0;
	overflow:hidden;
}

#case_studies ul.case_study_images {
	margin:0px 10px;
}

#case_studies ul.case_study_images li {
	float:left;
	width:202px;
	padding:0 0 6px 7px;
}

#case_studies ul.case_study_images li.first {
	padding-left:0px;
}

#case_studies .case_study_description {
	padding:0 10px 40px 10px;
	color:#fff;
}

/* END CASE STUDIES */

/* START CONTACT */
#contact_info {
	display:inline-block;
	width:960px;
	min-height:420px;
	margin:34px 0 0 19px;

}

#contact_info h2 {
	display:inline-block;
	margin-top:16px;
	font-weight:bold;
	font-size:1.1em;
}

#contact_info h2.studio {
/*	background-color:#43c5ff;*/
}

#contact_info h3 {
	margin:7px 0;
	text-decoration:underline;
}

#contact_info p {
	margin:7px 0;
}

#contact_info p a {
/*	text-decoration:none;*/
}
/* END CONTACT */

/* START ABOUT */
.about #content{
	height:480px;
	overflow:visible;
}

#about_info {
	display:inline-block;
	width:960px;
	margin:16px 0 0 15px;
	font-size:1.1em;
	color:#5d5c62;
	z-index:1000;
	padding-bottom:100px;
}

#about_info p {
	margin:12px 0 12px 4px;
	width:290px;
	line-height:1.3em;
}

#about_info h2 {
	margin-bottom:8px;
}

#footer {
	padding:10px 20px;
	height:40px;
	background-color:#fff;
	font-size:.9em;
}

.about #header {
	position:fixed;
	left:0;
	top:0;
	width:100%;
	z-index:10000;
}

.about #footer {
	min-height:40px;
	position:fixed;
	left:0;
	top:540px;
	width:100%;
	z-index:15000;
	background-color:#fff;
}

.projects #footer {
	position:fixed;
	left:0;
	bottom:0;
	width:100%;
	z-index:15000;
}

.sprite {
	display:block;
	background-repeat:no-repeat;
	background-position:top left;
	text-indent:-3000px;
}

a, a:visited, a:active {
	color:#000;
	text-decoration:none;
}

a.sprite:hover, a.sprite:focus, a.selected {
	background-position:bottom left;
}

.clear {
	clear:both;
}

/* START LIGHTBOX PLUGIN OVERRIDES */
#jquery-overlay {
	z-index: 90000;
}
#jquery-lightbox {
	z-index: 100000;
}
#lightbox-container-image-data-box {
	font: 1em Helvetica, Arial, sans-serif;
}

#lightbox-container-image-data {
	padding:0; 
}

#lightbox-container-image-data #lightbox-image-details { 
	display:none;
}	

#lightbox-secNav-btnClose {
	width: 57px;
	padding-bottom:10px;
}
/* END LIGHTBOX PLUGIN OVERRIDES */