@charset "utf-8";

#page .visual{
	height: 407px;
	position: relative;
	overflow: hidden;
	background-image: url('../images/bp_slide1.jpg');
	background-repeat: no-repeat;
	background-position: center center;
}

#page .visual .content{
	position: relative;
	width: 960px;
	height: 100%;
	margin: auto;
}

#page .visual .content .title{
	position: absolute;
	left: 0px;
	top: 36px;
	font-family: Gotham-Book;
	font-size: 35px;
	color: #475456;
	line-height: 35px;
	text-transform: uppercase;
}

#page .lineTop{
	height: 3px;
	background-image: url("../images/centralPanel_line.png");
	background-position: center center;
	background-repeat: no-repeat;
}


#page .infoContainer{
	padding-top: 39px;
}




#page .infoContainer table{
}

#page .infoContainer .leftSide{
	width: 312px;
	font-family: Gotham-Light;
	font-size: 18px;
	line-height: 24px;
	color: #f08002;
}

#page .infoContainer .vSep{
	width: 15px;
}

#page .infoContainer .rightSide{
	width: 637px;
	font-family: Gotham-Light;
	font-size: 12px;
	line-height: 20px;
	color: #303030;
}