@charset "utf-8";
/* CSS Document */

/*Defaults*/
html, body { height: 100%; width: 100%; position: relative; margin: 0; padding: 0; }

/*Admin - These get copied into the admin.css*/

/* CSS Reset */
img { border: 0; } 
h1,h2,h3,h4,h5,h6,p,table,ul,ol { margin-top: 0; padding-top: 0; }

body { background-color: #55402d; font-size: 12px; color: #111; font-family: Tahoma, Geneva, sans-serif; line-height: 1.5em; }

ul, ol, dl, p, table { margin-bottom: 1em; }
	
h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #111; }
	h1 { font-size: 30px; line-height: 1.2; color: #b29e2e; margin-bottom: 0.6em; font-family: "kelvingrove-1","kelvingrove-2",serif;
 }
	h2 { font-size: 24px; line-height: 1; color: #b29e2e; margin-bottom: 0.5em; margin-top: 0.25em; font-family: "kelvingrove-1","kelvingrove-2",serif;
 }
	h3 { font-size: 14px; line-height: 1; margin-bottom: 0.8em; }/* 18pt */
	h4 { font-size: 12px; line-height: 1.25; font-weight: bold; } /* 14pt */
	h5 { font-size: 1em; line-height: 1.5; font-weight: bold; }
	h6 { font-size: 1em; line-height: 1.5; color: #693; }

a { text-decoration: none; color: #816e01; }
a:hover, a:focus, a:active { text-decoration: underline; color: #b29e2e; }

ul, ol, dd, blockquote {  }
ul ul, ol ol, ul ol, ol ul { margin-bottom: 0; }
form { margin-bottom: 1em; }
legend { color: #111; }

.layClear { clear: both;  font-size: 0px; height: 1px; line-height: 0px; margin-top: -1px; }

/* Elements */
body { }
#container { position: relative; width: 970px; margin: 0 auto; }

#layHeader { position: relative; width: 970px; height: 130px; background: url(../images/background-header.png) no-repeat; z-index: 100; }
	#logo { position: absolute; top: 0; left: 0; width: 530px; height: 120px; overflow: hidden; }
	
#user-toolsWrapper { position: absolute; top: 50px; right: 0; z-index: 1000; color: #ccc; }
	#user-tools { width: 300px; line-height: 24px; height: 24px; }
	#user-tools a { color: #ccc; }
	#user-tools a:hover { color: #fff; }

#layTopMenu { position: absolute; top: 85px; left: 120px; width: 970px; height: 32px; z-index: 100; }
	#layTopMenu ul { position: relative; list-style: none; margin: 0; padding: 0; }
	#layTopMenu ul li { position: relative; float: left; margin: 0; padding: 0; }
	#layTopMenu ul li a { line-height: 32px; height: 32px; color: #ccc; position: relative; display: inline-block; text-decoration: none; margin: 0; padding: 0 13px; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; text-transform: uppercase; }
	#layTopMenu ul li a:hover { color: #fff; text-decoration: none; background-color: #111; }
		#layTopMenu li ul { display: none; position: absolute; top: 32px; left: 0; width: 180px; background-color: #55402d; border: 1px solid #35281b; }
		#layTopMenu li:hover ul, #layTopMenu li.over ul { display: block; background-color: #55402d; }
			#layTopMenu li ul li {  display: block; width: 180px; float: none; text-align: left; }		
			#layTopMenu li ul li a { color: #ccc; float: none; display: block; padding: 0 0 0 10px; margin: 0; width: 170px; text-align: left; text-transform: none; line-height: 32px; height: 32px; }
			#layTopMenu li ul li a:hover { background-color: #35281b; color: #fff;	}
	
#layContentWrapper { overflow: hidden; background: url(../images/background-content.png) repeat-y; padding: 20px 24px 20px 24px; width: 932px; }
	
	#homepageColLeft { float: left; width: 616px; margin: 0 20px 0 0; }
		#homepageFeature { width: 616px; margin: 0 0 20px 0; }
		#homepageContent { float: left; width: 615px; }
		#blogFeed{ display:none; float:left; margin-top:10px; border-top: 1px solid #999999; padding-top: 1.5em; width:616px; }
	
	#homepageColRight { width: 286px; float: left; }
		
		.homepagePod { margin: 0 0 20px 0; width: 286px; }
		.homepagePod h1 { margin-bottom: 0.2em; }
			.homepagePodContent { background: url(../images/background-pod.png) left top no-repeat; padding: 10px 0 0 20px; }
			.homepagePodImage { position: relative; top: -10px; left: -19px; }
	
	#pageLeftMenu { width: 206px; float: left; padding: 0; margin: 20px 20px 0 0; }
	#pageLeftMenu h3 { font-size: 14px; text-transform: uppercase; }
		#pageLeftMenu ul { list-style: none; margin: 0 0 1em 20px; padding: 0; width: 186px; }
		#pageLeftMenu li { line-height: 2; }
		#pageLeftMenu li ul{ margin-left: 20px; width: 160px; }
		#pageLeftMenu form{ padding: 0; margin: 0; }
		#pageLeftMenu fieldset{ border: 0; padding: 0; margin: 0; }
		#pageLeftMenu input{ height: 18px; margin-right: 5px; }
		
		.pageLeftPod { width: 180px; background-color: #7c6c5b; padding: 10px 10px 1px 10px; color: #fff; -moz-border-radius: 8px; -webkit-border-radius: 8px; }
		
	#pageContent { float: left; width: 636px; }
	
	#blogContent { float: left; width: 575px; padding: 0; overflow: hidden; }
	#blogRightWrapper { float: right; width: 345px; padding: 20px 0 0 0; overflow: hidden; }
		#blogRightWrapper-Col1 { float: left; width: 160px; padding: 0 25px 0 0; overflow: hidden; }
		#blogRightWrapper-Col2 { float: left; width: 160px; padding: 0; overflow: hidden; }
	
#layFooter { width: 950px; margin: 0 auto; overflow: hidden; padding: 1em 0; background: url(../images/background-footer.png) no-repeat; }
	
	#layFooterLogo { float: left; width: 48px; height: 48px; }
	
	#layFooterLegal { float: left; width: 600px; margin: 5px 0 0 0; }
		#layFooterLegal ul { list-style: none; margin: 0; padding: 0; overflow: hidden; }
			#layFooterLegal ul li { float: left; margin: 0; padding: 0; }
				#layFooterLegal ul li a { font-size: 0.917em; color: #ccc; position: relative; display: inline-block; text-decoration: none; margin: 0; padding-right: 10px; }
				#layFooterLegal ul li a:hover { color: #fff; }
		#layFooterLegal p { clear: both; font-size: 0.917em; color: #a49384; margin: 0; padding: 0; }
		
	#layFooterAuthor { float: right; color: #35281b; text-align: right; }
		#layFooterAuthor a { color: #35281b; }
		#layFooterAuthor a:hover { color: #795f47; }
		#layFooterAuthor p { font-size: 0.917em; margin: 5px 0 0 0; }
	
#printBody { background-image: none; background-color: #FFF; margin: 0; padding: 0; }
#printWrapper { width: 700px; margin: 0 auto; }
	#printHeader { width: 700px; height: 150px; }
	#printContent { width: 700px; text-align: left; }	
	
/* -------------------------------------------------------------- 
   V65 Overrides
-------------------------------------------------------------- */


.v65-product1Up h3 { font-size: 16px; }

/*Shipping Widget*/
#v65-shippingWidget { padding: 0px 5px; }


/* -----Modal Cart----- */
a#v65-toggleModalCart { display: block; background: url(../images/cart.png) no-repeat left; padding: 0 0 0 24px; }

/* -----Buttons----- */
	
	/* OPTIONAL BUTTON STYLES regular button: */		
	button.defaultBtn { background: transparent url(../images/buttons/btn_sprite.gif) no-repeat right -100px; }
	button.defaultBtn span { background: transparent url(../images/buttons/btn_sprite.gif) no-repeat left top; }
		
	/* OPTIONAL BUTTON STYLES alt button: */		
	button.altBtn { background: transparent url(../images/buttons/btn_alt_sprite.gif) no-repeat right -100px; }
	button.altBtn span { background: transparent url(../images/buttons/btn_alt_sprite.gif) no-repeat left top; }
		
	/* OPTIONAL BUTTON STYLES modal button: */		
	button.modalBtn { background: transparent url(../images/buttons/btn_modal_sprite.gif) no-repeat right -50px; }
	button.modalBtn span { background: transparent url(../images/buttons/btn_modal_sprite.gif) no-repeat left top; }
		
	/* OPTIONAL BUTTON STYLES modal alt button: */		
	button.altModalBtn { background: transparent url(../images/buttons/btn_modal_alt_sprite.gif) no-repeat right -50px; }
	button.altModalBtn span { background: transparent url(../images/buttons/btn_modal_alt_sprite.gif) no-repeat left top; }
		
	/* OPTIONAL BUTTON STYLES large button: */		
	button.largeBtn { background: transparent url(../images/buttons/btn_large_sprite.gif) no-repeat right -100px; }
	button.largeBtn span { background: transparent url(../images/buttons/btn_large_sprite.gif) no-repeat left top; }
	
	/* REQUIRED LINK BUTTON STYLES: */
	
	/* Link Button Normal */
	a.linkBtn { background: transparent url(../images/buttons/btn_sprite.gif) no-repeat right -100px; }
	a.linkBtn span { background: transparent url(../images/buttons/btn_sprite.gif) no-repeat left top; }
	
	/* Link ALT Button Normal */
	a.linkAltBtn {  background: transparent url(../images/buttons/btn_alt_sprite.gif) no-repeat right -100px; }
	a.linkAltBtn span { background: transparent url(../images/buttons/btn_alt_sprite.gif) no-repeat left top;  }
		
	/* Modal Link Button Normal */
	a.modalLinkBtn { background: transparent url(../images/buttons/btn_modal_sprite.gif) no-repeat right -50px; }
	a.modalLinkBtn span { background: transparent url(../images/buttons/btn_modal_sprite.gif) no-repeat left top; }
		
	/* Modal Link ALT Button Normal */
	a.modalLinkAltBtn { background: transparent url(../images/buttons/btn_modal_alt_sprite.gif) no-repeat right -50px; }
	a.modalLinkAltBtn span { background: transparent url(../images/buttons/btn_modal_alt_sprite.gif) no-repeat left top; }
		
	/* Link Button Large */
	a.largeLinkBtn { background: transparent url(../images/buttons/btn_large_sprite.gif) no-repeat right -100px; }
	a.largeLinkBtn span { background: transparent url(../images/buttons/btn_large_sprite.gif) no-repeat left top; }
