/* @override http://dev.primalcommunications.com/stphotoworks/css/styles.css */

/* CSS Document */

body {
	background-color: #000;
	margin: 0;
	passing: 0;
}

#container {
	margin: 0 auto;
	padding: 25px;
	width: 938px;
	position: relative;
}

.hr {
	padding: 15px 0 15px 0;
}

#notice {
	color: #918d5e;
	font: 8pt Arial;
	text-align: right;
	padding: 10px 0 0 0;
}

#footer {
	font: normal 12px arial;
	color: #858585;
	text-align: left;
	padding: 7px 10px;
	border-top: 1px solid #666;
	margin-top: 10px;
	font-size: 0.7em;
}

#footer .numbers {
	color: #FFFFFF
}

#sidebar {
	float:left;
	width: 233px;
	
}

/* @group Header */

#header {
	display: block;
	margin: 0;
	padding: 0;
	position: relative;
	height: 64px;
	
	
}

#header h1 {
	width: 228px;
	padding: 54px 0 0 0;
	height: 0;
	overflow: hidden;
	background: transparent url('../images/st-logo-trans.png') no-repeat top left;
	position: absolute;
	margin:0;
}

#header p {
	margin: 0;
	padding:  16px 0 0 0;
	background: transparent url('../images/image-creation-trans.png') no-repeat top left;
	width: 294px;
	height: 0;
	overflow:  hidden;
	position: absolute;
	top: 35px;
	right:  0;
}

#header h2 {
	margin: 0;
	padding: 54px 0 0;
	color: #999;
	width: 920px;
	text-align: right;
	height: 0px;
	overflow: hidden;
	background-position: bottom right;
	background-repeat: no-repeat;
	background-color: transparent;
}

#index #header h2 {
	background-image: url('../images/head-photographers.gif');
}

#photographers #header h2 {
	background-image: url('../images/head-photographers-trans.png');
}
/* @end */

/* @group Top Bar */

#topbar {
	width: 938px;
	display: block;
	position: relative;
	min-height: 20px;
	margin-top: 5px;
}

/* @group Navigation */


#nav {
	text-align: left;
	display: block;
	padding: 0;
	margin: 0;
}

#nav li {
	display: block;
	list-style: none;
	padding: 0 0.5em;
	margin: 0;
	float: left;
}
#nav li a {
	color: #e1e1e1;
	text-decoration: none;
	font: 8.5pt Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	display: block;
}


#nav li a:hover {
	color: #FFF;
}

#index #nav-index a,
#design #nav-design a,
#product #nav-product a,
#tearsheets #nav-tearsheets a,
#conceptual #nav-conceptual a,
#photographers #nav-photographers a,
#contact #nav-contact a {
	font-weight: bold;
	color: #FFF;
}

/* @end */

/* @group Colors */

#colors {
	width: 60px;
	padding: 0;
	margin: 0;
	position: absolute;
	right: 0;
	top: -3px;
	display:  block;
}

#colors li {
	margin: 0 0 0 10px;
	display: block;
	list-style: none;
	width: 16px;
	height: 0;
	float: right;
	overflow: hidden;
	padding: 16px 0 0 0;
	text-decoration: none;
	cursor: pointer;
	border: 1px solid #999;
	
}

li#bg_dark {
	background: #000;
	border-color: #333;
	cursor: default;
}

li#bg_light {
	background: #AAA;
	border-color: #CCC;
}

/* @end */
/* @end */

/* @group Content */

#content_wrap {
	background: #4f4f4f url('../images/contentbg-top.gif') no-repeat top left;
	width: 938px;
	margin: 5px 0 0 0;
	padding: 10px 0 0 0;
	color: #CCC;
	font: 9pt Helvetica, Arial, Verdana, sans-serif;
	clear: both;

}

#content {
	padding: 10px 0;
	width: 938px;
	background: #4f4f4f url('../images/contentbg-bottom.gif') no-repeat bottom left;
	position: relative;
}

#content_wrap.flash {
	background: transparent !important;
	padding: 0 !important;
}

.flash #content {
	background: transparent !important;
	padding: 0 !important;
}


/* @group Photographers */
#photographers #content h3 {
	height: 0px;
	overflow:  hidden;
	width: 200px;
	padding: 20px 0 0 0;
	margin: 0;
	
}

#photographers #suzanne h3 {
	background:  transparent url('../images/suzanne-trans.png') no-repeat top left;
}

#photographers #alec h3 {
	background: transparent url('../images/alec-trans.png') no-repeat top left;
}

#photographers #content  {
	min-height: 450px;
	position: relative;
}

#profile-photo {
	position: absolute;
	right: 50px;
	top:  30px;
}

#photographers #content p {
	line-height: 140%;
}

#photographers #suzanne {
	width: 250px;
	float: left;
	margin-left: 80px;
}


#photographers #alec {
	width: 250px;
	float: left;
	margin-left: 35px;
}
/* @end */

#content.contact {
	height: 500px;
}

#contact-feature {
	position: absolute;
	width: 600px;
	height: 490px;
	left: 320px;
	overflow: hidden;
	background: transparent url('../flash-images/design/photos/big_06.jpg') no-repeat center top;
}

#contact #info {
	float: left;
	margin: 5px  0 0 10px;
}

#contact #gmap {
	width: 600px;
	height: 450px;
	margin-bottom: 10px;
}

#contact h3 {
	height: 0;
	overflow: hidden;
	width: 300px;
	padding: 20px 0 0 0;
	margin: 0;
	background: transparent url('../images/contact-trans.png') no-repeat top left;
}

#contact h4 {
	font-family: Arial, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	color: #FFF;
	margin: 13px 0 5px 5px;
}

#contact dl {
	display: block;
	margin: 10px 0 0 10px;
	padding: 0;
}

#contact dt {
	margin: 0;
	padding: 0 10px 0 0;
	float: left;
	clear: left;
	width: 70px;
	text-align: right;
	font-size: 1em;
	line-height: 1.5em;
}
#contact dd {
	margin: 0;
	padding: 0;
	font-size: 1em;
	line-height: 1.5em;
	color: #FFF;
}
#contact dd a {
	color: #FFF;
	text-decoration: none;
}
#contact dd a:hover {
	border-bottom: 1px dotted #FFF;
}


/* @end */