/* 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/body-bg.gif) 0 0 #131517; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%; 
	line-height:1.125em;
	color:#82878c;
}
html { min-width:940px;}
html, body { height:100%;}

#flash1 {
	background:url(../images/menu-bg.gif) 0 100% repeat-x;
	position:relative;
	z-index:3;
}
#flash2 {
	background:#000;
	position:absolute;
	top:115px;
	left:0;
	width:941px;
}

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

	/* Header */
	header{
		/*height:405px;*/
		overflow:hidden;
	}
	
	/* Content */
	section#content {
		background:#000;
		padding:20px 40px 54px 40px;
	}
			
	/* Footer */
	footer{
		padding:5px 0 10px 40px;
	}




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



/*---- tailings ----*/
.main-bg { background:url(../images/main-bg.jpg) no-repeat 50% 0;}

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

/*----- other -----*/
.other { 
	padding:10px 40px 0px 50px; 
}

.img-indent { 
	margin:0 20px 0 0; 
	float:left;
}
.img-box { 
	width:100%; 
	overflow:hidden; 
	padding-bottom:15px;
}
	.img-box img { 
		float:left; 
		margin:0 20px 0 0;
	}

.extra-wrap { 
	overflow:hidden;
}

p {margin-bottom:18px;}
.p1 { margin-bottom:9px;}
.p2 { margin-bottom:18px;}
.p3 { margin-bottom:27px;
}


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

h1 {
	font-size:84px;
	line-height:1em;
	color:#fff;
	text-transform:uppercase;
	margin-left:-4px;
}
	h1 a {
		text-decoration:none;
		color:#fff;
	}
	h1 a span {
		color:#2e3438;
	}
h2 {
	font-size:24px;
	color:#fff;
	line-height:1.2em;
	text-transform:uppercase;
	border-bottom:1px solid #23292d;
	padding:12px 0 2px 0;
	margin-bottom:31px;
}
h3 {
	font-size:1em;
	color:#fff;
}
	

.button { 
	float:left;
	background:#2e3438;
	padding:8px 16px 8px 16px;
	color:#fff;
	text-decoration:none;
	margin-top:15px;
	font-size:13px;
}
.button:hover {
	background:#fff;
	color:#2e3438;
}


.address { 
	float:left;
	margin-top:-18px;
}
	.address dt {
		padding-top:18px;
	}
		.address dt strong {
			color:#fff;
		}
	.address dd { 
		clear:both;
	}
		.address dd span { 
			float:left;
			width:90px;
		}



/*===== header =====*/
header .row-1 {
	height:10px;
	overflow:hidden;
	font-size:10px;
	text-transform:uppercase;
	color:#fff;
}
	header .row-1 .fleft {
		padding:43px 0 0 0;
	}
	header .top-links {
		float:right;
		padding:43px 0 0 0;
	}
		header .top-links li {
			display:inline;
		}
			header .top-links li a {
				color:#fff;
				text-decoration:none;
				padding:0 5px 0 2px;
			}
			header .top-links li a:hover {
				text-decoration:underline;
			}
		
header .row-2 {
	
	overflow:hidden;
	background:#000;
}
/*header .flash {
	background:#000;
	padding-left: 40px;
	width:941px;
	display: block;
    margin-left: auto;
    margin-right: auto;
}*/
	header .logo {
		padding:1px 0 0px 83px;
		float:left;
	}
		header .logo strong {
			display:block;
			font-size:10px;
			text-transform:uppercase;
			color:#fff;
			margin-top:-8px;
		}

header nav {
	height:63px;
	overflow:hidden;
	background:#000;
	padding-top: 70px;
	padding-right:40px;
}
	header nav ul {
		float:right;
		height:63px;
	}
		header nav ul li {
			display:inline;
		}
		header nav ul li.first a {
			background:#14191c;
		}
			header nav ul li a {
				float:left;
				font-size:14px;
				color:#fff;
				font-weight:bold;
				text-decoration:none;
				background:url(../images/divider.gif) no-repeat 0 15px #14191c;
				text-transform:uppercase;
				padding:17px 14px 18px 14px;
				margin-top:10px;
			}
			header nav ul li a:hover {
				color:#82878c;
			}
			header nav ul li a.current {
				background:#2e3438;
				padding-top:27px;
				margin-top:0;
				color:#fff !important;
			}


.slideshow {
	background:#000;
	padding:0 0 0 40px;
}

/*===== content =====*/
#content article {
	padding-bottom:30px;
}
	#content article.last-item {
		padding-bottom:0;
	}
	
	.list1 li {
		background:url(../images/arrow1.gif) no-repeat 0 0;
		padding:0 0 0 29px;
		vertical-align:top;
		overflow:hidden;
		margin-bottom:4px;
	}
	.list1 li.last-child {
		margin-bottom:-4px;
	}
		.list1 li.last-child a {
			background:none;
		}
		.list1 li a {
			display:block;
			background:url(../images/line-dash.gif) 0 100% repeat-x;
			color:#82878c;
			text-decoration:none;
			padding-bottom:4px;
		}
		.list1 li a:hover {
			color:#fff;
		}
	
	.img-list {
		margin-bottom:-26px;
	}
		.img-list li {
			width:100%;
			overflow:hidden;
			padding-bottom:26px;
		}
			.img-list li img {
				float:left;
				margin-right:19px;
			}
	
	.faq dt {
		font-weight:bold;
		color:#fff;
		padding: 0px 20px 0px 0px;
	}
	.faq dd {
		padding-bottom:18px;
	}
		.faq dd strong {
			color:#fff;
		}

/*===== footer =====*/
footer {
	font-size:10px;
}
	footer a {
		color:#fff;
		text-decoration:none;
	}
	footer a:hover {
		text-decoration:underline;
	}


/*----- forms -----*/
#search-form {
	float:right;
	padding:57px 40px 0 0;
}
	#search-form fieldset {
		border:none;
		float:right;
	}
		#search-form input.text {
			width:190px;
			padding:7px 0 7px 8px;
			background:#14191c;
			border:none;
			font-size:14px;
			color:#fff;
		}
		#search-form input.submit {
			width:30px;
			height:30px;
			border:none;
			background:url(../images/submit.gif) no-repeat 0 0;
			cursor:pointer;
		}


#contacts-form fieldset {
	border:none;
}
	#contacts-form label {
		display:block;
		height:30px;
	}
	#contacts-form input {
		width:260px;
		border:none;
		padding:5px 0 5px 5px;
		color:#82878c;
		background:#232628;
	}
	#contacts-form textarea {
		width:265px;
		border:none;
		padding:5px 0 5px 5px;
		color:#82878c;
		background:#232628;
		overflow:auto;
		height:83px;
		padding:1px 0 1px 5px;
		margin-bottom:20px;
	}

	#contacts-form .col-1 {
		width:293px !important;
		margin:0 !important;
	}
	#contacts-form .col-2 {
		width:273px !important;
		margin:0 !important;
	}
	#contacts-form .button {
		float:right;
		margin-left:13px;
	}
		

/*==========================================*/

/*
 * jQuery Nivo Slider v2.4
 * http://nivo.dev7studios.com
 *
 * Copyright 2011, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
 
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:89;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:99;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}
