* {
	margin: 0;
	padding: 0;
}
body {
	margin: 2em 0;
	font: 76% arial rounded, sans-serif;
	text-align: center;
	background-color: #fff;
}
a {
	color: #382310;
	text-decoration: none;
}
a:hover {
	color: #333;
	text-decoration: underline;
}
img {
	border-width: 0;
}
h1 {
	width: 600px;
	font-size: 14px;
	margin: 1em 0;
}
h2 {
	width: 600px;
	font-size: 12px;
	margin: 2em 0 1em 0;
	text-decoration: underline;
}
p {
	width: 500px;
	font-size: 11px;
	margin: 0.75em 0;
}
#wrapper_home {
	margin: 0 auto;
	width: 900px;
	height: 700px;
	text-align: left;
	border: solid 1px #333;
	background: url(../_img/bkg.home.jpg) right top no-repeat !important;
}
#wrapper_collection {
	margin: 0 auto;
	width: 900px;
	height: 700px;
	text-align: left;
	border: solid 1px #333;
	background: url(../_img/bkg.collection.jpg) right top no-repeat !important;
}
#nav {
	height: 28px;
	text-transform: uppercase;
	background-color: #08628a;
	border-bottom: solid 1px #333;
}
#nav img {
	border-width: 0;
	margin: 7px 3px 0 3px;
	padding-right: 10px;
	border-right: solid 1px #fff;
}
#nav ul {
	list-style-type: none;
}
#nav li {
	padding-left: 15px;
	background: url(../_img/bkg.ul.gif) left center;
	background-repeat: no-repeat;
	line-height: 28px;
	float: left;
}
#nav li.blank {
	padding: 0;
	background-image: none;
}
#nav li.rt {
	margin-right: 5px;
	padding: 0;
	background-image: none;
	float: right;
}
#nav a {
	color: #fff;
	margin: 0;
}
#home {
	width: 625px;
	text-align: center;
}
#home .logo {
	margin-top: 175px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
#home .press {
	margin-top: 50px;
}
#home .press img {
	margin: 0 3px;
	padding: 5px;
	border: solid 2px #08628a;
}	

#collection, 
#about,
#shows,
#stores,
#contact,
#press {
	margin: 0 40px;
	width: 800px;
}
#collection .logo, 
#about .logo,
#shows .logo,
#stores .logo,
#contact .logo,
#press  .logo {
	margin-top: 20px;
}

#collection_index {
	margin: 1em;
	width: 750px;
}
#collection_index td {
	padding: 2px;
	text-align: center;
}
#collection_index img {
	margin: 0 3px;
	padding: 5px;
	border: solid 2px #08628a;
}

#press_index {
	margin: 1em;
}
#press_index td {
	padding: 2px;
	text-align: center;
}
#press_index img {
	width: 100px;
	margin: 0 3px;
	padding: 5px;
	border: solid 2px #08628a;
}

#pressindex_new {
	margin: 0.25em;
}
#pressindex_new td {
	padding: 0.15em;
	text-align: center;
}
#pressindex_new img {
	width: 50px;
	margin: 0 2px;
	padding: 5px;
	border: solid 2px #08628a;
}
#scrolling_thumbnails {
	height: 360px;
	width: 850px;
	overflow: auto;
}
#scrolling {
	height: 500px;
	width:400px;
	overflow:auto;
}
#scrolling p, #scrolling h2 {
	width: 300px;
}

#footer {
	margin: 10px 0;
	font-size: 10px;
	color: #666;
}



form {
	margin: 0;
	padding: 0;
}
fieldset {
	border-width: 0;
	margin: 0.5em 0;
	padding: 0.25em;
}
label span {
	display: block;
	padding: .4em;
}
form input {
	margin-left: .5em;
	font-family: arial rounded, sans-serif;
}
.txtInput {
	width: 180px;
	height:22px;
	color: #666;
}
.submit {
	padding: 0.25em;
}



#lightbox{
	position: absolute;
	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(../_img/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(../_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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #4689a7;
	}