@import url(reset.css);

body
{
	margin: 0;
	padding: 0;

	background-color: #fff;
	color: #444;

	line-height: 1;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
}

#container
{
	font-size: 1.0em;
	line-height: 1.3em;
}

h1,h2,h3,h4
{
	margin-bottom: 16px;
}

h1
{
	font-size: 2em;
}

h2
{
	font-size: 36pt;
	color: #f1592a;
}

h3
{
	font-size: 24pt;
	color: #222;
}

h4
{
	font-size: 1.50em;
}

p
{
	margin-bottom: 8px;
}

ul
{
	margin-left: 32px;
}

li
{
	list-style: disc;
	line-height: 1.4em;
}

a:link, a:visited
{
	color: #f1592a;
	text-decoration: none;
}

a:hover, a:active
{
	text-decoration: underline;
}

#header
{
	background: url(../img/header-background.png) bottom repeat-x;
	height: 320px;
}

#header h1
{
	margin: 0;
	padding: 0;
	text-indent: -10000px;
	height: 306px;
	width: 251px;
	position: absolute;
	right: 32px;
}

#header h1 a
{
	width: 100%;
	height: 100%;
	display: block;
	background: url(../img/logo.png) right bottom no-repeat;

}

#header div.container
{
	position: relative;
}

/* START NAVIGATION
------------------------- */

#navigation
{
	position: absolute;
	top: 32px;
	margin: 0 auto;

	width: 632px;

	padding: 8px 0;

	border-bottom: 1px dotted #444;
	text-align: left;
}

#navigation ul
{
	margin: 0;
	padding: 0;
}

#navigation ul li
{
	margin: 0;
	padding: 0;

	list-style: none;

	float: left;
	display: -moz-inline-box;
	display: inline-block;

}

#navigation ul li a:link, #navigation ul li a:visited
{
	padding: 0 32px 0 16px;

	color: #ccc;

	font-size: 1.2em;
	text-decoration: none;
	text-transform: lowercase;
}

#navigation ul li a:hover, #navigation ul li a:active
{
	color: #f1592a;
}

/* END NAVIGATION
---------------------- */


#content
{
	min-height: 292px;
}

#footer
{
	margin: 16px 0 0 0;
	padding: 32px 0 8px 0;
	clear: both;
	color: #aaa;
	font-size: 8pt;
	background: #0c0c0c url(../img/footer-background.png) repeat-x;
}

#footer p
{
	margin: 1pt 0;
}


.container
{
	width: 960px;
	margin: 0 auto;
}

.column-left, .column-middle, .column-right, .column-left-wide, .column-right-wide
{
	display: inline;
	float: left;
	margin: 8px 0;
}

.column-left, .column-middle, .column-right
{
	width: 312px;
}

.column-left-wide, .column-right-wide
{
	width: 632px;
}

.column-left
{
	margin-right: 8px;
}

.column-right
{
	margin-left: 8px;
}

.column-middle
{
	margin-left: 4px;
	margin-right: 4px;
}

.column-left-wide
{
	margin-right: 8px;
	float: left;
}

.column-right-wide
{
	margin-left: 8px;
}

.clear
{
	clear: both;
}

.sIFR-replaced
{
	margin: 0;
}

#scroller-container
{
	position: absolute;
	top: 80px;
	width: 632px;
}

div.scroller
{
	border: 0;
	height: 210px;
	overflow: hidden;
	width: 632px;
	position: relative;
}

div.scroller div.section
{
	float: left;
	height: 210px;
	overflow: hidden;
	padding: 0;
	width: 632px;
}

div.scroller div.section img
{
}

div.scroller div.content
{
	width: 50000px;
}

#main
{
	width: 600px;
	float: left;
}

#sidebar
{
	padding-left: 20px;
	width: 300px;
	float: right;

	background: url(../img/sidebar-background.png) no-repeat;
}


form div
{
	margin: 8pt 0;
}

form label
{
	display: block;
}

form div input
{
	width: 120px;
}

.gallery-images
{
}

.gallery-images ul
{
}

.gallery-images ul li
{
	margin: 5px;
	padding: 0;
	list-style: none;
	display: inline-block;
}

.gallery-images ul li a:link, .gallery-images ul li a:visited
{
	display: inline-block;
	padding: 1px;
	margin: 0;
	text-decoration: none;
}

.gallery-images ul li a:hover, .gallery-images ul li a:active
{
}

.gallery-images ul li a:link span, .gallery-images ul li a:visited span
{
}

.gallery-images ul li a:link span img, .gallery-images ul li a:visited span img
{
	border: 1px solid #ddd;
	padding: 1px;
}

.gallery-images ul li a:hover span img, .gallery-images ul li a:active span img
{
	border: 1px solid #7ab6d1;
}

#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: #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-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(../img/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../img/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: 90; width: 100%; height: 500px; background-color: #000; }

