* {
	margin: 0px;
	padding: 0px;
	margin: 0 auto;
}

body {
	background: #fff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #b9b9b9;
	line-height: 16px;
	margin: 0 auto;
}

.bodybold {
	font-weight: bold;
}

.clear {
	clear: both;
}


/* Layout
=================================*/

#wrapper {
	width: 852px;
}

#header {
	margin-top: 10px;
}

#header img {
	float:left;
}

#body_container {
	width: 850px;
	height: 485px;
	border: 1px #b8b8b8 solid;
	margin-top: 0px;
}

/* Main Navigation
=================================*/
#mainnav {
	margin:0;
	padding:0;
	background:#fff;
	width:300px;
	float:right;
	margin-top: 92px;
}

#mainnav li {
	display:inline;
	padding:0;
	margin:0;
	float: right;
}

#mainnav a:link,
#mainnav a:visited {
	color:#b9b9b9;
	background-color: #fdfbb8;
	padding: 5px 15px;
	margin: 0px 0px 0px 12px;
	float:left;
	width:auto;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform:uppercase;
}

#mainnav a:hover {
	color:#fff;
	background:#c2c3c4;
}

#design #nav-design a,
#art #nav-art a,
#about #nav-about a{
	background:#c2c3c4;
	color:#fff;
	text-shadow:none;
	outline:none;
}

#design #nav-design a:hover,
#art #nav-art a:hover,
#about #nav-about a:hover{
	background:#c2c3c4;
}

#mainnav a:active {
	background:#c2c3c4;
	color:#fff;
}

/* Design and Art pages
=================================*/

#design_wrapper {
	width: 561px;
	margin-top: 20px;
}

#design_wrapper img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#design_wrapper a.no_link {	
	color: none;	
	background: none;
	text-decoration: none;
	padding: 0px;
	outline: none;
	cursor:hand;
}

#design_info {
	width: 561px;
    margin-left: auto;
    margin-right: auto;
	padding-top: 20px;
}

#design_info p.title {
	padding: 0px;
	font-weight: bold;
}

#design_info p.title span {
	font-size: 11px;
	font-weight: normal;
}

#design_info p.title a:link, 
#design_info p.title a:visited {	
	color:#a5a5a5;
	background-color: #fdfbb8;
	text-decoration: none;
	padding: 5px 15px;
	outline: none;
}

#design_info p.title a:hover {
	color:#fff;
	background: #c2c3c4;
	text-decoration: none;
	padding: 5px 15px;
}

#design_info p.title a.no_link {	
	display:none;
} 

#design_info p {
	padding: 10px 5px 0px 15px;
	line-height: 16px;
}

#arrow_prev {
	width: 34px;
	height: 32px;
	float: left;
	margin: 350px 0px 20px 25px;
	display:inline;
}
 
#arrow_prev a#prev {
  	display: block;
  	width: 34px;
  	height: 32px;
	padding: 0px;
  	background: url("../images/arrow_prev_all.gif") no-repeat 0 0;
	outline: none;
}

#arrow_prev a#prev:hover { 
  	background-position: 0 -31px;
}

#arrow_prev a#prev.off { 
  	background-position: 0 -63px;
  	cursor: default;
}
#arrow_prev a#prev.off:hover { 
  	background-position: 0 -63px;
  	cursor: default;
}
/*
#arrow_prev span {
 	display: none;
}
*/
#arrow_next {
	width: 34px;
	height: 32px;
	float: right;
	margin: 350px 25px 0px 0px;
	display:inline;
}

#arrow_next a#next {
  	display: block;
  	width: 34px;
  	height: 32px;
	padding: 0px;
  	background: url("../images/arrow_next_all.gif") no-repeat 0 0;
	outline:none;
}

#arrow_next a#next:hover { 
  	background-position: 0 -31px;
}

