
@font-face {
	font-family: 'PTSans';
	/*src: local('PTSans');*/
	src: url('../fonts/PTSans/PTSans.eot');
	src: url('../fonts/PTSans/PTSans.eot?#iefix') format('embedded-opentype'), 
	 	 url('../fonts/PTSans/PTSans.woff') format('woff'), 
	 	 url('../fonts/PTSans/PTSans.ttf') format('truetype'), 
	 	 url('../fonts/PTSans/PTSans.svg') format('svg');
	/*font-weight: normal;*/
	/*font-style: normal;*/
}

@font-face {
	font-family: 'M54';
	/*src: local('M54');*/
	src: url('../fonts/M54/M54.eot');
	src: url('../fonts/M54/M54.eot?#iefix') format('embedded-opentype'), 
	 	 url('../fonts/M54/M54.woff') format('woff'), 
	 	 url('../fonts/M54/M54.ttf') format('truetype'), 
	 	 url('../fonts/M54/M54.svg') format('svg');
	/*font-weight: normal;*/
	/*font-style: normal;*/
}

html, body {
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

.container { 
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

body {
	margin:0px;
	padding:0px;
	background-color: #EDEBE8;
	min-width: 480px;
}

.headercontainer {
	position:relative;
	width: 100%;
	height: 80px;
	background: url('../img/banner.jpg') center top;
	background-size: cover;
	background-repeat: no-repeat;
	box-sizing : border-box;
	z-index :100;
	/*border:1px #FF0000 solid;*/
}

.header {
	width: 100%;
	height: 60px;
	background: rgba(0,0,0,0.25);
}

.logo {
	background: #8C0000 url('../img/plogo.png') center center no-repeat;
	width:60px;
	height:60px;
	float:left;
}

.titlecontainer {
	box-sizing:border-box;
	float: left;
	height:100%;
	/*width:210px;*/
	margin-top:0px;
	/*padding-bottom: 1px;*/
	border-bottom: 1px #8C0000 solid;
}

.title {
	/*box-sizing:border-box;*/
	font-family: 'PTSans', Helvetica, Arial, sans-serif;
	font-size:35px;
	font-style: italic;
	/*font-style: oblique;*/
	color: #FFFFFF;
	/*float:left;*/
	padding:0px;
	margin-top: 12px;
	margin-left: 6px;
	margin-bottom: 0px;
	/*border: 1px #FF0000 solid;*/
}

.subtitle {
	/*box-sizing:border-box;*/
	font-family: 'PTSans', Helvetica, Arial, sans-serif;
	font-size:18px;
	/*font-style: italic;*/
	/*font-style: oblique;*/
	color: #CCCCCC;
	/*float:left;*/
	/*border: 1px #FF0000 solid;*/
	text-align: right;
	margin-left: 6px;
	margin-right: 20px;
	margin-top: 2px;
}

.langcontainer {
	/*box-sizing:border-box;*/
	float:right;
	margin:10px;
	display:block;
	/*border: 1px #FF0000 solid;*/
}

.langflag {
	font-family: 'PTSans', Helvetica, Arial, sans-serif;
	font-style: normal;
	font-size: 10px;
	color: #FFFFFF;
	display:block;
	float:left;
	margin-left:5px;
	width:16px;
	height:22px;
	padding-top:11px;
	text-align:center;
}

.footercontainer {
	width:100%;
	height: 50px;
	background: rgba(0,0,0,0.80);
	box-sizing:border-box;
	clear: both;
 	position: relative;
 	z-index: 100;
	margin-top: -50px;
	text-align: center;
	/*vertical-align: middle;*/
}

.footer {
	/*line-height: 20px;*/
	margin:15px;
	display: inline-block;
	/*text-align: center;*/
	vertical-align: middle;
	font-family: 'PTSans', Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
}

.maincontent { 
	margin-bottom: 50px; 
	/*clear: both;*/
	overflow: auto;
}

.ptnoverlaytext {
	font-size:18px; 
}

.pwarn {
	font-weight: bold;
	color: #8C0000;
}

.pdtable {
	/*border: 1px #EEEEEE solid;*/
}

.pdtablecell {
	vertical-align: top;
	font-size:11px;
	padding:3px;
	color: #999999;
}

.pdlabel {
	text-align: right;
	vertical-align: top;
	color: #666666;
	background-color: #EDEBE8;
	font-style: italic;
	padding-left:6px;
	padding-right:6px;
}

.pdlabel2 {
	/*width:90px;*/
	text-align: right;
	vertical-align: top;
	color: #888888;
	/*background-color: #E2E2E2;*/
	font-style: italic;
	padding-left:6px;
	padding-right:6px;
	font-size:12px;
}

.pdtitle {
	color: #999999;
	font-style: italic;
}

.pdsubtitle {
	color: #8C0000;
	font-style: italic;
	/*font-weight: bold;*/
	font-size:13px;
}

.pdexp {
	display:block;
	border-bottom: 1px #CCCCCC dotted;
	margin-bottom:5px;
	/*font-size:12px;*/
}

.pdnotes {
	display:block;
	/*background-color: #F3EBD7;*/
	/*background-color: #EEECE8;*/
	color: #666666;
	font-size:12px;
	padding:3px;
	/*border:1px #CCCCCC dotted;*/
	border-radius: 3px;
	/*text-indent: 20px;*/
	/*font-style: italic;*/
	/*font-weight: bold;*/
}

.pdtext {
	vertical-align: top;
	color: #333333;
	font-size:12px;
}

.pdpara {
	margin-top:2px;
	margin-bottom:2px;
}

.pdcolorbox {
	box-sizing:border-box;
	/*padding:3px;*/
	/*border: 1px #CCCCCC solid;*/
	/*float:left;*/
	/*border-radius: 3px;*/
}

.pdcolor {
	width:25px;
	height:25px;
	float:left;
	/*border: 1px #CCCCCC solid;*/
	/*border-radius: 2px;*/
	box-sizing:border-box;
}

.pdcolorlabel{
	color: #666666;
	font-size:12px;
}

.pdimgframebox{
	border: 1px #CCCCCC solid;
	box-sizing: border-box;
	border-radius: 3px;
	padding: 3px;
}

.pdimgframe { 
	padding: 0px; 
	width: 100%; 
	height: 250px;
}

.pdimgframe .slidee { 
	margin: 0; 
	padding: 0; 
	width: 100%; 
	list-style: none; 
}

.pdimgframe .slidee div { 
	float: left; 
	margin: 0 0 5px 0; 
	padding: 0; 
	width: 100%; 
	/*height: 100px; */
}

.pdimgpages { 
	display:block;
	list-style:none;
	text-align: center;
	width: 100%; 
	height: 10px;
	padding:0px;
	margin:5px 0 0 0;
}

.pdimgpages li {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    cursor:pointer;
    /*box-shadow: inset 0 0 0 1px rgba(0,0,0,.2);*/
    border:1px #CCCCCC solid;
    background: #EDEBE8;
    margin: 0 2px;
    text-indent:-999px;
    overflow: hidden;
}

.pdimgpages li:hover {
	background: #AAAAAA;
}

.pdimgpages .selected {
	background: #666666;	
}

.pdmagnifier {
	position: absolute;
	/*top:0px;*/
	/*left:0px;*/
	box-shadow: 0 0 0 5px rgba(252, 252, 252, 0.85), 0 0 5px 5px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
	display: none;
	z-index: 999;
	box-sizing: border-box;
	width:100px;
	height:100px;
	border-radius: 100%;
	cursor:none;
}

.pdactivearea {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 0px;
	height: 0px;
	/*background-color:rgba(255,0,0,0.5);*/
	z-index: 900;
}

.pdbig {
	width:360px;
	height:500px;
	position: absolute;
	opacity: 1;
	display: none;
}

.pdsmall { 
	/*border:1px #0000FF solid;*/
	display: block; 
}

.pdwashinst {
	display:inline-block;
	box-sizing: border-box;
	width:40px;
	height:40px;
	/*background:#333333;*/
	color:#888888;
	text-align:center;
	padding:5px;
	padding-top:7px;
	font-family:'M54';
	font-size:2em;
	cursor: default;
}

.pdwashinstcontainer {
	border:1px #CCCCCC solid;
	border-radius: 3px;
	float:left;
	margin:1px;
}

.pframe {
	padding: 0px; 
	/*width: 100%; */
	/*height: 410px;*/
}

.pframe .slidee { 
	margin: 0; 
	padding: 0; 
	width: 100%; 
	list-style: none;
	box-sizing:border-box;
}

.pframe .slidee div.pp { 
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px; 
	/*width: 100%;*/
	/*height: 410px;*/
	/*border:1px #FF0000 solid;*/
}

.ppages { 
	display:block;
	list-style:none;
	text-align: center;
	width: 100%; 
	height: 10px;
	padding:0px;
	margin:5px 0 0 0;
}

.ppages li {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    cursor:pointer;
    /*box-shadow: inset 0 0 0 1px rgba(0,0,0,.2);*/
    border:1px #999999 solid;
    background: #EDEBE8;
    margin: 0 2px;
    text-indent:-999px;
    overflow: hidden;
}

.ppages li:hover {
	background: #AAAAAA;
}

.ppages .selected {
	background: #666666;	
}

