/* CSS Document */

ul,ol { list-style: none; }
h1,h2,h3,h4,h5,h6,pre,code { font-size: 1em; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,table,tr,td,p,blockquote,fieldset,input,div,dd,dt,dl { margin: 0; padding: 0; }
fieldset, a img,:link img,:visited img { border: none; }

html,
body {
	font: 11px/18px Tahoma,sans-serif;
	background: url(../images/bkg.jpg) repeat-x;
	margin: 0 auto;
	text-align:center;
	}

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

a:hover{
color:#e64122;
text-decoration: underline;
}

.highlights{
color: #e64122;
padding-left: 15px;
}

.highlights a{
color: #e64122;
}

.highlights a:hover {
text-decoration: underline;
}

.highlights ul li {
list-style: outside disc;
}

.footer{
color: #e64122;
}


#contact {
background:url(../images/bkg-contact.jpg) no-repeat;
width: 660px;
height: 300px;
color: #FFF;
padding: 10px 10px;
}

.thanks {
font-size: 15px;
font-weight: bold;
line-height: 150%;
text-align: left;
padding: 50px 50px;
}

.email{
font-size: 15px;
font-weight: bold;
line-height: 150%;
text-align: left;
padding: 50px 50px;
}

.email a{
color: #fff;
}

.email a:hover {
text-decoration: underline;
}

.storelinks{
font-size: 13px;
font-weight: bold;
font-family: Tahoma;
line-height: 150%;
}

.storelinks a{
color:#e64122;
}

.storelinks a:hover {
text-decoration: underline;
}

.thanks a {
text-decoration: underline;
color:#FFFFFF;
}

input { border: 1px solid #e64122; font-family: Tahoma,sans-serif; color: #000000; font-size: 16; background-color: #FFFFFF; padding: 5px 5px;}
textarea {font-family: Tahoma,sans-serif; color: #000000; font-size: 16; background-color: #FFFFFF; padding: 5px 5px;}

.button {padding: inherit; border: none;}

#errors {
text-align: left;
font-weight: bold;
}

#Layer1 {
	position:absolute;
	width:451px;
	height:399px;
	z-index:99;
	left: 20%;
	top: 5%;
}
#Layer2 {

	position:absolute;
	width:451px;
	height:399px;
	z-index:99;
	left: 20%;
	top: 5%;
}
#Layer3 {


	position:absolute;
	width:451px;
	height:399px;
	z-index:99;
	left: 20%;
	top: 5%;
}

#Layer4 {


	position:absolute;
	width:612px;
	height:625px;
	z-index:99;
	left: 20%;
	top: 5%;
}

.history { margin-left: 20px; margin-right: 20px;}
.history-header { margin-left: 20px; margin-right: 20px; font-size: 14px; font-weight: bold; color: #e64122;}
.bio { margin-left: 20px; margin-right: 20px; color: #e64122; font-weight: bold;}
.bio-body { margin-left: 35px; margin-right: 35px; color: #000000; list-style: outside disc;}
.store-items { font-size: 18px; font-weight: bold; color: #e64122;}
.store-header { font-size: 11px; font-weight: bold; color: #FFFFFF; margin-left: 5px;}
/**************************************************************
  SLIDESHOW CSS
 **************************************************************/

#mySlideshow
{
	width: 571px;
	height: 377px;
	z-index:5;
}

.jdSlideshow
{
	display: none;
	overflow:hidden;
	position: relative;
}

.jdSlideshow img
{
	border: 0;
	margin: 0;
}

.jdSlideshow .slideElement
{
	width: 100%;
	height: 100%;
	background-color: #000;
	background-repeat: no-repeat;
}

.jdSlideshow .loadingElement
{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('img/loading-bar-black.gif');
}

.jdSlideshow .slideInfoZone
{
	position: absolute;
	z-index: 10;
	width: 100%;
	margin: 0px;
	left: 0;
	bottom: 0;
	height: 40px;
	background: #333;
	color: #fff;
	text-indent: 0;
}

.jdSlideshow .slideInfoZone h2
{
	padding: 0;
	font-size: 80%;
	margin: 0;
	margin: 2px 5px;
	font-weight: bold;
	color: inherit;
}

.jdSlideshow .slideInfoZone p
{
	padding: 0;
	font-size: 60%;
	margin: 2px 5px;
	color: #eee;
}

.jdSlideshow a
{
	font-size: 100%;
	text-decoration: none;
	color: inherit;
}

.jdSlideshow a.right, .jdSlideshow a.left
{
	position: absolute;
	height: 100%;
	width: 40%;
	cursor: pointer;
	z-index:10;
	filter:alpha(opacity=20);
	-moz-opacity:0.2;
	-khtml-opacity: 0.2;
	opacity: 0.2;
}

* html .jdSlideshow a.right, * html .jdSlideshow a.left
{
	filter:alpha(opacity=50);
}

.jdSlideshow a.right:hover, .jdSlideshow a.left:hover
{
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.jdSlideshow a.left
{
	left: 0;
	top: 0;
	background: url('img/fleche1.png') no-repeat top left;
}

* html .jdSlideshow a.left { background: url('img/fleche1.gif') no-repeat top left; }

.jdSlideshow a.right
{
	right: 0;
	top: 0;
	background: url('img/fleche2.png') no-repeat top right;
}

* html .jdSlideshow a.right { background: url('img/fleche2.gif') no-repeat top right; }

/*LIGHTBOX*/

#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 110;
	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: 100;
	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 */
	}	
	