@charset "UTF-8";

/* CSS Document                  */
/* xx    */
/* xx    */


body {
	font-family: Arial;
	font-size: 0.75em;
	background-color: #FFF;
}

h1 { margin: 0px; color: #fff; font-size: 1.75em; letter-spacing: 2px; font-weight: normal; }
h2 { margin: 0px; color: #555; font-size: 1.25em; letter-spacing: 19px; font-weight: normal; text-transform: uppercase; }

p { margin: 0px 0px 15px 0px;  }
a img { border: none; }
a { color: #fff; }
a:hover { color: #bbb; }

a.contactLink {
	font-size: .8em;
	padding: 0px 30px 0px 0px;
	text-transform: uppercase;
	text-decoration: none;
	background-image: url(../images/template/link_email.png);
	background-repeat: no-repeat;
	background-position: right 0px;
}
a.zoom {
	font-size: 0.8em;
	background: url(../images/template/link_zoom2.png) no-repeat 0px 0px;
	padding: 0px 0px 5px 20px;
	text-transform: uppercase;
	text-decoration: none
}

.clear_both { clear: both; line-height: 1px; }

.gallery_data { padding: 40px; display: none; }
.gallery_preload_area { display: none; }

.gallery_container {
	width: 960px;
	position: absolute;
	left: 1px;
	top: 255px;
	z-index: 3;
}

.gallery_credit { margin: 0px 0px 10px 15px; float: left; width: 425px; }
.gallery_type {
	float: none;
	width: 400px;
	text-align: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 16em;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

.gallery_top {
	margin: 0px;
	padding: 0px;
	height: 20px;
	background-position: 0px 0px;
}
.gallery_content {
	margin: 0px;
	padding: 15px 0px 1px 0px;
}
.gallery_bottom {
	margin: 0px;
	padding: 0px;
	height: 20px;
	background-position: 0px 0px;
}
.gallery_thumbnails { width: 500px; margin-left: 40px; float: left; }
.gallery_thumbnails a {
	display: block;
	height: 75px;
	width: 75px;
	float: left;
	border: 1px solid #555;
	margin: 0px 23px 23px 0px;
}
.gallery_thumbnails a:hover {
	border-color: #ED6D30;
}
.gallery_thumbnails a.selected { border-color: #fff; }

.gallery_preview { width: 375px; height: 375px; float: left; }
.gallery_preview a { display: block; width: 375px; height: 375px; border: 1px solid #555; }
.gallery_preview a:hover { border-color: #fff; }

.gallery_contact {
	width: 477px;
	height: 60px;
	margin-left: 40px;
	padding-right: 23px;
	float: left;
	text-align: right;
	color: #3D5351;
	margin-top: 30px;
}
.gallery_caption {
	width: 375px;
	float: left;
	color: #3D5351;
}


/* Hide for browsers with no JavaScript support */

.gallery_data { display: block }
.gallery_thumbnails { width: auto; }
.gallery_preview { display: none; }
.gallery_caption {
	display: none;
	margin-top: 30px;
}
