﻿/* Header */

.site_header
{
	position: relative;
	width: 960px;
	height: 80px;
	background-color: #000000;
	z-index: 1;
	padding: 0px;
	margin: 0 auto;
}

.site_callUs
{
	display: block;
	position: absolute;
	top: 25px;
	right: 58px;
	z-index: 2;
	text-align: center;
	font-size: 12pt;
	font-weight: normal;
}

.site_phone
{
	display: block;
	position: absolute;
	top: 43px;
	right: 50px;
	z-index: 2;
	text-align: center;
	font-size: 12pt;
	font-weight: bold;
}

.site_header img#headerLogo
{
	position: absolute;
	top: 15px;
	left: 50px;
	float: left;
	z-index: 2;
	height: 75%;
}

.site_header img#headerTopBorder 
{
	position: absolute;
	top: 0px;
	left: 0px;
	float: none;
	z-index: 2;
	width: 100%;
}

.site_header img#headerLeftBorder 
{
	position: absolute;
	top: 0px;
	left: 0px;
	float: left;
	z-index: -1;
}

.site_header img#headerBottomBorder 
{
	position: absolute;
	top: 82px;
	left: 0px;
	float: none;
	z-index: 3;
	width: 100%;
}