/* CSS Document */
body {
	text-align:center;
	margin:0px;
	padding:0px;
	background-color:#f1f1f1;	
}
.smallDarkGreyFont{display:none}
#container {
	margin:0px auto;
	width:950px;
	background:transparent;
	text-align:left;
	padding-top: 25px;
}	
#outer {
	width:950px;
	position:relative; 
	margin-left:0px; 
	margin-right:0px; 
	margin-top:0px; 
	margin-bottom:30px
}	
#inner {
	margin:0px;
	height:100%;
	background-color:#FFFFFF;
}	

#pdk_logo{
	padding-left:850px;
	padding-top:25px;
}

#topmenu{
	display:block;
	height:22px;
	background-color:#CC0000;
	margin-top:25px;
}

#main{
	padding-top:10px;
	width:950px;
	padding-left:4px;
	
}
#left{
	width:166px;
	float:left;
	overflow:hidden;
	margin-top:5px;
	
}

#campagne_logo{
	float:left;
	padding-left:10px;
	padding-top:25px;
	font: 18px Verdana;
	color:#cc0000;
	text-transform:uppercase;
	
}
#content{
	float:right;
	width:780px;
	overflow:hidden;
	margin-top:5px;
	
}

#iframecontent{
	margin-top:-23px;
	width:776px;
	height:500px;
	
}

#chapter{display:none;}

#modernbricksmenu{
padding: 0px;
width: 100%;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

#modernbricksmenu ul{
font: 10px Verdana;
margin:0px;
margin-left: 0px; /*margin between first menu item and left browser edge*/
padding: 0px;
list-style: none;
}

#modernbricksmenu li{
display: inline;
margin: 0px 0px 0px 0px;
padding: 0px;
text-transform:uppercase;
}

#modernbricksmenu a{
float: left;
display: block;
color: white;
margin: 0px; /*Margin between each menu item*/
padding: 5px 10px;
text-decoration: none;
letter-spacing: 0.01em;
background-color: #cc0000; /*Default menu color*/

}

#modernbricksmenu a:hover{
background-color: white; /*Menu hover bgcolor*/
color:#CC0000;
}

#modernbricksmenu #current a{ /*currently selected tab*/
background-color: #fff; /*Brown color theme*/ 
border-color: #D25A0B; /*Brown color theme*/ 
color:#c00;
}

