/*  RESET browser defaults (Eric Meyer Global Reset)*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol,
form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
.clearfloat {
	clear:both;
  	height:0;
  	font-size: 1px;
 	line-height: 0px;
}
/* END RESET browser defaults */


/* FONTS */
@font-face {
    font-family: 'Helvetica-Neue-Regular';
    src: url('fonts/Helvetica/helvetica-neue.eot');
    src: local('Helvetica-Neue-Regular'), 
         local('Helvetica-Neue-Regular'), 
		 url('fonts/Helvetica/helvetica-neue.eot?#iefix') format('embedded-opentype'),
		 url('fonts/Helvetica/helvetica-neue.woff') format('woff'), 
         url('fonts/Helvetica/helvetica-neue.ttf') format('truetype'),
         url('fonts/Helvetica/helvetica-neue.svg#Helvetica-Neue-Regular') format('svg'); 
}

@font-face {
    font-family: 'Helvetica-Neue-Bold';
    src: url('fonts/Helvetica/helvetica-neue-bold.eot');
    src: local('Helvetica-Neue-Bold'), 
         local('Helvetica-Neue-Bold'), 
		 url('fonts/Helvetica/helvetica-neue-bold.eot?#iefix') format('embedded-opentype'),
		 url('fonts/Helvetica/helvetica-neue-bold.woff') format('woff'), 
         url('fonts/Helvetica/helvetica-neue-bold.ttf') format('truetype'),
         url('fonts/Helvetica/helvetica-neue-bold.svg#Helvetica-Neue-Bold') format('svg'); 
}

@font-face {
    font-family: 'Helvetica-Neue-Light';
    src: url('fonts/Helvetica/helvetica-neue-light.eot');
    src: local('Helvetica-Neue-Light'), 
         local('Helvetica-Neue-Light'), 
		 url('fonts/Helvetica/helvetica-neue-light.eot?#iefix') format('embedded-opentype'),
		 url('fonts/Helvetica/helvetica-neue-light.woff') format('woff'), 
         url('fonts/Helvetica/helvetica-neue-light.ttf') format('truetype'),
         url('fonts/Helvetica/helvetica-neue-light.svg#Helvetica-Neue-Light') format('svg'); 
}

@font-face {
    font-family: 'Cambria-Bold';
    src: url('fonts/Cambria/cambriab.eot');
    src: local('Cambria-Bold'), 
         local('Cambria-Bold'), 
		 url('fonts/Cambria/cambriab.eot?#iefix') format('embedded-opentype'),
		 url('fonts/Cambria/cambriab.woff') format('woff'), 
         url('fonts/Cambria/cambriab.ttf') format('truetype'),
         url('fonts/Cambria/cambriab.svg#Cambria-Bold') format('svg'); 
}


/* GLOBAL */
.centered {
	text-align: center;
}

.bold {
	font-family: 'Nexa-Bold', Tahoma, 'Trebuchet MS', Arial;
}

.underline {
	text-decoration: underline;
}

.italic {
	font-style: italic;
}

h1 {
	color: #00a5d5;
	font-size: 20px;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 20px;
	line-height: 38px;
}

h1.ufirst {
	text-transform: none;
}

h2 {
	color: #00a5d5;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 24px;
	margin-bottom: 20px;
}

h2.ufirst {
	text-transform: none;
}

h3 {
	font-size: 18px;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-weight: normal;
}

a {
	text-decoration: none;
	color: #000000;
}

a:hover {
	text-decoration: underline;
}

input, textarea, select {
	font-family: 'Helvetica-Neue-Regular', Helvetica, Tahoma, 'Trebuchet MS', Arial;
	font-size: 12px;
	border: 1px solid #3c3c3c;
	color: #6f6f6f;
}

input,
select {
	height: 21px;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 2px;
}

input.checkbox {
	width: 15px !important;
}

#okmsg {
	color: #1ab624;
}

#errormsg {
	color: #bf1e2e;
}



/* CUSTOM STYLE */

body {
	line-height: 20px;
	font-size: 12px;
	background-color: #ffffff;
	font-family: 'Helvetica-Neue-Regular', Helvetica, Tahoma, 'Trebuchet MS', Arial;
	color: #cba171;
	background: url('../images/bg.jpg') repeat left top;
}

