@charset "utf-8";
/* CSS Document */
* {margin:0px; padding:0px;}
html, body {height:100%;}
body {background-color:#f2f1ee;}
img {border-width:0px;}
.wrapper {width:100%; min-width:960px; min-height:100%; position:relative;}
.inner {width:960px; margin:0px auto;}
.cl	{width:100%; height:0px; line-height:0px; display:block; clear:both; overflow:hidden; font-size:0px;}

.header {height:141px; background:url(images/bg_header.jpg) repeat-x;}
#logo {padding-left:24px; padding-top:44px;}

.content {padding:74px 0px 240px; overflow:hidden;}

.block_underconstruction {width:510px; height:310px; margin-left:188px; padding:0px 10px; overflow:hidden; background:url(images/bg_block.png) no-repeat; text-align:center;}
.block_underconstruction h1 {padding:44px 0px 18px; font-family:Arial, Helvetica, sans-serif; font-size:60px; color:#053a50; font-weight:normal;}
.block_underconstruction p {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:24px; color:#797878; line-height:28px;}
.block_underconstruction p.domain {min-height:84px; overflow:hidden; font-size:35px; color:#df5a40; font-weight:bold; line-height:normal; word-break:break-all
;}

#footer {width:100%; min-width:960px; position:absolute; left:0px; bottom:0px; background:url(images/footer-blue-bg.png);}
.footer {overflow:hidden; background:url(images/footer-shadow.png) no-repeat center top;}

.footer .section_top {background:url(images/footer-highlight.png) no-repeat center bottom;}
.footer .section_top h3 {
	font-family: "Futura Medium", "Josefin sans", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #df6020;
	margin: -20px 0px 6px;
	line-height: 14px;
	text-transform: uppercase;
}

.footer .section_top a {
	color: #d7d8d8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	text-decoration: none;
	display: block;
	white-space: nowrap;
}

.footer .section_top a:hover {
	text-decoration: underline;
}

.footer .section_top div div {
	padding: 20px 43px 4px 24px;
	background-image: url(images/footer-nav-bar.gif);
	background-position: left;
	background-repeat: repeat-y;
	float: left;
	height: 85px;
	width: 142px;
	margin: 17px 0px 14px;
}

.footer .section_top div div:first-child {
	background-image: none;
}

.footer .section_top div div.last {
	background-image: url(images/footer-nav-bar2.gif);
}

.footer .section_bottom {
	background-image: url(images/sub-footer-blue.png);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #4e6082;
	padding-bottom:20px;
}

.footer .section_bottom div div {
	padding: 14px 24px;
}

.footer .section_bottom a.sep {
	border-right: 1px solid #4e6082;
	margin-right: 6px;
	padding-right: 6px;
	line-height: 1em;
} 

.footer .section_bottom a {
	color: #bb5323;
	text-decoration: underline;
}

.footer .section_bottom a:hover {
	text-decoration: none;
}


.mobile .wrapper {width:1000px; margin:0px auto;}