@charset "utf-8";
*{
	margin: 0;
	padding: 0;
	border: 0;
	}
body{
	background-color:#C8BC9B;
	margin:auto;
	font-size:90%;
	line-height:1.4em;
	font-family:Calibri, Arial, Helvetica, sans-serif;
	position:relative;
	}
.clear { clear: both; }
.style1 {font-size: 80%}
a:link {
	text-decoration: none;
	color:#333;
	
}
a:visited {
	text-decoration: none;
	color:#333;
}
a:hover {
	text-decoration:none;
	color:#333;
}
a:active {
	text-decoration: none;
	color:#333;
}
h1, h2, h3, h4, h5{
	color:#333;
	}
p{
	}
.nonPrint{
display:none;
}
.banner{
float:left;
}
.thumb{
width:140px;
height:100px;
}
.leftimage{
	float: left;
	margin: 0 15px 10px 0;
	border:1px solid #666;
	width:350px;
	}
.rightimage, .rightimageExhib{
	float:right;
	clear:right;
	margin: 0 0 10px 10px;
	}
.rightimage{
clear:none;
width:270px;
}
.rightimageExhib{
border:1px solid #666;
}
.rightImage_footer{
	float:right;
	}
.imageMain{
	border:1px solid #666;
	margin:15px 15px 15px 0;
	float:left;
	width:330px;
	}
.imageGalleryMain{
	float:left;
	border:1px solid #666;
	margin-right:20px;
	width:300px;
	}
.imageSidebar{
	width:145px;
	border-bottom:2px solid #666;
	}
.imageGallery{
	border:1px solid #666;
	margin-right:5px;
	}
.rightColImage{
width:233px;
float:right;
clear:right;
margin-bottom:5px;
}
.card{
float:right;
clear:right;
border:1px solid #666;
border-top:none;
}
.quick{
border:1px solid #333;
border-top:none;
}
.wrapper{
	height:auto;
	background-color:#574F42;
	color:#ECEBDF;
	font-size:110%;
	text-align:left;
	padding:5px;
	padding-left:0;
	}

.wrapperAlt, .pullQuote{
color:#2A9F00;
border-bottom:1px dashed #2A9F00;
	text-align:left;
	clear:none;
	padding:5px;
	padding-left:0;
	font-size:110%;
	margin-bottom:5px;
	}
.pullQuote{
}
.captionRight{
	float:right;
	clear:right;
	width:300px;
	font-size:80%;
	margin-bottom:5px;
	}
	/*---------------------- souvenirs -------------------- */
.souvenirs{
float:right;
width:70px;
padding:15px;
background-color:#666;
height:70px;
}
.souvenirImage{
height:15px;
border:0;
float:right;
margin-right:10px;
}
.souvenirs ul{
	padding:0;
	margin:0;
	list-style:none;
	}
.souvenirs ul li{
	text-transform:uppercase;
	}
.souvenirs ul li a{
	height:10px;
	display:block;
	text-decoration: none;
	font: bold 10px Arial;
	text-align:left;
	color:#C8BC9B;
	padding:3px;
	}
.souvenirs ul li a:hover, .souvenirs ul li a:focus{
	color:#fff;
	}

/*---------------------- stockists -------------------- */
.stockistTable{
clear:none;
float:left;
}
.stockistImage{
width:185px;
}
.state{
text-align:center;
color:#2A9F00;
border-bottom:1px dashed #2A9F00;
}
.stockist, .stockistRight{
vertical-align:top;
width:140px;
padding:0 15px;
margin:50px 0;
border-right:1px dotted #2A9F00;
}
.stockist1{
width:185px;
}
.stockistRight{
border:none;
}


/* =========================== Feedback Form ============================== */

.feedbackForm{
	border-bottom:1px solid #ECEBDF;
	border-left:1px dotted #ECEBDF;
	border-right:1px dotted  #ECEBDF;
color:#fff;
font-size:12px;
padding:15px 5px;
}

.feedbackForm table{
padding:0;
border:0;
}

.feedbackForm tr, td{
margin:0;
padding:2px;
color:#574F42;
text-align:right;
}

.formInput, .formButton{
padding:3px;
width:150px;
color:#333;
border:1px solid #ccc;
background-color:#fff ! important;
}

.formButton{
margin-top:2px;
color:#333;
}


/*================ nav =================*/


/* Begin CSS Drop Down Menu */

.menuh-container {
}
.menuh {
	text-transform:uppercase;
	font: bold 10px Arial;
	width:100%;
	float:left;
	margin-left:0;
	background-color: #333;
}
.menuh a {
	text-align: centre;
	display:block;
	white-space:nowrap;
	margin:0;
	padding:5px;
	width:130px;
	_width:50px;
}
.menuh a:link, .menuh a:visited, .menuh a:active	/* menu at rest */ {
	color: #fff;
	background-color:#333;
	text-decoration:none;
	padding:5px 10px;
	_padding:5px;
}

