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

/*Defaults*/
html, body { height: 100%; width: 100%; position: relative; margin: 0; padding: 0; }


/*-----------------------------------------------------------*/
/*-------Defaults - These get copied into the admin.css------*/
/*-----------------------------------------------------------*/
body { background-color: #fff; font-size: 12px; color: #111; font-family: Arial, Helvetica, sans-serif; line-height: 1.5em; }

/* CSS Reset */
img { border: 0; } 
h1,h2,h3,h4,h5,h6,p,table,ul,ol { margin-top: 0; padding-top: 0; }

ul, ol, dl, p, table, pre { margin-bottom: 1em; }
	
h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #545a1f; font-family: adobe-garamond-pro, "Times New Roman", Times, serif; }
	h1 { font-size: 2.5em; line-height: 1em; margin-bottom: 0.5em; } /* 30pt  */
	h2 { font-size: 2em; line-height: 1em; margin-bottom: 0.5em; }/* 24pt */
	h3 { font-size: 1.5em; line-height: 1em; margin-bottom: 0.5em; }/* 18pt */
	h4 { font-size: 1.167em; line-height: 1em; } /* 14pt */
	h5 { font-size: 1em; line-height: 1em; font-weight: bold; }
	h6 { font-size: 1em; line-height: 1em; }

a { color: #545a1f; text-decoration: none; }
a:hover, a:focus, a:active { text-decoration: underline; }

ul, ol, dd, blockquote {  }
ul ul, ol ol, ul ol, ol ul { margin-bottom: 0; }
form { margin-bottom: 1em; }
legend { color: #111; }
hr { color: #666; background-color: #666; height: 1px; border: 0; }


/*-----------------------------------------------------------*/


.layClear { clear: both;  font-size: 0px; height: 1px; line-height: 0px; margin-top: -1px; }

/* Elements */
body { background: url('../images/background.jpg') top center no-repeat #505535; }
#container { position: relative; width: 970px; margin: 0 auto; }

#header { position: relative; width: 970px; height: 130px; }
	#logo { width: 245px; height: 75px; padding: 50px 0 0 0; overflow: hidden; }
	
#user-toolsWrapper { position: absolute; top: 100px; right: 0; z-index: 1000; }
	#user-tools { width: 300px; line-height: 24px; height: 24px; color: #FFF; }
	#user-tools a { color: #FFF; text-transform:uppercase; font-size: 0.8em; }
	
		#socmed { position: absolute; top: 137px; right: 10px; }

#topMenu { width: 970px; background-color: #000000; height: 32px; font-family: adobe-garamond-pro, "Times New Roman", Times, serif; font-variant:small-caps; font-size:1.1em; }
	#topMenu ul { position: relative; list-style: none; margin: 0; padding: 0; }
	#topMenu ul li { position: relative; float: left; margin: 0; padding: 0; }
	#topMenu ul li a { line-height: 32px; height: 32px; color: #FFF; position: relative; display: inline-block; text-decoration: none; margin: 0; padding: 0 20px; background-color: #000000; }
	#topMenu ul li a:hover { color: #fff; background-color: #2c3018; text-decoration: none; }
	#topMenu ul li a.hover { color: #fff; background-color: #2c3018; text-decoration: none; }
		#topMenu li ul { display: none; position: absolute; top: 32px; left: 0; width: 180px; background-color: #749211; filter: alpha(opacity=90); -moz-opacity: 0.90;	opacity: 0.90; }
		#topMenu li:hover ul, #layTopMenu li.over ul { display: block; background-color: #9bc315; }
			#topMenu li ul li { background-color: #efefef; display: block; width: 180px; float: none; text-align: left; }		
			#topMenu li ul li a { color: #666; background-color: #efefef; float: none; display: block; padding: 0 0 0 10px; margin: 0; width: 170px; text-align: left; text-transform: none; line-height: 24px; height: 24px; }
			#topMenu li ul li a.v65-pageAParent { color: #000; }
			#topMenu li ul li a.v65-selected { color: #000; }
			#topMenu li ul li a:hover { background-color: #2c3018; color: #fff;	}
			
			#topMenu li.v65-home {  } /*display:none; if you want to hide the homepage link*/
			#topMenu li a.v65-pageAParent { color: #FFF; }
			#topMenu li a.v65-selected { color: #FFF; text-decoration:underline; }
	
#contentWrapper { overflow: hidden; background: url('../images/ripped-edge.png') top center repeat-y; }
		#contentBottom { height: 60px; background: url('../images/ripped-edge-bottom.png') top center no-repeat; }
	#homepageFeature { float: left; width: 600px; margin: 25px 25px 0 30px; }
	#homepageTopRight { float: right; width: 285px; margin: 25px 30px 0 0; }
	#homepageContent { float: left; width: 285px; margin: 25px 25px 25px 30px; }
		#homepageMid { float: right; width: 285px; margin: 25px 25px 25px 0; }
		#homepageRight { float: right; width: 285px; margin: 25px 30px 25px 0; }
		
					#homepageFeature img, #homepageTopRight img, #homepageMid img, #homepageRight img { border: 1px solid #6e7531; }
	
	#leftMenu { width: 180px; float: left; padding: 40px 10px 20px 30px; }
		#leftMenu ul { list-style: none; margin: 0 0 1em 20px; padding: 0; width: 170px; }
		#leftMenu li { line-height: 2; }
		#leftMenu li a { color: #333333; font-weight: bold; }
		#leftMenu li a:hover { color: #000; }
		#leftMenu li ul{ margin-left: 20px; width: 140px; }
		#leftMenu form{ padding: 0; margin: 0; }
		#leftMenu fieldset{ border: 0; padding: 0; margin: 0; }
		#leftMenu input{ height: 18px; margin-right: 5px; }
		
		#leftMenu li a.v65-pageAParent { color: #000; }
		#leftMenu li a.v65-leftSelected { color: #000; font-weight: bold; }
		
	#pageContent { float: left; width: 700px; padding: 40px 20px 20px; }
	#pageContentWide { width: 910px; padding: 40px 30px; }
	
#footer { width: 970px; overflow: hidden; padding: .5em 0; }
	#footerLegal { float: left; }
		#footerLegal ul { list-style: none; margin: 0; padding: 0; overflow: hidden; }
			#footerLegal ul li { float: left; margin: 0; padding: 0; }
				#footerLegal ul li a { font-size: 0.917em; color: #FFF; position: relative; display: inline-block; text-decoration: none; margin: 0; padding-right: 10px; }
				#footerLegal ul li a:hover { text-decoration:underline; }
		#footerLegal p { clear: both; font-size: 0.917em; color: #FFF; }
		
	#footerAuthor { float: right; color: #fff; text-align: right; }
		#footerAuthor a { color: #fff; }
		#footerAuthor a:hover { text-decoration:underline; }
		#footerAuthor p{ font-size: 0.917em; }
		
/* -------------------------------------------------------------- 
   Blog Template
-------------------------------------------------------------- */
#blogContent { float: left; width: 530px; padding: 20px 25px 0 30px; overflow: hidden; }
	#blogRightWrapper { float: right; width: 345px; padding: 20px 30px 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; }
	
/* -------------------------------------------------------------- 
   Print Template
-------------------------------------------------------------- */
#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
-------------------------------------------------------------- */

/* -----Modal Cart----- */
a#v65-toggleModalCart { display: block; padding: 0 0 0 24px; }

.v65-product2Up { width: 330px; margin: 0 40px 25px 0; }


/*---------------------------------------------------------------------------*/
/*------- Buttons - This calls the button sprites from the local site -------*/
/*------- Use these styles to customize buttons if necessary ----------------*/
/*---------------------------------------------------------------------------*/
	
	/* 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; color: #000; }
		
	/* 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; color: #000; }
		
	/* 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; color: #000; }
	
	/* OPTIONAL BUTTON STYLES large button: */		
	button.altLargeBtn { background: transparent url(../images/buttons/btn_large_alt_sprite.gif) no-repeat right -100px; }
	button.altLargeBtn span { background: transparent url(../images/buttons/btn_large_alt_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; color: #000; }
	
	/* 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; color: #000; }
		
	/* 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; color: #000; }