@charset "utf-8";
/* CSS Document */

body {
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, sans-serif;
}

#logo {
	margin-left: 10px;	
}

#body {
	width: 1026px;
	margin: auto;
	background-position: 0px 80px;
	background-image: url(images/bg.gif);	
	background-repeat: no-repeat;
}


#pagebody {
	width: 1026px;
	margin: auto;
	background-position: 0px 80px;
	background-image: url(images/body.jpg);	
	background-repeat: no-repeat;
}

#top {
	position: relative;	
	width: 990px;
	height: 54px;
	font-family: Arial, Helvetica, sans-serif;
}

#top .phone {
	position: absolute;
	padding-top: 10px;
	padding-bottom: 32px;
	padding-left: 50px;
	right: 8px;
	top: 6px;
	color: #aaa;
	background-image: url(images/phone.gif);
	background-repeat: no-repeat;
	font-size: 24px;
}

#top h1.title {
	position: absolute;
	left: 24px;
	top: 20px;
	color: #aaa;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#header {
	position: relative;
	width: 	990px;
	height: 278px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	margin-left: 9px;
}

#header .text {
	color: #040;
	position: absolute;
	font-size: 16px;
	left: 460px;
	top: 32px;
}

#header .menu {
	color: #FFF;
	font-weight: bold;
	font-size: 16px;
	position: absolute;
	left: 460px;
	top: 190px;
}

	#header .menu ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
	#header .menu li {
		margin: 0;
		padding: 0;
		display: inline-block;
		margin-right: 18px;
	}
	#header .menu li a  {
		color: #fff;
		text-decoration: none;
	}
	
	

#content {
	position: relative;	
	display: table;
}

#left {
	position: relative;
	float: left;
	width: 400px;
	display: table-cell;
	padding-left: 32px;
	text-align: justify;
	padding-right: 8px;
	color: #666;
	font-size: 14px;
}

#left h1 {
	color: #aaa;
}

#right {
	position: relative;
	float: right;
	width: 500px;
	display: table-cell;
	padding-left: 32px;
	margin-top: -40px;
	text-align: justify;
	color: #000;
	font-size: 14px;
}

#right h1 {
	color: #56B446;
}

#footer {
	padding-top: 64px;
	text-align: right;
	width: 980px;
	padding-bottom: 16px;
	font-size: 10px;
	color: #aaa;
}

#footer a {
	color: #999;	
}