* { margin: 0; padding: 0; }

html {
	background: #fff;
	color: #555;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

body {
	width: 1000px;
	margin: 0 auto;
}

p {
	margin-bottom: 16px;
}

a {
    color: #333;
}

a:hover {
    text-decoration: none;
}

#header {
	height: 100px;
	width: 1000px;
	color: #fff;
	text-transform: uppercase;
}

#header strong {
	font-size: 35px;
	background-color: #111;
	display: block;
	padding-top: 40px;
}

#header em {
	color: #111;
	font-size: 16px;
	font-style: normal;
	letter-spacing: 4.5px;
}

#partnerNav {
	list-style-type: none;
	border-bottom: 1px solid #adadad;
	height: 18px;
	position: relative;
	margin: 16px 0 24px 0;
}

#partnerNav li {
	position: absolute;
	top: 0;
}

#gregBrunton { left:0; }
#marisaDavis { left: 154px; }
#kimKillingsworth { left: 297px; }
#johnMorgan { left: 475px; }
#leeRose { left: 631px; }
#kirkWitherspoon { left: 747px; }
#olinYounger { right: 0; }

#partnerNav a {
	color: #787878;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: -1px;
}

#partnerNav a:hover {
	background: #ccc;
	border-bottom: 2px solid #333;
	margin-bottom: -1px;
	padding: 2px 0 3px;
	color: #333;
}

#siteNav {
	list-style-type: none;
	width: 150px;
	float: left;
}

#siteNav li {
	margin-bottom: 15px;
}

#siteNav a {
	color: #333;
	font-size: 14px;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	padding-bottom: 3px;
}

#siteNav a:hover {
	background: #ccc;
	color: #333;
	border-left: 2px solid #333;
	padding-left: 3px;
}

/* content */

#content {
	width: 840px;
	float: left;
	margin: 0 0 24px 10px;
}

#content ul {
	margin-left: 16px;
	list-style-type: square;
}

#content li,
#content dt,
#content dd {
	margin-bottom: 3px;
}

#content dt {
	font-weight: bold;
	float: left;
	margin-right: 6px;
}

/* home screen */

#intro {
	width: 204px;
	float: left;
}

#intro h1,
#intro h2 {
	display: none;
}

#slideshow {
	float: left;
	margin-left: 30px;
	position: relative;
}

#slideshow ul {
	list-style-type: none;
	margin-left: 0;
}

#slideshow ul li {
	display: none;
	background: #fff;
}

#slideshow ul li img {
	padding: 2px;
	border: 1px solid #c3c3c3;
}

#slideshow ul li.first {
	display: block;
}

#slideshow dl {
	background: #ddd;
	color: #333;
	padding: 8px 12px;
	margin-top: 16px;
	border: 1px solid #c3c3c3;
}

#slideshow dt {
	display: none;
}

#slideshow dd {
	display: inline;
}

#slideshow dd.caption {
	font-weight: bold;
	text-transform: uppercase;
	margin-right: 6px;
}

#slideshow #playButton {
	position: absolute;
	bottom: 12px;
	right: 12px;
	z-index: 1000;
	padding-top: 14px;
	height: 0;
	overflow: hidden;
	width: 14px;
	display: block;
	background-image: url(../images/slideshowcontrols.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#slideshow #playButton:hover {
	background-position: 0 -14px;
}

#slideshow #playButton.paused {
	background-position: -14px 0;
}

#slideshow #playButton.paused:hover {
	background-position: -14px -14px;
}

/* profile */

#profileHeader,
#galleryHeader,
#designersHeader,
#staffHeader,
#contactHeader,
#pressHeader,
#clientfilesHeader,
#errorHeader {
	background: #eee;
	margin-bottom: 20px;
}

#profileHeader {
	float: left;
	width: 780px;
}

#galleryHeader,
#designersHeader,
#staffHeader,
#contactHeader,
#pressHeader,
#clientfilesHeader,
#errorHeader {
	border-bottom: 1px solid #c3c3c3;
}

#profileHeader h1,
#galleryHeader h1,
#designersHeader h1,
#staffHeader h1,
#contactHeader h1,
#pressHeader h1,
#clientfilesHeader h1,
#errorHeader h1 {
	font-size: 30px;
	color: #333;
	margin: 1px;
	letter-spacing: -2px;
}

