/* -------------------------------------------------- GENERAL */

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, san-serif;
	font-size: 14px;
	color: #000;
	background: #0B1958;
}

#cover {
	margin: 0 auto;
	width: 980px;
}

a, a:visited {
	cursor: pointer;
	color: #B35100;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

.clear {
	clear: both;
	overflow: hidden;
	height: 0;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

img {
	margin: 0;
	padding: 0;
	border: 0;
}

fieldset {
	border-style: none;
}

h1 {
	margin: 20px 0 30px 0;
	font: 21px Cinzel, Arial, Helvetica, san-serif;
	font-weight: 400;
	color: #fff;
	line-height: 110%;
	text-align: center;
}

h2 {
	margin: 0 0 30px 0;
	font-size: 19px;
	font-weight: normal;
	color: #B35100;
	line-height: 100%;
	text-align: center;
}

h3 {
	font-size: 16px;
	line-height: 120%;
}

/* -------------------------------------------------- HEADER */

#header {
	margin: 10px 0 15px 0;
	text-align: center;
}

#nav {
	margin-left: 10px;
}

#nav ul {
	list-style: none;
}

#nav li {
	float: left;
	position: relative;
}

#nav a, #nav a:visited {
	display: block;
	padding: 0 9px;
	font: 14px Montserrat, Arial, Helvetica, san-serif;
	font-weight: 900;
	color: #CC9933;
	letter-spacing: -1px;
	text-decoration: none;
	text-transform: uppercase;
}

#nav a.stock, #nav a.stock:visited {
	color: #99A2CC;
}

#nav a:hover, #nav a.stock:hover {
	color: #555;
}

#nav li#active a, #nav li#active a:visited {
	color: #E2CCB0;
}

#nav li:hover,
#nav li.jshover {

}

#nav li ul {
	display: none;
	position: absolute;
	margin: 0;
	padding: 0;
	width: 0px;
}

#nav li li {
	text-align: left;
}

#nav li li a, #nav li#active li a {
	margin: 0;
	padding: 8px 0 7px 20px;
	width: 180px;
	color: #CC9933 !important;
	background: #0B1958;
	text-transform: capitalize;
}

#nav li li a:hover, #nav li#active li a:hover {
	color: #555 !important;
}

#nav li:hover ul,
#nav li.jshover ul {
	display: block;
}


/* -------------------------------------------------- MENU */

#menu {
	float: left;
	padding: 35px 10px 0 50px;
	width: 240px;
	height: 465px;
	font-family: Gabriela, Georgia, 'Times New Roman', times, serif;
	background: url(images/bg_menu.jpg) no-repeat top left;
}

#menu ul {
	list-style: none;
}

#menu li {
	display: block;
	padding: 0;
	height: 22px;
	font-size: 15px;
	color: #fff;
	text-shadow: #291000 1px 1px 1px;
}

#menu li.heading {
	margin-bottom: 15px;
}

#menu li.separator {
	margin: 20px 0;
	background: url(images/bg_separator1.png) no-repeat 50px 0px;
}

#menu a, #menu a:visited {
	color: #fff;
	line-height: 100%;
	text-decoration: none;
}

#menu a:hover {
	padding-left: 10px;
}

#menu .more {
	margin: 15px 0 0 20px;
	padding: 0 0 0 20px;
	font-size: 13px;
	color: #F9CDA4;
	background: none;
/*	background: url(images/arrow_down.png) no-repeat left center; */
}

/* -------------------------------------------------- MENU PAGE */

#menu_page {
	float: left;
	width: 240px;
	font-family: Gabriela, Georgia, 'Times New Roman', times, serif;
}

#menu_page ul {
	list-style: none;
}

#menu_page li {
	display: block;
	padding: 0;
	height: 22px;
	font-size: 15px;
	color: #B88A2E;
	text-shadow: #fff 1px 1px 1px;
}

#menu_page li.heading {
	margin-bottom: 15px;
}