#arrow_next a#next.off { 
  	background-position: 0 -63px;
  	cursor: default;
}
#arrow_prev a#prev.off:hover { 
  	background-position: 0 -63px;
  	cursor: default;
}
/*
#arrow_next span {
  	display: none;
}
*/

/* About page
=================================*/

#about_wrapper {
	width: 561px;
	margin-top: 20px;
}

#about_wrapper #headshot {
	width: 258px;
	float: left;
	padding: 1px 15px 0px 1px;
}

#about_wrapper #bio {
	width: 280px;
	line-height: 18px;
	float: right;
}

#about_wrapper a:link,
#about_wrapper a:visited {
	color:#a5a5a5;
	background-color: #fdfbb8;
	text-decoration: none;
	padding: 4px 7px;
	outline: none;
}

#about_wrapper a:hover {
	color:#fff;
	background: #c2c3c4;
	text-decoration: none;
	padding: 4px 7px;
}


/* Slideshow
=================================*/

#slideshow * { 
	margin: 0; 
	padding: 0; 
}

#slideshow {
	background: url('../images/bg_slideshow.gif');
	position: relative;
	margin-left: 70px; 
	width: 780px; 
	height: 484px; 
	z-index: 10;
}

#slideshow #menu, #slideshow #pictures, #slideshow #loading { 
	position: absolute; 
}

#slideshow #loading { 
	display: block; 
	top: 158px; 
	left: 205px; 
	text-indent: -5000px; 
	width: 24px; 
	height: 24px; 
	visibility: hidden; 
	z-index: 5; 
}

#slideshow #pictures { 
	width: 561px;
	height: 480px;
	left: 7px; 
	overflow: hidden; 
}

#slideshow #pictures li { 	
	width: 561px;
	display: block; 
	position: absolute; 
	top: 0; 
}

#slideshow #pictures li img { 
	display: block; 
	position: relative; 
	bottom: 0; 
	padding-top: 35px;
}

#slideshow #menu { 
	list-style-type: none; 
	width: 145px; 
	height: 257px; 
	right: 0; 
	padding-top: 33px; 
}

#slideshow #menu li { 
	display: block; 
	z-index: 50;
	position: relative; 
	zoom: 1; 
}

#slideshow #menu li a { 
	display: block; 
	font: 11px "Lucida Grande", "Verdana"; 
	text-decoration: none; 
	padding: 7px 0 7px 17px; 
	z-index: 50; 
	color: #b9b9b9; 
	line-height: 14px; 
	vertical-align: middle; 
	zoom: 1; 
}

#slideshow #menu li a:focus { 
	outline: 0; 
}

#slideshow #menu li a:hover { 
	color: #ababab; 
}

#slideshow #menu li.current a { 
	color: #ababab; 
	background-color: #fdfbb8;
	padding: 7px 0 7px 17px; 
	line-height: 14px; 
}

#slideshow #menu li.background { 
	background-color: #fdfcd7;
	position: absolute; 
	font-size: 1px; 
	z-index: 5; 
}

#slideshow #menu li.divider {
	margin-top: 130px;
	background: url('../images/divider.gif') no-repeat top center;
	z-index:50;
}

html>body #slideshow #menu li.divider {
	margin-top: 160px;
}

#slideshow .image_details {
	width: 550px;
	height: 128px;
	background: #fff;
	padding-left: 10px;
}

#slideshow .image_details h1 {
	width: 540px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #979797;
	line-height: 16px;
	background: #fff;
	padding: 18px 10px 8px 0px;
	font-weight: bold;
}

#slideshow .image_details h1 a:link {
	color: #b9b9b9;	
	background-color: #fdfbb8;
	text-decoration: none;
	padding: 4px 7px;
	outline: none;
	font-weight: normal;
}

#slideshow .image_details h1 a:visited {
	color: #b9b9b9;	
	background-color: #fdfbb8;
	text-decoration: none;
	padding: 4px 7px;
	outline: none;
	font-weight: normal;
}

