@charset "utf-8";

#page .visual{
	height: 407px;
	position: relative;
	overflow: hidden;
}

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

/* arrows */
#page .arrowsContainer{
	position: absolute;
	cursor: pointer;
	top: 367px;
	width: 100%;
	height: 41px;
	margin: auto;
	visibility: hidden;
}

#page .visual .slide{
	position: absolute;
	left: -1000px;
	top: 40px;
	width: 100%;
}

#page .visual .slide table{
	width: 100%;
}

#page .visual .slide .header{
	font-family: Gotham-Book;
	font-size: 10px;
	color: #000000;
	text-transform: uppercase;
}

#page .visual .slide .col01{ width: 24px; }
#page .visual .slide .col02{ width: 145px; }
#page .visual .slide .col03{ width: 675px; }

#page .visual .slide .hSep{
	height: 11px;
}

#page .visual .slide .hLine{
	border-bottom: 1px #dbdbdb solid;
	height: 5px;
	margin-bottom: 7px;
}

#page .dots{
	padding-top: 20px;
}

#page .dots .selectedSlide{
	display: none;
}

#page .dots .dotContainer{
	width: 60px;
}

#page .dots .dotContainer .dot{
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
	background-position: center center;
}
#page .dots .dotContainer .dot.fill{
	background-image: url("../images/centralPanel_dotFill.png");
	cursor: default;
}
#page .dots .dotContainer .dot.empty{
	background-image: url("../images/centralPanel_dot.png");
	cursor: pointer;
}

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

#page .infoContainer table{
	width: 100%;
}

/* left side */
#page .infoContainer .leftSide{
	width: 287px;
}

#page .infoContainer .leftSide .downloadButtonContainer{
	padding-top: 35px;
}

#page .infoContainer .leftSide .downloadButtonContainer .downloadBtn{
	background-image: url('../images/download_btn.png');
	background-repeat: no-repeat;
	width: 151px;
	height: 55px;
	cursor: pointer;
	margin: auto;
}

#page .infoContainer .leftSide .downloadButtonContainer .downloadBtn table{
	width: 100%;
	height: 100%;
}

#page .infoContainer .leftSide .downloadButtonContainer .downloadBtn .image{
	width: 68px;
}

#page .infoContainer .leftSide .downloadButtonContainer .downloadBtn .text{
	font-family: Gotham-Medium;
	font-size: 12px;
	color: #3c3c3c;
}

#page .infoContainer .leftSide .downloadButtonContainer .downloadBtn .end{
	width: 8px;
}

#page .infoContainer .leftSide .photoContainer{
	padding-top: 35px;
}

#page .infoContainer .leftSide .photoContainer .photo{
	margin: auto;
}

#page .infoContainer .leftSide .photoContainer .photoHidden{
	display: none;
}

#page .infoContainer .leftSide .bulletsContainer{
	padding-top: 35px;
	font-family: Gotham-Light;
	font-size: 12px;
	color: #303030;
	line-height: 20px;
}

#page .infoContainer .leftSide .bulletsContainer table{
	width: 100%;
	word-wrap: break-word;
	table-layout: fixed;
}

#page .infoContainer .leftSide .bulletsContainer .checkMark{
	width: 44px;
}

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

/* right side */
#page .infoContainer .rightSide{
	
}

#page .infoContainer .rightSide table{
	width: 100%;
}

#page .infoContainer .rightSide .date{
	font-family: Gotham-Medium;
	font-size: 18px;
	color: #50331f;
}

#page .infoContainer .rightSide .printLink a{
	font-family: Gotham-Light;
	font-size: 18px;
	color: #8e8e8e;
	text-decoration: none;
	text-transform: uppercase;
}
#page .infoContainer .rightSide .printLink a:hover{
	text-decoration: underline;
}

#page .infoContainer .rightSide .title{
	font-family: Gotham-Book;
	font-size: 36px;
	line-height: 40px;
	color: #f08002;
	text-transform: uppercase;
	padding-top: 10px;
}

#page .infoContainer .rightSide .text{
	font-family: Gotham-Light;
	font-size: 12px;
	line-height: 20px;
	color: #303030;
	padding-top: 15px;
}

#page .infoContainer .rightSide .text .highlightedPart{
	font-family: Gotham-Light;
	font-size: 30px;
	color: #f08002;
	line-height: normal;
}

#page .infoContainer .rightSide .text .highlightedPart .line{
	padding-top: 0px;
	padding-bottom: 10px;
}






