/*------------------------------------------------------------------
  Overall styles
------------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
	}
	
body {
	background-color: #333;
	text-align: center;
	font-family: helvetica, arial, verdana, sans-serif;
	font-size: 12px;
	color: #fff;
	}
	
#wrapper {
	width: 730px;
	height: 380px;
	margin: 0 auto;
	margin-top: 40px;
	text-align: left;
	}
	
/*------------------------------------------------------------------
  Header and menu bar
------------------------------------------------------------------*/

h1 {
	width: 186px;
	height: 37px;
	background: url("images/header.png") no-repeat top left;
	font-size: 5px;
	text-indent: -9999px;
	float: left;
	margin: 0 0 18px 0;
	}
	
ul#menu {
	list-style-type: none;
	float: right;
	width: 355px;
	text-indent: -9999px;
	position: relative;
	right: -2px;
	top: 25px;
	height: 30px;
	}
	
body>#wrapper ul#menu {
	width: 319px;
	}
	
ul#menu li {
	display: block;
	float: left;
	width: 100%;
    margin: 0 0 0 35px;
	}
		
ul#menu li a {
	display: block;
	width: 100%;
	height: 30px;
	}
	
ul#menu li.current a {
	background: url("images/arrow-select-main.png") no-repeat bottom center;
	}
	
ul#menu li#images {
	background: url("images/menu-images.png") no-repeat top left;
	width: 68px;
	}
	
ul#menu li#about {
	background: url("images/menu-about.png") no-repeat top left;
	width: 62px;
	}
	
ul#menu li#contact {
	background: url("images/menu-contact.png") no-repeat top left;
	width: 84px;
	}
	
ul#menu li#images a:hover {
	background: url("images/menu-images-over.png") no-repeat top left;
	}
	
ul#menu li#about a:hover {
	background: url("images/menu-about-over.png") no-repeat top left;
	}
	
ul#menu li#contact a:hover {
	background: url("images/menu-contact-over.png") no-repeat top left;
	}
	
/*------------------------------------------------------------------
  Home page
------------------------------------------------------------------*/

img#homeimage {
	border-top: 4px solid #595959;
	border-bottom: 4px solid #595959;
	}
	
img.preload {
	display: none;
	}
	
/*------------------------------------------------------------------
  Images page
------------------------------------------------------------------*/

ul#submenu {
	clear: both;
	width: 100%;
	border-top: 4px solid #595959;
	border-bottom: 4px solid #595959;
	list-style-type: none;
	padding: 12px 0;
	}
	
ul#submenu li {
	display: inline;
	font-weight: bold;
	margin: 0 26px 0 0;
	padding: 12px 0;
	}
	
ul#submenu li.last {
	margin: 0;
	}
	
ul#submenu li.current {
	background: url("images/arrow-select-sub.png") no-repeat bottom center;
	}
	
ul#submenu li a,
ul#submenu li a:link,
ul#submenu li a:visited,
ul#submenu li a:hover,
ul#submenu li a:active {
	color: #fff;
	text-decoration: none;
	}
	
ul#submenu li a:hover {
	color: #595959;
	}
	
ul#submenu li.current a:hover {
	color: #fff;
	}
	
h2 {
	font-size: 12px;
	font-weight: bold;
	color: #595959;
	width: 100%;
	text-align: right;
	margin: 5px 0 0 0;
	}
	
h2 strong {
	color: #fff;
	margin: 0 5px 0 0;
	}
	
h2 a,
h2 a:link,
h2 a:visited,
h2 a:hover,
h2 a:active {
	margin: 0 0 0 5px;
	text-decoration: none;
	color: #595959;
	display: none;
	}
	
img#largephoto {
	display: block;
	margin: 0 auto;
	}
	
#thumbnails {
	width: 752px;
	margin: 15px 0 0 2px;
	padding: 0 0 40px 0;
	}
	
