/* Getting the new tags to behave */
article, aside, audio, 
canvas, command, 
datalist, details, 
embed, 
figcaption, figure, footer, 
header, hgroup, 
keygen, 
meter, 
nav, 
output, 
progress, 
section, source, 
video {
	display:block;
}
mark, 
rp, rt, ruby, 
summary, 
time {
	display:inline;
}

/* Global properties ======================================================== */
body { 
	background:url(../images/tail-bg.jpg) repeat 50% top; 
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:100%; 
	line-height:1em;
	color:#88857f;
}
html { 
	min-width:994px;
}
html, 
body { 
	height:100%;
}



/* Global Structure ============================================================= */
.container {
	margin:0 auto;
	position:relative;
	width:994px;
	font-size:.814em;
}

	/* Header */
	header{
		height:96px;
		position:relative;
		z-index:100;
	}

#content .container { overflow:hidden;}


/* Left & Right alignment */

.fleft { 
	float:left;
}
.fright { 
	float:right;
}
.clear { 
	clear:both;
}

.col-1, 
.col-2, 
.col-3 { 
	float:left;
}

.alignright { 
	text-align:right;
}
.aligncenter { 
	text-align:center;
}	

.wrapper { 
	width:100%;
	overflow:hidden;
}


/*----- form defaults -----*/
input, 
select, 
textarea { 
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1em;
	vertical-align:middle;
	font-weight:normal;
}

/*----- lists -----*/

.testimonials li {
	line-height:1.384em;
	padding-bottom:16px;
}
	.testimonials li strong {
		display:block;
		color:#7e2727;
	}
	.testimonials li cite {
		font-style:normal;
	}
	
.price {
	padding-bottom:10px;
}
	.price li {
		width:100%;
		overflow:hidden;
		vertical-align:top;
		padding-bottom:9px;
	}
		.price li span {
			float:left;
		}
		.price li b {
			float:right;
			color:#7e2727;
		}
		.price li strong {
			display:block;
			overflow:hidden;
			height:1%;
			background:url(../images/line-hor.gif) repeat-x 0 11px;
		}
		
		.news li {
	line-height:1.384em;
	padding-bottom:16px;
}
	.news li b {
		display:block;
		color:#7e2727;
	}

/*----- other -----*/
.img-indent { 
	margin:0 21px 0 0; 
	float:left;
}
.img-box { 
	width:100%; 
	overflow:hidden;
	padding:23px 0 20px 0; 
}
	.img-box img { 
		float:left; 
		margin:-23px 20px 0 0;
	}

.extra-wrap { 
	overflow:hidden;
}

.wrap {
	position:relative;
	min-height:100%;
	height:auto !important;
	height:100%;
	background:url(../images/tail-top.gif) repeat-x left top;
}

p {
	margin-bottom:16px;
	line-height:1.384em;
}
.p1 {
	margin-bottom:8px;
}

.special h5 {
	padding-top:15px;
	margin:0;
}

dl {
	line-height:1.384em;
	width:100%;
	overflow:hidden;
	vertical-align:top;
}
	dl dt {
		color:#7e2727;
		font-weight:bold;
	}
	dl dd {
		padding-bottom:14px;
	}
	dl dd.last {
		padding-bottom:0;
	}


/*----- txt, links, lines, titles -----*/
a {
	color:#7e2727; 
	outline:none;
}
a:hover {
	text-decoration:none;
}

h1 {
	position:absolute;
	left:125px;
	top:135px;
	text-indent:-9999px;
}
	h1 a {
		width:981px;
		height:169px;
		float:left;
		background:url(../images/logo.png) no-repeat left top;
	}
h2 {
	font-size:1.92em;
	line-height:1.2em;
	font-weight:normal;
	color:#4e3f32;
	margin-bottom:23px;	
}
h3 {
	font-style:italic;
	color:#6b2525;
	font-weight:normal;
	font-size:1.15em;
	margin-bottom:15px;
}
h5 {
	color:#7e2727;
	font-size:1em;
	line-height:1.384em;
	margin-bottom:15px;
	
}

.link {
	font-size:1.15em;
	line-height:1.2em;
}

.line-ver { 
	background-image:url(../images/line-ver-tail.gif); 
	background-repeat:repeat-y;
	background-position:474px 0;
	width:100%;
}
	.line-ver .top {
		background-image:url(../images/line-ver-top.gif);
		background-repeat:no-repeat;
		background-position:474px 0;
	}
	.line-ver .bot {
		background-image:url(../images/line-ver-bot.gif);
		background-repeat:no-repeat;
		background-position:474px bottom;
	}
	.line-ver .bot.inner {
		padding:20px 0 0 0;
	} 


/*==================boxes====================*/
.box {
	width:100%;
}
.box.fright {
	width:143px;
	height:121px;
	margin-left:15px;
}
	.box.fright .xcontent {
		padding:7px !important;
		width:auto !important;
	}
	.box .border-bot {
		height:2px;
		line-height:0;
		font-size:0;
		overflow:hidden;
		width:100%;
		background:url(../images/border-bot.png) repeat-x left bottom;
	}
	.box .border-right {
		padding-right:2px;
		background:url(../images/border-right.png) repeat-y right top;
	}
	.box .xcontent {
		background-color:#fff;
		width:100%;
		overflow:hidden;
	}
	.box .inner {
		padding:29px 26px 30px 28px;
	}
	
.address h5 {
	margin:0;
	padding-top:23px;
}



