@CHARSET "UTF-8";
body{
	margin:0px!important; 
	padding:0px!important;
}

img{border: 0px;}

table.site{
	width: 100%;
	height: 100%;
	
	border-spacing: 0px;
	padding:0px;
	margin:0px;	
	
	border-collapse:collapse;
}

td.header{
	height: 80px;
	background-color: #0f1928 ;
	vertical-align: bottom;
	
	padding-bottom: 10px;
}
td.menu{
	text-align: left;
	
	width: 645px!important;
	
	min-width: 	645px;
}

td.logo{
	text-align: right;	
	width: 295px;
	min-width: 295px;		
}


td.stage{
	vertical-align: top;
	text-align: center;
	
	
	padding-bottom: 10px;
}

div.stage {
	width: 938px;
	margin:auto;	
	text-align: left;
	
	position: relative;
	
	height:460px;
	
	padding-top: 50px; /*SVEN*/
	
}

td.footer{
	height: 40px;
	background-color: #e0e1e1;
}




div#drag_box{
	overflow: hidden;
	height: 9px;	
}

a#drag_left, a#drag_right{
	width: 9px;
	height: 9px;
	
	background: #cdcecf;
	
	display: block;
	float:left;	
}

div#drag_stage{
	height: 9px;
	width: 916px;
	margin-right: 2px;
	margin-left: 2px;
	float:left;	
	
	background: #e5e7e7;
}


a#drag_top, a#drag_bottom{
	width: 9px;
	height: 9px;
	
	background: #cdcecf;
	
	display: block;
	
	overflow:hidden;
}

div#drag_V_stage{
	height: 280px;
	width: 9px;
	margin-top: 2px;
	margin-bottom: 2px;
	
	background: #e5e7e7;
}


div.menu a.menus {
	font-family: Arial;
	font-size: 11px;
	color: #9AA3A6;
	
	text-transform: uppercase;
	
	text-decoration: none;
	
	margin-right: 15px;
	}
	
div.menu a.menus_selected{
	font-family: Arial;
	font-size: 11px;
	color: #FFF;
	text-transform: uppercase;
	
	text-decoration: none;
	
	margin-right: 15px;
	
}

div.menu a:hover{
	color: #FFF;
}

strong{
	font-weight: bold;	
}

em{
	font-style: italic ;	
}

div#content p{
	line-height: 15px;
	margin-bottom: 5px;	
	
	font-family: arial;
	font-size: 11px;
	color: #9aa3a6;
}

