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


/* LAYOUT */
/* ----------------------------------------- */

/* These rather presentational classes are generated by WordPress, so it's useful to have some styles for them. Edit as you see fit. More info: http://codex.wordpress.org/CSS */
.aligncenter { display:block; margin:0 auto }
.alignleft {
	float:left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.alignright { float:right }
.wp-caption { border:1px solid #666; text-align:center; background:#ccc; padding:10px; margin:10px }

/* You might find the following useful */
/* div, ul, li { position:relative } This will save you having to declare each div / ul / li's position as 'relative' and allows you to absolutely position elements inside them */
br.clear { clear:both; display:block; height:1px; margin:-1px 0 0 0 } /* Use this br class to clear your floated columns */
li#theme-switcher { background:#fff; border:10px solid red; padding:20px; position:fixed; top:0; right:0 } /* Use this if you have the Theme Switcher Reloaded plugin (http://themebot.com/webmaster-tools/1-wordpress-theme-switcher-reloaded) installed and want to make it nice and obvious */


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

.clear{
    visibility:hidden;
    display:block;
    content:".";
    clear:both;
    height:0
    }

.clear{zoom:1} /* for IE7 */

a:active, a:focus { 
    border:none;
    outline:none;
}


.header {
	height: 531px;
	width: 1090PX;
	image: url(../images/header-home-back-new.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.header.alternative-header {
	image: url(../images/header-alternative-back.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 263px;
}

.header .inner-header {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
.header .inner-header .menu-top-menu-container {
	height: 70px;
	padding-left: 288px;
	width: 672px;
}
.header .inner-header .menu {
	height: 70px;
	padding-left: 288px;
	width: 672px;
}

.header .inner-header .menu ul li {
	height: 70px;
	float: left;
	/*padding-right: 15px;
	padding-left: 15px;*/
	
	padding-right: 12px;
	padding-left: 12px;

	width: auto;
	zoom:1; 
}
.header .inner-header .menu ul {
	display: inline;
	height: 70px;
	width: auto;
	zoom:1; 

}
.header .inner-header .menu ul li a {
	text-decoration: none;
	font-size: 15px;
	color: #000;
	font-family: 'AllerRegular', Arial, Helvetica, sans-serif;
	height: 24px;
	padding-top: 100px;
	float: left;
	line-height: 24px;
	width: auto;
	zoom:1;

}
/*modifications*/

.header .inner-header .menu ul.sf-menu {
	position: relative;
	z-index: 999;
}

.header .inner-header .menu ul.sf-menu .store-menu {
	display: block;
	float: left;
}
.header .inner-header .menu ul.sf-menu ul.children li a{
	padding-top: 0px;
	background: none;
	color: #FFF;
	background-color: #957b34;
	width: 120px;
	height: 35px;
	float: none;
	line-height: 35px;
	padding-left: 15px;
	padding-right: 15px;
	display: inline-block;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	cursor: pointer;
}
.header .inner-header .menu ul.sf-menu ul.children li a:hover {
	background-color: #090909;

}

.header .inner-header .menu ul.sf-menu ul.children li {
	height: 35px;
	float: none;
	padding-right: 0px;
	width: 150px;	
	display: inline;
	cursor: pointer;
}
.header .inner-header .menu .children li:hover {
	background: none;
}

.header .inner-header .menu ul li:hover {
	background-image: url(../images/menu-hover.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.header .inner-header .menu ul.children li.current_page_item, .header .inner-header .menu ul.children li.current_page_item a:hover {
	background-image: none;
	background-color: transparent;
	cursor: pointer;
}

/*end modifications*/

.header .inner-header .menu ul li.current_page_item, .header .inner-header .menu ul li.current_page_item a:hover {
	background-image: url(../images/menu-current.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	color: #FFF;
	cursor: auto;
}
.header .inner-header .menu ul li.current_page_item a {
	color: #FFF;
}

.header .inner-header .left-header {
	width: 293px;
	float: left;
	height: 213px;
	padding-top: 248px;
}

.header .inner-header .left-header h1 {
	text-indent: -9999px;
	line-height: 1px;
}
.header .inner-header .left-header p, .header .inner-header .bottom-header p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	color: #a6895e;
	margin-bottom: 10px;
	line-height: 25px;
}
.header .inner-header .left-header p span, .header .inner-header .bottom-header p span {
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	font-size: 49px;
	line-height: 40px;
	display: inline-block;
	padding: 0px;
}
.header .inner-header .left-header .product-range {
	background-image: url(../images/product-range-button.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 69px;
	width: 235px;
	text-indent: -9999px;
	text-decoration: none;
	margin-top: 20px;
}
.header .inner-header .left-header .product-range:hover {
	background-position: left bottom;
}.header .inner-header .right-header {
	width: 667px;
	float: left;
	padding-top: 70px;
}
.header .inner-header .right-header .slider {
	width: 655px;
	height: 307px;
}
.header .inner-header .right-header .social {
	padding-top: 34px;
	height: 75px;
}

.header .inner-header .right-header .social a, .header .inner-header .bottom-header .social a {
	display: block;
	height: 53px;
	float: right;
	margin-left: 20px;
}
.header .inner-header .right-header .social .rss, .header .inner-header .bottom-header .social .rss {
	width: 53px;
	background-image: url(../images/social.png);
	background-repeat: no-repeat;
	background-position: left -106px;
	margin-right: 5px;
}
.header .inner-header .right-header .social .rss:hover, .header .inner-header .bottom-header .social .rss:hover {
	background-position: -53px -106px;
}

.header .inner-header .right-header .social .twitter, .header .inner-header .bottom-header .social .twitter {
	background-image: url(../images/social.png);
	background-repeat: no-repeat;
	background-position: left -53px;
	width: 53px;
}
.header .inner-header .right-header .social .twitter:hover, .header .inner-header .bottom-header .social .twitter:hover {
	background-position: -53px -53px;
}
.header .inner-header .right-header .social .facebook, .header .inner-header .bottom-header .social .facebook {
	background-image: url(../images/social.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 53px;
}
.header .inner-header .right-header .social .facebook:hover, .header .inner-header .bottom-header .social .facebook:hover {
	background-position: -53px top;
}
.header .inner-header .right-header .social .buy-now, .header .inner-header .bottom-header .social .buy-now {
	width: 159px;
	background-image: url(../images/social.png);
	background-position: left bottom;
	text-indent: -9999px;
}
.header .inner-header .right-header .social .buy-now:hover, .header .inner-header .bottom-header .social .buy-now:hover {
	background-position: right bottom;
}
.header .inner-header .bottom-header {
	height: 168px;
	width: 672px;
	padding-left: 288px;
	padding-top: 25px;
}
.header .inner-header .bottom-header .mini-slider {
	height: 141px;
	width: 232px;
	background-image: url(../images/mini-slider-back.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 6px;
	padding-left: 6px;
	float: left;
	overflow: hidden;
}
.header .inner-header .bottom-header .alternative-slogan {
	float: left;
	width: 381px;
	padding-left: 53px;
	margin-bottom: 10px;
}
.header .inner-header .bottom-header .social {
	float: left;
	width: 434px;
}

.content {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
.content .sidebar {
	float: left;
	width: 295px;
	background-image: url(../images/sidebar-back.png);
	background-repeat: no-repeat;
	background-position: left top;
	min-height:690px;
	height:auto !important;
	height:690px;
	margin-bottom: 50px;
}
.content .sidebar .search {
	margin-bottom: 20px;
	margin-top: 50px;
}
.content .sidebar .search-field {
	height: 50px;
	width: 235px;
	display: block;
	background-image: url(../images/search-back.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.content .sidebar #searchform #searchsubmit {
	height: 50px;
	width: 50px;
	background-color: transparent;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-indent: -9999px;
	cursor: pointer;
	text-transform: capitalize;

}
.content .sidebar .search-field #s {
	width: 160px;
	height: 50px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: transparent;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #a88c41;
	line-height: 50px;
	font-size: 14px;
	margin-left: 15px;

}
.content .sidebar h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 25px;
	font-style: italic;
	color: #957b34;
	font-weight: normal;
	line-height: 35px;
	margin-bottom: 10px;
}
.content .sidebar .likebox {
	margin-bottom: 20px;
}
.content .sidebar p {
	font-family: 'AllerRegular', Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #565656;
	margin-right: 70px;
	margin-bottom: 18px;
}
.content .sidebar h4 {
	font-family: 'AllerRegular', Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 22px;
	color: #000000;
}
.content .sidebar p a{
	font-family: 'AllerRegular', Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #957b34;
	margin-right: 70px;
	margin-bottom: 18px;
	text-decoration: none;
}
.content .sidebar p a:hover {
	text-decoration: underline;
}
.content .sidebar h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: italic;
	color: #957b34;
	font-weight: normal;
	margin-bottom: 3px;
}

.content .sidebar h5+p {
	background-image: url(../images/news-dots.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 15px;
	margin-bottom: 10px;
}
.content .sidebar ul {
	margin-bottom: 18px;
}
.content .sidebar ul li  {

	font-family: 'AllerRegular', Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 21px;
	color: #565656;
	background-image: url(../images/bullet.png);
	background-repeat: no-repeat;
	background-position: left 7px;
	padding-left: 15px;
	margin-bottom: 5px;
	text-decoration: none;
}

.content .sidebar ul li a {
	font-family: 'AllerRegular', Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 21px;
	color: #565656;
	text-decoration: none;
	margin-right: 70px;
	display: block;
}

.content .sidebar ul li a:hover {
	color: #89702b;
	text-decoration: underline;
}

.content .main-content {
	float: left;
	width: 665px;
	padding-top: 50px;
	margin-bottom: 50px;
}
.content .main-content h2, .content .main-content h2 a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 25px;
	font-style: italic;
	line-height: 35px;
	color: #000;
	font-weight: normal;
	background-image: url(../images/h2-dots.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 10px;
	margin-bottom: 30px;
}

.content .main-content h2 a {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	font-style: italic;
	font-weight: normal;
	text-decoration: none;
	background-image: none;
}

.content .main-content h2.alternative-h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: italic;
	line-height: 35px;
	color: #000;
	font-weight: normal;
	background-image: none;
	padding-bottom: 10px;
	margin-bottom: 30px;
}

.content .main-content h3{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
	color: #957b34;
	margin-bottom: 5px;
	display: block;
	line-height: 25px;
}

.content .main-content h3 a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 25px;
	font-style: italic;
	font-weight: normal;
	color: #957b34;
	margin-bottom: 5px;
	display: block;
	line-height: 40px;
	text-decoration: none;
}
.content .main-content h3 a:hover {
	text-decoration: underline;
}


.content .main-content p {
	font-family: 'AllerRegular', Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 21px;
	color: #565656;
	margin-bottom: 21px;
}

.content .main-content p a, .content .main-content ul li a {
	color: #000;
}

.content .main-content p a:hover, .content .main-content ul li a:hover {
	color: #89702b;
}

.content .main-content strong {
	color: #000;
}

.content .main-content .posted-in {
	margin-bottom: 40px;
	font-family: 'AllerRegular', Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 21px;
	color: #878787;
	margin-bottom: 10px;
	margin-top: 10px;
	background-image: url(../images/post-dots.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 21px;

}

.content .main-content .posted-on {
	margin-bottom: 20px;
	font-family: 'AllerRegular', Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 21px;
	color: #878787;
	margin-bottom: 21px;
	margin-top: -5px;

}


.content .main-content .posted-in a, .content .main-content .posted-on a {
	font-family: 'AllerRegular', Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 21px;
	color: #191919;
	margin-bottom: 21px;
	text-decoration: none;
}
.content .main-content .posted-in a:hover, .content .main-content .posted-on a:hover {
	text-decoration: underline;
}


.content .main-content .more-link {
	height: 43px;
	width: 153px;
	background-color: transparent;
	background-image: url(../images/read-more-button.png);
	background-repeat: no-repeat;
	background-position: left top;
	display:block;
	text-transform: capitalize;
	margin-bottom: 10px;
	font-family: 'AllerRegular', Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 43px;
	color: #261E09;
	text-decoration: none;
	padding-left: 10px;
	text-shadow: 0px 1px 0px #bb9d4d;
	float: left;
}
.content .main-content .more-link:hover {
	background-position: right top;
	color: #594615;
	text-shadow: 0px 1px 0px #dcb858;
}

.excerpt a {
	display: none;
}

.content .main-content .featured-image img {
	padding: 2px;
	border: 1px solid #957b34;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-top: 3px;
}



.content .main-content ul li {
	font-family: 'AllerRegular', Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 21px;
	color: #565656;
	background-image: url(../images/bullet.png);
	background-repeat: no-repeat;
	background-position: left 6px;
	padding-left: 15px;
	margin-bottom: 5px;
}

.content .main-content ol li {
	font-family: 'AllerRegular', Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 21px;
	color: #565656;
	margin-bottom: 5px;
	list-style-type: decimal;
	list-style-position: inside;

}


.content .main-content ul, .content .main-content ol {
	margin-bottom: 21px;
	
}

.content .main-content .gallery {
	display: block;
	padding: 3px;
	height: 194px;
	width: 194px;
	border: 1px solid #957b34;
	float: left;
	margin-right: 29px;
	margin-bottom: 29px;
}
.content .main-content .gallery.last {
	margin-right: 0px;
}
.content .main-content .wpcf7-form .your-name, .content .main-content .wpcf7-form .your-email, .content .main-content .wpcf7-form .your-subject {
	height: 50px;
	width: 235px;
	display: block;
	background-image: url(../images/textfield-back.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.content .main-content .wpcf7-form .your-name input, .content .main-content .wpcf7-form .your-email input, .content .main-content .wpcf7-form .your-subject input {
	width: 205px;
	height: 50px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: transparent;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #a88c41;
	line-height: 50px;
	font-size: 14px;
	margin-left: 15px;
}
.content .main-content .wpcf7-form p label {
	font-family: 'AllerRegular', Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 21px;
	color: #565656;
	padding-left: 10px;

}

.content .main-content .wpcf7-form .your-message {
	height: 170px;
	width: 365px;
	display: block;
	background-image: url(../images/textbox-back.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 15px;
	padding-left: 15px;
}

.content .main-content .wpcf7-form .your-message textarea {
	width: 333px;
	height: 140px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: transparent;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #a88c41;
	line-height: 20px;
	font-size: 14px;

}
.content .main-content .wpcf7-form p .wpcf7-submit {
	height: 59px;
	width: 178px;
	background-color: transparent;
	text-indent: -9999px;
	background-image: url(../images/send-button-back.png);
	background-repeat: no-repeat;
	background-position: left top;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
	margin-top: -10px;
	display:block;
	text-transform: capitalize;
}

.footer {
	background-image: url(../images/footer-back.png);
	background-repeat: repeat-x;
	background-position: left top;
	height: 106px;
	width: 100%;
}
.footer .inner-footer {
	height: 106px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/inner-footer-back.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.footer .inner-footer .social {
	padding-top: 17px;
	padding-left: 32px;
	width: 260px;
	height: 89px;
	float: left;
}

.footer .inner-footer .facebook {
	display: block;
	height: 49px;
	width: 49px;
	background-image: url(../images/social-footer.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	margin-right: 19px;
}
.footer .inner-footer .twitter {
	display: block;
	height: 49px;
	width: 49px;
	background-image: url(../images/social-footer.png);
	background-repeat: no-repeat;
	background-position: left -49px;
	float: left;
	margin-right: 19px;
}
.footer .inner-footer .rss {
	display: block;
	height: 49px;
	width: 49px;
	background-image: url(../images/social-footer.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	float: left;
}

.footer .inner-footer .facebook:hover {background-position: right top;}
.footer .inner-footer .twitter:hover {background-position: right -49px;}
.footer .inner-footer .rss:hover {background-position: right bottom;}
.footer .inner-footer .fotter-menu {
	float: left;
	width: 668px;
	height: 73px;
}

.footer .inner-footer .fotter-menu ul li {
	display: inline;
}
.footer .inner-footer .fotter-menu ul {
	display: inline;
}
.footer .inner-footer .fotter-menu ul li a {
	font-family: 'AllerRegular', Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #342804;
	text-decoration: none;
	height: 16px;
	display: block;
	float: left;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 15px;
	text-shadow: 1px 1px 0px #c9af6a;
}
.footer .inner-footer .fotter-menu ul li a:hover {
	background-image: url(../images/footer-menu-hover.png);
	background-repeat: no-repeat;
	background-position: center top;
	color: #f3d584;
	text-shadow: 1px 1px 0px #404040;
}
.footer .inner-footer p {
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: italic;
	color: #eaca74;
	text-shadow: 0px -1px 0px #654f15;
}
.footer .inner-footer p a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #eaca74;
	text-shadow: -1px -1px 0px #654f15;
}

div.wpcf7-validation-errors {
	font-family: 'AllerRegular', Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 21px;
	color: #565656;
	padding: 8px;

}

.addthis_toolbox {
	margin-top: 20px;
	width: 220px;
}
.like {
	margin-top: 10px;
}
.content .main-content .product-gallery span {
	display: block;
	height: 35px;
	width: 200px;
	line-height: 35px;
	text-align: center;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFF;
	background-color: #957b34;
	font-style: italic;
	background-image:url(../images/product-page-item-back.png);
	background-repeat: no-repeat;
	background-position: left top;	

}
.content .main-content .product-gallery {
	display: block;
	height: 170px;
	width: 200px;
	border: 1px solid #957b34;
	float: left;
	margin-right: 29px;
	margin-bottom: 29px;
	text-decoration: none;
}

.content .main-content .product-gallery:hover {
	background: #957b34;
}
	
	
.content .main-content .product-gallery.last {
	margin-right: 0px;
}
.content .main-content .product-gallery img {
	margin-left: 3px;
	margin-top: 3px;
}
.ngg-galleryoverview {
	margin-bottom: 15px;
}
.navigation a{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	color: #957b34;
	line-height: 27px;
	text-decoration: none;
}
.navigation a:hover{
	text-decoration: underline;
	}

.navigation {
	margin-top: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	color: #957b34;	
}