/*===== header =====*/
header nav span.language{ float:right;}
header nav span.language a{border:1px #999 solid; color:#797367; text-decoration:none;}
header nav span.language a:hover{color:#72440e;}

header nav ul {
	text-align:center;
	padding-top:30px;
}
	header nav ul li {
		display:inline;
		font-size:1.46em;
		line-height:1.2em;
		background:url(../images/divider.gif) no-repeat right 4px;
		padding:0 62px 0 37px;
	}
	header nav ul li.last {
		background:none;
		padding-right:25px;
	}
		header nav ul li a {
			text-decoration:none;
			/*color:#797367;*/
			color:#797367;
		}
		header nav ul li a:hover,
		header nav ul li a.active {
			/*color:#7e2727;*/
			color:#72440e;
		}
		
span.slogan {
/*	position:absolute;
	left:359px;
	top:273px;*/
	font-size:1.69em;
	line-height:1.2em;
	color:#6b2525;
	font-style:italic;
	display:block;
	text-align:center;
}

/*===== content =====*/
#content {
	background:url(../images/splash.png) no-repeat center top;
	width:100%;
	padding-bottom:105px;
}
	#content .container {
		min-height:709px;
		height:auto !important;
		height:709px;
	}
	#content .inside {
		padding:233px 5px 0 7px;
	}
	#content aside {
		padding:5px 0 0 29px;
	}
		#content aside .inside {
			padding:30px 22px 0 0;
		}
	
/*===== aside =====*/
aside {
	font-size:1.46em;
	line-height:1.26em;
	font-style:italic;
	padding:0 0 0 24px;
}
	

/*===== footer =====*/
footer {
	text-align:center;
	background-color:#d1c6b2;
	margin-top:-95px;
	position:relative;
	color:#797367;
	width:100%;
}
     footer .container {
		background:url(../images/footer-bg.gif) no-repeat right top;
		height:95px;
	}
	footer .inside {
		padding: 39px 0 0 0;
	}
	footer a {
		color:#8c5952;
	}


/*----- forms -----*/

#order-form span {
	display:block;
	height:52px;
}
#order-form label {
	display:block;
}
#order-form input {
	width:262px;
	border:1px solid #dad9d7;
	padding:3px 0 3px 3px;
	color:#000;
}
#order-form select {
	width:267px;
	border:1px solid #dad9d7;
	height:22px;
	color:#000;
}
#order-form .buttons {
	text-align:right;
	padding-top:5px;
}

/*---*/

#contacts-form label {
	display:block;
}
#contacts-form span { 
	/*height:52px;*/
	display:block;
}
#contacts-form input {
	width:262px; 
	padding:2px 0 2px 3px; 
	background:#fff;
	color:#000; 
	border:1px solid #dad9d7;
	vertical-align:top;	
	line-height:1.2em;
}
#contacts-form textarea { 
	width:262px; 
	height:146px; 
	overflow:auto;
	background:#fff;
	color:#000; 
	border:1px solid #dad9d7;
	padding:2px 0 2px 3px;
	margin-bottom:10px; 
}

em.error-label{color:#F00;}
.errors{font-size: 14px; color: red; border:1px solid}
.success{font-size: 14px; color: green; border:1px solid}

/*==========================================*/
    
/*===== anythingSlider =====*/
.anythingSlider                         { width: 994px; height: 323px; position: relative; direction:ltr;}
.anythingSlider .wrapper                { width: 994px; height: 323px; position: absolute; top: 0; left: 0;}
.anythingSlider .wrapper ul             { width: 9999px; list-style: none; position: absolute; top: 0; left: 0; margin: 0;}
.anythingSlider ul li                   { display: block; float: left; height: 301px; width: 994px; position:relative;}
.anythingSlider ul li .box 			{ float:left; width:324px; margin-right:5px; position:relative;}
.anythingSlider ul li .box .xcontent    { height:299px; padding:0;}
.anythingSlider ul li img 			{ position:absolute; left:7px; top:7px;}
.anythingSlider .arrow                  { display:none;}

#start-stop                             { color: #4f4b43; position: absolute; right: 13px; bottom: 0; text-decoration:none; font-size:1.15em; line-height:1.2em;}
#start-stop:hover                       { text-decoration:underline;}

#thumbNav 						{ position:absolute; right:51px; bottom:2px;}
#thumbNav a 						{ width:12px; height:12px; padding:0; display:block; background-color:#d1c6b2; float:left; margin-left:6px; line-height:0; text-indent:-9999px;}
#thumbNav a:hover, #thumbNav a.cur		{ background-color:#ca703c;}

/*
  Prevents
*/
.anythingSlider .wrapper ul ul          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
.anythingSlider .wrapper ul ul li       { float: none; height: auto; width: auto; background: none; }
/*===== anythingSlider =====*/

ul li.product_menu{
border-bottom:1px solid #ccc;
}

ul li.product_menu a {
	font-size: 18px;
	line-height: 24px;
	text-decoration: none;	

}
ul li.product_menu a:hover{text-decoration:underline;}
/*.............Products Slider..................*/
 /* image replacement */
        .graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */
	
	
	/* Easy Slider */
	
	#slider {margin: 0 auto; direction:ltr;  border:2px #A0A0A0 solid;}
	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:515px;
		height:386px;
		overflow:hidden; 
		}	
		#slider li img.slide-img, #slider2 li img.slide-img{display:block; margin:0 auto;}		
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:8px;
		top:39%;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:561px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(../images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(../images/btn_next.gif) no-repeat 0 0;	
		}	
		
	/* numeric controls */	

	ol#controls{
		margin:1em 0;
		padding:0;
		height:28px;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		border:1px solid #ccc;
		background:#DAF3F8;
		color:#555;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#5DC9E1;
		color:#fff;
		}
	
		
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */