@charset "UTF-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	background-image:url(../img/body_bg.jpg);
	background-position:center top;
	background-repeat:repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	color:#434d51;
}

img {
	border:0;
	}

#wrapper {
	width:100%;
}

#head {
	background-image:url(../img/head_bg.png);
	background-repeat:no-repeat;
	background-position:top left;
	width:800px;
	height:129px;
	border-bottom:1px solid #8e989d;
	text-align:left;
	margin:90px 0 0 0;
	}
	
	#logo {
	margin:31px 0 0 39px;
	}

	#nav {
	float:right;
	width:500px;
	height:129px;
	text-align:right;
	}
	
	#nav a {
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#405257;
	outline:none;
	border-left:1px solid #8e989d;
	padding:89px 24px 0 24px;
	height:40px;
	float:right;
	text-decoration:none;
	}
	
	#nav a.contact:hover {
	background-image:url(../img/contact_active.png);
	background-repeat:no-repeat;
	background-position:top right;
	}
	
	#nav a.contact_active {
	background-image:url(../img/contact_active.png);
	background-repeat:no-repeat;
	background-position:top right;
	}
	
	#nav a.contact_active:hover {
	background-image:url(../img/contact_active.png);
	background-repeat:no-repeat;
	background-position:top right;
	}
	
	#nav a:hover {
	background-image:url(../img/nav_active.png);
	background-repeat:repeat-x;
	background-position:top;
	}
	
	#nav a.active {
	background-image:url(../img/nav_active.png);
	background-repeat:repeat-x;
	background-position:top;
	}


#content {
	width:730px;
	height:266px;
	background-color:#FFFFFF;
	text-align:left;
	padding:25px 35px 25px 35px;
	font-size:12px;
	}
	
	.contentimg {
	float:right;
	margin:0 0 0 30px;
	border:4px solid #d8d8d8;
	background-color:#d8d8d8;
	}
	
	#leftcol {
	width:250px;
	float:left;
	margin:0 25px 0 0;
	}
	
	#rightcol {
	width:210px;
	float:left;
	}
	
	ul {
	margin:0;
	padding:0 0 0 12px;
	}
	
	li {
	margin:0 0 3px 0;
	padding:0;
	}

#footer {
	background-image:url(../img/footer_bg.png);
	background-repeat:no-repeat;
	background-position:top left;
	width:800px;
	height:40px;
	border-top:1px solid #8e989d;
	}
	
	#footer a {
	color:#8e8e8e;
	text-decoration:none;
	font-size:10px;
	float:left;
	display:block;
	margin:10px 0 0 30px;
	}
	
	#footer a:hover {
	text-decoration:underline;
	}