/* @group reset */

/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 3.2.0
build: 2676
*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}legend{color:#000;}

/* @end */

@font-face {
    font-family: 'EngraversMTRegular';
    src: url('engravers-mt-2-webfont.eot');
    src: url('engravers-mt-2-webfont.eot?#iefix') format('embedded-opentype'),
         url('engravers-mt-2-webfont.woff') format('woff'),
         url('engravers-mt-2-webfont.ttf') format('truetype'),
         url('engravers-mt-2-webfont.svg#EngraversMTRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'CaptainHowdyRegular';
    src: url('capth___-webfont.eot');
    src: url('capth___-webfont.eot?#iefix') format('embedded-opentype'),
         url('capth___-webfont.woff') format('woff'),
         url('capth___-webfont.ttf') format('truetype'),
         url('capth___-webfont.svg#CaptainHowdyRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {
	background-image: url(../images/bg-body.png);
	color: #000;
	font: 14px/1.6 cambria, "times new roman", times, serif;
	text-rendering: optimizeLegibility;
}

::selection, ::-moz-selection, ::-webkit-selection {
	background-color: #fcf0ca; 
	color: #000;
	text-shadow: none;	
}

.content {
	margin: 0 auto;
	overflow: hidden;
	width: 1042px;
}

.top-bar {
	width: 1042px;
	height: 162px;
	margin: 0 auto;
	background: url(../images/bg-title-bar.png) no-repeat;
	overflow: hidden;
}

.top-bar a {
	display: block;
	overflow: hidden;
	text-indent: -500em;
	width: 218px;
	height: 135px;
	margin: 27px auto 0 auto;	
	opacity: 0;
	-webkit-transition: opacity .5s;
	-moz-transition: opacity .5s;
	-ms-transition: opacity .5s;	
	transition: opacity .5s;	
	background-image: url(../images/bg-logo.png);
}

.top-bar a:hover {
	opacity: 1;		
}

#header {
	width: 1008px;
	height: 45px;
	background: url(../images/bg-header.png) no-repeat;
	margin: 0 auto;
	font: 16px/1 CaptainHowdyRegular;
	letter-spacing: 1px;
	padding-top: 4px;
	position: relative;
	z-index: 9999;
}

#header ul.nav {
	position: relative;
	float: left;
}

#header ul.nav > li {
	position: absolute;
	top: 0;
}

#header ul.nav > li:first-child {
	left: 45px;
}

#header ul.nav > li:nth-child(2) {
	left: 145px;
}

#header ul.nav > li:nth-child(3) {
	left: 255px;
}

#header ul.nav > li:nth-child(4) {
	left: 590px;
}

#header ul.nav > li:last-child {
	left: 710px;
}


#header ul.nav > li > a {
	display: block;
	width: 106px;
	height: 28px;
	padding-top: 11px;
	text-align: center;
	color: #d8c281;	
	text-decoration: none;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, .9);	
	background: url(../images/bg-nav-on.png) no-repeat 100px 100px;
}

#header ul.nav > li.long > a {
	background-image: url(../images/bg-nav-long-on.png);
	width: 154px;
}

#header ul.nav li > a.selected {
	text-shadow: 1px 1px 1px rgba(255, 255, 255, .2);	
	color: #cd9626;
}

#header ul.nav li > a:hover, #header ul.nav > li:hover > a {
	background-position: 0 0;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, .5);	
	color: #7d0000;
}

#header ul.nav li ul {
	position: absolute;
	left: auto;
	margin-left: -29px;
	overflow: hidden;
	display: none;
}

#header ul.nav li.active ul {
	display: block;
}

#header ul.nav li ul li {
	margin-top: -22px;
	width: 163px;
	height: 75px;
	padding-right: 9px;
	background: url(../images/bg-nav-secondary.png) no-repeat left bottom;
	overflow: hidden;
}

#header ul.nav li ul li:first-child {
	padding-top: 22px;
}

#header ul.nav li ul li a {
	font-size: 14px;
	display: block;
	margin-top: 34px;
	text-align: center;
	color: #d8c281;	
	text-decoration: none;	
	text-shadow: 2px 2px 2px rgba(0, 0, 0, .5);		
}

#header ul.nav li ul li a:hover {
	color: #cd9626;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, .7);		
}

#header ul.social {
	float: right;
	margin: 8px 16px 0 0;
}

#header ul.social li {
	float: left;
	margin-right: 10px;
}

