@charset "UTF-8";
html, body {
	margin: 0px;
	background-color: #6d6b64;
	padding: 0px;
	height: 100%;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #000000;
}
p {
	margin-top: 0px;
	margin-bottom: 15px;
}
img {
	background-color: #6d6b64;
	border: 0;
}
a:link, a:visited {
	color: #d9a900;
	text-decoration: none;
	outline: none;
}
a:hover, a:active {
	color: #000000;
	text-decoration: none;
	outline: none;
}
a.nav_selected {
	color: #000000;
}
#container {
	width: 968px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	min-height: 100%;
}
* html #container {
	height: 100%
}
#header {
	height: 147px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6d6b64;
	padding: 15px;
}
#logo {
	display: block;
	float: left;
	margin-left: -2px;
}
#nav_studio {
	line-height: 19px;
	float: right;
	width: 130px;
	margin-right: 14px;
}
#nav_projects {
	line-height: 19px;
	float: right;
	width: 224px;
}
#main {
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 70px;
	padding-left: 15px;
	overflow: hidden;
}
#title {
	font-size: 21px;
	line-height: 21px;
	height: 57px;
	overflow: hidden;
	padding-right: 15px;
}
#contextual_nav {
	float: right;
	font-size: 12px;
	line-height: 15px;
	text-align: right;
	color: #d9a900;
}
.image .caption {
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	color: #6d6b64;
}
#projects_landing_page {
	width: 953px;
	/* padding-right: 3px; */
	overflow: hidden;
}
#projects_landing_page .thumb_caption {
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
#projects_landing_page .thumb {
	float:left;
	margin-right: 12px;
}
/* #projects_landing_page .large_thumb {
	width: 368px;
} */
#projects_landing_page .thumbs_row_one .small_thumb {
	/* width: 178px; */
	margin-top: 139px;
}
#projects_landing_page .thumbs_row .small_thumb {
	/* width: 178px; */
	margin-top: 30px;
} 
#projects_landing_page a {
	display: block;
	cursor: pointer;
}
#studio_whoweare_page {
	width: 953px;
	/* padding-right: 3px; */
	overflow: hidden;
}
#studio_whoweare_page .image {
	float: left;
	width: 368px;
	margin-right: 12px;
}
#studio_whoweare_page .text_column {
	width: 178px;
	margin-right: 12px;
	float: left;
}
#studio_contactus_page {
	width: 953px;
	/* padding-right: 3px; */
	overflow: hidden;
}
html>body #studio_contactus_page .text_column_small {
	width: 178px;
	padding-right: 12px;
	float: left;
}
* html #studio_contactus_page .text_column_small {
	width: 190px;
	float: left;
}
#studio_contactus_page .image {
	float: left;
	width: 431px;
	padding-right: 13px;
}
#studio_contactus_page .text_column_large {
	width: 304px;
	float: left;
	/* margin-right: 13px; */
}
#studio_contactus_page #hyperkit {
	margin-top: 100px;
	float: left;
	clear: both;
}
#title #findus_title {
	float: left;
}
#title #contactus_title {
	float: left;
	width: 190px;
}
#studio_press_page {
	width: 953px;
	/* padding-right: 3px; */
	overflow: hidden;
}
#studio_press_page .text_column {
	width: 304px;
	float: left;
	margin-right: 13px;
}
#home_page {
	overflow: hidden;
	width: 938px;
}

#home_page .text_column {
	width: 178px;
	/* margin-right: 12px; */
	/* float: left; */
}
#home_page .image {
	float: right;
	width: 748px;
	height: 585px;
}
#projects_project_page {
	padding-right: 15px;
	overflow: hidden;
}
#projects_project_page .text_column {
	width: 224px;
	float: left;
	margin-right: 62px;
}
#projects_project_page .thumbnails_container {
	float: left;
	width: 188px;
	margin-right: 2px;
	overflow: hidden;
}
#projects_project_page .thumbnails_container .thumbnail {
	height: 60px;
	width: 82px;
	margin-right: 12px;
	margin-bottom: 12px;
	float: left;
}
#projects_project_page .thumbnails_container .thumbnail .thumbnail_selected {
	background-color: #d9a900;
	/* for IE */
    filter:alpha(opacity=60);
	/* CSS3 standard */
    opacity:0.6;
	width: 82px;
	height: 60px;
	position: absolute;
}

#projects_project_page .image {
	float: left;
	width: 462px;
	text-align: right;
}
#studio_work_page {
	overflow: hidden;
	width: 938px;
}
#studio_work_page .text_column {
	width: 304px;
	float: left;
	margin-right: 13px;
}
#studio_work_page .image {
	float: right;
	width: 462px;
}
#studio_like_page {
	overflow: hidden;
	width: 938px;
}
#studio_like_page .text_column {
	width: 178px;
	float: left;
	margin-right: 12px;
}
#studio_like_page .image {
	float: right;
	width: 367px;
}

#image-preview { 		/* publicity page tooltip image */
	position:absolute;
	border:1px solid #ccc;
	background:#6d6b64;
	padding:5px;
	display:none;
	color:#fff;
}