#menu_page li.separator {
	margin: 20px 0;
	background: url(images/bg_separator2.png) no-repeat 50px 0px;
}

#menu_page a, #menu_page a:visited {
	color: #A47B29;
	line-height: 100%;
	text-decoration: none;
}

#menu_page li#active a, #menu_page li#active a:visited {
	color: #0B1958;
}


#menu_page a:hover {
	padding-left: 10px;
}

#menu_page li#active a:hover {
	padding-left: 0px;
}


/* -------------------------------------------------- BANNER */

img.banner {
	float: right;
	width: 680px;
}


/* -------------------------------------------------- CONTENT */

#main {
	clear: both;
	padding: 40px 50px;
	background: #F0E4D6;
	line-height: 150%;
}

#main p {
	margin-bottom: 15px;
}

#main .left {
	float: left;
	width: 400px;
}

#main .right {
	float: right;
	width: 480px;
}

#page {
	clear: both;
	padding: 40px 50px;
	background: #F0E4D6;
	background: url(images/bg_page.png) repeat-y 30px 20px #F0E4D6;
}

#content {
	float: right;
	width: 620px;
	line-height: 150%;
}

#content p {
	margin-bottom: 15px;
}

#content img {
	float: right;
	margin: 10px 0 10px 10px;
}

#product {
	margin-bottom: 30px;
}

#product img {
	float: left;
	margin: 0 0 10px 10px;
}

#product img.big {
	margin: 0;
}


/* -------------------------------------------------- GALLERY */

.pic {
	float: left;
	margin-bottom: 20px;
	width: 220px;
	text-align: center;
}

.pic p {
	margin-top: 10px;
	padding: 0 10px;
	font-size: 12px;
	line-height: 110%;
}

/* -------------------------------------------------- STOCK */

.item {
	float: left;
	padding: 15px 10px;
	width: 273px;
	color: #B35100;
	border-top: 1px dashed #fff;
}

.item img {
	float: left;
	width: 80px;
}

.item .info {
	float: right;
	width: 180px;
}

.item p {
	margin-bottom: 5px !important;
	line-height: 120%;
}

.item p.number {
	font-weight: bold;
	color: #112586;
}

.item p.note {
	font-size: 12px;
	color: #111;
}

.item a, .item a:visited {
	color: #112586;
}

.item a.page, .item a.page:visited {
	font-size: 12px;
	color: #B35100;
}


/* -------------------------------------------------- FORM */

#form {
	padding: 0 20px 0 0;
	font-size: 12px;
	text-align: left;
}

#form ul {
	list-style-type: none;
}

#form label {
	float: left;
	clear: both;
	margin: 5px 10px 0 0;
	width: 150px;
	font-weight: bold;
	text-align: right;
}

#form p {
	clear: both;
	margin: 10px 0;
	font-size: 14px;
}

#form .field {
	float: left;
	margin-top: 2px;
	margin-bottom: 8px;
	padding: 3px 1px 4px 1px;
	width: 210px;
	border: 0px solid #E2CCB0;
	background: #fff;
}

#form .field_err {
	float: left;
	margin-top: 2px;
	margin-bottom: 8px;
	padding: 3px 1px 4px 1px;
	width: 210px;
	border: 1px solid red;
	background: #EFB7C4;
}

#form .textarea {
	float: left;
	margin-top: 2px;
	margin-bottom: 10px;
	width: 210px;
	padding: 2px;
	background: #fff;
	border: 0px solid #E2CCB0;
}

#form .textarea_err {
	float: left;
	margin-top: 2px;
	margin-bottom: 10px;
	width: 210px;
	padding: 2px;
	border: 1px solid red;
	background: #EFB7C4;
}

#form .select {
	float: left;
	margin-top: 2px;
	margin-bottom: 10px;
	padding: 2px;
	width: 100px;
	background: #fff;
	border: 0px solid #E2CCB0;
}

#form .select_err {
	float: left;
	margin-top: 2px;
	margin-bottom: 10px;
	padding: 2px;
	width: 190px;
	background: #fff;
	border: 1px solid #red;
}

