@charset "UTF-8"; /* http://www.w3.org/International/questions/qa-css-charset */


/*	-------------------------------------------------------------
	IMPORT
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

@import url("color.css"); 

/*	-------------------------------------------------------------
	STYLES FOR SCREEN / PROJECTION
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

@media screen, projection {

/*	-------------------------------------------------------------
	RESET
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
/*	font-size: 100%; */
	vertical-align: baseline;
	background: transparent; }
	
.bold-text {
	font-weight: bold; }
	
body {
	line-height: 1; }
		
ul,
ol {
	list-style-type:none;
	margin:13px 0 13px 15px;
	padding:0; }

ul li,
ol li {
	line-height:1.5;
	margin:0 0 2px 0;
	padding:0; }
	
blockquote, q {
	quotes: none; }
	
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none; }

:focus {
	outline: 0; }

ins {
	text-decoration: none; }
	
del {
	text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0; }

/*	-------------------------------------------------------------
	BODY
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

html {
/*	font-size: 90%; */ }

body {
	font: normal 10px "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	letter-spacing:-.02em;
	color: #602f00;
/*	font-size:60%;  */
	line-height: 1.0em;
	background: #a6c0d3 url("../../images/bg_body.jpg") no-repeat center top; } 

 
/*	-------------------------------------------------------------
	LINKS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

a {
	margin: 0;
	outline: 0; }
 
a, a:visited, a:active {
	text-decoration: none; }
 
a:hover {
	color: #aeddf7;
	text-decoration: none; }
  
/*	-------------------------------------------------------------
	TYPOGRAPHY
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

p {
	line-height: 1.4;
	font-size:1em;
	margin: 0 0 12px 0; }
 
h1 {
	font-weight: normal;
	margin: 15px 0 10px; }
 
h2 {
	font-weight: normal;
	font-size:1.2em;
	margin: 15px 0 10px; }
 
h3 {
	font-weight:bold;
	font-size:1.1em;
	margin: 20px 0 0 0;}

/*	-------------------------------------------------------------
	HACKS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.clear {
	clear: both;
	font-size: 0;
	height: 0;
	line-height: 0;
	position: relative; }
 
.clearandspace {
	clear: both;
	font-size: 0;
	height: 20px;
	line-height: 0;
	position: relative; }

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden; }

.clearfix { display:inline-block; }
	
/* Hide from IE Mac \*/
	.clearfix { display:block; }
/* End hide from IE Mac */
 
/*	-------------------------------------------------------------
	GRID
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.container {
	margin: 0 auto;
	padding:60px 0 0 0;
	width: 100%;
	background: transparent; }
 
.wrapper {
	margin: 0 auto;
	padding: 0;
	width: 798px; }
 
.header {
	position: relative;
	margin: 0;
	height:61px;
	width: 798px; }
	
.sub-header {
	margin: 0 0 10px 0;
	height:318px;
	width: 798px;
	background:transparent url("../../images/shadow.png") no-repeat bottom center; }
	
.slideshow-small{
	float:right;
	margin: 0 0 10px 0;
	height:210px;
	width: 280px;
	background:transparent url("../../images/shadowSmall.png") no-repeat bottom center; }

.content {
	padding:0 0px 40px 0px;
	width: 798px;
	background: url("../../images/bg_content.png") no-repeat bottom left; }

.content-text {
	margin:0 auto;
	padding:0;
	width:700px; }

.footer-text {
	margin: 4px 0 10px 0;
	padding:0;
	width: 798px;
	font-size:0.9em;
	text-align:center;
	background:none; }

/*	-------------------------------------------------------------
	INTERFACE ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

/* HEADER */
.header h1 {

	margin: 0;
	padding:0;
 }

.header .nav {
	position:absolute;
	top:25px;
	right:24px;
	margin:0;
	padding:0; }

.header .nav li {
	float:left;
	width:auto;
	margin:0 10px;
	background:transparent; }

.header .nav li a {
	color:#a3d5f6 !important;
	font-size:1.5em;
	background:transparent; }

.header .nav li a:hover, .header .nav li a.selected  {
	background:transparent; }

.header .home {
	position:absolute;
	top:25px;
	left:20px;
	margin:0;
	padding:0; }

.header .home li {
	float:left;
	width:auto;
	margin:0 10px;
	background:transparent; }

.header .home li a {
	color:#a3d5f6 !important;
	font-size:1.5em;
	background:transparent; }

.header .home li a:hover, .header .home li a.selected {
	background:transparent; }


/* FRONTPAGE */ 
/*
#front-left, {
	float:left;
	width:31%;
	padding:5px 20px 0 0;
	margin:0;
	background:transparent url("../../images/col_sep.gif") no-repeat top right; }
	
#front-mid {
	float:left;
	width:31%;
	padding:5px 20px 0 0;
	margin:0;
	background:transparent url("../../images/col_sep.gif") no-repeat top right; }
	
#front-right {
	float:left;
	width:28%;
	padding:5px 20px 0 0;
	margin:0;
	background:transparent url("../../images/col_sep.gif") no-repeat top right; }
*/	

#front-left {
	float:left;
	width:35%;
	padding:0px 10px 0 0;
	margin:0;
	background:transparent url("../../images/col_sepTrans.gif") no-repeat top right; }
	