#header ul.social li a {
	display: block;
	width: 22px;
	height: 21px;
	overflow: hidden;
	text-indent: -500em;
	background: url(../images/icons-social.png) no-repeat;
}

#header ul.social li:nth-child(2) a {
	background-position: 0 0;
}

#header ul.social li:nth-child(2) a:hover {
	background-position: 0 -21px;
}

#header ul.social li:last-child a {
	background-position: -22px 0;
}

#header ul.social li:last-child a:hover {
	background-position: -22px -21px;
}


#content {
	width: 1008px;
	margin: 0 auto;
	background: url(../images/bg-content.png) repeat-y;
	position: relative;
	overflow: hidden;
	min-height: 400px;
}

#content span.top {
	font-size: 0;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 164px;
	z-index: 10;
	background: url(../images/bg-content-texture.png) no-repeat center top;
}

#content .page-content {
	overflow: hidden;
	position: relative;
	z-index: 100;
	padding: 30px 54px;
}

#content.product .page-content {
	padding: 30px;
}

#content .home-slides {
	float: left;
	padding: 10px;
	overflow: hidden;
}

#content .home-slideshow {
	width: 430px;
	height: 286px;
	overflow: hidden;
	margin-bottom: 15px;
	-webkit-box-shadow: 0 0 10px rgba(68, 47, 23, .9);
	-moz-box-shadow: 0 0 10px rgba(68, 47, 23, .9);
	box-shadow: 0 0 10px rgba(68, 47, 23, .9);
}

#content .home-slideshow .div {
	width: 430px;
	height: 286px;
}

#content .home-slides ul {
	text-align: center;
}

#content .home-slides ul li {
	display: inline-block;
	margin: 0 5px;
	padding: 2px;
}

#content .home-slides ul li a {
	display: block;
	width: 8px;
	height: 8px;
	border: 1px solid #521506;
	text-indent: -50px;
	overflow: hidden;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #521506;
}

#content .home-slides ul li a:hover, #content .home-slides ul li.activeSlide a {
	background-color: #cd9626;	
}

#content .intro {
	width: 430px;
	float: right;
	color: #000;
}

#content .intro h1 {
	color: #7d0000;
	font-family: EngraversMTRegular, "times new roman", cambria, serif;	
	text-shadow: 2px 2px 2px rgba(0, 0, 0, .2);
	text-align: center;
	margin-bottom: 5px;
	padding-bottom: 20px;
	background: url(../images/bg-intro-border.png) no-repeat center bottom;
	line-height: 1.1;
	font-size: 27px;
}

#content .intro h2 {
	font-size: 16px;
	line-height: 1.8;
	text-align: justify;
}

#content .intro .continue-button {
	margin: -10px auto 0 auto;
	width: 135px;
	height: 135px;
	padding: 32px;
	position: relative;
}

#content .intro .continue-button span {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	background: url(../images/bg-button-press.png) no-repeat center center;	
	opacity: 0;
	-webkit-transition: opacity .25s;
	-moz-transition: opacity .25s;
	-ms-transition: opacity .25s;	
	transition: opacity .25s;
	font-size: 0;
}

#content .intro .continue-button:hover span {
	opacity: 1;	
}

#content .intro a {
	margin: 0 auto;
	display: block;
	width: 135px;
	height: 134px;
	overflow: hidden;
	text-indent: -500em;
	background: url(../images/button-press.png) no-repeat;
	position: relative;
	z-index: 10;
}

#boots-menu {
	overflow: hidden;
	width: 600px;
	margin: 0 auto;
}

#boots-menu li {
	position: relative;
	float: left;
	overflow: hidden;
	width: 264px;
	margin: 0 18px;
	height: 490px;
	text-align: center;
}

#boots-menu li span {
	display: block;
	width: 100%;
	height: 100%;
	background: url(../images/bg-boot-hover.png) no-repeat center 50px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	opacity: 0;	
}


#boots-menu li img {
	display: block;
	margin: 60px auto 0 auto;
	position: relative;
	z-index: 100;
	width: 200px;
}