.menuh a:hover	/* menu at mouse-over  */ {
	color: white;
	background-color:#2A9F00;  /* +++++  #2A9F00  GREAT COLOUR  ++++++  */
	text-decoration:none;
}
.menuh ul ul li a:link, .menuh ul ul li a:visited, .menuh ul ul li a:active	/* SUB menu at mouse-over  */ {
	color: #fff;
	background-color:#666;
	text-decoration:none;
	/*border-bottom:1px solid #fff;*/
}
.menuh ul ul li a:hover	/* menu at mouse-over  */ {
	color: white;
	background-color:#2A9F00;
	text-decoration:none;
}
.menuh ul ul ul li a:link, .menuh ul ul ul li a:visited, .menuh ul ul ul li a:active	/* BOTTOM menu at mouse-over  */ {
	color: #004071;
	background-color:#ccc;
	text-decoration:none;
}
.menuh ul ul ul li a:hover	/* menu at mouse-over  */ {
	color: white;
	background-color:#2A9F00;
	text-decoration:none;
}
.menuh .current a {
	color: #004071;
	background-color: #fff;
	text-decoration:none;
}
.menuh a.top_parent, .menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */ {
/*
	background-image: url(navdown_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
*/	
	}
.menuh a.parent, .menuh a.parent:hover 	/* attaches side-arrow to all parents */ {
/*
	background-image: url(nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
*/	
	}
.menuh ul {
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	height:30px;
	width:auto;	/* width of all menu boxes */
}
.menuh li {
	position:relative;
	min-height: 1px; 			/* Sophie Dennis contribution for IE7 */
	vertical-align: bottom; /* Sophie Dennis contribution for IE7 */
}
.menuh ul ul, .rightCol .menuh ul ul {
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
	width:130px;
	float:left;
}

.menuh ul ul ul {
	top:0;
	left:100%;
}
div.menuh li:hover {
	cursor:pointer;
	z-index:100;
}
div.menuh li:hover ul ul, div.menuh li li:hover ul ul, div.menuh li li li:hover ul ul, div.menuh li li li li:hover ul ul {
	display:none;
}
div.menuh li:hover ul, div.menuh li li:hover ul, div.menuh li li li:hover ul, div.menuh li li li li:hover ul {
	display:block;
}
/* End CSS Drop Down Menu */


.nav{
	margin-bottom:0;
	background: transparent;
	voice-family: "\"}\"";
	voice-family: inherit;
	}
.nav ul{
	padding: 0;
	margin-left: 150px;
	background-color:#574F42;
	list-style: none;
	}
.nav ul li{
	display: inline;
	margin: 0;
	padding: 0;
	text-transform:uppercase;
	}
.nav ul li a, .nav ul li a:visited{
	color:#ECEBDF;
	
	float:left;
	display:block;
	font: bold 10px Arial;
	margin: 0 1px 0 0; 
	background-color:#574F42;
	text-decoration: none;
	padding: 5px 6px;
	text-align: center;
	min-width:6em;
	width:auto;
	}
.nav ul li a:hover, .nav ul li a:focus{
	background-color:#C8BC9B;
	color:#574F42;
	}
.nav .current a{ 
	background-color:#FFF; 
	color:#574F42;
	}
.vertNav ul{
	padding:0;
	margin:0;
	list-style:none;
	}
.vertNav ul li{
text-transform:lowercase;
	}
.vertNav ul li a{
font-size:14px;
	height:25px;
	display:block;
	text-decoration: none;
	text-align:center;
	background-color:#C8BC9B;
	color:#333;
	padding:5px;
	border:none;
	}
.vertNav ul li a:hover, #vertNav ul li a:focus{
	background-color:#2A9F00;
	color:#fff;
	}
.vertNav .current a, .vertNav .current a:hover{
	background-color:#FFF; 
	color:#2A9F00;
	}
.siteMap ul, .background ul{
	list-style:none;
	font-size:90%;
	line-height:140%;
	}
.background ul{
list-style-type:disc;
list-style-position:inside;
}
.siteMap, .sitemap a{
text-decoration:none;
color:#333;
}
.siteMap a:visited{
color:#999;
text-decoration:none;
}
.siteMap a:hover{
color:#2a9f00;
text-decoration:none;
}
.siteMap ul li ul li{
	text-indent:20px;
	}
.siteMap ul li ul li ul li{
	text-indent:40px;
	}
.galleryContainer{
	voice-family: "\"}\"";
	voice-family: inherit;
	}
.textBox, .textBox1{
	padding:15px 15px 15px 0;
	}
.textBox1{
clear:left;
}
	/*
.textBox ul{
	list-style:none;
	margin:0;
	padding:0;
	}
.textBox ul li{
	display:inline;
	margin: 0;
	padding: 0;
	}
.textBox ul li a{
	border:5px solid #C8BC9B;
	display:block;
	margin: 5px; 
	padding:0;
	width:100px;
	}
.textBox ul li a:hover{
	border:5px solid #75575A;
	}
	*/	
