@charset "utf-8";
body {
	margin: 0px;
	background: url(../images/main-bg.jpg) repeat-x center top;
	background-color: #180a09;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	color: #d4c4b9;
	text-decoration: none;
}

h1 {
	font-family: "HoneyScriptLight";
	font-size: 41px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
}
.header-title{
	font-family: "HoneyScriptSemiBold";
	font-size: 41px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
}
span {
	font-size: 15px;
	line-height: 16px;
	font-weight: bold;
	color: #fec22e;
	text-transform: uppercase;

}
.main-bg {
	background: url(../images/center-bg.jpg) no-repeat center top;
	width: 980px;
	height:859px;
}
.main-left-bg {
	background: url(../images/left-bg.jpg) no-repeat right top;
}
.main-right-bg {
	background: url(../images/right-bg.jpg) no-repeat left top;
}
.nav-bg {
	background: url(../images/navigation-bg.png) repeat;
}

.nav-links {
	font-family: "HoneyScriptSemiBold";
	font-size: 27px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;

}

.nav-links a{

	color: #FFF;
	text-decoration: none;

}

.nav-links a:hover{

	color: #fec22e;
	text-decoration: none;

}

.nav-links-selected {
	font-family: "HoneyScriptSemiBold";
	font-size: 27px;
	font-weight: normal;
	color: #fec22e;
	text-decoration: none;

}
.rightnav-links {
	font-size: 14px;
	font-weight: normal;
	color: #FFF;
	text-decoration: underline;
}
.rightnav-links a{
	color: #FFF;
	text-decoration: underline;
}
.rightnav-links a:hover{
	color: #fec22e;
	text-decoration: none;
}
.inner-box {
	background: url(../images/black-trans-bg.png); repeat;
	border: 1px solid #3b1610;
	padding:15px;
}
.product-img {
	border: 1px solid #3b1610;
}
.product-desc {
	padding: 12px 0;
}
.product-title {
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	color: #fec22e;
	text-transform: uppercase;


}
.footer {
	background: url(../images/footer-bg.jpg) repeat-x left top;
}
.footer-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	font-weight: normal;
	color: #331f0e;
	text-decoration: none;
}

.footer-text a{
	margin:0 30px 0 0;
	color: #331f0e;
	text-decoration: none;
}
.footer-text a:hover{
	color: #fec22e;
	text-decoration: none;
}

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

}

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

}