/* 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); 
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%; 
	line-height:1em;
	color:#605c55;
}
html { 
	min-width:905px;
}
html, 
body { 
	height:100%;
}



/* Global Structure ============================================================= */
.container {
	margin:0 auto;
	width:905px;
	overflow:hidden;
	font-size:.814em;
	padding:24px 0 132px 0;
}

	/* Header */
	header {
		background:url(../images/splash-top.jpg) no-repeat center top;
	}
		header .container {
			position:relative;
			height:194px;
			padding:0;
		}
	
	/* Content */
	section#content {
		width:579px;
		float:left;
	}
		section#content.content {
			float:none;
			width:auto;
		}
	
	/* Sidebar */
	aside {
		width:287px;
		float:left;
		margin-right:39px;
	}
			
	/* Footer */
	footer {
		background:url(../images/splash-bot.jpg) no-repeat center bottom;
	}
		footer .container {
	height:130px;
	padding:0;
		}




/* Left & Right alignment */

.fleft {

}
.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;
}
.wrap {
	height:auto !important;
	height:100%;
	min-height:100%;
	background-repeat:repeat-x;
	background-position:center top;
	background-image:url(../images/tail-top.jpg);
	min-width:905px;
}



/*---- tailings ----*/
.tail-bottom {
	background:url(../images/tail-bottom.jpg) center bottom repeat-x;
	margin-top:-80px;
	min-width:905px;
}

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

fieldset {
	border:0;
}

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

.top-menu {
	position:absolute;
	right:0;
	top:27px;
}
	.top-menu li {
		float:left;
		font-size:.923em;
		margin-left:20px;
		padding-left:15px;
		background:url(../images/marker1.gif) no-repeat left 4px;
	}
		.top-menu li a {
			color:#515151;
			text-decoration:none;
		}
		.top-menu li a:hover {
			color:#f9c202;
		}
		
.social {
	float:right;
	padding-top:25px;
}
	.social li {
		float:left;
		padding-left:9px;
	}

.list li {
	font-size:1.154em;
	line-height:1.2em;
	background:url(../images/divider1.gif) repeat-x left bottom;
	padding-bottom:7px;
	margin-bottom:7px;
	overflow:hidden;
	vertical-align:top;
}
	.list li span {
		display:block;
		padding:0 0 0 25px;
		height:1%;
		background:url(../images/marker2.gif) no-repeat left 2px;
	}
	.list li a {
		color:#cf8e00;
		text-decoration:none;
	}
	.list li a:hover {
		color:#fff;
	}
.list li.link {
	background:none;
	padding:0 0 0 25px;
	margin:0;
	font-size:1em;
}
	.list li.link a {
		color:#fff;
		text-decoration:underline;
	}
	.list li.link a:hover {
		text-decoration:none;
	}

.list1 li {
	padding:0 0 14px 22px;
	height:1%;
	background:url(../images/marker3.gif) no-repeat left 2px;
}	
.list1 li.last {
	padding-bottom:0;
}
	.list1 li a {
		color:#fff;
	}
	
.column-list {
	width:100%;
	overflow:hidden;
}
	.column-list li {
		width:176px;
		float:left;
		margin-right:25px;
		overflow:hidden;
		vertical-align:top;
	}
	.column-list li.last {
		margin-right:0;
	}
		.column-list li img {
			margin-bottom:22px;
		}
		.column-list li h5 {
			background:url(../images/line-hor1.gif) repeat-x left bottom;
			padding-bottom:17px;
			margin-bottom:17px;
		}
			.column-list li h5 span {
				padding-left:9px;
				display:block;
				background:url(../images/marker5.gif) no-repeat left 6px;
			}
	.column-list li ul li {
		width:auto;
		float:none;
		margin:0;
	}


/*----- other -----*/
.img-indent { 
	margin:0 22px 0 0; 
	float:left;
}
.img-box { 
	width:100%; 
	overflow:hidden; 
	padding-bottom:25px;
	line-height:1.231em;
}
	.img-box img { 
		float:left; 
		margin:0 22px 0 0;
	}

.extra-wrap { 
	overflow:hidden;
}

p {
	margin-bottom:20px;
	line-height:1.231em;
	color: #999;
}

dl dt {
	color:#cf8e00;
	font-size:1.154em;
	line-height:1.067em;
}
dl dd {
	line-height:1.231em;
	padding-bottom:16px;
}
dl dd.last {
	padding-bottom:0;
}
	
address {
	font-style:normal;
	line-height:1.231em;
}
	address span {
		width:90px !important;
		width:87px;
		float:left;
	}



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

h1 {
	text-indent:-9999px;
}
	h1 a {
	width:409px;
	height:109px;
	position:absolute;
	left:0;
	top:10px;
	background:url(../images/logo.png) no-repeat left top;
	}
h2 {
	font-size:40px;
	line-height:1.2em;
	color:#fff;
	margin-bottom:20px;
}
	h2 span {
		display:block;
		float:left;
		width:27px;
		height:22px;
		font-size:16px;
		line-height:1.2em;
		color:#000;
		text-align:center;
		padding-left:2px;
		position:relative;
		top:17px;
		background:url(../images/marker4.gif) no-repeat left top;
	}
h3 {
	font-size:36px;
	line-height:1.2em;
	color:#fff;
	text-transform:uppercase;
	margin-bottom:15px;
}
h5 {
	color:#cf8e00;
	font-weight:normal;
	font-size:1.154em;
	line-height:1.067em;
	margin-bottom:16px;	
}
	h5.extra {
		margin-bottom:22px;
		background:none !important;
	}