.galleryItem{
	height:230px;
	margin-bottom:10px;
	}
.galleryItem_portrait{
	height:410px;
	margin-bottom:10px;
	}
.outerContainer{
	width:1000px;
	margin:auto;
	background-color:#C8BC9B;
	}
.outer container, p{
	font-size:70%;
	}
#container{
	width:1000px;
	min-height:500px;
	margin:auto;
	background-color:#fff;
	background-image:url(../images/wallpaper.jpg);
	background-repeat:repeat-y;
	}
#container p{
	font-size:90%;
	}
#container a:link {
	text-decoration: none;
	font-weight:bold;
	}
#header{
	height:125px;
	background-color:#574F42;
	voice-family:"\"]\"";
	voice-family:inherit;
	}
#masthead{
	height:100px;
	}
#masthead h1{
	padding-top:20px;
	}

#contentWrapper{
	padding:5px;	
	height:100%;
	min-height:400px;
	background-color:#FFF;
	background-image:url(../images/wallpaper.jpg);
	background-repeat:repeat-y;
	}
#breadCrumb {
	padding:3px 0;
	color:#574F42;
	} 
#breadCrumb ul{
	margin-left:165px;
	}
#breadCrumb li { 
	display: inline; 
	margin-right: 2px;
	font-size:75%;
	} 
#breadCrumb a { 
	padding-right: 8px; 
	text-decoration: none; 
	} 
#breadCrumb a:hover { 
	text-decoration:underline; 
	} 
#sidebar_a{
	float:left;
	background-color:#fff;
	width:145px;
	voice-family:"\"]\"";
	voice-family:inherit;
	margin-bottom:20px;
	}
#sidebar_a .textBox{
	background-color:#ECEBDF;
	}
#sidebar_a .wrapper, #sidebar_a .wrapper a{
text-transform:lowercase;
font-size:16px;
	color:#ECEBDF;
	padding:5px;
	text-align:center;
	}

#sidebar_b{
	float:right;
	width:233px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:10px;
	voice-family:"\"]\"";
	voice-family:inherit;
	}
#sidebar_b .wrapper{
	border:none;
	color:#fff;
		background-color:#574F42;
		padding:5px;
		text-align:center;
	}
#sidebar_b .wrapperAlt{
background-color:#ECEBDF;
	border-left:1px dotted #ECEBDF;
	border-right:1px dotted #ECEBDF;
	text-align:center;
	color:#333;
	padding:5px;
	border-bottom:1px dashed #ECEBDF;
	}
#sidebar_b .textBox{
	padding:15px;
	border-bottom:1px solid #ECEBDF;
	border-left:1px dotted #ECEBDF;
	border-right:1px dotted  #ECEBDF;
	}
#sibebar_b .vertNav ul li a{
font-family:Arial, Helvetica, sans-serif;
}
.twoCol #sidebar_b{
	display:none;
	}
#content{
	margin-left:150px;
	margin-right:250px;
	padding:10px;
	clear:none;
	padding-top:0;
	voice-family:"\"]\"";
	voice-family:inherit;
	}
.twoCol #content{
	margin-right:0;
	voice-family:"\"]\"";
	voice-family:inherit;
	}
#content .wrapper, #content .wrapper1{
	background-color:#2A9F00;
	color:#fff;
	text-align:left;
	text-transform:uppercase;
	font-weight:bolder;
	padding:3px;
	padding-left:5px;
	margin-bottom:5px;
	}
#content .wrapper1{
background-color:#FF0000;
}
#content .wrapperAlt a{
	font-weight:normal;
	text-decoration:none;
	color:#2A9F00;
	}
/*
.thumbnail img, .thumbnail_b img{
	border:4px #FFF;
	margin:4px;
	}
.thumbnail:hover, .thumbnail_b:hover{
	background-color:transparent;
	border-color:#C8BC9B;
	}
.thumbnail span, .thumbnail_b span{
	position:absolute;
	background-color:#ECEBDF;
	padding: 5px;
	left: -1000px;
	border:2px #75575A;
	visibility: hidden;
	color:#574F42;
	text-decoration: none;
	}
.thumbnail:hover img, .thumbnail_b:hover img{
	border:#C8BC9B;
	}
.thumbnail:hover span, .thumbnail_b:hover span{
	visibility:visible;
	top: 0;
	left: 270px;
	z-index: 50;
	}
*/
#footer{
	clear:both;
	background-color:#574F42;
	background-image:url(../images/footer.jpg);
	background-repeat:no-repeat;
	height:100px;
	voice-family:"\"]\"";
	voice-family:inherit;
	}
/*#footer .nav ul li a{
	width:auto;
	}
*/
#footer p{
	clear:left;
	color:#FFF;
	padding-left:150px;
	}
#footer a:link{
color:#FFF;
}
#footer .nav ul li a:hover{
color:#574F42;
}

#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/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; 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; }



