/* 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-body.jpg) 50% 0; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%; 
	line-height:1em;
	color:#969696;
	padding:65px 0 82px 0;
}
html { 
	min-width:980px;
	height:100%;
}


/* Global Structure ============================================================= */
#main {
	margin:0 auto;
	position:relative;
	width:980px;
	font-size:.75em;
	background-color:#f7f7f7;
}

	/* Header */
	header {
		height:83px;
	}
	
	
	/* Footer */
	footer {
		height:56px;
	}




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

.container {
	width:100%;
}

/* The inside class provides consistent padding. To be used often! */
.inside {
	padding:18px 18px 0 19px;
}

/*----- form defaults -----*/
input, 
select, 
textarea { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	vertical-align:middle;
	font-weight:normal;
}

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

.social-services {
	position:absolute;
	right:4px;
	top:-33px;
}
	.social-services li {
		float:left;
		margin-left:6px;
	}
	
	.color-list {
		width:100%;
		overflow:hidden;
		background-color:#fff;
		padding:12px 0 0 0;
		margin-bottom:22px;
	}
		.color-list li {
			padding:0 3px 15px 9px;
			float:left;
		}
			.color-list li a {
				padding:0;
				background:none;
			}
	
.list {
	margin-top:-20px;
}
	.list li {
		padding-top:20px;
		width:100%;
		overflow:hidden;
		vertical-align:top;
	}	
		.list li img {
			float:left;
			margin-right:13px;
		}
		.list li p {
			margin-bottom:7px;
		}
		.list li h5 {
			margin-bottom:8px;
		}
	
.list1.alt li p {
	margin:0 !important;
}	
	.list1 li {
		text-transform:uppercase;
		line-height:1.17em;
		border-bottom:1px solid #ececec;
		padding-bottom:18px;
		margin-bottom:18px;
	}
	.list1 li.last {
		padding:0;
		margin:0;
		border:0;
	}
		.list1 li p {
			margin-bottom:10px;
		}
		.list1 li a {
			padding-right:12px;
			background:url(../images/arrow2.gif) no-repeat right 5px;
			text-transform:none;
			color:#1f1f1f;
		}
		.list1 li span {
			display:block;
			color:#1f1f1f;
		}

.list2 {
	padding-bottom:17px;
}	
	.list2 li {
		padding:0 0 5px 14px;
		background:url(../images/arrow.gif) no-repeat left 5px;
	}

/*----- other -----*/
.img-indent { 
	margin:0 12px 20px 0;
	display:inline; 
}
.img-box { 
	width:100%; 
	overflow:hidden;
	padding-top:18px; 
}
	.img-box h5 {
		color:#ffc600;
		font-size:1.67em;
		margin-bottom:15px;
	}
	.img-box p {
		line-height:1.5em;
		margin-bottom:20px;
	}
		.img-box p a {
			color:#8a7649;
		}
	.img-box img { 
		float:left; 
		margin:-18px 32px 0 0;
	}
	
.img-box1 { 
	width:100%; 
	overflow:hidden;
	padding-bottom:18px; 
}
	.img-box1 img {
		float:left;
		margin-right:12px;
	}

.extra-wrap { 
	overflow:hidden;
}

p {
	margin-bottom:10px;
	line-height:1.25em;
}
	.p1 {
		margin-bottom:8px;
	}
	.p0 {
		margin:0;
	}

dl {
	line-height:1.25em;
}
	dl dt {
		font-weight:bold;
		color:#000;
		padding-bottom:6px;
	}
	dl dd {
		padding-bottom:12px;
	}
	dl dd.last {
		padding:0;
	}
	
.address dd { 
		clear:both;
}
		.address dd span { 
			float:right;
			padding-right:110px;
		}
	
cite {
	font-style:normal;
	display:block;
	line-height:1.25em;
}


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

h1 {
	text-indent:-9999px;
	float:left;
	padding:9px 0 0 16px;
}
	h1 a {
		display:block;
		background:url(../images/logo.gif) no-repeat left top;
		width:301px;
		height:68px;
	}
h2 {
	font-size:36px;
	line-height:1.2em;
	color:#000;
	left:-16px;
	position:relative;
	margin-bottom:7px;
}
	h2 img {
		margin-right:16px;
	}
h3 {
	font-size:30px;
	line-height:1.2em;
	font-weight:normal;
	color:#000;
	margin-bottom:20px;
}
h4 {
	color:#ff8400;
	font-size:22px;
	line-height:1.2em;
}
h5 {
	color:#1f1f1f;
	font-size:1em;
	line-height:1.25em;
	margin-bottom:10px;	
}
	h5 a {
		color:#1f1f1f;
	}