#galleryHeader h1,
#galleryHeader h2 {
	display: inline;
}

#galleryHeader h2 {
	font-weight: normal;
	margin-left: 6px;
}

#profileHeader ul,
#galleryHeader ul,
#clientfilesHeader ul {
	list-style-type: none;
	margin: 1px;
}

#profileHeader li,
#galleryHeader li,
#clientfilesHeader li {
	display: inline;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	margin-right: 36px;
}

#profileHeader li.selected,
#galleryHeader li.selected,
#clientfilesHeader li.selected {
	color: #fff;
	background: #c3c3c3;
	padding: 0 3px 2px 3px;
}

#profileHeader ul a,
#galleryHeader ul a,
#clientfilesHeader ul a {
	color: #333;
	text-decoration: none;
}

#profileHeader ul a:hover,
#galleryHeader ul a:hover,
#clientfilesHeader ul a:hover {
	background: #ccc;
	border-bottom: 2px solid #333;
	margin-bottom: -1px;
}

#profileHeader q {
	display: block;
	font-size: 18px;
	letter-spacing: -1px;
	color: #999;
	border-top: 1px solid #c3c3c3;
	background: #fff;
}

#portrait {
	display: block;
	padding: 1px;
	border: 1px solid #c3c3c3;
	float: left;
	margin-right: 4px;
	width: 52px;
	height: 70px;
}

#content ul.gallery {
	list-style-type: none;
	margin-left: 0;
	float: left;
	margin-bottom: 12px;
}

#content ul#recentGalleries li {
	margin-right: 20px;
}

#content .gallery li {
	margin-bottom: 12px;
	margin-right: 12px;
	float: left;
	width: 258px;
}

.gallery a {
	text-transform: uppercase;
	text-decoration: none;
	background: #eee;
	border: 1px solid #c3c3c3;
	padding: 3px;
	display: block;
	color: #777;
	vertical-align: baseline;
	height: 200px;
	width: 250px;
}

.gallery a:hover {
	border-color: #333;
	background: #ccc;
	color: #333;
}

.gallery a img {
	border: none;
	display: block;
	float: left;
	margin-right: 8px;
	margin-bottom: 6px;
}

h3 {
	border-top: 1px solid #c3c3c3;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -2px;
	text-transform: uppercase;
	padding-top: 2px;
	margin-bottom: 6px;
}

#recentWork {
	float: right;
	clear: none;
	width: 300px;
	margin-right: 16px;
	font-size: 14px;
}

#recentWork ul {
	list-style-type: none;
	margin-left: 0;
}

.profileDetails {
	clear: both;
	margin-bottom: 20px;
	position: relative;
}

.profileDetails .top {
	position: absolute;
	top: 0;
	right: 0;
	color: #fff;
	background: #c3c3c3;
	font-weight: bold;
	font-size: 11px;
	line-height: 11px;
	text-transform: uppercase;
	text-decoration: none;
	padding: 2px 5px;
}

/* show galleries */

#galleryNav {
	text-align: right;
	margin-top: -16px;
	margin-bottom: 16px;
}

#galleryNav a,
#galleryNav span {
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: -.9px;
	width: 108px;
	text-align: center;
	display: inline-block;
	font-weight: bold;
	margin-left: 6px;
}

#galleryNav span {
	color: #eee;
}

#galleryNav a:hover {
	background-color: #ccc;
	border-top: 2px solid #333;
	padding-top: 3px;
	margin-top: -5px;
}

#showGallery div {
	width: 600px;
	height: 400px;
	float: left;
	position: relative;
}

#showGallery div img {
	position: absolute;
	top: 0;
	left: 0;
	padding: 2px;
	border: 1px solid #c3c3c3;
}

#showGallery ul {
	float: left;
	list-style-type: none;
	width: 230px;
	margin-left: 10px;
}

#showGallery li {
	float: left;
	margin-left: 6px;
	margin-bottom: 6px;
}

#showGallery a {
	padding: 3px;
	border: 1px solid #c3c3c3;
	background: #eee;
	display: block;
	width: 100px;
	height: 66px;
}

#showGallery a.selected {
	cursor: default;
}

#showGallery a:hover {
	border-color: #333;
	background: #ccc;
	color: #333;
}

