body, html, form, h1, h2, h3, h4, h5, h6, ol, ul, img, td, th, table, p, object {
	padding:0;
	margin:0;
	border:none;
	font-size:1em;
	font-weight:normal;
	font-family:Arial, sans-serif;
	text-align:justify;
	vertical-align:top;
}

form {
	display:inline;
}

html, body {
	width:100%;
	height:100%;
}

body {
	font-size:12px;
	font-size:12px;
	color:#74716d;
	background-color:#161515;
	
}

.bodywrap {
	margin:0 auto;
	width:930px;
}

p {
	margin:0 0 10px;
}

a, a:visited, a:active, a:hover {
	text-decoration:none;
	color:#74716d;
}
a:hover {
	color: #979797;
}

div.clear-all {
	line-height:0;
	font-size:0;
	clear:both;
}

/* HEADER */

#header {
	width:285px;
	float:left;
	padding-right:55px;
}

#header h1 {
	width:285px;
	height:100px;
	background:url(/_media/header.gif) no-repeat bottom right;
	margin-bottom:30px;
}

#header h1 span {
	display:none;
}

#header .block {
	position:relative;
	height:401px;
}

#header .block .projectDetails {
	border-top:1px solid #115065;
	padding-top:10px;	
	position:absolute;
	bottom:0;
	right:0;
	width:270px;
}

#header ul.navigation {
	/* compensating for line-height below */
	position:relative;
	top: -1px;
}

#header ul.navigation {
	margin:0;
	padding:0;
	list-style:none;
	height:310px;
	overflow:hidden; /* avoids a weird text artifact when doing jquery slideDown() in Safari */
}

#header ul.navigation li {
	margin:0;
	padding:0;
	list-style:none;
	text-align:right;
	line-height:16px;
}

#header ul.navigation li li {
	font-size:11px;
}

#header ul.navigation li li li {
	padding:0 25px 0 0;
	font-size:1em;
}

#header ul.navigation li.selected {
	padding:40px 0 40px;
}

#header ul.navigation li li.selected {
	padding:0;
}

#header ul.navigation li li li.selected {
	padding:0 25px 0 0;
}

#header ul.navigation a.selected {
	color:#448399;
}

#header ul.navigation li.first {
	padding-top:0 !important;
}

#header ul.navigation li.last {
	padding-bottom:0 !important;
}

#header ul.navigation a {
	color:#74716d;
	text-decoration:none;
	font-weight:normal;
	line-height:16px;
}

#header ul.navigation a:hover {
	color:#ccc;
}

/* BODY */

#body {
	float:left;
	padding-top:130px;
	font-size:11px;
}

/* SIDE */

#side {
	text-align:right;
	float:right;
	width:270px;
	font-size:0.9em;
	line-height:16px;
}

#side p {
	text-align:right;
	padding:0;
	margin:0;
}

/* FOOTER */

#footer {
	width:285px;
	height:65px;
	background:url(/_media/footer.gif) no-repeat right bottom;
	margin-bottom:32px;
	position:relative;
}

#footer a {
	display:block;
	top:50px;
	left:180px;
	width:105px;
	height:15px;
	position:absolute;
}

#footer a span {
	display:none;
}

#photoSetupHost {
	position:relative;
	height:29px; /* 13px thumb + 16px top margin */
	_height:30px; /* IE6 */
	overflow:visible;
}

#thumbHost {
	position:relative;
	overflow:visible;
	height:29px; /* 16 pad + 13 squares */
}

.thumb {
	background-color: #8c8984;
	width: 13px;
	cursor:pointer;
}

.thumbSeparator {
	width: 2px;
}

.thumb, .thumbSeparator {
	height: 13px;
	float: right;
	font-size: 0;
	line-height: 0;
	margin-left: 4px;
	margin-top: 16px;
}

#photoHost {
	position:absolute;
	bottom:0px;
	height:500px;
	right: -625px; /* 620 */
	width: 570px;
	text-align:left;
}

.photoClient, .photoClient div, .photoClient img {
	position:absolute;
	bottom:0;
	left:0;
	display:block;
}

.photoClient div {
	background:transparent url(/_media/loader2.gif) no-repeat center center;
	border:1px solid #333;
	z-index: 100;
}

.photoClient img {
	z-index: 200;
}

.f-textArea, .f-textBox {
	background-color: #413f3b;
	color: #a6a39c;
	border:none;
	padding:3px;
	margin-top:4px;
	margin-bottom:10px;
	font-size:11px;
	font-weight:normal;
	font-family:Helvetica, Arial, sans-serif;
}

.f-textBox {
	width:285px;
}

.f-textArea {
	width:519px;
	height:170px;
}

.error {
	color:#994444;
	position:relative;
	top:-16px;
}

.clear-both {
	clear:both;
	font-size:0;
	line-height:0;
}

.cv h1 {
	font-size:16px;
	font-weight:bold;
	margin-bottom:18px;
	margin-top:34px;
}

.cv h1.first {
	margin-top:0;
}

.cv .block {
	margin-bottom:18px;
	clear:both;
	line-height:16px;
	width:470px;
}

.cv .block p {
	padding:0;
	margin:0;
}

.cv .left {
	float:left;
}

.cv .right {
	float:right;
}
.cv .right p {
	text-align:right;
}

/* OVERLAY ELEMENTS */

#overlayFade {
	background-color: #111; 
	z-index: 10000; 
	position:absolute; 
	width: 100%; 
	height: 100%;
}

#overlayPlate {
	width:2px;
	height:480px;
	background-color:#cccccc;
	position:absolute;
	z-index: 10001; 
	padding:10px 0 10px 0;
	
}

#overlayPlate, #overlayPlate a {
	line-height:16px;
	font-size:11px;
	color:#292929;
}

#overlayPlate a:hover {
	color:#777;
}

#overlayClient {
	position:absolute;
	z-index:10010;
	width:704px;
}

#overlayClient .controlsLeft {
	float:left;
}

#overlayPlate .controlsRight {
	float:right;
}

#overlayClient .picHost {
	top:10px;
	clear:both;
	width: 704px;
	height: 444px;
	position:relative;
	top:10px;
	overflow:hidden;
	z-index:10011;
}

#overlayClient .picClient {
	position:absolute;
	top:0;
	left:0;
	width:10000px;
	height:444px;
	z-index:10012;
}

#overlayClientReveal {
	z-index:11000;
	width:740px;
	height:500px;
	background-color:#ccc;
	position:absolute;
	top:0;
	left:0;
}

