body {
	background:#fcfaf2;
	text-align:center;
	width:653px;
	margin:0 auto;	
	padding:0;
	font:65% arial, sans-serif;
	color:#777;
	
}

#container {
	text-align:left;
}

/* ----- Thumbs
------------------------------------------------------------------*/


#thumbs {
	list-style-type:none;
}

#thumbs li {
	display:block;
	float:left;
	margin:15px 15px 20px 0;
}

#thumbs li.end {
	margin: 15px 0 0 0;
}


/* ----- Navigation 
------------------------------------------------------------------ */

#nav { 
	list-style:none; 
	padding:30px 0;
	margin:0; 
	float:right;
}


#nav li { 
	display:block;
	margin:0 35px; 
	font-size:1.1em; 
}

#nav a { 
	color:#d51771; 
	padding:1px 10px 3px;
	text-decoration:none;  
}

#nav a:hover { 
	color:#000;
}


/* ----- Portfolio Items 
------------------------------------------------------------------ */

#portfolio {
	background:#dedbdb;
	color:#555;
	margin:0 0 30px 0;
}

.portfolio-item {
	padding:5px;
}

#portfolio p {
	padding:0 10px;
	margin:10px 0 5px 0;
}

#portfolio span {
	color:#3bc7cc;
}



/* ----- Layout 
------------------------------------------------------------------ */

#header {
	background-image: url('../images/new/header.jpg');
	height:105px;
	overflow:hidden;
}

#subheader {
	background-image: url('../images/new/flash-fpo.jpg');
	height:106px;
	margin: 0;
}

#vertical_slide 
{
	background: url(../images/chest.jpg) no-repeat;
    color: #8A7575;
	font-weight: bold;
    width: 653px;
    height: 550px;
    margin:0 0 25px 0;
	
}

.logo {
	float:left;
	margin:0;
	padding:0;
}

#content {
	border:1px solid #d8d4d4;
	border-width:1px 0 0 0;
	padding:20px 0 0 0;
	margin:10px 0 30px 0;;
}

#left {
	width:290px;
	float:left;
}

#left p {
	font-size:1.1em;
	line-height:16px;
	margin:10px 0;
}

#right {
	width:310px;
	float:right;
}

#right p {
	font-size:1.1em;
	line-height:16px;
	margin:10px 0;
}

#footer {
	clear:both;
	border:1px solid #d8d4d4;
	border-width:1px 0 0 0;
	padding:20px 0 0 0;
	margin:10px 0 30px 0;
}

#footer p {
	margin:0;
	color:#555;
}


/* ----- Form Elements 
------------------------------------------------------------------ */
fieldset#formwrap { 
border:0;
}

fieldset { 
 border:0;
}

#mainlegend { 
display: none;
}

/*legend {display:none;}


input#phone {display:none;}*/

.main_formhead, .formhead { 
  display:none; 
}

label {
font-size: 10px;
color:#3bc7cc;
}


#form {
	margin:10px 0;
}

#form p {
	color:#3bc7cc;
}

input, textarea, input.med, input.short, select.med, textarea.textbox {
	border:0;
	background:#d8d4d4;
	font: 1.1em sans-serif;
	color:#777;
	padding:5px;
	margin:5px 0;
}

input:hover, textarea:hover {
	background:#3bc7cc;
}

input:focus, textarea:focus {
	background:#d8d4d4;
}

p.creditline { 
  display: none; 
}


/* ----- Typography 
------------------------------------------------------------------ */

p {
	margin:5px 0;
	padding:0px;
	line-height:14px;
}

p span {
	color:#777;
}

h1 {
	font:14px Georgia, Times, serif;
	font-weight:bold;
	margin:0;
	padding:0;
	color:#3bc7cc;
}

li {
	margin:5px 0;
	list-style-type:square;
}

a { color:#3bc7cc; text-decoration:underline; }
a:hover { color:#000; text-decoration:underline; }

small {color:#3bc7cc;}

/* Lightbox ========================================= */

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	background-color: #fff;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 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: transparent url(../images/blank.gif) no-repeat; /* 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.6em;
	overflow: none;
	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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #3bc7cc;
	}