#showGallery a.selected:hover {
	border-color: #c3c3c3;
	background: #eee;
}

#showGallery a img {
	display: block;
	border: none;
	width: 100px;
	height: 66px;
}

/* designers */

ul#designers {
	list-style-type: none;
	text-align: center;
}

#designers li {
	display: inline;
	margin-left: 7px;
	margin-bottom: 12px;
	/*width: 189px;
	height: 273px;*/
}

#designers a {
	display: inline-block;
	border: 1px solid #c3c3c3;
	background: #eee;
	padding: 4px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	color: #787878;
}

#designers a:hover {
	border-color: #333;
	background: #ccc;
	color: #333;
}

#designers img {
	display: block;
	border: 1px solid #000;
	padding: 1px;
	margin-bottom: 8px;
}

/* staff */

#content #staff {
	list-style-type: none;
	margin-left: 0;
}

#staff li {
	clear: both; 
}

#staff img {
	display: block;
	float: left;
	border: 1px solid #000;
	padding: 1px;
	margin: 0 6px 12px 0;
}

#staff strong {
	font-size: 14px;
	text-transform: uppercase;
}

#staff em {
	font-style: normal;
}

#staff p {
	margin-top: 12px;
}

/* contact */

#contact form {
	float: right;
	width: 400px;
	padding-left: 50px;
	border-left: 1px solid #c3c3c3;
}

#contact dt {
	float: left;
	width: 80px;
}

#contact dd.address {
	margin-bottom: 18px;
}

fieldset {
	border: none;
}

legend {
	font-weight: bold;
	margin-bottom: -15px;
}

fieldset p {
	margin-left: 80px;
	margin-bottom: 8px;
}

fieldset p label {
	float: left;
	width: 80px;
}

input,
select,
textarea {
	border: 1px solid #999;
	border-bottom-width: 2px;
	border-bottom-style: outset;
	border-bottom: 2px outset #ccc;
	border-right-width: 2px;
	border-right-style: outset;
	border-right: 2px outset #ccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}

.actions {
	padding-left: 80px;
}

.actions input {
	padding: 3px 8px;
	font-weight: bold;
	text-transform: uppercase;
	background: #eee;
}

.actions input:hover {
	margin-top: -1px;
	margin-left: -1px;
	border-right-width: 3px;
	border-bottom-width: 3px;
}

.actions a {
	margin-left: 90px;
}

.invalid label {
	color: #d00;
}

.invalid input,
.invalid textarea {
	border-color: #d00;
	border-bottom-color: #f00;
	border-right-color: #f00;
}

.invalid strong {
	display: block;
	margin-left: 80px;
	font-size: 10px;
	color: #d00;
}

#emailSent {
    float: right;
    width: 400px;
    padding-left: 50px;
    border-left: 1px solid #c3c3c3;
}

#emailSent strong {
    display: block;
    background-color: #ccffdd;
    border: 1px solid #99ccaa;
    padding: 10px;
    margin-bottom: 10px;
    font-weight: normal;
}

#emailSent strong em {
    font-weight: bold;
}

#emailError {
    background-color: #ffdddd;
    border: 1px solid #bb9999;
    padding: 10px 10px 0 10px;
    margin-bottom: 10px;
    color: #783838;
}

/* press */

#press h3 {
	clear: both;
}

#press em,
#press a {
	display: block;
}

#press dd {
	margin: 0 0 12px 80px;
}

#press sup {
	font-size: 8px;
	text-transform: uppercase;
	vertical-align: top;
}

/* reel */

#videocontainer {
	float: left;
	width: 100%;
}

#video {
	display: block;
	width: 400px;
	height: 272px;
	padding: 3px;
	border: 1px solid #c3c3c3;
	margin: auto;
}

#video strong {
	display: block;
	width: 80%;
	margin: 25% auto;
	text-align: center;
	height: 49%
}

/* footer */

#footer {
	clear: both;
	border-top: 1px solid #adadad;
	padding-top: 4px;
}

#footer p {
	text-transform: uppercase;
	float: left;
}

#footer dl {
	width: 850px;
	float: right;
	text-align: right;
}

#footer * {
	display: inline;
}

#footer dt {
	margin-left: 4px;
}

#footer dt.address {
	display: none;
}

#footer dd.address {
	float: left;
	margin-left: 10px;
}
