* { padding:0; margin:0; }

h3, h4, h5, h6, blockquote, form, label, ol, dl, fieldset { margin-bottom: 1em; }

html { background: #d9e4b5 url(images/grad.gif) repeat-x top left; }

body {
	font: 62.5%/1.9em Georgia, Times New Roman, serif;
	color: #222;
}

ul { 
	list-style: none;
	margin-left: 40px;
	font-size: 1.3em;
}
  
p { 
	font-size: 1.3em; 
	margin: 0 40px 1em 0;
}
address { font-size: 1.3em; }

#content h1 { 
	font-family: Times New Roman, Times, Georgia, serif;
	font-size: 2.7em;
	margin: 30px 4px 10px 0; 
	color: #369;
	font-weight: normal; 
} 

a { text-decoration: none; color: #369; outline: none; }
a:hover { background: #369; color: #fff; }
a img { border: none; }
a img:hover { background: none; }

/* construct */
#container {
	width: 720px;
	margin: 0 auto;
	padding: 10px 10px 120px 10px;
	background: #fff url(images/footer.gif) 0 bottom no-repeat;
}

#header { height: 280px; }
#header h1 {
 text-indent: -9999px;
}
#header a { 
	position: absolute;
	left: -999em;
	text-decoration: none;
}
#header img {
	position: absolute;
	top: 239px;
}

#content { 
	width: 450px;
	margin: 0 0 30px 0; 
	padding-left: 14px;
}

#sidebar-a {
	float: right;
	width: 240px;
	min-height: 320px;
	_height: 320px;
}

#footer {
	clear: both;
	padding-top: 10px;
	font-size: 1.1em;
	color: #999;
}

#copyright { 
	float: right; 
	padding: 0 2px; 
	margin-left: 80px;
	margin-top: -30px; 
}

/* headers */
#header { background: url(images/headers/rotator.php) no-repeat; border: 2px solid #ccc; }

/* nav */
#navlist {
	width: 230px;
	margin: 50px 0 0 6px;
	padding: 51px 1px;
	font-family: Times New Roman, Georgia, serif;
	background: url(images/nav.gif) 20px 0 no-repeat;
}

#navlist ul {
	padding-bottom: 51px;
	background: url(images/nav2.gif) 30px 100% no-repeat;
}

#navlist em {
	border-bottom: 1px solid #fff;
	font-style: normal;
}

#navlist li {	padding: 1px 0; }
	
#navlist ul li a {
	display: block;
	margin-left: -40px;
	width: 198px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	padding: 6px 6px 6px 20px;
	font-size: 1.2em;
	opacity: 0.7;
	-khtml-opacity: 0.7;
	filter: alpha(opacity=70);
}

#navlist ul li a.about { background: #9c6; }
#navlist ul li a.pricing { background: #369; }
#navlist ul li a.contact { background: #fc6; }
#navlist ul li a.feedback { background: #933; }
#navlist ul li a.gallery { background: #ccc; }

#navlist ul li a:hover, #uberlink a.about, #uberlink a.pricing, #uberlink a.contact, #uberlink a.feedback, #uberlink a.gallery {
	opacity: 0.999;
	-khtml-opacity: 0.999;
	filter: alpha(opacity=99);
}

/* gallery */
#choose { margin: 20px 0 30px 0; }
#choose img { margin: 2px; padding: 0; border: 2px solid #c6c6c6; }
#choose a:hover { background: none; }
#choose img:hover, #choose img.sfhover {
	padding: 0;
	border: 2px solid #999;
}

/* misc */
address {
	letter-spacing: 1px;
	font-style: normal;
	margin: 0 0 0.5em 0;
}
#sidebar-a p {
	background: none;
	border: none;
	font-weight: bold;
	margin: 1em 0 0 8px;
}

form { font-size: 1.2em; }

legend { padding: 0 0 0.5em 0; }

fieldset {
	display: block;
	text-align: left;
	width: 280px;
	padding: 0.5em 12px 0 0;
	border: none;
}

legend {
	font-weight: bold;
	color: #000;
	padding: 0 0.5em 0 0; 
}

label {
	display: block;
	margin: 0.3em 0 0 0;
	color: #369;
	_font-size: 90%;
}

input, textarea, select {
	border-top:1px solid #7c7c7c;
	border-left:1px solid #c3c3c3;
	border-right:1px solid #c3c3c3;
	border-bottom:1px solid #ddd;
	background:#f7f7f7 url(images/fieldbg.gif) repeat-x top;
	color: #333;
}

select { margin-left: 1.2em; _margin-left: 1.4em; }

#submit { width: 13em; _width: 8em; color:#369; border: 3px double #ccc; background: #fff; height: 2em; }

/* lightbox */
#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#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.4em;
	}

#imageData{ padding: 0 10px; }
#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: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
	
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

.sIFR-hasFlash h1 {
	visibility: hidden;
	line-height: 1em;
}

