@import url('style.css');
html{
	height:100%;
}
body {
	background:#fff;
	padding:0;
	margin:0;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:13px;
	color:#333;
	height:100%;
}
#container
{
	background: url(../images/bg-home.jpg) center top no-repeat;
}
#header{
	margin:0 auto;
	height: 450px;
	width: 900px; 
}
#header-nav
{
	margin-top:61px;
	width:661px;
	height:38px;
	float:right;
	text-align:center;
	padding-top:8px;
	font-family:Arial, Helvetica, sans-serif;
	color:#dbdad9;
	font-size:16px;
	background:url(../images/bg-nav.png) left top no-repeat;
}
#content{
	width:900px;
	padding-top:20px;
	margin:0 auto;
	height:100%;
}
body > #content {height: auto; min-height: 100%;}
#content-left{
	width:190px;
	margin:0 auto;
	float:left;
	padding-left:10px;
}
#content-request{
	width:190px;
	height:70px;
}
#content-contact{
	margin-top:10px;
	width:190px;
	height:70px;
}
#content-right{
	margin:0 auto;
	width:660px;
	float:right;
	display:block;
}
#push{
	height:187px;
}
#footer-spacer{
	padding-top:50px;
}
#footer{
	width:900px;
	height:200px;
	background-color:#FFF;
	background:url(../images/bg-footer.gif) left bottom repeat-x;
	margin: 0 auto;
	clear:both;
}
#footer-contact
{
	width:175px;
	padding: 24px 39px 64px 26px;
	float:left;
}
#footer-navigation{
	width:645px;
	float:left;
	margin:0;
	padding-top:24px;
	line-height:18px;
}
#footer-social{
	width:110px;
	float:left;
	padding-top:24px;
}

.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
