#headerAll {
	width: 100%;
	height: 490px;
	overflow: hidden;
/*
	background-image: url(../images/header/headerAllBG.jpg);
	background-position: top left;
	background-repeat: repeat-x;
*/
}

#header {
	margin: 0px auto 0px auto;
	width: 916px;
	height: 490px;
	color: #FFFFFF;
/*
	background-image: url(../images/header/headerBG.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	overflow: hidden;	
*/
}


#header .headerContentRelative {
	position: relative;
/*	height: 168px !important;*/
/*	overflow: hidden;*/
}

#header .headerTop {
	position: relative;
	left: 0px;
/*	width: 960px;
	margin: 0px auto;

	height: 320px;
*/	
	height: 490px;
/*	background-image: url(../images/header/headerTopBG.png);*/
	background-image: url(../images/header/headerBG.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	z-index: 11;
/*	background-color: #00CC99; /* TO DELETE */
}

#header .headerTop .texts {
	margin: 0px 0px 0px 250px;
	text-align: right;
	color:#FFFFFF;
	line-height: 22px;
}

#header .headerTop .name {
	padding: 40px 35px 0px 0px;
	font-size: 102px;
	line-height: 100px;
}

#header .headerTop .address {
	margin: 0px 40px 0px 0px;
	font-size: 22px;

}

#header .headerTop .hours {
	margin: 56px 1px 0px 0px;
	padding: 10px 0px 0px 0px;
	height: 70px;
	text-align: left;
	font-size: 18px;
	
}

#header .headerTop .hours .hours_left span, #header .headerTop .hours .hours_right span {
	display: block;
}

#header .headerTop .hours span.top {

}

#header .headerTop .hours span.bottom {
	font-size: 36px;
	font-weight: bold;
	margin: 8px 0px 0px 0px;
}

#header .headerTop .hours .hours_left {
	float: left;
	display: inline;
	width: 330px;
	margin: 0px 0px 0px 75px;
}

#header .headerTop .hours .hours_right {
	float: left;
	display: inline;
	width: 220px;
	margin: 0px 0px 0px 20px;
}

#header .headerTop .phone {
	margin: 30px 20px 0px 75px;
	color: #512e0f;
	text-align: left;
}

#header .headerTop .phone span {
	display: block;
}

#header .headerTop .phone span.top {
	font-size: 18px;
	line-height: 22px;
}

#header .headerTop .phone span.bottom {
	font-size: 56px;
	font-weight: bold;
	margin: 2px 0px 0px 0px;
	line-height: 56px;
}