#form .submit {
	clear: both;
	margin: 20px 0 0 190px;
	padding: 10px 20px;
	font-size: 14px;
	color: #fff;
	background: #27BDD1;
	border: 0px;
}

#form .reset {
	clear: both;
	margin: 20px 0 0 0;
	padding: 10px 20px;
	font-size: 14px;
	color: red;
	background: #8EDFEA;
	border: 0px;
}

/* -------------------------------------------------- CONTACT */

#contact {
	padding: 0 20px 0 0;
	font-size: 12px;
	text-align: left;
}

#contact ul {
	list-style-type: none;
}

#contact label {
	float: left;
	clear: both;
	margin: 5px 10px 0 0;
	width: 70px;
	font-weight: bold;
}

#contact p {
	clear: both;
	margin: 10px 0;
	font-size: 14px;
}

#contact .field {
	float: left;
	margin-top: 2px;
	margin-bottom: 8px;
	padding: 3px 1px 4px 1px;
	width: 280px;
	border: 0px solid #E2CCB0;
	background: #fff;
}

#contact .field_err {
	float: left;
	margin-top: 2px;
	margin-bottom: 8px;
	padding: 3px 1px 4px 1px;
	width: 280px;
	border: 1px solid red;
	background: #EFB7C4;
}

#contact .textarea {
	float: left;
	margin-top: 2px;
	margin-bottom: 10px;
	width: 280px;
	padding: 2px;
	background: #fff;
	border: 0px solid #E2CCB0;
}

#contact .textarea_err {
	float: left;
	margin-top: 2px;
	margin-bottom: 10px;
	width: 280px;
	padding: 2px;
	border: 1px solid red;
	background: #EFB7C4;
}

#contact .submit {
	clear: both;
	margin: 20px 0 0 80px;
	padding: 10px 20px;
	font-size: 14px;
	color: #fff;
	background: #27BDD1;
	border: 0px;
}

#contact .reset {
	clear: both;
	margin: 20px 0 0 0;
	padding: 10px 20px;
	font-size: 14px;
	color: red;
	background: #8EDFEA;
	border: 0px;
}


/* -------------------------------------------------- FOOTER */

#footer {
	clear: both;
    margin: 20px 0;
	height: 80px;
	background: url(images/bg_footer.png) no-repeat center top;
    text-align: center;
}

#footer p {
    padding: 40px 0 0 0;
}

#footer a, #footer a:visited {
    font: 10px Arial;
    color: #1C3587;
    text-decoration: none;
}
/*---------------------------------------*/
#cookie_block {
	width: 100%; height: 40px; overflow: hidden;
	position: relative; border-bottom: 1px solid #aaa;
	display: none;  background: #fff;
}
#cookie_text {
    width: 850px; height: 37px;
    margin: 0 auto; padding-top: 3px;
	font: 12px Arial, Verdana, Tahoma, sans-serif; color: #333;
    line-height: 16px;
}
#cookie_left {
	float: left; width: 500px; text-align: center;
}
#cookie_right {
	float: right; width: 200px; height: 20px; margin-top: 10px;
	text-align: right; color: #1898d7;
}
#blackform {
    position: absolute; display: none;
    width: 100%; height: 100%;
    left: 0px;  top: 0px;  background: #000;
    z-index: 1000;
}
#lbox  {
    display: none; position: absolute; overflow: hidden;
    padding: 15px 30px 25px 30px; background: #f2f2f2;
    z-index: 1010;
}
#lbox_text {
	clear: both;
	width: 500px; overflow: hidden; padding: 0px 0 10px 0;
    font: 12px Arial, Tahoma, sans-serif;
    line-height: 16px; color: #000;
}
#lbox_text p { padding-bottom: 10px; }
.lbox_x {
    float: right; width: 100px; height:36px;
    cursor: pointer;
    background: url(images/but_lbox_close.png) no-repeat right top;
}

