﻿.header
{
	background-color:#FFF;
	height:110px;
	width:100%;
}
.hcontent
{
	width:1000px;
	margin:0 auto;
}
.hcontent .logo, .links, .phone
{
	float:left;
}
.hcontent .logo
{
	width:255px;
	padding:25px 0 0 40px;
}
.hcontent .links
{
	width:450px;
}
.hcontent .links .link1, .link2, .link3
{
	float:left;
	margin:35px 0 0 0;
	width:150px;
}
.hcontent .links a
{	
	color:#000000;
	display:block;
	font-size:14px;
	height:50px;
	letter-spacing:-0.25pt;
	line-height:18px;
	padding:10px 0 0 2px;
	text-decoration:none;
	text-transform:uppercase;
	width:110px;
}
.hcontent .links .link1 a
{
	background:#FFF url('Images/Common/Header/lnk1_bg.jpg') no-repeat scroll 0 0;
}
.hcontent .links .link1 a:hover
{
	background:#FFF url('Images/services/lnk1_active_bg.jpg') no-repeat scroll 0 0;
}
.hcontent .links .link2 a
{
	background:#FFF url('Images/Common/Header/lnk2_bg.jpg') no-repeat scroll 0 0;	
}
.hcontent .links .link2 a:hover
{
	background:#FFF url('Images/services/lnk2_active_bg.jpg') no-repeat scroll 0 0;
}
.hcontent .links .link3 a
{
	background:#FFF url('Images/Common/Header/lnk3_bg.jpg')  no-repeat scroll 0 0;	
}
.hcontent .links .link3 a:hover
{
	background:#FFF url('Images/services/lnk3_active_bg.jpg') no-repeat scroll 0 0;
}
.hcontent .phone
{
	width:245px;
}
.hcontent .phone img
{
	float:right;
	margin:50px 40px 0 0;
}
