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

@font-face {
	font-family:"fonta";
	src:url("fonts/fontasique/Fontasique.eot?") format("eot"),
		url("fonts/fontasique/Fontasique.woff") format("woff"),
		url("fonts/fontasique/Fontasique.ttf") format("truetype"),
		url("fonts/fontasique/Fontasique.svg#Fontasique") format("svg");
	font-weight:normal;
	font-style:normal;
}
@font-face {
	font-family:"enchanted";
	src:url("fonts/enchanted/moreenchanted-webfont.eot?") format("eot"),
		url("fonts/enchanted/moreenchanted-webfont.woff") format("woff"),
		url("fonts/enchanted/moreenchanted-webfont.ttf") format("truetype"),
		url("fonts/enchanted/moreenchanted-webfont.svg#moreenchanted") format("svg");
	font-weight:normal;
	font-style:normal;
}

*
{
	margin:0;
	padding:0;
}
body
{
	width: 100%;
	font: normal 12px Calibri;
}
a{
	text-decoration: none;
}
img
{
	border:0;
}
/*---------------*/
.wrapper
{
	position: relative;
	width: 999px;
	margin:0 auto;
}
#header-line
{
	background: #3f3f3f;
	height: 6px;
	border:0;
}
#pattrens
{
}
#pattren-lt
{
	background:url(../images/pattren-lt.png) no-repeat;
	width: 675px;
	height: 803px;
	position:absolute;
	left:0;
	z-index: -1;
}
#pattren_rt
{
	background:url(../images/pattren-rt.png);
	width: 716px;
	height: 420px;
	position: absolute;
	right:0;
	z-index: -1;
}
/*--header--*/
#header
{
	display: block;
	width: 100%;
	height: 125px;
}
#logo
{
	float: left;
	margin-top: 15px;
}
#logo:hover
{
	opacity: 0.8;
}
#header-rt
{
	float:right;
	width: 704px;
	height: 125px;
}
#social-sec
{
	float:left;
	margin: 10px 0;
}
#social-sec a
{
	padding: 3px;
}
#social-sec a:hover
{
	opacity: 0.8;
}
#hr-rt
{
	float:right;
	margin-right: 5px;
}
#lang
{
	text-transform:uppercase;
	background: #bbb;
	color: #000;
	float:left;
	font: normal 14px Calibri;
	height: 32px;
	width: 100px;
	text-align: center;
	margin-right: 12px;
}
#search-sec
{
	float:right;
	background: #bbb;
}
#search-input
{
	outline: none;
	background: #bbbbbb;
	border:0;
	height: 32px;
	width: 175px;
	padding-left: 3px;
}
#search-btn
{
	margin-left: 5px;
	font-size:0;
	background:url(../images/header/magnifier.png) 0 18px;
	width: 22px;
	height:18px;
	border:0;
	cursor: pointer;
	position: relative;
	top: -6px;
	right: 5px;
}
#search-btn:hover
{
	background:url(../images/header/magnifier.png);
}
#menu-sec
{
	height: 33px;
	float:left;
	width: 100%;
	margin-top: 25px;
}
#menu-lt
{
	background:url(../images/header/menu-lt.png);
	width: 73px;
	height: 33px;
	float:left;
}
#nav-primary{
    background: #ffe665;
	float:left;
}
 
#nav-primary ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
 
#nav-primary li{
    float: left;
    position:relative;
}
 
#nav-primary a{
   	display: block;
	padding: 8px 15px;
	font: normal 14px Calibri;
	text-transform: uppercase;
	color: black;
}
 
#nav-primary a:hover{
    background: #887200;
	color: white !important;
}
#nav-primary a.active{
    background: #887200;
	color: white !important;
}
 
#nav-primary ul ul{
    display:none;
    position: absolute;
    top: 33px;
    left: 0px;
    width: auto;
	z-index: 10;
	background:#FFE665;
}
 