.link1 { 
	display:block;
	float:left;
	background:url(../images/link1-tail.gif) left top repeat-x; 
	color:#fff;
	line-height:1.4em; 
}
	.link1 em {
		display:block;
		background:url(../images/link1-left.gif) no-repeat left top;
	}
	.link1 b { 
		display:block;
		background:url(../images/link1-right.gif) no-repeat right top; 
		padding:5px 15px 7px 30px; 
		font-weight:normal; 
		font-style:normal;
	}
	
.link2 {
	padding-right:14px;
	background:url(../images/arrow1.gif) no-repeat right 5px;
}

		.link3 {
			padding-left:13px;
			background:url(../images/arrow.gif) no-repeat left 5px;
		}

	

.line-ver1 { 
	background-image:url(../images/line-ver.gif); 
	background-repeat:repeat-y;
	background-position:320px 0;
	width:100%;
}
	.line-ver2 { 
		background-image:url(../images/line-ver1.gif); 
		background-repeat:repeat-y;
		background-position:0 0;
		padding-left:40px;
	}
		.line-ver3 { 
			background-image:url(../images/line-ver1.gif); 
			background-repeat:repeat-y;
			background-position:314px 0;
		}
			.line-ver4 { 
				background-image:url(../images/line-ver1.gif); 
				background-repeat:repeat-y;
				background-position:640px 0;
			}


/*==================boxes====================*/
.box {
	background:#ededed;
	width:100%;
}
	.box .inner { 
		padding:27px 18px 22px 34px;
	}
	.box .inner1 { 
		padding:27px 28px 22px 34px;
	}
	.box .line-ver4 { 
				background-image:url(../images/line-ver.gif);
				background-position:646px 0;
			}


/*===== header =====*/
header {
	background:url(../images/header-tail.gif) repeat-x left top;
	margin-bottom:17px;
}
	header nav {
		float:right;
		padding:34px 48px 0 0;
	}
		header nav ul li {
			float:left;
			font-weight:bold;
			border-right:1px solid #252525;
			padding-right:23px;
			margin-right:23px;
			line-height:1.42em;
		}
		header nav ul li.last {
			padding:0;
			margin:0;
			border:0;
		}
			header nav ul li a {
				color:#fff;
				text-decoration:none;
			}
			header nav ul li a:hover,
			header nav ul li a.active {
				color:#ffa407;
			}

/*===== content =====*/
#content .inside {
	padding:29px 0 32px 0;
}

/*===== footer =====*/
footer {
	color:#f7f7f7;
	background-color:#252525;
}
	footer .inside {
		padding:20px 30px 0 30px;
	}
	footer  a {
		color:#f7f7f7;
	}
	footer img {
		position:relative;
		top:-3px;
	}


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

#contacts-form span { 
	height:26px;
	display:block;
}
#contacts-form input {
	width:194px; 
	padding:2px 0 2px 3px; 
	background:#fff;
	font-size:.92em;
	color:#8c8c8c; 
	border-top:1px solid #303030; 
	border-left:1px solid #303030; 
	border-bottom:1px solid #e1e1e1; 
	border-right:1px solid #e1e1e1;	
	vertical-align:top;	
	line-height:1.2em;
}
#contacts-form textarea { 
	width:194px; 
	height:133px; 
	overflow:auto;
	background:#fff;
	font-size:.92em;
	color:#8c8c8c; 
	border-top:1px solid #303030; 
	border-left:1px solid #303030; 
	border-bottom:1px solid #e1e1e1;	
	border-right:1px solid #e1e1e1; 
	padding:2px 0 2px 3px;
	margin-bottom:16px; 
}

/*==========================================*/
    
		/*
		 * Required 
		*/
		.container {height:292px; overflow:hidden; position:relative;}
		.slides {position:absolute; top:0; left:0;}
		.slides div { position:absolute; top:0; left:0; width:471px; height:292px; display:none;}
		/*
		 * Optional
		*/
		#loopedCarousel { width:943px; height:292px; position:relative; clear:both; margin-bottom:14px;}
		#loopedCarousel h3 {
			position:absolute;
			left:38px;
			bottom:-2px;
			color:#fff;
			background-color:#353535;
			padding:0 19px 8px 19px;
			margin:0;
		}
			#loopedCarousel h3.extra {
				left:472px;
			}
		.previous {
			width:23px;
			height:42px;
			position:absolute;
			left:-2px;
			top:125px;
			background:url(../images/prev.png) no-repeat left top;
		}
		.next {
			width:22px;
			height:42px;
			position:absolute;
			right:-1px !important;
			right:-2px;
			top:125px;
			background:url(../images/next.png) no-repeat left top;
		}