#boots-menu li a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
	text-indent: -500em;
	z-index: 200;
}
/*
#boot-navigation {
	margin: 0 15px 20px -12px;
	width: 302px;
	padding: 30px 27px 20px 13px;
	height: 315px;
	background: url(../images/bg-boots-navigation.png) no-repeat;
	overflow: hidden;
	float: left;
}

#boot-navigation h4 {
	text-align: center;
	color: #cd9626;	
	font: 18px/1 CaptainHowdyRegular;
	letter-spacing: 1px;
	text-shadow: 1px 1px 1px #000;	
	margin-bottom: 20px;
}

#boot-navigation h4 span {
	display: inline-block;
	width: 23px;
	height: 7px;
	font-size: 0;
	line-height: 0;
	margin: 0 5px;
	vertical-align: 9px;
	background: url(../images/boot-nav-flourish.png) right top;
}

#boot-navigation h4 span:first-child {
	background-position: left top;
}

#boot-navigation #slides {
	overflow: hidden;
	width: 272px;
	height: 210px;
	padding: 0 15px;
	margin-bottom: 10px;
}

#boot-navigation #slides .slide {
	overflow: hidden;
	width: 290px;
	height: 220px;
	padding-left: 15px;	
}

#boot-navigation #slides ul {
	overflow: hidden;
}

#boot-navigation #slides ul li {
	width: 80px;
	height: 60px;
	float: left;
	overflow: hidden;
	padding: 0 15px 15px 0;
}

#boot-navigation #slides ul li a {
	display: block;
	width: 76px;
	height: 56px;
	border: 2px solid #d8c281;
	border-radius: 8px;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, .5);	
	overflow: hidden;
}

#boot-navigation #slides ul li a:hover {
	border-color: #f5efde;
	box-shadow: 3px 3px 3px #000;		
}

#boot-navigation .nav {
	overflow: hidden;
	margin: 0 auto;
	width: 275px;
	padding-bottom: 2px;
}

#boot-navigation .nav span {
	display: block;
	float: left;
	cursor: pointer;
	position: relative;
	width: 50px;
	height: 35px;
	overflow: hidden;
	text-indent: -50em;
	background: url(../images/boot-nav-arrows.png) no-repeat right top;
}

#boot-navigation .nav span:first-child {
	background-position: left top;
}

#boot-navigation .nav span:active {
	top: 2px;
}

#boot-navigation .nav ul {
	float: left;
	width: 175px;
	text-align: center;
	padding-top: 8px;
}

#boot-navigation .nav ul li {
	display: inline-block;
	margin: 0 5px;
	padding: 2px;
	color: #7d0000;
}

#boot-navigation .nav ul li a {
	display: block;
	width: 8px;
	height: 8px;
	border: 1px solid #7d0000;
	text-indent: -50px;
	overflow: hidden;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #7d0000;
}

#boot-navigation .nav ul li a:hover, #content #boot-navigation .nav ul li.activeSlide a {
	background-color: #cd9626;	
}
*/
#product-view {
	float: left;
	border: 4px solid #321906;
	background-color: #321906;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;	
	box-shadow: 0 0 7px rgba(0, 0, 0, .7);	
	margin-right: 25px;
	margin-left: 10px;
	width: 310px;
	height: 400px;
}

#product-view > a, #product-view > a > img {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	display: block;
	overflow: hidden;
}

#product-view > a > .zoomPad > img {
	padding: 5px;
	background-color: #fff;
	width: 300px;
	height: 390px;	
}

.product-info {
	overflow: hidden;
	float: left;
	width: 590px;
	min-height: 400px;
}

.product-info h1 {
	color: #7d0000;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, .2);
	text-align: center;
	margin: 8px 0 15px 0;
	font: 36px/1.2 EngraversMTRegular, "times new roman", cambria, serif;
}

.product-info .description {
	overflow: hidden;
	margin-bottom: 10px;	
}

.product-info .description p {
	margin-bottom: 10px;
	font-size: 16px;
}

.product-info .description em {
	font-style: italic;
}
.product-info .description strong {
	font-weight: bold;
}

.product-info .description a {
	color: #000;
}

.product-info .description a:hover {
	text-decoration: none;
}

.product-info .details {
	margin-bottom: 20px;
	color: #000;
	font-family: EngraversMTRegular, "times new roman", cambria, serif;
	text-transform: uppercase;
	font-size: 14px;	
	padding-bottom: 30px;
	background: url(../images/bg-product-description.png) no-repeat center bottom;		
}

.product-info ul.share {
	display: table;
	text-align: left;
	margin-bottom: 15px;
}

.product-info ul.share li {
	display: inline-block;
	padding-right: 20px;
	vertical-align: top;
	line-height: 1;
}

.product-info ul.nav {
	overflow: hidden;
}

.product-info ul.nav li {
	overflow: hidden;
	float: left;
}

.product-info ul.nav li:nth-child(2) {
	width: 170px;
	text-align: center;
}

