/*body{
	background: #fff;
}
*/
#mainBox{
	width: 100%;
}

#backBanner {
    height: 43px;
    width: 100%;
}

#bbTop {
    background: none repeat scroll 0 0 #cfcfcf;
    border-bottom: 1px solid #bcbbbb;
    border-top: 1px solid #bcbbbb;
    height: 27px;
}

#bbBottom {
    background: none repeat scroll 0 0 #ebebeb;
    border-bottom: 1px solid #bcbbbb;
    height: 16px;
}

#mainBox{
	position: static !important;
}
#topSection{
	width: 1000px;
}
#innerContentBox{
	margin:0 auto;
	width: 1000px;
}
#innerContentBox #canvas{
	margin-top: 6px;
}
#logoBoxInner{
	float: left;
	text-indent: -99999px;
	background: transparent url(../images/zfplogo-inner.png) left top no-repeat;
	width: 246px;
	height: 108px;
	margin-top: 5px;
	margin-left: 18px;
	
}
body.inner #navBox ul li a{
	color: #444 !important;
}
body.inner #navBox ul li{
	color: #cfcfcf !important;
}


#innerContentBox{
	text-align: left;
	margin: 0 auto;
	color: #333;
	
}

#innerContentBox p{
	font-size: 0.9em;
	line-height: 1.4;
	padding-bottom: 10px;
}

/*footer*/
#footerBox{
	width: 100%;
	padding-bottom: 18px;
	padding-top: 20px;
	background: #65656d;
	position: fixed;
	bottom: 0;
	text-align: center;
	min-width: 1000px;

}

#footerMenu{
	border-bottom: 1px dotted #a8a8aa;
	padding-bottom: 16px;
} 
#footerMenu ul{
	margin: 0 auto;
    width: 90%;
} 
#footerMenu ul li{
	display: inline;
	color: #a8a8aa;
} 
#footerMenu ul li a{
	text-decoration: none;
	color: #BCBCBC;
}
.fmSeparator{
	margin:0 5px;
}

#privacyPolicyBox{
	padding-top: 13px;
	color: #9d9da0;
}
#privacyPolicyBox ul li{
	display: inline;
}
#privacyPolicyBox ul{
	padding-left: 15px;
}

#privacyPolicyBox ul li a{
	color: #9d9da0;
	text-decoration: none;
}
#privacyPolicyBox ul li a:hover{
	text-decoration: underline;
}

#copyRightBox{
	color: #9d9da0;
	padding-top: 6px;
	padding-left: 15px;
}
.leftPanelLabel{
	border-bottom: 1px solid #bcbbbb;
    height: 42px;
}

#topSection{
	position: relative;
}
#closeBrochure{
	/*background: url(../img/close-bot2.png) left top no-repeat;*/
	/*height: 40px;
	width: 40px;*/
	display: block;
	overflow: hidden;
	position: absolute;
	right: 18px;
	top: 10px;
	z-index: 1600;
	text-decoration: none;
	font-size: 26px;
	color: #C3C3C3;
}
#closeBrochure:hover{
	color: #959595;
}
/*//footer*/

.flipbook-viewport{
	overflow:hidden;
	width:100%;
	height:100%;
}

.flipbook-viewport .container{
	position:absolute;
	top:50%;
	left:50%;
	margin:auto;
}

.flipbook-viewport .flipbook{
	width:922px;
	height:400px;
	left:-461px;
	top:-300px;
}

.flipbook-viewport .page{
	width:461px;
	height:600px;
	background-color:white;
	background-repeat:no-repeat;
	background-size:100% 100%;
}

.flipbook .page{
	-webkit-box-shadow:0 0 20px rgba(0,0,0,0.2);
	-moz-box-shadow:0 0 20px rgba(0,0,0,0.2);
	-ms-box-shadow:0 0 20px rgba(0,0,0,0.2);
	-o-box-shadow:0 0 20px rgba(0,0,0,0.2);
	box-shadow:0 0 20px rgba(0,0,0,0.2);
}

.flipbook-viewport .page img{
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin:0;
}

.flipbook-viewport .shadow{
	-webkit-transition: -webkit-box-shadow 0.5s;
	-moz-transition: -moz-box-shadow 0.5s;
	-o-transition: -webkit-box-shadow 0.5s;
	-ms-transition: -ms-box-shadow 0.5s;

	-webkit-box-shadow:0 0 20px #ccc;
	-moz-box-shadow:0 0 20px #ccc;
	-o-box-shadow:0 0 20px #ccc;
	-ms-box-shadow:0 0 20px #ccc;
	box-shadow:0 0 20px #ccc;
}
#topBorder{
	top:0px;
	background: #252525;
	height: 77px;
	z-index: 1500;
}
.logoBox{
	background: url(../images/zfp-logo-brochure.png) left top no-repeat;
	width: 173px;
	height: 27px;
	margin: 0 auto;
	margin-bottom: 13px;
	margin-top: 17px;

}
#bottomBorder{
	bottom:0px;
	background: #252525;
	height: 77px;
	z-index: 1500;
}
#dlBrochure{
	display: block;
	height: 0;
	overflow: hidden;
	width: 102px;
	padding-top: 40px;
	background: url(../images/pdf-download.png) left top no-repeat;
	float: right;
	margin-right: 30px;

}
#topBorder .orangeb{
	margin-bottom: 2px;
}
#bottomBorder .orangeb{
	margin-top: 2px;
}
.borders{
	position: absolute;
	width: 100%;
}
.grayb{
	background: #898989;
	height: 1px;
}
.orangeb{
	background: #F5932E;
	height: 12px;
}
/*MEDIA QUERY*/

@media only screen and (max-width : 999px) {
	 #innerContentBox, #topSection{
 		width: 100%;
 	}
}