#thumbnails img {
	width: 60px;
	height: 60px;
	border: 3px solid #595959;
	/*margin: 0 18px 0 0;	This value is for when the scroll arrows are shown */
	margin: 0 28px 0 0;
	display: inline;
	cursor: pointer;
	cursor: hand;
	}
	
#thumbnails img.hidden {
	display: none;
	}
	
#thumbnails a {
	display: block;
	width: 15px;
	height: 27px;
	text-indent: -9999px;
	position: relative;
	top: 20px;
	}
	
#thumbnails a#left {
	background: url("images/thumbs-left.png") no-repeat top left;
	float: left;
	margin: 0 21px 0 0;
	}
	
#thumbnails a#right {
	background: url("images/thumbs-right.png") no-repeat top left;
	float: right;
	margin: -70px 25px 0 0;
	}
	
#thumbnails a {
	display: none;
	}
	
#description {
	display: none;
	background-color: #333;
	opacity: .9;
	filter: alpha(opacity=90);
	width: 730px;
	position: absolute;
	top: 515px;
	color: #fff;
	}
	
*html #wrapper #description{
	margin: 0 0 0 -2px;
	}
	
#description h3 {
	text-transform: uppercase;
	font-size: 11.5px;
	color: #999;
	margin: 10px 0 10px 10px;
	width: 90%;
	}
	
#description h4 {
	text-transform: uppercase;
	clear: both;
	text-align: right;
	font-size: 11.5px;
	margin: 0 10px 10px 0;
	}
	
*html #wrapper #description h4{
	position: relative;
	top: -5px;
	width: 98%;
	}
	
body>#wrapper #description h4 {
	clear: both;
	float: right;
	width: auto;
	text-align: left;
	}
	
#description h4 a,
#description h4 a:link,
#description h4 a:visited,
#description h4 a:hover,
#description h4 a:active {
	color: #999;
	text-decoration: none;
	}
	
#description p {
	width: 47%;
	float: left;
	margin: 0 5px 10px 10px;
	}
	
*html #wrapper #description p {
	margin: 0 5px 10px 5px;
	}
	

/*------------------------------------------------------------------
  About page
------------------------------------------------------------------*/

#content {
	clear: both;
	width: 100%;
	border-top: 4px solid #595959;
	border-bottom: 4px solid #595959;
	padding: 0 0 30px 0;
	}
	
#content img {
	float: right;
	margin: 75px 0 0 20px;
	}
	
#content p {
	margin: 20px 0 0 0;
	line-height: 180%;
	font-size: 13px;
	width: 64%;
	text-align: justify;
	}
	
#content a,
#content a:link,
#content a:visited,
#content a:active {
	color: #fff;
	text-decoration: none;
	background-color: #3D3D3D;
	border-bottom: 1px solid #fff;
	}
	
#content p a:hover {
	background-color: #fff;
	color: #595959;
	}
	
#content h2 {
	text-align: left;
	height: 23px;
	text-indent: -9999px;
	margin: 25px 0 0 0;
	}
	
#content h2#about {
	background: url("images/about-header.gif") no-repeat top left;
	}
	
#content h2#contact {
	background: url("images/contact-header.gif") no-repeat top left;
	}
	
#content ul {
	margin: 17px 0 0 0;
	list-style-type: none;
	}
	
#content ul li {
	line-height: 170%;
	margin: 0 0 5px 0;
	}
	
#content form#contact {
	margin: 30px 0 0 0;
	}
	
#content form#contact fieldset {
	border: none;
	}
	
#content form#contact legend {
	font-weight: bold;
	padding: 0 0 15px 0;
	}
	
#content form#contact label {
	display: block;
	margin: 0 0 5px 0;
	}
	
#content form#contact input {
	display: block;
	margin: 0 0 10px 0;
	width: 200px;
	}
	
#content form#contact input#submit {
	width: auto;
	height: auto;
	margin: 10px 0 0 0;
	}
	
#content form#contact textarea {
	width: 80%;
	height: 200px;
	}