@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	background: url(../images/bg.gif) repeat-x;
}

span {
	color: #9e5a4d;
}

img { border: none; 

} 

ul li {
	list-style: none;
}

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

a:hover {
	color: #9E5A4D;
}



#wrapper {
	margin: 0 auto;
	width: 1000px;
	height: 100%;
}

#header {
	height: 125px;
	width: 1000px;
}

#header p {
	font-size: 16px;
	color: #666;
	text-align: right;
	line-height: 3.5px;
	letter-spacing: 1.5px;
}

#logo {
	float: left;
	width: 500px;
	height:125px;
}

#top_contact {
	float: right;
	padding-top: 40px;
}

#nav {
	clear: both;
	width: 1000px;
	height: 50px;
	background: url(../images/navbg.png);
}

#nav ul {
	padding: 0;
	margin-left:0;
	padding: 15px 0 0 0;
	text-align: center;
}

#nav ul li {
	display: inline;
	padding: 0 20px 0 20px;
}

#nav a {
	color: #d5d3d2;
}

#nav a.current {
	color: #fff;
	font-weight: bold;
}

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

#visuals {
	clear: both;
	margin: 40px 0;
}

.left_content {
	width: 520px;
	height: 100%;
	float: left;
	text-align: left;
}

.left_content p{
	font-size: 14px;
	color: #666;
	line-height: 20px;
	letter-spacing: 1.5px;
	padding-left: 10px;
}

#promo1 {
	width: 518px;
	height: 166px;
	background: url(../images/promo1.png) no-repeat;
}

#promo2 {
	width: 518px;
	height: 166px;
	background: url(../images/promo2.png) no-repeat;
	margin: 50px 0 0 0;
}

.headline {
	font: 36px Arial, Helvetica, sans-serif;
	color: #FFF;
	font-weight: bold;
	text-align: left;
	line-height: 3.5px;
	letter-spacing: 1.5px;
	padding: 40px 0 0 30px;
}

.headline p {
	font: 18px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFF;
	text-align: left;
	line-height: 3.5px;
	letter-spacing: 1.5px;
	padding: 10px 0 0 0;
}

.headline a:hover {
	color: #ffc2b6;
}

.headline a {
	color: #fff;
}

.right_content {
	float: right;
	width: 480px;
	height: 100%;
	text-align: right;
	font-size: 20px;
	font-weight: bold;
}

.right_content ul li{
	padding: 0 0 10px 90px;
	text-align: left;
	color: #666;
}
.right_content p{
	line-height: 20px;
	letter-spacing: 1.5px;
}

.right_content a{
	color: #666;
}

.right_content a:hover  {
	color: #9E5A4D;
}

.right_content a.current {
	color: #9E5A4D;
}

.promos {
	float: right;
	padding: 0 0 20px 80px;
}

#footer {
	clear: both;
	padding:10px 0 0 0;
}

#footer p{
	padding: 10px 0 0 0;
	font-size: 12px;
	color: #666;
}

#footer a{
	color: #666;
}

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

.left {
	float: left;
	text-align: left;
	padding-left: 10px;
}

.right {
	float: right;
	text-align: right;
	padding-right: 10px;
}

.map {
	width: 470px;
	height: 373px;
}

#form {
	padding: 0 0 0 10px;
}

#giftcard {
	width: 400px;
	height: 100%;
	float: left;
	text-align: left;
	padding: 40px 0 0 10px;
	font: bold 20px Arial, Helvetica, sans-serif;
	color: #666;
}

.discounts {
	font-weight: bold;
	color: #BD1006;
}

/* Light Box Img */

#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(../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; 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: #000;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

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