@charset "utf-8";
/* CSS Document */

#headback {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-repeat: no-repeat;
	margin: 0px;
	text-align: center;
	padding: 0px;
}
#headback #siwrl1 {
	background-image: url(../Swirls/swirl1.png);
	background-repeat: no-repeat;
	width: 200px;
	height: 71px;
	position: absolute;
	top: 50px;
	left: -10px;
	z-index: 0;
}

#headback #siwrl2 {
	background-image: url(../Swirls/swirl2.png);
	background-repeat: no-repeat;
	width: 200px;
	height: 74px;
	position: absolute;
	top: 30px;
	right: 10px;
	z-index: 0;
}



div#header {
	width: 975px;
	height: 163px;
	z-index: 9;
	margin-left:auto;
	margin-right:auto;
	position: relative;
	margin-top: auto;
	margin-bottom: 15px;
}

h1#logo {
	position: absolute;
	top: 19px;
	left: 9px;
	width: 300px;
	height: 86px;
	margin: 0;
	line-height: 86px;
	text-indent: -1000px;
	overflow: hidden;
	background: url(../img/McHalesLogo.png) no-repeat;
}


#social {
	border: 0px solid #666;
	margin-top: 0px;
	margin-left: 0px;
	position: absolute;
	padding: 0px;
	list-style-type: none;
	top: 20px;
	z-index: 100;
	float:right;
	right: 0px;
	margin-right: 20px;
}

h1#logo a {
    display: block;
    width: 404px;
    height: 86px;
    outline: none;
}



div#search {
	float: right;
	margin-top: 43px;
	margin-right: 15px;
	text-align: right;
}

#search form {
	margin: 0;
	padding: 0;
}

#search label {
	float: left;
	font-size: 16px;
	padding-top: 3px;
	margin-right: 5px;
	color: #54301a;
	font-weight: bold;
}

#search .textbox {
	width: 179px;
	height: 18px;
	padding: 3px;
	border: 1px solid #5a81a8;
	vertical-align: top;
	font-size: 13px;
	margin: 0 5px 0 0;
}

#search .button {
	width: 46px;
	height: 26px;
	border: none;
	background: url(../img/button_go.gif) no-repeat;
	padding-top: 40px;
	outline: none;
	cursor: hand;
	cursor: pointer;
	vertical-align: top;
}

ul#navbar {
	left: 0px;
	line-height: 30px;
	font-size: 15px;
	font-weight: bold;
	color:  #ffffff;
	list-style: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 12px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#header #thenav {
	width: 955px;
	background-color: #54301a;
	height: 60px;
	position: absolute;
	top: 113px;
	padding-top: 5px;
	padding-left: 10px;
	left: 0px;
	z-index: -10;
}


ul#navbar li {
	float: left;
	padding: 0;
	background: url(../img/nav_divider.png) no-repeat bottom right;
	position: relative;
	text-align: left;
}

ul#navbar li.nodiv {
	float: left;
	padding: 0;
	background: no-repeat bottom right;
	position: relative;
	text-align: left;
}


ul#navbar li a {
	color: white;
	padding: 0 15px;
	text-decoration: none;
	display: block;
}

ul#navbar li a:hover {
	background-color: #FDFDFD;
	color: #555555;
}

div#sub_business, div#sub_customer, div#sub_contact,div#sub_services {
	display: none;
	position: absolute;
	top: 30px;
	left: -1px;
	z-index: 100;
}

div#sub_whoweservice
{
	display: none;
	position: absolute;
	top: 30px;
	left: -1px;
	z-index: 100;
}

#navbar ul.sub {
	width: 260px;
	margin: 0;
	padding: 0;
	background-image: none;
	list-style: none;
	font-size: 12px;
}

#navbar ul.sub li {
	width: 100%;
	float: none;
	height: 24px;
	line-height: 24px;
	background: #ffffff url(../img/arrow.gif) no-repeat 15px 8px;
	padding-left: 10px;
	border-left: 1px solid #abc2d5;
	border-right: 1px solid #abc2d5;
	border-bottom: 1px solid #abc2d5;
	display: block;
	margin: 0;
}

#navbar ul.sub li a {
	height: 24px;
	line-height: 24px;
	color: #555555;
	padding: 0 15px;
}

#navbar ul.sub li a:hover {
	height: 24px;
	line-height: 24px;
	background: none;
	color: #abc2d5;
	}

#navbar a.selected {
	border-bottom: 3px solid #abc2d5;
}



.clear {
	clear: both;
}

