@charset "UTF-8";
/* CSS Document */

:focus {
	outline: 0;
}
* {
	padding:0;
	margin:0;
}
body {
	text-align:center;
	font-size: 62.5%;
	background-color: #794F62;
	padding:0;
	margin:0;
}
#wrapper {
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	height:570px;
	width: 800px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-attachment: scroll;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	position:relative;
	padding-top: 35px;
}
#header {
	height: 43px;
	width:753px;
	padding-left:47px;
	margin-left: 63px;
}
#content {
	height: 487px;
	width: 800px;
	margin-left: 63px;
}
#data {
	padding: 10px;
	float: left;
	height: 447px;
	width: 393px;
	display:table;
	position:static;
	overflow:hidden;
}
/*#middle {
	display:table-cell;
	position:static;
	vertical-align:middle;
	top: 50%;
}
#inner {
	position:relative;
	top:-50%;
}*/
#footer {
	clear: both;
	float: none;
	height: 23px;
	width: 620px;
	padding-top: 7px;
	padding-left: 180px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #FFF;
	font-weight: normal;
}

#iwrapper {
	background:none scroll 0 0;
	height: 520px;
	width: 640px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#ifooter1 {
	margin-top:10px;
	text-align:left;
	float: left;
	height: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #FFF;
	font-weight: normal;
}
#ifooter2 {
	margin-top:10px;
	float: right;
	width: 100px;
	text-align: right;
	height: 40px;
	vertical-align: bottom;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #FFF;
	font-weight: normal;
}
#iwrapper table {
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#pname {
	height: 487px;
	width: 241px;
	float: left;
	vertical-align: middle;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #795062;
	text-decoration: none;
	margin-bottom: 0.3em;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #666;
	font-weight: normal;
	line-height: 1.4em;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	letter-spacing: normal;
	margin-bottom:1.4em;
}
.bold {
	color:#794f62;
	font-weight:bold;
}
/*=====================
LINKS
=======================*/
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#ifooter1 a {
	color: #FFF;
	font-style:normal;
	text-decoration: underline;
}
#ifooter2 a {
	color: #FFF;
	font-style:normal;
	text-decoration: underline;
}
#footer a:link {
	color: #FFF;
	font-style:normal;
	text-decoration: none;
}
#footer a:visited {
	color: #FFF;
	font-style:normal;
	text-decoration: none;
}
#footer a:hover {
	color: #FCC;
	font-style:normal;
	text-decoration: none;
}
#footer a:active {
	color: #FCC;
	font-style:normal;
	text-decoration: none;
}
#content a:link {
	color: #794F62;
	text-decoration: underline;
}
#content a:visited {
	color: #794F62;
	text-decoration: underline;
}
#content a:hover {
	color: #794F62;
	text-decoration: underline;
}
#content a:active {
	color: #794F62;
	text-decoration: underline;
}

#data a img {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	height: 50px;
	width: 50px;
	float:left;
}

/*==============================================
LIGHTBOX CSS
================================================*/
#lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 150;
	text-align: center;
	line-height: 0;
}
#lightbox img {
	width: auto;
	height: auto;
}
#lightbox a img {
	border: none;
}
#outerImageContainer {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin-top: -25px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#imageContainer {
	padding: 10px;
}
#loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#hoverNav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#imageContainer>#hoverNav {
	left: 0;
}
#hoverNav a {
	outline: none;
}
#prevLink, #nextLink {
	width: 49%;
	height: 100%;
	background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */
	display: block;
}
#prevLink {
	left: 0;
	float: left;
}
#nextLink {
	right: 0;
	float: right;
}
#prevLink:hover, #prevlink:visited:hover {
	background: url(images/prevlabel.gif) left 15% no-repeat;
}
#nextLink:hover, #nextlink:visited:hover {
	background: url(images/nextlabel.gif) right 15% no-repeat;
}
#imageDataContainer {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
}
#imageData {
	padding:0 10px;
	color: #666;
}
#imageData #imageDetails {
	width: 70%;
	float: left;
	text-align: left;
}
#imageData #caption {
	font-weight: bold;
}
#imageData #numberDisplay {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}
#imageData #bottomNavClose {
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
	outline: none;
}
#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 120;
	width: 100%;
	height: 500px;
	background-color: #000;
}
#image_wrapper{
	width:100%;
	float:left;
}
/*=========================================
END LIGHTBOX
===========================================*//* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/dd_valid.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* common styling */
.menu {
	font-family:Arial, Helvetica, sans-serif;
	height:31px;
	position:absolute;
	font-size:1.3em;
	letter-spacing:0.1em;
	z-index:100;
	float:right;
	left:307px;
	top:41px;
	font-weight:bold;
	vertical-align:middle;
}
.menu ul li a, .menu ul li a:visited {
	display:block;
	text-decoration:none;
	color:#000;
	width:75px;
	height:30px;
	text-align:center;
	color:#fff;
	line-height:20px;
	font-size:1em;
	overflow:hidden;
	vertical-align: middle;
}
.menu ul {
	padding:0;
	margin:0;
	list-style: none;
}
.menu ul li {
	float:left;
	position:relative;
}
.menu ul li ul {
	display:none;
}
/* specific to non IE browsers */
.menu ul li:hover a {
	color:#fcc;
	/*background:#fff*/
}
.menu ul li:hover ul {
	display:block;
	position:absolute;
	top:31px;
	left:0;
	width:100px;
}
.menu ul li:hover ul li a.hide {
	color:#fff;
	background:#fff;
}
.menu ul li:hover ul li:hover a.hide {
	color:#795062;
	background:#fff;
	letter-spacing:normal;
	font-size:1.0em;
	font-weight:normal;
}
.menu ul li:hover ul li ul {
	display:none;
}
.menu ul li:hover ul li a {
	display:block;
	background:#795062;
	color:#fff;
	letter-spacing:normal;
	font-size:1.0em;
	font-weight:normal;
	vertical-align:middle;
}
.menu ul li:hover ul li a:hover {
	color:#795062;
	background:#fff;
	letter-spacing:normal;
	font-size:1.0em;
	font-weight:normal;
	vertical-align:middle;
}
.menu ul li:hover ul li:hover ul {
	display:block;
	position:absolute;
	left:105px;
	top:0;
	letter-spacing:normal;
	vertical-align:middle;
}
.menu ul li:hover ul li:hover ul.left {
	left:-105px;
}
/* ===================================================
		END OF Stu Nicholls Copyright © SECTION
	=================================================*/
