@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}

@font-face {
    font-family: 'roboto_condensedlight';
    src: url('../fonts/RobotoCondensed-Light-webfont.eot');
    src: url('../fonts/RobotoCondensed-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/RobotoCondensed-Light-webfont.woff') format('woff'),
         url('../fonts/RobotoCondensed-Light-webfont.ttf') format('truetype'),
         url('../fonts/RobotoCondensed-Light-webfont.svg#roboto_condensedlight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotothin';
    src: url('../fonts/Roboto-Thin-webfont.eot');
    src: url('../fonts/Roboto-Thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Roboto-Thin-webfont.woff') format('woff'),
         url('../fonts/Roboto-Thin-webfont.ttf') format('truetype'),
         url('../fonts/Roboto-Thin-webfont.svg#robotothin') format('svg');
    font-weight: normal;
    font-style: normal;
}


.slider-container {
	position: relative;
	margin-top: 72px;
}

.slider-container .slider {
	 background: url(../images/slider-bg.jpg) no-repeat 0 0;
 width: 100%;
 height: 411px;
 position: relative;
 overflow: hidden;
 background-size: 100%;
}

.slider-container .slider-nav {
	position: absolute;
	left: 183px;
	bottom: 0;
}

.slider-container .seperator {
	background: #e1a21c;
    height: 4px;
    margin: 30px 0 30px 0;
    width: 115px;

}

.slider-container .slider-nav .nav-btn {
	width: 41px;
	height: 41px;
	position: relative;
	float: left;
	margin:0 2px 0 0;
	cursor: pointer;
}


#left-nav{
	background: url(../images/left-nav-arrow.jpg) no-repeat 0 0;
}

#right-nav{
	background: url(../images/right-nav-arrow.jpg) no-repeat 0 0;
}

#left-nav:hover, #right-nav:hover {
	background-position:bottom;
}



.slider-container ul {
	list-style: none;
	position: relative;
}

.slider-item {
	width: 980px;
	height: 460px;
}

.slider-item .slider-item-content {
	width: 410px;
	position: absolute;
	top: 90px;
}

.slider-item .item-headline {
	color:#FFFFFF;
	font-family: 'roboto_condensedlight';
	font-size: 48px;
	line-height: 1;
}

.slider-item .item-content {
	color: #FFFFFF;
	font-family: 'roboto_condensedlight';
	font-size: 18px;
}

.slider-item .slider-item-img {
	position: absolute;
	right: 0;
}

