@import url("style.css");
@import url("navigation.css");
*{
	margin:0;
	padding:0;
}
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #666666;
	line-height:16px;
	text-align:center;
}
#overlayVideo {
	background-color: #EFEFEF;
    display: none;
    height: 576px;
    left: 50%;
    margin: -288px 0 0 -512px;
	padding:10px;
    position: absolute;
    top: 50%;
    width: 1024px;
    z-index: 100;
}
#cancel {
	display:block;
	width: 30px;
	height: 30px;
	position:absolute;
	background-repeat:no-repeat;
right:-20px;
top:-18px;
z-index:9999999;
	background-image: url(../images/fancy_close.png)
}
#player {
    display: block;
    height: 576px;
    width: 100%;
}
#playVid{
display:block;
width:184px;
height:104px;
margin-top:20px;
}
#container{
	margin:0 auto;
	width:980px;
	background-color:#FFFFFF;
	text-align:left;
}
#blockHeader{
	background-color:#FFFFFF;
	position:relative;
}
#blockHeader .inner{
	padding:40px 20px 20px 20px;
}
#blockHeader #logo{
}
#blockHeader #servicenavigation{
	width:700px;
	text-align:right;
	position:absolute;
	top:40px;
	right:14px;
}
#blockHeader #servicenavigation .subservice{
	/*position:absolute;
	right:0;
	bottom:15px;*/
}
#blockHeader #image{
	width:980px;
	height:180px;
	background-repeat: no-repeat;
	border-bottom-width:10px;
	border-bottom-style:solid;
	margin-bottom:50px;
}
#blockLeft{
	width:180px;
	float:left;
	padding-bottom:50px;
}
#blockLeft .inner{
	padding:0 0 0 20px;
}
#blockLeft #minergie{
	margin-top:50px;
}
#blockCenter{
	width: 400px;
	float:left;
	padding-bottom:50px;
	text-align:left;
}
#blockCenter .inner{
	padding:0 20px 0 20px;
}
#blockRight{
	width:399px;
	float:left;
	margin-bottom:50px;
	border-left:1px solid #004494;
	text-align:left;
}
#blockRight .inner{
	padding: 0 20px 0 20px;
}
#blockFooter{
	clear:left;
	border-top:10px solid #87888a;
}
#blockFooter .inner{
	background-color:#d9dadb;
	padding:10px 0 0 0;
}
#blockFooter a{
	text-decoration:none;
	color:#999999;
}
#blockFooter a:hover{
	text-decoration:none;
	color:#004494;
}