.product-info ul.nav li:last-child {
	text-align: right;
}

.product-info ul.nav li a {
	display: block;
	overflow: hidden;
	text-decoration: none;
	color: #000;
}

.product-info ul.nav li:first-child a, .product-info ul.nav li:last-child a {
	width: 210px;
}

.product-info ul.nav li span {
	display: block;
	border: 2px solid #7d0000;
	border-radius: 8px;
	overflow: hidden;
	margin: 2px;	
	box-shadow: 0 0 2px rgba(0, 0, 0, .5);	
}

.product-info ul.nav li:first-child span {
	float: left;
	margin-right: 10px;
}


.product-info ul.nav li:last-child span {
	float: right;
	margin-left: 10px;
}

.product-info ul.nav li a strong {
	display: block;
}

.product-info ul.nav li a:hover strong {
	text-decoration: underline;
}

.product-info ul.nav li a:hover span {
	border-color: #ad0000;
}


.product-listing h1 {
	text-align: center;
	color: #7d0000;	
	font: 36px/1 EngraversMTRegular, "times new roman", cambria, serif;	
	text-shadow: 2px 2px 2px rgba(0, 0, 0, .2);	
	margin-bottom: 25px;
}

.product-listing ul {
	overflow: hidden;
}

.product-listing ul li {
	overflow: hidden;
	float: left;
	position: relative;
	width: 199px;
	padding: 10px 7px;
	margin: 0 6px 10px 6px;
	text-align: center;
	font-size: 18px;
	line-height: 1.2;
}

.product-listing ul li a {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	text-indent: -500em;
	z-index: 200;
}

.product-listing ul li div {
	border: 2px solid #d8c281;
	border-radius: 8px;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, .5);	
	overflow: hidden;
	-moz-background-clip: border;
	-webkit-background-clip: border;
	background-clip: border-box; 
	width: 174px;
	height: 127px;
	margin: 0 auto 15px auto;
}

.product-listing ul li:hover div {
	border-color: #f5efde;
	box-shadow: 3px 3px 3px #000;		
}

.product-listing ul li h2 {
	color: #321906;	
}

.product-listing ul li:hover h2 {
	color: #562c0c;		
}

.post {
	overflow: hidden;
}

.post strong, .post b {
	font-weight: bold;
	font-style: inherit;
}

.post em, .post i {
	font-weight: inherit;
	font-style: italic;
}

.post p, .post ul, .post ol {
	margin-bottom: 10px;
}

.post ol, .post ul {
	padding-left: 30px;
}

.post ol li {
	list-style-type: decimal;
}

.post ul li {
	list-style-type: disc;
}

.post a {
	color: #000;
}

.post a:hover {
	text-decoration: none;
}

.post .alignleft {
	float: left;
	margin: 0 20px 10px 0;
	display: inline-block;
}

.post .alignright {
	float: right;
	margin: 0 0 10px 20px;
	display: inline-block;
}

.post .aligncenter {
	text-align: center;
	margin: 0 auto 10px auto;
	display: block;	
}

.art-slides, .filigree-holder {
	overflow: hidden;
	position: relative;
}

.filigree-top {
	height: 54px;
	background: url(../images/bg-filigree-top.png) no-repeat center top;
	overflow: hidden;
	padding-top: 5px;
}

.filigree-top h1 {
	color: #7d0000;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, .2);	
	text-align: center;
	font: 36px/1 EngraversMTRegular, "times new roman", cambria, serif;	
}

.art-slides .slide {
	overflow: hidden;
	width: 840px;
	height: 300px;
	padding: 0 30px;
}

.art-slides .slide img {
	float: left;
}

.art-slides .slide .desc {
	float: right;
	width: 310px;
	overflow-y: auto;
	height: 300px;
}

.art-slides h2, .filigree-holder h2 {
	color: #521506;
	font: 18px/1 EngraversMTRegular, "times new roman", cambria, serif;	
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);		
	margin-bottom: 10px;
}

.slide h2 {
	margin-top: 15px;
}

.slide P {
	margin-bottom: 15px;
}

.filigree-holder .contact h2 {
	text-align: left;
}

.art-slides span {
	display: block;
	float: left;
	cursor: pointer;
	position: absolute;
	width: 50px;
	height: 35px;
	overflow: hidden;
	text-indent: -50em;
	background: url(../images/boot-nav-arrows.png) no-repeat left top;
	left: 0;
	top: 195px;
	z-index: 999;
}

.art-slides span.next {
	background-position: right top;
	left: auto;
	right: 0;
}