/* HEADER */
#header {
	width: 100%;
	height: 165px;
	background: transparent url('../images/bg-header.jpg') repeat-x center top;
	position: relative;
}

#header #header-bottom {
	width: 100%;
	height: 165px;
	background: transparent url('../images/bg-header-bottom.png') repeat-x center 25px;
	position: relative;
}

#header #header-container {
	width: 1000px;
	height: 100%;
	margin: 0 auto;
	position: relative;
}

#header #language {
	float: left;
	width: 240px;
	height: 20px;
	margin: 4px 0 0 20px;
}

#header #language .lang {
	float: left;
	width: 80px;
}

#header #language .lang a {
	font-family: 'Helvetica-Neue-Bold', Helvetica, Tahoma, 'Trebuchet MS', Arial;
	color: #b1723f;
	font-size: 11.4px;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
	text-decoration: none;
	padding: 2px 8px;
	border: 1px solid transparent;
}

#header #language .lang a.selected,
#header #language .lang a:hover {
	color: #712b09;
	border-radius: 10px;
	background-color: rgba(172, 127, 86, 0.3);
}

#header .topdata {
	float: right;
	width: 220px;
	height: 20px;
	font-family: 'Helvetica-Neue-Bold', Helvetica, Tahoma, 'Trebuchet MS', Arial;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
	margin-top: 4px;
	margin-right: 20px;
	text-align: right;
	position: relative;
}

#header .topdata_email .icon {
	position: absolute;
	top: 4px;
	left: 42px;
	width: 12px;
	height: 12px;
	background: url('../images/bg-topdata.png') no-repeat left top;
}

#header .topdata_contacts .icon {
	position: absolute;
	top: 5px;
	left: 18px;
	width: 12px;
	height: 12px;
	background: url('../images/bg-topdata.png') no-repeat right top;
}

#header .topdata .title {
	color: #9e531c;
}

#header .topdata .data {
	color: #000000;
}


#header #logo {
	position: absolute;
	width: 234px;
	height: 83px;
	top: 70px;
	left: 20px;
	background: url('../images/logo.png') no-repeat left top;
	cursor: pointer;
}

#header #logo a {
	display: block;
	height: 100%;
}

#header #menu {
	float: right;
	margin-top: 40px;
}

#header #menu ul li {
	float: left;
}

#header #menu ul li a {
	float: left;
	height: 42px;
	padding: 33px 20px 0 20px;
	text-decoration: none;
	font-family: 'Helvetica-Neue-Bold', Helvetica, Tahoma, 'Trebuchet MS', Arial;
	font-size: 15px;
	color: #9e531c;
	cursor: pointer;
}

#header #menu ul li a:hover,
#header #menu ul li a.selected {
	color: #d5b181;
	background: url('../images/bg-menu-selected.png') no-repeat center 55px;
}




/* BANNER */
#banner {
	float: left;
	width: 100%;
	height: 385px;
	position: relative;
	overflow: hidden;
	z-index: -1;
}

#banner #banner-bottom {
	width: 100%;
	height: 50px;
	margin: -50px 0 auto;
	background: url('../images/bg-header-bottom.png') no-repeat center top;
	position: absolute;
	z-index: 100;
}

#banner #banner-slider {
	width: 2000px;
	height: 100%;
	margin: 0 auto;
	position: relative;
}

#banner #banner-container {
	width: 1000px;
	height: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 100;
}



/* CONTAINER */
#container {
	float: left;
	width: 100%;
	padding-top: 50px;
	padding-bottom: 60px;
}

#subcontainer {
	margin: 0 auto;
	width: 1000px;
}

#container .container-title {
	float: left;
	width: 100%;
	height: 45px;
	line-height: 45px;
	text-align: center;
	font-family: 'Cambria-Bold', Helvetica, Tahoma, 'Trebuchet MS', Arial;
	font-size: 40px;
	color: #9e531c;
	text-transform: uppercase;
}

#container .container-title span.out {
	background: url('../images/bg-title-left.jpg') no-repeat left center;
	padding-left: 20px;
}

#container .container-title span.in {
	background: url('../images/bg-title-right.jpg') no-repeat right center;
	padding-right: 20px;
}

#container .content {
	float: left;
	width: 100%;
	margin-top: 70px;
	font-family: 'Helvetica-Neue-Regular', Helvetica, Tahoma, 'Trebuchet MS', Arial;
	font-size: 14px;
	color: #9e531c;
	line-height: 23px;
	text-align: justify;
}