#nav-primary ul ul li{
    width: 100%;
	white-space: nowrap;
    border-bottom: 1px solid black;
}
#nav-primary ul ul li a:hover
{
	color: black;
}
#nav-primary ul li:hover > ul {
    display: block;
}
 
#nav-primary ul ul ul {
    left: 100%;
    top: 0;
}
/*my classes*/
#nav-primary li:hover a.parent {background: #887200;
	color: white !important;}
#lang_sec
{
	padding-top: 5px;
	padding-left: 2px;
}
#language
{
	font: normal 14px Calibri;
	border: 0;
	width: 100px;
	height: 23px;
	margin: 2px;
	color: #376eae;
}
#lang-trigger
{
	color: #000;
	float:left;
	height: 27px;
}
#lang-trigger p
{
	float:left;
	margin: 3px 0 0 8px;
}
#lang-trigger span
{
	float: left;
	margin-left: 3px;
	margin-top: 2px;
}
#lang-content
{
	width: auto;
	margin-left: -2px;
	display:none;
	clear: left;
	position: relative;
	z-index: 1000;
	background: #bbb;
}
#lang-data a
{
	display: inline;
	margin-left: 5px;
	margin-right: 1px;
}

/*----------*/
/*--banner--*/
.banner-wrapper
{
	position: relative;
	z-index: 5;
}
#banner
{
	background: white;
	width: 982px;
	margin: 10px auto;
	height: 342px;
	border:1px dotted #000;
}
#banner-lt
{
	float:left;
	width: 290px;
	margin: 7px;
}
#news-head
{
	background: #f15a29;
	width: 100%;
	height: 74px;
}
.banner-heading
{
	font: normal 14px Calibri;
	letter-spacing: 2px;
	padding: 8px 8px 7px;
	color: white;
	text-transform: uppercase;
}
#news-input
{
	border: 1px dotted #000;
	padding: 0 3px;
	width: 213px;
	height: 30px;
	margin-left: 8px;
	font: normal 14px Calibri;
}
#news-submt-btn
{
	background: url(../images/banner/btn-bg.png);
	width: 58px;
	height: 39px;
	float:right;
	border:0;
	color: white;
	text-transform: uppercase;
	position: relative;
	right: -8px;
	top: -6px;
	font-size: 18px;
	line-height: 2.4;
	cursor: pointer;
}
#news-submt-btn:hover
{
	color: #ccc;
}
#news-btm
{
	position: relative;
	background: #cdcdcd;
	width: 100%;
	height: 247px;
	margin-top: 7px;
}
#news-sec
{
	float:left;
	width: 95%;
	border-top: 1px dotted #000;
	margin: 0 8px;
}
#news
{
	float:left;
	width: 100%;
	margin: 10px 0;
}
#news-date
{
	font: normal 13px Arial;
	color: black;
	font-style: italic;
	display: inline;
}
#news-heading
{
	display: inline;
	font: bold 13px Arial;
	color: black;
	padding-left: 5px;
}
#news-more
{
	background: url(../images/banner/btn-bg.png);
	width: 45px;
	height: 15px;
	padding: 12px 6px;
	float:right;
	font: normal 16px Calibri;
	text-transform: uppercase;
	color: #fff;
	position: absolute;
	bottom: 0px;
	right: -7px;
}
#news-more:hover
{
	color: #ccc;
}
#banner-rt
{
	width: 670px;
	float:right;
	margin: 6px 6px 0 0;
}
/*----------*/
/*--content--*/
#content
{
	position: relative;
	display: inline-block;
	margin: 15px 10px;
}
#content-box
{
	float: left;
	min-height: 370px;
	-moz-border-radius: 28px;
 	-webkit-border-radius: 28px;
 	border-radius: 28px;
	background: #ffe665;
	width: 983px;
	height: auto;
	border: 1px solid #c5b45b;
	position: relative;
}
#content-lt
{
	float:left;
}
.heading-sec
{
	-moz-border-radius: 28px;
 	-webkit-border-radius: 28px;
 	border-radius: 28px;
	background: #ffef9a;
	border: 1px solid #f3db61;
	margin: 5px;
}
.heading-sec p
{
	text-shadow: 1px 1px 1px #fff;
	color: #bd583d;
	font: bold 24px 'fonta';
	padding: 15px;
	min-width: 290px;
}
.cl-txt
{
	width: 210px;
	margin: 12px 20px;
}
.site-txt
{
	margin: 10px;
	color: #bd583d;
	font: bold 14px Calibri;
}
#content-mid
{
	background: url(../images/index/mid-box.png);
	width: 522px;
	height: 522px;
	position: absolute;
	top: -30%;
	left: 24%;
	z-index: 1;
}
#mb-heading
{
	text-shadow: 1px 1px 1px #000;
	margin-top: 19%;
	font: normal 40px 'enchanted';
	color:white;
	text-align:center;
}
#mb-sep
{
	margin-top: -4%;
	margin-bottom: 1%;	
}
#mb-txt
{
	color: white;
	width: 400px;
	line-height: 1.5;
}
#mb-readmore
{
	position: absolute;
	bottom: 0%;
	left: 37%;
	background:url(../images/index/readmore-bg.png);
	width: 131px;
	height: 66px;
}
#mb-readmore a
{
	color: white;
	font: normal 14px Calibri;
	position: relative;
	top: 23px;
}
#mb-readmore a:hover
{
	 color: #ccc;
}
#content-rt
{
	float:right;
}
.cr-txt
{
	margin: 12px 20px;
	width: 200px;
	text-align: right;
	float: right;
}
.readmore
{
	background: #ffef9a;
	color: #767676;
	font: bold 14px Calibri;
	position: absolute;
	bottom: 7px;
	padding:10px;
	-moz-border-radius: 28px;
 	-webkit-border-radius: 28px;
 	border-radius: 28px;
	left: 17%;
	width: 170px;
}
.readmore:hover
{
	color: black;
}
.readmore-rt
{
	background: #ffef9a;
	color: #767676;
	font: bold 14px Calibri;
	position: absolute;
	bottom: 7px;
	padding:10px;
	-moz-border-radius: 28px;
 	-webkit-border-radius: 28px;
 	border-radius: 28px;
	right: 15%;
	text-align: right;
	width: 190px;
}
.readmore-rt:hover
{
	color: black;
}
.content-head
{
	background:url(../images/index/content-head.png);
	width: 444px;
	height: 121px;
	position: absolute;
	right: 10px;
	top: -10px;
	z-index: 1;
}
.content-head p
{
	text-shadow: 1px 1px 1px #000;
	margin-top: 5.5%;
	font: normal 35px 'enchanted';
	color: white;
	text-align: center;
	margin-bottom: -15px;
}
/*-----------*/
/*--feat-prod--*/
#feat-prod
{
	margin: 20px 0 30px;
}
/*-------------*/
/*--content--*/
.head-sec
{
	text-align: left;
	clear: both;
	-moz-border-radius: 28px;
 	-webkit-border-radius: 28px;
 	border-radius: 28px;
	background: #ffef9a;
	border: 1px solid #f3db61;
	margin: 5px;
}
.head-sec p
{
	text-shadow: 1px 1px 1px #fff;
	color: #bd583d;
	font: bold 22px 'fonta';
	padding: 15px 15px 10px;
	min-width: 290px;
}
.head-sec a
{
	color: #bd583d;
}
.head-sec a:hover
{
	color: #666;
}
.foot-sec
{
	display: inline-block;
	width: 98%;
}
.txt-desc
{
	margin-top: 5%;
}
/*--product pages--*/
#prodcontent
{
	float:left;
	width: 100%;
	margin-top: 25px;
}
.link_wrapper
{
	padding: 5px;
	float: left;
	margin: 7px;
}
.link_wrapper:hover , .link_wrapper p:hover
{
	background: #666;
	color: white;
}
.prod_cat_title
{
	font-size: 16px;
}
.mesg
{
	padding: 15px;
	font-size: 15px;
}
.data
{
	clear: both;
	margin: 15px 8px;
}
.prod_data_box
{
	background: #fff;
	border: 1px solid #999;
}
.prod_data_content
{
	width: 99%;
	font-size: 16px;
	position: relative;
	padding:5px;
	display: inline-block	
}
.prod_data_img
{
	width: 500px;
	float:left;
	border: 1px solid #C5B45B;
}
.prod_data_img img
{
	width: 500px;
}
.prod_data_text
{
	float:right;
	width: 435px;
	margin-left: 10px;
}
.close
{
	cursor: pointer;
	float:right;
}
.close:hover
{
	opacity:0.8;
}
.pd_heading
{
	font: normal 20px Calibri;
	padding-bottom: 5px;
	color: black; 
}
.pd_desc
{
	color:#666;
	margin: 0 5px 0 0;
}
#closetxt
{
	position: relative;
	left: 0px;
	color: black;
}
.prod_title
{
	padding-top: 3px;
	display:block;
	clear:left;
	font-size: 16px;
	cursor: pointer;
}
.prod_basket
{
	cursor: pointer;
	float: left;
	margin:10px 0 0 5px;
	color: black;
	padding:5px 5px 4px;
	background: #69A5E1;
	border: 1px solid #005BBC;
}
.prod_basket:hover
{
	opacity:0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  	filter: alpha(opacity=80);
  	-moz-opacity: 0.8;
  	-khtml-opacity: 0.8;
}
.ptitle
{
	background: none !important;
	top: -3px;
}
.open
{
	display: block;
	cursor: pointer;
}
.open img
{
	border: 1px solid #fff;
}
/*------------------*/
/*--errorhandling*/
label.mlerror
{
	position: absolute;
	left: 23px;
	top: 20%;
	color: white;
}
/*--error handling--*/
#mesg
{
	display: none;
	background: url(../images/notify/bg.png) bottom repeat-x;
	height: 49px;
	width: 100%;
	z-index: 1005;
	position: fixed;
	text-align: center;
}
#msg_text
{
	color: white;
	font-weight: bold;
	font-size: 20px;
	line-height: 42px;
}
#msg_close
{
	background:url(../images/notify/cross_hover.png);
	height:31px;
	width: 31px;
	top: 10px ;
	position: absolute;
	right:10px;
	display: block;
}
#msg_close:hover
{
	background: url(../images/notify/cross.png);
}
/*--contact us--*/
#contact
{
	display: block;
	margin-top: 3%
}
#contact-lt
{
	width: 400px;
	float: left;
}
#contact-lt table tr td
{
	padding: 3px;
}
.data_text
{
	color: black;
	font-size: 20px;
}
.data_title
{
	color: black;
	font: bold 24px Calibri;
}
.data_link
{
	color: black;
	font-size: 20px;
}
.data_link:hover
{
	opacity: 0.8;
}
#contact-rt
{
	float: right;
	width: 55%;
	margin-top: 15px;
	margin-left: 2%;
}
#large
{
	float:right;
}
#large:hover
{
	opacity: 0.8;
}
#map
{
	border: 1px solid #9a8c44;
	background: #ffef9a;
	width: 99%;
	height: 205px;
	float: left;
	margin-top: 5px;
}
.c-title
{
	font: normal 21px Calibri;
	color: black;
	float:left;
}
#contact-btm
{
	clear: both;
	width: 100%;
	float:left;
	margin: 20px 0 10px;
}
.table1
{
	float: left;
}
.table1 tr td
{
	position: relative;
	padding: 5px;
}
.txt-title
{
	font: bold 20px Calibri;
	color: black;
}
.txt-box
{
	border: 1px solid #9a8c44;
	background: #ffef9a;
	height: 33px;
	width: 390px;
	padding-left: 3px;
}
.txtarea-box
{
	border: 1px solid #9a8c44;
	background: #ffef9a;
	width: 100%;
	height: 180px;
}
.table2
{
	float: right;
	margin: 45px 2px 35px;
	width: 55%;
}
.checkbox
{
	padding-top: 25px;
	float: left;
}
.cntct-btn
{
	border: 1px solid #9a8c44;
	background: #ffef9a;
	padding: 5px 25px;
	color: black;
	font: bold 20px Calibri;
	float: right;
	margin-top: 25px;
	cursor: pointer;
}
.cntct-btn:hover
{
	border: 1px solid #000;
	background: #999;
}
.light
{
	background: #ab9c4d;
	color: white !important;
}
label.cont-error
{
	position: absolute;
	top: 7px;
	white-space: nowrap;
	right: 5px;
	color: red;
	font-style: italic;
}
/*---------------*/
#results
{
	display: block;
	clear:both;
	margin: 15px 10px;
}
#results a
{
	margin-left: 1%;
	font: normal 20px Calibri;
	color: black;
}
#results a:hover
{
	color: #386EAE;
}
/*----------*/
#adv
{
	height: 100px;
	width: 100%;
	display: inline-block;
	margin: 10px 0 25px;
}
#adv-lt
{
	float: left;
	width: 70%;
	text-align: justify;
	margin-left: 20px;
	font-size: 14px;
}
#adv-rt
{
	margin-top: -5%;
	font-size: 18px;
	float: right;
}
/*--news and events--*/
.newsBox
{
	border-bottom: 1px solid;
	float:left;
	margin: 10px;
}
.newsHeading
{
	float:left;
	font:normal 20px Calibri;
	color:black;
	padding:5px;
}
.newsLt
{
	margin-left:5px;
	height:auto;
	float:left;
	width:175px;
	clear:left;
}
.newsThumb
{
	float:left;
	margin:10px 0;
	min-width:150px;
	border:1px solid #ccc;
}
.newsDate
{
	float:left;
	width:143px;
	background:#e6e6e6;
	border:1px solid #ccc;
	font: normal 12px Calibri;
	padding:3px;
}
.newsRt
{
	float: left;
	margin-bottom: 10px;
}
.newsDesc
{
	float:left;
	min-height: 50px;
	margin:5px;
}
/*-------------------*/
#results
{
	clear:both;
	margin: 15px 0;
	float:left;
	width: 100%;
}
#result-img
{
	float:left;
	margin-left: 15px;
}
#results p
{
	color: black;
	margin-left: 17.8%;
	padding: 0px 0 10px;
}
#results a:hover
{
	color: #386EAE;
}
#random
{
	position: absolute;
	bottom: 5px;
}
.rand_cat
{
	float:left;
	margin: 3px;
}
/*--footer--*/
#footer
{
	width: 999px;
	clear: both;
	float: left;
	border-bottom: 1px dashed #666;
}
#footer-lt
{
	float:left;
	font: normal 12px Calibri;
	color: #666;
}
#footer-mid
{
	float:left;
	background: #dce1dd;
	margin:	-10px 15px 0px
}
#footer-mid ul
{
	margin:0;
	padding:0;
}
#footer-mid ul li
{
	list-style: none;
	float:left;
}
#footer-mid ul li a
{
	display: block;
	font: normal 14px Calibri;
	color: black;
	padding: 10px 20px;
	text-transform: uppercase;
}
#footer-mid ul li a:hover
{
	background: #7f7f7f;
	color: white;
}
#footer-rt
{
	font: normal 12px Calibri;
	color: #666;
	float:right;
}
.footer-bottom
{
}
#footer-rt a{ color: #666; }
#footer-rt a:hover
{
	color: black;
}
/*----------*/