@charset "utf-8";

#subMenuClicked{
	display: none;	
}

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

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

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


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

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

#page .infoContainer .topPart .vSep1{
	width: 28px;
}

#page .infoContainer .topPart .vSep2{
	width: 12px;
}



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

#page .infoContainer .topPart .leftSide .photoContainer{
	width: 292px;
}

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

#page .infoContainer .topPart .leftSide .title{
	font-family: Gotham-Book;
	font-size: 30px;
	color: #f08002;
	padding-top: 7px;
}

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



/* middle part */
#page .infoContainer .topPart .middlePart{
	width: 476px;
}

#page .infoContainer .topPart .middlePart .title{
	font-family: Gotham-Book;
	font-size: 48px;
	line-height: 40px;
	color: #f08002;
	text-transform: uppercase;
}

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



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

#page .infoContainer .topPart .rightSide .downloadButtonContainer{
}

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

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

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

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

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

#page .infoContainer .topPart .rightSide .bulletsContainer .title{
	color: #4d4d4d;
	font-size: 11px;
	font-family: Gotham-Book;
	line-height: normal;
	text-transform: uppercase;
	padding-bottom: 14px;
}

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

#page .infoContainer .topPart .rightSide .bulletsContainer .checkMark{
	width: 22px;
}

#page .infoContainer .topPart .rightSide  .madeInContainer{
	padding-top: 46px;
	padding-left: 11px;
}



/* left side */
#page .infoContainer .bottomPart .leftSide{
}

#page .infoContainer .bottomPart .leftSide .title{
	font-family: Gotham-Book;
	font-size: 30px;
	color: #f08002;
	padding-top: 20px;
	padding-bottom: 15px;
}

#page .infoContainer .bottomPart .leftSide .text{
	font-family: Gotham-Light;
	font-size: 12px;
	line-height: 20px;
	color: #303030;
}

#page .infoContainer .bottomPart .vSep1{
	
}



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

#page .infoContainer .bottomPart .rightSide .title{
	font-family: Gotham-Book;
	font-size: 30px;
	color: #f08002;
	padding-top: 20px;
	padding-bottom: 15px;
}

#page .infoContainer .bottomPart .rightSide .info{
	font-family: Gotham-Book;
	font-size: 11px;
	color: #747474;
	line-height: 23px;
}

#page .infoContainer .bottomPart .rightSide .info table{
	border-collapse: separate;
	border-spacing: 3px;
	table-layout: fixed;
	word-wrap: break-word;
}

#page .infoContainer .bottomPart .rightSide .info .innerSpacing{
	padding-left: 10px;
	padding-right: 10px;
}

#page .infoContainer .bottomPart .rightSide .info .leftPart{
	width: 237px;
	text-transform: uppercase;
}

#page .infoContainer .bottomPart .rightSide .info .rightPart{
	width: 395px;
}

#page .infoContainer .bottomPart .rightSide .info .header{
	color: #ffffff;
	background-color: #f18c1b;
	text-transform: uppercase;
}

#page .infoContainer .bottomPart .rightSide .info .item{
	background-color: #f5f5f5;
}