#container .content img {
	margin: 20px;
}

#container .content .content-double {
	float: left;
	width: 50%;
}

#container .content .content-double .content-double-title {
	float: left;
	width: 100%;
	font-family: 'Helvetica-Neue-Bold', Helvetica, Tahoma, 'Trebuchet MS', Arial;
	margin-bottom: 15px;
}

#container .content .content-double .content-double-content {
	float: left;
	width: 100%;
}



#container .block-double {
	float: left;
	width: 50%;
}

#container .block-double .block1 {
	float: left;
	width: 348px;
	height: 203px;
	background: url('../images/bg-block1.png') no-repeat left top;
	overflow: hidden;
	padding: 1px 2px 1px 1px;
	margin-left: 50px;
}

#container .block-double .block1 .block1-title {
	float: left;
	width: 100%;
	height: 37px;
	background: url('../images/bg-footer.jpg') repeat left top;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	overflow: hidden;
	font-family: 'Cambria-Bold', Helvetica, Tahoma, 'Trebuchet MS', Arial;
	font-size: 30px; 
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.15);
	text-align: center;
	text-transform: uppercase;
	padding-top: 15px;
	color: #ffffff;
}

#container .block-double .block1 .block1-content {
	float: left;
	width: 298px;
	height: 81px;
	overflow: hidden;
	margin: 15px 25px;
	font-family: 'Helvetica-Neue-Regular', Helvetica, Tahoma, 'Trebuchet MS', Arial;
	font-size: 14px;
	color: #808080;
}	

#container .block-double .block1 a.more {
	float: left;
	width: 200px;
	margin-left: 25px;
	padding-left: 25px;
	background: url('../images/bg-more.png') no-repeat left 3px;
	font-family: 'Helvetica-Neue-Bold', Helvetica, Tahoma, 'Trebuchet MS', Arial;
	font-size: 13px;
	text-decoration: none;
	color: #dfb786;
}

#container .block-double .block1 a.more:hover {
	color: #9e531c;
}

#container .block-double .block2 {
	float: right;
	width: 349px;
	height: 203px;
	background: url('../images/bg-block2.png') no-repeat left top;
	overflow: hidden;
	padding: 1px;
	position: relative;
	margin-right: 50px;
}

#container .block-double .block2 .block2-line {
	position: absolute;
	top: 52px;
	left: 75px;
	width: 201px;
	height: 4px;
	background: url('../images/bg-block2-line.png') no-repeat left top;
}

#container .block-double .block2 .block2-wrapper {
	float: left;
	width: 100%;
	background: url('../images/bg-footer.jpg') repeat left top;
	border-radius: 6px;
}

#container .block-double .block2 .block2-title {
	float: left;
	width: 100%;
	height: 37px;
	overflow: hidden;
	font-family: 'Cambria-Bold', Helvetica, Tahoma, 'Trebuchet MS', Arial;
	font-size: 30px; 
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.15);
	text-align: center;
	text-transform: uppercase;
	padding-top: 15px;
	color: #ffffff;
}

#container .block-double .block2 .block2-content {
	float: left;
	width: 299px;
	height: 121px;
	overflow: hidden;
	margin: 15px 25px;
	font-family: 'Helvetica-Neue-Regular', Helvetica, Tahoma, 'Trebuchet MS', Arial;
	font-size: 14px;
	color: #ffffff;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.15);
}	




/* PRODUCT */
#container .product {
	float: left;
	width: 200px;
	height: 260px;
	margin: 35px 25px 0;
	position: relative;
}

#container .product .product-image-mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
	height: 200px;
	background: url('../images/bg-product-list-image.png') no-repeat left top;
}

#container .product .product-image-mask a {
	display: block;
	height: 100%;
}

#container .product .product-image {
	float: left;
	width: 100%;
	overflow: hidden;
	margin-bottom: 10px;
}

#container .product .product-name {
	float: left;
	width: 100%;
	height: 40px;
	text-align: center;
	overflow: hidden;
	font-family: 'Helvetica-Neue-Regular', Helvetica, Tahoma, 'Trebuchet MS', Arial;
	font-size: 15px;
}

#container .product .product-name a {
	color: #9e531c;
	text-decoration: none;
}

