/* Define Tags */
@import "catalog.css";

html, body { height: 100%; }

body { 
	margin:0;
	padding:0;
	font-size:11px;	
	color:#515151;
	font-family:Verdana,Arial,Helvetica;
	line-height:1.6em;
	background: #d2c273 url(images/bkg.jpg) repeat-x top center;
	}

a, a:visited, a:hover {	
	font-size:11px;	
	font-family:Verdana,Arial,Helvetica; 
	font-weight:100;
	color:#5a5f3d;	
	text-decoration:underline;
	line-height:1.6em;
	}

a:hover {
	color:#887c43;	
	}

	
h2, h3, h4, h5, h6 {
	margin:2px 0 5px 0;
	font-family: Verdana,Arial,Helvetica; 
	color:#606440;
	}
h1 {
	margin: 0px 0px 0px -2px;
	padding: 0;
	font-size:18px;
	color:#606440;
	}
h2 {
	font-size:14px;
	border-bottom:1px solid #ccc;
	padding-bottom:8px;
	}
h3 {
	font-size:12px;
	margin:2px 0 8px 0;
	}
h4 {
	font-size:10px;
	border-bottom:0;
	}
h5 {
	font-size:9px;
	border-bottom:0;
	}
	
hr { 
	height:1px;
	color:#000000;
	}
	
form {
	margin:0;
	padding:0;
	}

img {
	display:block;
	}
	
ul, ol, li {	
	line-height:1.5em;
	font-size:11px;
	font-family:Verdana,Arial,Helvetica; 
	font-weight:400;
	color:#515151;
	}
	ul.arrow {
		padding:10px;
		margin:0;
		list-style-type: none;
		}
		ul.arrow li {
			padding-left:20px;
			background:url(images/list_arrow.gif) left no-repeat;
			}

/* Custom Class Names */
p, span, .copy, .bold, .copySmall, .copyLarge, .form, .button, .hdr, .subHdr, .error{
	font-size:11px;	
	font-family:Verdana,Arial,Helvetica; 
	font-weight:100;
	color:#515151;	
	line-height:1.6em;
	}
	
.copySmall, a.copySmall, a.copySmall:visited, a.copySmall:hover {	
	font-size:10px;	
	}
	
.copyLarge, a.copyLarge, a.copyLarge:visited, a.copyLarge:hover {	
	font-size:14px;	
	}

.form {
	background-color:#fff;
	}
	
.button { 
	color:#fff; 
	font-weight:800; 
	background-color:#000;
	border:1px solid #000; 
	cursor:pointer;
	}
	
.hdr, a.hdr, a.hdr:visited, a.hdr:hover, .subHdr, a.subHdr, a.subHdr:visted, .subHdr:hover {
	font-size:14px;	
	font-weight:800;
	color:#000;	
	}
.subHdr, a.subHdr, a.subHdr:visted, .subHdr:hover {	
	font-size:10px;	
	}
	
.error, a.error, a.error:visited, a.error:hover {	
	color:#900;	
	}

.bold {	
	font-weight:800;
	}

.copyright, .copyright a, .copyright a:visited, .copyright a:hover {	
	font-size:10px;	
	font-family:Verdana,Arial,Helvetica; 
	font-weight:400;
	color:#000;	
	line-height:1em;
	text-decoration:none;
	}
.copyright a:hover {
	text-decoration:underline;
	}

.pagelist { /* CAN'T BE AN ID CONTAINER BECAUSE IE SUCKS */
	float:left;
	}
.pagelist ul {
	list-style-type:square;
	}
	.pagelist ul li {
		line-height:1.5em;
		}
	.pagelist ul li a,.pagelist ul li a:visited,.pagelist ul li a:hover {
		text-decoration: underline;
		padding: .2em .5em;
		color: #474747;
		}
		.pagelist ul li a.thispage {
			background-color:#e5cd57;
			}
		.pagelist ul li a:hover {
			text-decoration: none;
			color: #7b5123;
			}
.clear {
	clear:both;
	}
	
.dropcap {
	float: left;
	width: 50px;
	font-size: 62px;
	line-height: 51px;
	font-weight: normal;
	color:#7b5123;
	font-family: georgia, times;
	}
	
.indent {
	text-indent:1.5em;
	}
	
/********************************
 *	INLINE LIST STYLES		*
 *	AND CUSTOM PAGE		*
 *	DEFINITIONS BELOW		*
 ********************************/