#front-mid {
	float:left;
	width:21%;
	padding:25px 0px 0 43px;
	margin:0;
	background:transparent url("../../images/col_sepTrans.gif") no-repeat top right; }
	
#front-right {
	float:right;
	width:30%;
	padding:10px 0 0 20px;
	background:none;  }
/*
#front-left, #front-mid, #front-right {
	float:left;
	width:28%;
	padding:0px 20px 0 0;
	margin:0;
	background:transparent url("../../images/col_sepTrans.gif") no-repeat top right; }
*/
#front-left h2 a, #front-mid h2 a, #front-right h2 a {
	font-size:1.4em;
	font-weight:bold;
	margin:0;
	color:#602f00 !important; }  
	
	#front-left h2 a:hover, #front-mid h2 a:hover, #front-right h2 a:hover {
	font-size:1.4em;
	font-weight:bold;
	margin:0;
	color:#a3d5f6 !important; } 


#front-left p, #front-mid p, #front-right p {
	padding:0 20px 0 0;}

#front-mid {
	  }

#front-right {
	 }

/* COL-LEFT */
#col-left {
	float:left;
	width:190px;
	margin:0px 0 0 0;
	padding:20px 0 180px 14px;
	background:transparent url("../../images/leftBG.png") no-repeat bottom right; }

#col-left h1 {
	font-size:1.4em;
	font-weight:bold;
	margin:0;
/*	text-transform:uppercase; */
	padding:5px 0 0px 13px;
	border-left:6px solid #aeddf7; }

#col-left ul {
	padding:0;
	margin:10px 0 0 0; }

#col-left ul li {
	padding:0;
	margin:5px 0 0 22px;
	color:#602f00; }

#col-left ul li a {
	padding:0;
	margin:0;
	font-size:1.4em;
	color:#602f00 !important; }

#col-left ul li a:hover, #col-left ul li a.selected {
	color:#aeddf7 !important;}
			
/* COL RIGHT */ 	
#col-right {
	float:left;
	width:540px;
	margin:0;
	padding:25px 35px 0 15px; }

#col-right .questionbox {
	font-style:italic;
	background:url(../../images/quote.png) no-repeat 0 0;
	height: 27px;
	padding: 0 0 0 40px; }

#col-right blockquote { 
	margin:0 0 2px; 
	padding:0 0 2px 40px;  
	font-style:italic; 
	background:url(../../images/quote.png) no-repeat 0 0; }

#col-right h1 {
	font-size:2.4em;
	letter-spacing:-2px;
/*	text-transform:uppercase;  */
	margin:25px 0 0 0; }

#col-right h2 {
	font-size:5.5em;
	color:#602f00;
	font-weight:bold;
	letter-spacing:-4px;
	text-transform:uppercase;
	margin:1px 0 10px 0; }
	
#col-right h4 {
	font-size:1.6em;
	color:#602f00;
	margin:0px 0 5px 0;}


#col-right .span-1 {
	float:left;
	margin:0px 20px 0 0;
	width:45%;  }
	

#col-right .span-2 {
	float:left;
	padding:20px 0 20px 60px;
	margin:20px 0 0 0;
	width:40%;
	background:transparent url("../../images/col_sep_quote.gif") no-repeat top left;  }

#col-right .span-2 p {
	font-size:1.6em;
	text-align:justify;
	line-height:1.4em;
	color:#602f00;
	padding:3px 0 3px 0 }

#col-right .span-2 span {
	padding: 0 0 5px 0;
	text-transform:uppercase; }

#col-right .span-3 {
	float:left;
	margin:0px 30px 0 0;
	width:40%;  }