.art-slides span:active {
	top: 201px;
}

.art-slides ul.slide-nav {
	z-index: 999;
	position: absolute;
	top: 375px;
	width: 400px;
	left: 50%;
	margin-left: -200px;
	text-align: center;
}

.art-slides ul.slide-nav li {
	display: inline-block;
	margin: 0 5px;
	padding: 2px;
}

.art-slides ul.slide-nav li a {
	display: block;
	width: 8px;
	height: 8px;
	border: 1px solid #521506;
	text-indent: -50px;
	overflow: hidden;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #521506;
}

.art-slides ul.slide-nav li a:hover, .art-slides ul.slide-nav li.activeSlide a {
	background-color: #cd9626;	
}

.filigree-holder .post {
	padding: 20px 100px;
}

.filigree-holder .post ul {
	padding: 0;
	overflow: hidden;
}

.filigree-holder .post ul li {
	list-style-type: none;
	width: 25%;
	float: left;
	font-weight: bold;
	text-align: center;
}

.filigree-bottom {
	height: 62px;
	background: url(../images/bg-filigree-bottom.png) no-repeat center top;
	overflow: hidden;
}



#blog-navigation {
	width: 322px;
	padding: 30px 17px 20px 3px;
	height: 315px;
	background: url(../images/bg-boots-navigation.png) no-repeat;
	overflow: hidden;
	float: right;
	margin-right: -10px;
}

#blog-navigation h4 {
	text-align: center;
	color: #cd9626;	
	font: 18px/1 CaptainHowdyRegular;
	letter-spacing: 1px;
	text-shadow: 1px 1px 1px #000;	
}

#blog-navigation h4 span {
	display: inline-block;
	width: 23px;
	height: 7px;
	font-size: 0;
	line-height: 0;
	margin: 0 5px;
	vertical-align: 9px;
	background: url(../images/boot-nav-flourish.png) right top;
}

#blog-navigation h4 span:first-child {
	background-position: left top;
}

#blog-navigation ul {
	overflow: hidden;
	margin: 10px 20px 10px 20px;
}

#blog-navigation ul li {
	float: left;
	margin: 0 3px 3px 3px;
	line-height: 1.4;
}

#blog-navigation ul li a {
	line-height: 1;
	text-decoration: none;
	font-size: 13px;
	color: #e6cf89;
	background-color: rgba(205, 150, 38, .15);
}

#blog-navigation ul li a:hover {
	color: #000;
	background-color: rgba(205, 150, 38, 1);
}

#searchform {
	overflow: hidden;
	position: relative;
	margin: 10px 20px;
}

#ccsfg, #wpcf7-f1240-p42-o1 {
	overflow: hidden;
	position: relative;
}

#searchform label, #ccsfg label, #wpcf7-f1240-p42-o1 label {
	position: absolute;
	top: 100px;
}

#searchform #s, #ccsfg input.text, #wpcf7-f1240-p42-o1 input.text  {
	float: left;
	width: 190px;
	border: 1px solid #371104;
	padding: 4px;
	margin: 3px;
	background-color: rgba(255, 255, 255, .3);
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	-ms-transition: all .25s;	
	transition: all .25s;		
}

#searchform #s:hover, #searchform #s:focus, #ccsfg input.text:hover, #ccsfg input.text:focus, #wpcf7-f1240-p42-o1 input.text:hover, #wpcf7-f1240-p42-o1 input.text:focus {
	background-color: rgba(255, 255, 255, 1);
}

#searchform #searchsubmit, #ccsfg #submit, #wpcf7-f1240-p42-o1 #submit {
	display: block;
	float: right;
	margin: 3px;
	font: 14px/1 EngraversMTRegular, "times new roman", cambria, serif;
	border: none;
	padding: 5px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;		
	cursor: pointer;
	background-color: #371104;
	-webkit-box-shadow: 2px 2px 0 rgba(0, 0, 0, .5);
	-moz-box-shadow: 2px 2px 0 rgba(0, 0, 0, .5);
	box-shadow: 2px 2px 0 rgba(0, 0, 0, .5);
	color: #e6cf89;
	letter-spacing: -1px;
}

#searchform #searchsubmit:hover, #ccsfg #submit:hover, #wpcf7-f1240-p42-o1 #submit:hover {
	background-color: #150601;
}

.blog-content {
	float: left;
	width: 525px;
}