.link a {
	color:#fff;
	font-size:1.154em;
	line-height:1.2em;
}

.link1 { 
	width:78px;
	height:38px;
	float:left;
	overflow:hidden;
	text-align:center;
	background:url(../images/link1-bg.png) no-repeat left top;
	color:#fff;
	font-size:15px;
	line-height:2.4em;
	text-transform:uppercase; 
	text-decoration:none;
	cursor:pointer;
}
.link1:hover {
	color:#cf8e00;
}
	

.line-hor { 
	background:url(../images/line-hor.gif) repeat-x left top;
	height:2px;
	overflow:hidden;
	font-size:0;
	line-height:0;
	margin:39px 0 20px 0;
}


/*==================boxes====================*/
.box {
	width:100%;
	background-repeat:repeat-x;
	background-position:left top;
	background-color:#171717;
	background-image:url(../images/box-tail.gif);
	border: 1px;
	margin-bottom: 8px;
	color: #FC0;
	padding: 5px;
}
.box.extra {
	background-image:url(../images/box-tail1.gif);
	background-color:#171717;
}
	.box .inner { 
		padding:18px 18px 35px 28px;
	}



/*===== header =====*/
header nav {
	position:absolute;
	left:0;
	bottom:0;
	background:url(../images/nav-tail.jpg) repeat-x left top;
	width:100%;
	height:67px;
}
	header nav ul {
		padding-left:1px;
	}
		header nav ul li {
			float:left;
			font-size:15px;
			line-height:1.2em;
			text-transform:uppercase;
			background:url(../images/divider.gif) no-repeat right 25px;
			padding-right:2px;
		}
		header nav ul li.last {
			padding-right:0;
			background:none;
		}
			header nav ul li a {
				text-decoration:none;
				color:#fff;
				display:block;
				width:150px;
				text-align:center;
				position:relative;
				padding:23px 0 20px 0;
				margin-left:-1px;
			}
			header nav ul li a:hover,
			header nav ul li.current a {
				background:url(../images/nav-act.gif) repeat-x left top #f9c202;
			}

/*===== content =====*/
#content .indent {
	padding-bottom:12px;
}

/*===== Sidebar =====*/
aside .indent {
	margin-bottom:5px;
}

/*===== footer =====*/
footer .fleft {
	padding:25px 0 0 28px;
}
	footer .fleft ul {
		padding-bottom:2px;
	}
		footer .fleft ul li {
			border-right:1px solid #272727;
			display:inline;
			padding-right:18px;
			margin-right:18px;
		}
		footer .fleft ul li.last {
			margin:0;
			padding:0;
			border:0;
		}
			footer .fleft ul li a {
				text-decoration:none;
				color:#605c55;
				border:0;
				padding:0;
				margin:0;
			}
			footer .fleft ul li a:hover,
			footer .fleft ul li.current a {
				color:#fff;
				text-decoration:underline;
			}
footer .fleft a {
	color:#fff;
	/*border-left:1px solid #272727;
	padding-left:18px;
	margin-left:16px;*/
}


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

#search-form fieldset {
	position:absolute;
	right:0;
	top:62px;
}
#search-form span {
	display:block;
	float:left;
	width:190px;
	height:32px;
	background:url(../images/input-bg.gif) no-repeat left top;
}
#search-form input {
	background:none;
	border:0;
	color:#fff;
	width:180px;
	margin:6px 0 0 5px;
}
#search-form a {
	color:#fff;
	font-weight:bold;
	font-size:.923em;
	line-height:1.2em;
	text-transform:uppercase;
	text-decoration:none;
	background-color:#f9c202;
	float:left;
	padding:8px 12px 9px 12px;
	margin-left:6px;
}
#search-form a:hover {
	color:#000;
}

/*----------------------*/

#contacts-form .rowElem { 
	height:32px;
}
#contacts-form input {
	width:225px; 
	padding:2px 6px 2px 6px; 
	background:url(../images/png-tail.png);
	color:#605c55; 
	border:1px solid #3a3732; 
	vertical-align:top;	
	line-height:1.2em;
}
#contacts-form textarea { 
	width:225px; 
	height:222px; 
	overflow:auto;
	background:url(../images/png-tail.png);
	color:#605c55; 
	border:1px solid #3a3732; 
	padding:2px 6px 2px 6px;
	margin-bottom:20px; 
}

/*==========================================*/
    
#page1 header .container { height:643px; background:url(../images/header-bg.jpg) no-repeat left 128px;}
#page1 .wrap { background-image:url(../images/1page-tail-top.jpg);}

#coin-slider {
	width:905px; height:448px;
	top:128px;
}
.coin-slider a { text-decoration: none; outline: none; border: none; }
.coin-slider .cs-prev, .coin-slider .cs-next {display:none;}
.coin-slider .cs-buttons {
	width:219px;
	height:15px;
	background:url(../images/pagination-bg.png) repeat;
	position:absolute !important;
	left:698px !important;
	z-index:30;
	margin:0 !important;
	top:543px;
	padding:4px 0 0px 11px;
	font-size:0;
	line-height:0;
	color:#fff;
}
.coin-slider .cs-buttons a {display:block; width:12px; height:12px; background:url(../images/normal-pagination.png) left 0px no-repeat; float:left; margin:0 4px 0 0;}
.coin-slider .cs-buttons .cs-active, .coin-slider .cs-buttons a:hover {background:url(../images/normal-pagination.png) left -12px no-repeat;}
