body {
	background:  #eeeeee url('../images/bg_body.jpg') left top repeat;
	text-align: center;
}

#wrap {
	margin: 0 auto;
	width: 980px;
	text-align: left;
}

#header {
	background: url('../images/bg_header.gif') transparent left bottom repeat-x;
	height: 122px;
}

#logo {
	margin: 48px 0 0 0;
	width: 380px;
	height: 45px;
	float: left;
}

#nav {
	margin: 53px 0 0 0;
	width: 400px;
	height: 45px;
	text-align: right;
	float: right;
}

#banner {
	height: 314px;
}

#content {
	margin: 28px 20px 0 79px;
}

	body#home #content {
		background: url('../images/bg_content_home.png') center center no-repeat;
		margin: 0;
		padding: 30px 0 0 0;
		height: 190px; /* 220 */
	}

#footer {
	height: 109px;
	margin: 0 0 40px;
}

	body#contact #footer {
		background: url('../images/bg_header.gif') transparent center center repeat-x;
	}

#footer-col-left {
	background: url('../images/bg_header.gif') transparent center center repeat-x;
	width: 343px;
	height: 109px;
	float: left;
}

#footer-col-mid {
	width: 283px;
	height: 109px;
	float: left;
	text-align: center;
}

#footer-col-right {
	background: url('../images/bg_header.gif') transparent center center repeat-x;
	width: 354px;
	height: 109px;
	float: left;
	text-align: right;
}

	body#contact #footer-col-left, body#contact #footer-col-right { background: none; }
	
#service-container {
	background: url('../images/bg_services.png') transparent left top no-repeat;
	margin: 0 0 45px 0;
	width: 875px;
	height: 292px;
	position: relative;
}

div.btn-service {
	background: url('../images/btn_services.png') transparent left top no-repeat;
	width: 141px;
	height: 141px;
	position: absolute;
	margin: 0;
}

div.btn-service:hover {
	margin-top: -3px;
}

div.service-2 { background-position: 0 -141px; left: 184px; }
div.service-3 { background-position: 0 -282px; left: 369px; }
div.service-4 { background-position: 0 -423px; left: 553px; }
div.service-5 { background-position: 0 -564px; left: 734px; }
div.service-6 { background-position: 0 -705px; left: 638px; top: 151px; }
div.service-7 { background-position: 0 -846px; left: 457px; top: 151px; }
div.service-8 { background-position: 0 -987px; left: 273px; top: 151px; }
div.service-9 { background-position: 0 -1128px; left: 88px; top: 151px; }

#service-popups {
	display: none;
}

div.clear {
	height: 0;
	clear: both;
	display: block;
}