@charset "utf-8";
/* CSS Document */

#header {
	background:url(images/header.jpg) 0 0 no-repeat;
}

#header h1, #header h1 a {
	float:left;
	width:585px;
	height:150px;
	background-image:url(images/logo.jpg);
	background-repeat:no-repeat;
	text-indent:-9999px;
	overflow:hidden;
}

/*#header h2 {
	float:left;
	line-height:150px;
	margin-left:95px;
	font-size:24px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color:#A2C997;
	font-weight:bold;
	font-style:italic;
}*/

#header #rightheader {
	float:right;
	width:150px;
	height:150px;
	line-height:20px;
	padding:40px 20px 0 0;
	font-size:13px;
	color:#00;
	text-align:right;
}

/*#header p.contact-phone {
	font-weight:bold;
	line-height:20px;
}

#header p.contact-email a {
	color:#fff;
}

#header p.contact-email a:hover {
	text-decoration:none;
}

#header p.contact-phone img, p.contact-email img {
	vertical-align:middle;
}*/