#all { position: relative; width: 760px; margin: 0px auto; }
#logo_banner { display:block; width: 760px; height: 127px; background: url(images/logo_banner.jpg) no-repeat; text-decoration:none; }
#banner { width: 760px; height: 200px; background: url(images/banner.jpg) no-repeat; }
#ourStory { width: 760px; height: 200px; background: url(images/header2.jpg) no-repeat; }
#showsAndEvents { width: 760px; height: 200px; background: url(images/header3.jpg) no-repeat; }
#collection { width: 760px; height: 200px; background: url(images/header4.jpg) no-repeat; }
#contactUs { width: 760px; height: 200px; background: url(images/header5.jpg) no-repeat; }
#navigation { width: 760px; height: 49px; background: url(images/navigation.jpg) no-repeat; }
#retail { display:block; float:left; width: 340px; height: 160px; background: url(images/retail.gif) no-repeat; margin-right:18px; text-decoration:none; }
#wholesale { display:block; float:left; width: 340px; height: 160px; background: url(images/wholesale.gif) no-repeat; text-decoration:none; }

#homeBG, #homeBTOn { position: absolute; left: 50px; background: transparent url(images/navigation.jpg) -50px 0px no-repeat; }
#storyBG, #storyBTOn { position: absolute; left: 137px; background: transparent url(images/navigation.jpg) -137px 0px no-repeat; }
#eventsBG, #eventsBTOn { position: absolute; left: 265px; background: transparent url(images/navigation.jpg) -265px 0px no-repeat; }
#collectionBG, #collectionBTOn { position: absolute; left: 437px; background: transparent url(images/navigation.jpg) -437px 0px no-repeat; }
#contactBG, #contactBTOn { position: absolute; left: 573px; background: transparent url(images/navigation.jpg) -573px 0px no-repeat; }

a#homeBT { display: block; height: 49px; width: 86px; }
a#storyBT { display: block; height: 49px; width: 127px; }
a#eventsBT { display: block; height: 49px; width: 171px; }
a#collectionBT { display: block; height: 49px; width: 135px; }
a#contactBT { display: block; height: 49px; width: 134px; }

a:hover#homeBT, #homeBTOn { background: transparent url(images/navigation.jpg) -50px -49px no-repeat; }
a:hover#storyBT, #storyBTOn { background: transparent url(images/navigation.jpg) -137px -49px no-repeat; }
a:hover#eventsBT, #eventsBTOn { background: transparent url(images/navigation.jpg) -265px -49px no-repeat; }
a:hover#collectionBT, #collectionBTOn { background: transparent url(images/navigation.jpg) -437px -49px no-repeat; }
a:hover#contactBT, #contactBTOn { background: transparent url(images/navigation.jpg) -573px -49px no-repeat; }

#container { width: auto; padding: 30px; background: #fff; border: 1px solid #b5a75f; }
#catalogNavContainer{ width:150px; float:left; }
#catalogContentContainer { width:520px; float:left; margin-left:20px; }
#heading1 { width: 342px; height: 13px; background: url(images/heading1.jpg) no-repeat; padding-bottom:10px; }

#footer p { font-size: 10px; color: #887c42; }

#footer a, #footer a:visited, #footer a:hover { font-size: 10px; color: #887c42; }

#nav1 {
	width:377px;
	height:30px;
	margin:0 auto;
	padding:0;
	position:relative;
	background:url(images/cart.gif) no-repeat top center;
}
		
#nav1 li {margin: 0; padding: 0; list-style: none; position: absolute; top: 0;}
#nav1 li, #nav1 a {height: 30px; display: block;}
#nav1 span { display:none; }
#nav1 li a {
	display:block;
	height:30px;
	color:#626641;
	text-decoration:none;
}
				
		#nav1_1	{ width:142px; left:0; }
		#nav1_2	{ width:116px; left:142px; }
		#nav1_3	{ width:119px; left:258px; }

		#nav1_1 a { padding-top:6px; padding-left:39px; }
		#nav1_2 a { padding-top:6px; padding-left:40px; } 
		#nav1_3 a { padding-top:6px; padding-left:38px; }
		
		#nav1_1 a:hover { background:transparent url(images/cart.gif) no-repeat 0 -30px; }
		#nav1_2 a:hover { background:transparent url(images/cart.gif) no-repeat -142px -30px; }
		#nav1_3 a:hover { background:transparent url(images/cart.gif) no-repeat -258px -30px; }
		
		#nav1_1 a.current { background:transparent url(images/cart.gif) no-repeat 0 -30px; }
		#nav1_2 a.current { background:transparent url(images/cart.gif) no-repeat -142px -30px; }
		#nav1_3 a:active { background:transparent url(images/cart.gif) no-repeat -258px -30px; }
		
#prodFlourish {
	position: absolute;
	width: 47px;
	height: 47px;
	background: url(images/catalog/prod_flourish.jpg) no-repeat;	
	top: -47px;
	left: 80px;
}

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
	z-index: 10;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
	font-size: 18px;
}