/* 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:5px;
	top:77px;
	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 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;
		}
		header nav ul li a:hover,
		header nav ul li a.active {
			color:#7e2727;
		}
		
header .slogan {
	position: absolute;
	left: 300px;
	top: 275px;
	font-size: 1.69em;
	line-height: 1.2em;
	color: #6b2525;
	font-style: italic;
}

/*===== 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;
}


/*==========================================*/
    
/*===== anythingSlider =====*/
.anythingSlider                         { width: 994px; height: 323px; position: relative;}
.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 =====*/




#contact-form {line-height:1em; margin:0; padding:0; width:459px;}
#contact-form .success {padding-bottom:5px;}	
#contact-form textarea, #contact-form input {
	margin:0;
	position:relative;
	outline:none;
	background:#fff;
}
#contact-form input {
	width:342px;
	font-size:14px;
	color:#494949;
	padding:10px 11px 10px 14px;
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid #dad8d2; 
	background:#fff;
	margin:0;
	border-radius:8px; -moz-border-radius:8px; -webkit-border-radius:8px;
}
#contact-form textarea {
	height:101px;
	overflow:auto;
	width:499px; 
	font-size:14px;
	color:#494949;
	padding:10px 11px 7px 14px; 
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid #dad8d2; 
	background:#fff;
	margin:0px;
	border-radius:8px; -moz-border-radius:8px; -webkit-border-radius:8px;
}	
#contact-form label {
	display:block;
	min-height:46px;
	position:relative;
}	
#contact-form label.message {min-height:80px;}
#contact-form .error, #contact-form .empty, #contact-form .success {display:none;}		
#contact-form .error, #contact-form .empty {color:red; padding:5px 0; font-size:11px;}
#contact-form .success {color:#ea5421; width:325px; margin-bottom:20px; padding:10px; border:1px solid #dee2e9; background:#fff; text-align:center; }