#container .product .product-name a:hover {
	font-family: 'Helvetica-Neue-Bold', Helvetica, Tahoma, 'Trebuchet MS', Arial;
}


#container .container-description {
	float: left;
	width: 100%;
	margin-top: 55px;
	font-family: 'Helvetica-Neue-Regular', Helvetica, Tahoma, 'Trebuchet MS', Arial;
	font-size: 14px;
	color: #9e531c;
	line-height: 23px;
	text-align: justify;
	position: relative;
}

#container .container-description .product-image {
	float: left;
	width: 260px;
	height: 260px;
	margin-right: 40px;
	margin-bottom: 40px;
	overflow: hidden;
	position: relative;
}

#container .container-description .product-image-mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 260px;
	height: 260px;
	background: url('../images/bg-product-view-image.png') no-repeat left top;
}

#container .container-description .product-image-mask a {
	display: block;
	height: 100%;
}

#container .container-description .product-more-photos {
	position: absolute;
	top: 245px;
	left: 20px;
	width: 220px;
	height: 20px;
	text-align: center;
	text-transform: uppercase;
	color: #000000;
	font-size: 10px;
	font-style: italic;
}

#container .button-back {
	margin: 0 auto;
	width: 128px;
	height: 30px;
	border: 1px solid #c99f6d;
	background: url('../images/bg-footer.jpg') repeat left top;
	font-family: 'Cambria-Bold', Helvetica, Tahoma, 'Trebuchet MS', Arial;
	font-size: 20px; 
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.15);
	text-align: center;
	text-transform: uppercase;
	margin-top: 100px;
	padding-top: 8px;
}

#container .button-back a {
	color: #ffffff;
	text-decoration: none;
}

#container .button-back a:hover {
	color: #9e531c;
}

#container .product-none {
	float: left;
	width: 100%;
	margin-top: 50px;
	font-size: 14px;
	text-align: center;
}

#container .category-nav {
	float: left;
	width: 100%;
	text-align: center;
	font-family: 'Helvetica-Neue-Regular', Helvetica, Tahoma, 'Trebuchet MS', Arial;
	font-size: 15px;
	color: #000000;
}

#container .category-nav .category-nav-item {
	display: inline-block;
	padding-right: 20px;
	padding-left: 5px;
	background: url('../images/bg-parent-item.jpg') no-repeat right 6px;
}

#container .category-nav .category-nav-item-last {
	background: url('');
	padding-right: 0;
}

#container .category-nav .category-nav-item a {
	color: #9e531c;
	text-decoration: none;
}

#container .category-nav .category-nav-item a:hover {
	color: #000000;
}

#container .category-list {
	float: left;
	width: 100%;
	margin-top: 25px;
	padding-bottom: 35px;
	border-bottom: 1px solid #dcb687;
}

#container .category-list .category-title {
	float: left;
	width: 100%;
	text-transform: uppercase;
	color: #000000;
	margin-bottom: 10px;
	font-family: 'Helvetica-Neue-Bold', Helvetica, Tahoma, 'Trebuchet MS', Arial;
}

#container .category {
	float: left;
	width: 100%;
	height: 25px;
}

#container .category a {
	padding-left: 25px;
	font-family: 'Helvetica-Neue-Regular', Helvetica, Tahoma, 'Trebuchet MS', Arial;
	font-size: 15px;
	color: #9e531c;
	text-decoration: none;
	background: url('../images/bg-list-item.png') no-repeat left center;
}

#container .category a:hover {
	font-family: 'Helvetica-Neue-Bold', Helvetica, Tahoma, 'Trebuchet MS', Arial;
}




/* FOOTER */
#footer {
	float: left;
	width: 100%;
	height: 280px;
	background: url('../images/bg-footer.jpg') repeat-x center top;
}

#footer #footer-top {
	float: left;
	width: 100%;
	height: 100%;
	background: url('../images/bg-footer-top.png') repeat-x center top;
}

#footer #footer-container {
	margin: 0 auto;
	width: 1000px;
}

#footer .footer-top {
	float: left;
	width: 100%;
	height: 210px;
}

#footer .footer-top .footer-top-left {
	float: left;
	width: 75%;
}

#footer .footer-top .footer-top-right {
	float: left;
	width: 25%;
}

