* {
	margin: 0;
	padding: 0;
}

body {
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #888888;
	background-color:#1e3750;
}

form {
}

input, textarea {
	padding: 2px 5px;
	font: normal 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333333;
}

h1, h2, h3 {
	margin-top: 1.5em;
	font-weight: normal;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-top: 1.5em;
	line-height: 160%;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	text-decoration: none;
	color: #888888;
}

a:hover {
	text-decoration:underline;
	color: #3760BF;

}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

hr {
	display: none;
}

/* Header */

#header {
	margin: 0 auto;	
	background: url(images/pheader-bg.jpg) repeat-y center;
	border-bottom: #000000 10px solid;
}

#logo {
	width: 778px;
	background:url(images/pheader-v2.jpg) no-repeat;
	height: 72px;
	margin: 0 auto;

}

#logo h1, #logo h2 {
	margin: 0;
	letter-spacing: -0.05em;
	text-transform: lowercase;
	font-weight: normal;
	color: #FFFFFF;
}

#logo h1 {
	float: left;
	padding-top: 40px;
	font-size: 4em;
}

#logo h1 a {
	text-decoration: none;
	color: #FFFFFF;
}

#logo h2 {
	float: left;
	padding: 67px 0 0 8px;
	font-size: 2em;
	font-style: italic;
	color: #858585;
}

/* Menu */

#menu-wrap {
	padding-top: 54px;
}

#menu {
	width: 770px;
	margin: 0 auto;	
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
	line-height: 8px;
}

#menu a {
	float: right;
	margin-right: 5px;
	padding: 5px 10px 5px 10px;
	background: #4C4D51;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 9px;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: none;
	background: #000000;
}

#menu .first a {
	background: #000000;
}

/* Page */



#content {
	background: #000000 url(images/content-bg.jpg);
	border-bottom: #855C26 1px solid;
	border-top: #855C26 1px solid;
}

#content-wrap {
	width: 778px;
	margin: 0 auto;
	padding:10px 0px 10px 0px;
}

#content-wrap img {
	border: 1px solid #4C4D51;
	background-color: #1a1a1a;
	margin: 1px;
	padding: 5px;
}


#content-box 	{
	border: #4C4D51 1px solid;
	padding: 5px;
	text-align:center;
	background: url(images/inner-content-bg.jpg);
}

#content-box img {
	border: 1px solid #4C4D51;
	background-color: #1a1a1a;
	margin: 1px;
	padding: 5px;
}

#content-box table a:hover {
	text-decoration:none
}

/* Gallery Content */
#gcontent {
	margin-left: 235px;
	padding: 0px 0 0 0px;
}

/* End of Gallery Content */

/* Sidebar */

#sidebar {
	float: left;
	width: 200px;
	margin:0px 0px 0px 25px;
}

#sidebar ul {
	margin: 0 0 15px 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0px 0px 5px 10px;
}

#sidebar li a {
	text-decoration: none;
	list-style-type:square;
}

#sidebar li a:hover {
	list-style-type:square;
	text-decoration: none;
	font-weight: bold;
	color: #3CB7FF;
}


#sidebar h2 {
	margin:0px;
	padding: 0px 0px 10px 0px;
	text-transform: lowercase;
	font-weight: normal;
	font-size: 1.4em;
	color: #3CB7FF;
}



/* Fader */
#fader-box {
	height:410px;
}

#fader-box img {
	display:none;
	position:absolute;
}

/* end of Fader */

#samples ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#samples li {
	display: inline;
	line-height: 8px;
}




/* Footer */

#footer {
	clear: both;
	margin: 0 auto;
	padding: 10px 0;
	text-align: center;
	border-top: #000000 10px solid;
}

#footer p {
	margin: 0;
	font-size: .8em;
	color: #666666;
}



/* Lightbox */
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #1a1a1a; width: 250px; height: 250px; margin: 0 auto; border: 1px solid #4C4D51; }
#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: 10pt Verdana, Helvetica, sans-serif; background-color: #4C4D51; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; border: 1px solid #4C4D51; }

#imageData{	padding:5px; color: #ffffff; }
#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: 90; width: 100%; height: 500px; background-color: #000; }

 