#banner-container{
	background-color:#ccc;
}
#banner-subcontainer{
	width:920px;
	height:350px;
	margin:auto;
	color:#333;
}
#banner-1-container{
	width:920px; height:350px;
	background:url(../img/banner/banner-1.jpg) no-repeat;
}
#banner-1-title-margintop{
	height:25px;
}
.banner-title{
	font-family:YanoneKaffeesatzRegular, "Segoe UI", Arial, Tahoma;
	font-size:35px;
	font-weight:bold;
	color:#222;
	line-height:100%;
/*	text-shadow: 1px 1px #e5e5e5;*/
}
#banner-1-title{
	text-align:center;
	font-size:20px;
	color:#222;
/*	text-shadow: 1px 1px #ddd;*/
}
#banner-btn{
	width:200px;
	text-align:center;
	padding:9px 0px 9px 0px;
	border-radius:5px;
	border:#0c6dad 1px solid;
	margin:auto;
	color:#084061;
	text-shadow: 1px 1px #09F;
	cursor:pointer;
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	font-weight:bold;
	margin-top:190px;
	background:url(../img/banner-button-bg.jpg) center;
/*background-image: linear-gradient(bottom, rgb(3,136,218) 41%, rgb(33,187,243) 86%);
background-image: -o-linear-gradient(bottom, rgb(3,136,218) 41%, rgb(33,187,243) 86%);
background-image: -moz-linear-gradient(bottom, rgb(3,136,218) 41%, rgb(33,187,243) 86%);
background-image: -webkit-linear-gradient(bottom, rgb(3,136,218) 41%, rgb(33,187,243) 86%);
background-image: -ms-linear-gradient(bottom, rgb(3,136,218) 41%, rgb(33,187,243) 86%);
background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.41, rgb(3,136,218)),
	color-stop(0.86, rgb(33,187,243))
);
	-moz-box-shadow: 3px 3px 6px #666;
    box-shadow: 3px 3px 6px #666;*/	
}
#banner-btn:hover{
	color:#222222;
}