#footer .footer-top .footer-top-title {
	float: left;
	width: 100%;
	font-family: 'Cambria-Bold', Helvetica, Tahoma, 'Trebuchet MS', Arial;
	font-size: 20px;
	color: #ffffff;
	margin-top: 55px;
	margin-bottom: 20px;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.15);
}

#footer .footer-top .footer-top-left .col1,
#footer .footer-top .footer-top-left .col2,
#footer .footer-top .footer-top-left .col3 {
	float: left; 
	width: 33%;
}

#footer .footer-top .footer-top-content {
	float: left;
	width: 100%;
}

#footer .footer-top .footer-top-content input {
	float: left;
	width: 200px;
	height: 29px;
	border: 1px solid #8b5c32;
	border-radius: 8px;
	color: #ffffff;
	background-color: rgba(139, 91, 51, 0.3);
	font-family: 'Helvetica-Neue-Regular', Helvetica, Tahoma, 'Trebuchet MS', Arial;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.15);
	margin-bottom: 10px;
}

#footer .footer-top .footer-top-content input#security_code {
	width: 87px;
	margin-right: 8px;
}

#footer .footer-top .footer-top-content input#submit_form {
	width: 200px;
	height: 33px !important;
	background-color: #9e531c;
	border: 0;
	font-family: 'Helvetica-Neue-Bold', Helvetica, Tahoma, 'Trebuchet MS', Arial;
	font-size: 14px;
	text-transform: uppercase;
	cursor: pointer;
	opacity: 0.7;
}

#footer .footer-top .footer-top-content input#submit_form:hover {
	background-color: #d5b181;
	color: #9e531c;
}

#footer .footer-top .footer-top-left .footer-top-content img {
	border-radius: 8px;
	opacity: 0.6;
}

#footer .footer-top .footer-top-content textarea {
	float: left;
	width: 200px;
	height: 72px;
	border: 1px solid #8b5c32;
	border-radius: 8px;
	color: #ffffff;
	padding: 2px 6px 1px;
	background-color: rgba(139, 91, 51, 0.3);
	font-family: 'Helvetica-Neue-Regular', Helvetica, Tahoma, 'Trebuchet MS', Arial;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.15);
}

#footer .footer-top .footer-top-right .footer-top-content {
	text-align: center;
}


#footer .footer-bottom {
	float: left;
	width: 100%;
	height: 45px;
	color: #AB8860;
	padding-top: 25px;
	text-align: center;
	font-family: 'Helvetica-Neue-Regular', Helvetica, Tahoma, 'Trebuchet MS', Arial;
	font-size: 14px;
}



	



/* LIGHT VIEW */
/*.lv_shadow, .lv_bubble, .lv_shadow canvas {
	display: none !important;
}

.lv_overlay {
	opacity: 0.7 !important;
}

.lv_button_top_close {
	left: 770px !important;
	top: 115px !important;
	width: 60px !important;
	height: 60px !important;
}

.lv_button_top_close:hover {
	background-position: 0 0 !important;
}

.lv_skin {
	display: none;
}

.lv_window, .lv_content {
	height: 600px !important;
}

.lv_content_wrapper {
	height: 530px !important;
    width: 950px !important;
}
*/

.lv_controls_relative {
	display: none !important;
}


/* WIDGET */
.ui-widget, .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button, .ui-widget-content {
    font-size: 12px !important;
	line-height: 25px !important;
	color: #959494 !important;

}

.ui-widget-header {
	background: #e2e2e2 url('') !important;
}

.ui-corner-all {
	border-radius: 0 !important;
	border: 0 !important;
}

.ui-widget-header {
	background: url('') !important;
}

.ui-dialog-title {
	font-weight: normal !important;

	font-size: 14px !important;
}

.ui-dialog .ui-dialog-titlebar-close {
	width: 17px !important;
	height: 17px !important;
}

.ui-dialog .ui-dialog-buttonpane {
	border: 0 !important;
}

.ui-dialog .ui-dialog-buttonpane button {
	background: #f8f8f8 url('') !important;
	border: 1px solid #e9e9e9 !important;
	-webkit-border-radius: 5px !important; -moz-border-radius: 5px !important; border-radius: 5px !important;
}

.ui-dialog .ui-dialog-buttonpane button:hover {
	background: #b61a28 url('') !important;
	border: 1px solid #b61a28 !important;
	color: #ffffff !important;
}