#slideshow .image_details h1 a:hover {
	color:#fff;
	background-color: #c2c3c4;
	text-decoration: none;
	padding: 4px 7px;
}


#slideshow .image_details p {
	width: 540px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ababab;
	line-height: 16px;
	padding: 0px;
}

#slideshow .image_details a.detail_link {
	padding: 2px 5px 2px 5px;
	margin: 0px 2px 0px 0px;
	color: #b9b9b9; 
	background-color: #fffed3;
	text-decoration: none;
	outline: none;
}

#slideshow .image_details a:hover {
	color: #ababab; 
	background-color: #fdfbb8;
	text-decoration: none;
}

#slideshow #menu li.about_link { 
	display: block; 
	z-index: 50;
	position: relative; 
	zoom: 1; 
}

#slideshow li.bio_wrapper {
	background: #fff;
	height: 475px;
	display: block; 
	position: relative; 
	zoom: 1;
}

#slideshow .headshot {
	float: left;
	width: 260px;
}
#slideshow .headshot img {
	float: left;
}

#slideshow .headshot p.credit {
	width: 253px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #c1c1c1;
	line-height: 26px;
}

#slideshow .bio {
	width: 275px;
	height: 428px;
	background: #fff;
	padding-left: 10px;
	float: right;
}

#slideshow .bio p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ababab;
	line-height: 17px;
	padding: 35px 0px 20px 0px;
}

#slideshow .bio p.divider_long {
  	background: url("../images/divider_long.jpg") no-repeat;
	line-height: 18px;
	padding: 28px 0px 0px 0px;
}

#slideshow .bio a:link {
	color: #b9b9b9;	
	background-color: #fdfbb8;
	text-decoration: none;
	padding: 4px 7px;
	outline: none;
}

#slideshow .bio a:visited {
	color: #b9b9b9;	
	background-color: #fdfbb8;
	text-decoration: none;
	padding: 4px 7px;
	outline: none;
}

#slideshow .bio a:hover {
	color:#fff;
	background-color: #c2c3c4;
	text-decoration: none;
	padding: 4px 7px;
}


#slideshow li.news {
	height: 475px;
	background: #fff;
	display: block; 
	position: relative; 
	zoom: 1;
}

#slideshow li.news h1 {
	width: 550px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #9d9d9d;
	line-height: 18px;
}

#slideshow li.news p {
	width: 550px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ababab;
	line-height: 18px;
	padding-bottom: 8px;
}

#slideshow li.news p .date {
	color: #cdcdcd;
}

#slideshow #secondary_menu { 
	list-style-type: none; 
	width: 145px; 
	height: 157px; 
	right: 0; 
	margin-top: 400px; 
	position: absolute;
}

#slideshow #secondary_menu li { 
	display: block; 
	z-index: 50;
}

#slideshow #secondary_menu li a { 
	display: block; 
	font: 11px "Lucida Grande", "Verdana"; 
	text-decoration: none; 
	padding: 7px 0 7px 17px; 
	z-index: 1000; 
	color: #b9b9b9; 
	line-height: 14px; 
	vertical-align: middle; 
}


/* Footer
=================================*/

#footer {
	width: 375px;
	float: right;
	margin: 0px;
	padding: 0px;
}

#footer p {
	font-size: 11px;
	margin: 10px 0px 9px 0px;	
	line-height: 18px;
	float: right;
}

#footer img {	
	float: right;
}

#footer a:link {
	color: #b9b9b9;	
	background-color: #fdfbb8;
	text-decoration: none;
	padding: 4px 7px;
	outline: none;
}

#footer a:visited {
	color: #b9b9b9;	
	background-color: #fdfbb8;
	text-decoration: none;
	padding: 4px 7px;
	outline: none;
}

#footer a:hover {
	color:#fff;
	background-color: #c2c3c4;
	text-decoration: none;
	padding: 4px 7px;
}