/* GIFTS  */
.gift-block {
	line-height:1.2em;
	width:100%;
	float:left;
	margin:0px 0 12px 0; }

.gift-block .box-left, .gift-block .box-leftregimage {
	width:200px;
	padding:0;
	float:left; }
	
.gift-block .box-leftCookie {
	width:250px;
	padding:0;
	float:left; }

.gift-block .box-left img {
	border: 3px solid #602f00; }

.gift-block .box-right {
	margin:0 0 0 200px; 
	padding:0; }

.gift-block .box-rightCookie {
	margin:0 0 0 275px; 
	padding:0; }
	
.gift-block .box-slideleft {
	width:250px;
	padding:0;
	float:left; }
.gift-block .box-slideright {
	float:right;
	width:210px;
	height:280px;
	padding:12px 15px 18px 15px; 
	margin:0; 
	background:transparent url("../../images/slideshowSmallBG.png") no-repeat ;}

.gift-block .box-right h3 {
	font-weight:bold;
	margin:0; }

.gift-block .box-right blockquote { 
	margin:0 0 2px; 
	padding:0 0 2px 40px;  
	font-style:italic; 
	background:url(../../images/quote.png) no-repeat 0 0; }
	
.gift-block .box-right blockquote p { 
	margin-bottom:10px; 
	text-align:left; }
	
/* MENU */

.menu-block {
	width:540px;
	padding:0;
	margin:15px 0 20px 0;
	float:left;
	}
	
.menu-block .box-full {
	float:left;
	width:390px;
	padding:0px 20px 0 0;
	margin:0;
	}
	
.menu-block .box-left {
	float:left;
	width:100px;
	padding:0px 10px 0 10px;
	margin:0;
	}
	
.menu-block .box-mid {
	float:left;
	width:190px;
	padding:0px 10px 0 5px;
	margin:0;
	 }

.menu-block .box-left img {
	border: 3px solid #602f00; }

.menu-block .box-right {
	float:right;
	width:190px;
	padding:0 10px 0 0;
	margin:0; }

.menu-block .box-right h3 {
	font-weight:bold;
	margin:0; }

.menu-block .box-right blockquote { 
	margin:0 0 2px; 
	padding:0 0 2px 40px;  
	font-style:italic; 
	background:url(../../images/quote.png) no-repeat 0 0; }
	
.menu-block .box-right blockquote p { 
	margin-bottom:10px; 
	text-align:left; }

/* SHOWCASE */
.showcase {
    float: left;
	text-align:center;
	width: 75px;
	margin: 15px 15px 10px 0px; }
	
.showcase img {
	border: 2px solid #602f00; }
			
.showcase h6 {
	font-size:1.4em;
	color:#602f00;}
/*	margin:0px 0 5px 0;  /*}

/* PRESS */
.pressbox {
    float: left;
	text-align:center;
	width: 105px;
	margin: 5px 25px 15px 0px; }
	
.pressbox img{
	border: 1px solid #602f00; }
			
.pressbox h6 {
	font-size:1.4em;
	color:#602f00;}
/*	margin:0px 0 5px 0;  /*}


/* LIGHTBOX */

#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(../../images/prev.png) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../../images/next.png) right 15% no-repeat; }

#imageDataContainer{ font: normal 12px "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #5f3003; }
#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; }

/* SLIDES */

/* =Thumbs
Reusable style for thumbnail photos as slides
----------------------------------------------- */
.thumb {
	display:block;
	float:left;
	margin:0;
/*	padding:0 3px 3px 0;   */
	background-image: url(../../images/bg_slide.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
  }
html>body .thumb {
  background-image:url("../../images/bg_slide.png");
  }
.thumb span {
  background-repeat:no-repeat;
  background-position:50% 104px;
  display:block;
  }
.thumbv span {
  background-position:9px 50%;
  }
.thumb em {
  background-repeat:no-repeat;
  background-position:50% 50%;
  display:block;
  }
.thumb a, .thumb a:link, .thumb a:visited {
  background:none !important;
  display:block;
  width:100px;
  height:100px;
  border:none;
  text-indent:-9999px;
  font-size:1px;
  line-height:1px;
  }


/* =Slideset
Normal group of slide-like thumbnails
----------------------------------------------- */
.slideset {
  float:left; 
  margin:0 0 15px;
  padding:0;
  list-style:none;
  line-height:1.4em;
  width:540px
  }
  
.slideset .thumb {
  float:left;
  margin:0 5px 5x 0;
  }


}