@charset "utf-8";
/* CSS Document */
html{
	overflow:auto;
	background: #f0f1f6;
	}

html, body {
	margin:0;
	padding:0;
}
body{
	font-family: "Perpetua", "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	color: #444;
	font-size: 75%;
	width:100%;
	height:100%;
	background: #f0f1f6;
}
a{
	text-decoration: none;
}
a:focus, a:hover, a:active { text-decoration: underline; }

div#page {
	width: 810px;
	margin: 20px auto 0px auto;
	text-align: left;
	position: relative;
}
div#container { padding: 5px; }


div.content {
	/* The display of content is enabled by a javascript generated style on the page.
	   This is so that the slideshow content won't display unless javascript is enabled. */
	float:right;
	width:532px;
}
div.content a, div.navigation a {
	text-decoration: none;
	color: #ccc;
}
div.content  a:focus, div.content  a:hover, div.content  a:active {
	text-decoration: underline;
}
div.controls {
	margin-top: 5px;
	height: 30px;
	line-height:30px;
	font-size: 14px;
	font-weight: normal;
	width: 125px;
	letter-spacing:1px;
	padding-left: 70px;
	text-align: right;
}
div.controls a, div.controls a:visited {
	padding: 5px;
	color:#666;
}
div.controls a:hover{
	text-decoration:underline;
	}
div.ss-controls { display: none; }
div.nav-controls {
	float: left;
}

div.loader {
	background:#f1f0f8 url(/inc/img/ico/20090209_loader.gif) no-repeat center;
	width: 530px;
	height: 345px;
	text-align: center;
}
div.slideshow { 
	/*clear: both;*/
}
div.slideshow span.image-wrapper {
	float: left;
	padding-bottom: 12px;
}
div.slideshow a.advance-link {
	padding: 4px;
	display: block;
	border: 1px solid #ccc;
	background: #fff;
}
div.slideshow img {
	border: none;
	padding:0px;
	display: block;
}
div.download {
	float: right;
}
div.embox {
	clear: both;
	border: 1px solid #ccc;
	background-color: #FFF;
	padding: 12px;
}
div.image-title {
	font-weight: bold;
	font-size: 1.2em;
	display: none;
}

div.image-desc {
	line-height: 1.1em;
	padding-top: 12px;
	display: none;
}
ul.thumbs {
	clear: both;
	margin:2em;
	margin: 0;
	padding: 0;
	padding-left: 20px;
	padding-top: 10px;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 3px 2px 3px 2px;
	list-style: none;
	background: #fff;
}
a.thumb {
	display: block;
	border: 1px solid #ccc;
	background:#fff;
}
ul.thumbs li.selected a.thumb {
	background: #000;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	display: block;
	padding: 2px;
	border:none;
}
div.pagination {
	clear: both;
}
div.navigation div.top {
	margin-bottom: 5px;
	height: 11px;
}
div.navigation div.bottom {
	margin-top: 5px;
	padding-top:9px;
}
div.pagination a, div.pagination span.current {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	border: 1px solid #ccc;
}
div.pagination a:hover {
	background-color: #eee;
	text-decoration: none;
}
div.pagination span.current {
	font-weight: bold;
	background-color: #999;
	border-color: #333;
	color: #fff;
}

/* Minimal Gallery Styles */
#thumbs-min ul.thumbs li {
	float: none;
	padding: 0;
	margin: 0;
	list-style: none;
	background:#fff;
}

#thumbs-min a.thumb {
	padding: 2px;
	display: inline;
	border: none;
}

#thumbs-min ul.thumbs li.selected a.thumb {
	/*background: inherit;*/
	color: #000;
	font-weight: bold;
}

#nonSlideshowContentWrap {
	margin: 0px auto 5px auto;
	position: relative;
	clear:both;
	height: 170px;
	top: 10px;
}

div.navigation{
	width:210px;
	float: left;
	padding-left: 0px;
	margin-left: 0px;
	}
div.content{
	display:block;
	float: right;
	padding: 10px;
	background: #f0f1f6;
	}
#contactPage #page #nonSlideshowContentWrap {
	width: 530px;
	position: relative;
}


.next{
	padding-left:10px;}

.prev{
	padding-right:10px;}	


#navMenu {
	margin-top:2px;
	width: 532px;
	float: right;
	margin-right: 4px;
}
#navMenu a img, #navMenu a:visited img, #navMenu a:hover img {border:none;}

#navMenu table { width:100%;}
#contactPage #navMenu{
	position:fixed;
	top: 400px;
	width: 600px;
	}
.clear{clear:both;}
#logo {
	position:absolute;
	width:400px;
	height:107px;
	z-index:1;
	left: 406px;
	top: 48px;
	visibility: visible;
}
a#email{
	display:block;
	width:236px;
	position: absolute;
	top: 200px;
}
#contactPage a img{border:none;}
body#contactPage{margin-top:30px;text-align:center; background:url(/inc/img/bg/20090211_new_contact_wrap.png) no-repeat fixed center top;}
