body{
	position:relative; background-image:url(../images/home.jpg); background-position:top center;
	
	font-family:Tahoma!important;
	font-weight: 200;
	-webkit-font-kerning: auto; height:1030px;
	-webkit-font-smoothing: antialiased;
}

/* SLIDER STYLES */
	
.slider-wrapper{
	position:relative;
	overflow:hidden;
	
	width:100%;
	
	margin:134px auto;
	
	background:#2c639f;
	
	
	box-shadow:0 3px 5px #666;
}

.slider{
	position:relative;
	width:100%; 
/*	height:400px; when responsive, comment this out */
	margin:0 auto;
	
	background:#2c639f;
}

@media only screen and (min-width: 1000px){
	.slider{
		width:1000px;
	}
}

@media only screen and (min-width: 1440px){
	.slider{
		width:1440px;
	}
}

/* ELEMENT STYLES */

p{
	position:absolute;
	top:-200px;
	
	z-index:8000;
	padding:1% 3%;
	font-family:Tahoma!important;
	font-size:24px;
	line-height:100%
	color:#ffffff;
	white-space: nowrap;
	text-transform:uppercase;
}

.claim{
	line-height:100%
}	

.teaser{
	padding:0.5% 1.5%;
	font-size:14px;
	 line-height:100%
}

.small{
	width:250px;
   padding-left:0; padding-right:0px;
	text-align:center;
}

.light-green{color:#ffffff;font-family:Tahoma!important;font-weight:bold;}
.green{color:#fff;font-family:Tahoma!important;font-weight:bold;}
.orange{color:#fff;font-family:Tahoma!important;font-weight:bold;}
.turky{color:#fff;font-family:Tahoma!important;font-weight:bold;}
.white{color:#fff;font-family:Tahoma!important; font-weight:bold;/* color:#333*/}