.blog-content h1 {
	font: 36px/1 EngraversMTRegular, "times new roman", cambria, serif;	
	text-shadow: 2px 2px 2px rgba(0, 0, 0, .2);	
	margin-bottom: 30px;	
	color: #7d0000;
}

.blog-content h1 a {
	text-decoration: none;
	color: #7d0000;	
}

.blog-content h1 a:hover {
	color: #190701;
}

.blog-content .post {
	margin-bottom: 30px;	
}

.blog-content h2 {
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 16px;
}

.blog-content h2 a {
	color: #371104;
}

.blog-content p.tags {
	margin: 0;
	text-transform: uppercase;
	font-size: 12px;
}

.blog-content p.tags a {
	text-decoration: none;
}

.blog-content p.tags a:hover {
	text-decoration: underline;
}

.blog-content .nav {
	padding-top: 30px;
	background: url(../images/bg-product-description.png) no-repeat center top;		
	overflow: hidden;
	font-weight: bold;
	font-size: 16px;
	color: #371104;	
}

.blog-content .nav a {
	color: #371104;	
	line-height: 1.1;
}

.blog-content .nav a:hover {
	text-decoration: none;
}


.blog-content .nav .prev {
	float: left;
	width: 50%;
}

.blog-content .nav .next {
	float: right;
	width: 50%;
	text-align: right;	
}


.blog-content .nav a span {
	display: block;
	float: left;
	width: 50px;
	height: 35px;
	background: url(../images/boot-nav-arrows.png) no-repeat left top;
	margin: 0 5px;
}

.blog-content .nav .next a span {
	float: right;
	background-position: right top;
}

#footer {
	position: relative;
	z-index: 1000;
	margin: -11px auto 20px auto;
	width: 920px;
	padding: 55px 50px 0 50px;
	height: 45px;
	background: url(../images/bg-footer.png) no-repeat;
	color: #d8c281;	
	overflow: hidden;
	font-size: 13px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .9);	
}

#footer ul {
	float: right;
}

#footer ul li {
	float: left;
	margin-left: 15px;
}

#footer a {
	color: #d8c281;	
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: none;
}

#footer a.boot-elves {
	display: block;
	width: 151px;
	height: 100px;
	overflow: hidden;
	background: url(../images/logo-boot-elves.png) no-repeat;
	position: absolute;
	left: 40px;
	top: 0;
	text-indent: -500em;
}

/* @group jQZoom styles */

/* jQZoom styles */ 

.zoomPad{
	position:relative;
	float:left;
	z-index:99;
	cursor:crosshair;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	display: block;
  overflow: hidden;	
}


.zoomPreload{
   -moz-opacity:0.8;
   opacity: 0.8;
   filter: alpha(opacity = 80);
   color: #333;
   font-size: 12px;
   font-family: Tahoma;
   text-decoration: none;
   border: 1px solid #CCC;
   background-color: white;
   padding: 8px;
   text-align:center;
   background-image: url(../images/zoomloader.gif);
   background-repeat: no-repeat;
   background-position: 43px 30px;
   z-index:1100;
   width:90px;
   height:43px;
   position:absolute;
   top:0px;
   left:0px;
    * width:100px;
    * height:49px;
    margin: -10px 0 0 -15px;}

#product-view a:hover .zoomPreload {
    visibility: visible !important;

}

.zoomPup{
	overflow:hidden;
	background-color: #FFF;
	-moz-opacity:0.6;
	opacity: 0.6;
	filter: alpha(opacity = 60);
	z-index:120;
	position:absolute;
	border:1px solid #CCC;
  z-index:101;
  cursor:crosshair;
}

.zoomOverlay{
	position:absolute;
	left:0px;
	top:0px;
	background:#FFF;
	/*opacity:0.5;*/
	z-index:5000;
	width:100%;
	height:100%;
	display:none;
  z-index:101;
}

.zoomWindow{
	position:absolute;
	left:110%;
	top:40px;
	background:#FFF;
	z-index:6000;
	height:auto;
  z-index:10000;
  z-index:110;
}
.zoomWrapper{
	position:relative;	
  z-index:110;
}
.zoomWrapperTitle{	display: none; }
.zoomWrapperImage{
	display:block;
  position:relative;
  overflow:hidden;
  z-index:110;

}
.zoomWrapperImage img{
  border:0px;
  display:block;
  position:absolute;
  z-index:101;
}

.zoomIframe{
  z-index: -1;
  filter:alpha(opacity=0);
  -moz-opacity: 0.80;
  opacity: 0.80;
  position:absolute;
  display:block;
}

/* @end */