@charset "utf-8";
/* CSS Document */

#headback {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-image: url(../img/bg_repeat.gif);
	background-repeat: repeat-x;
	margin: 0px;
	text-align: center;
	padding: 0px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}


div#header {
	width: 965px;
	height: 123px;
	z-index: 9;
	background-image: url(../img/bg_header.jpg);
	margin-left:auto;
	margin-right:auto;
	position: relative;
}

h1#logo {
	position: absolute;
	top: 19px;
	left: 9px;
	width: 404px;
	height: 66px;
	margin: 0;
	line-height: 66px;
	text-indent: -1000px;
	overflow: hidden;
	background: url(../img/m_logo.png) no-repeat;
}

h1#logo a {
    display: block;
    width: 404px;
    height: 56px;
    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: #006600;
}

#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 {
	position: absolute;
	top: 93px;
	left: 0px;
	height: 30px;
	line-height: 30px;
	font-size: 15px;
	font-weight: bold;
	color:  #ffffff;
	list-style: none;
	margin: 0 15px;
	padding: 0;
	background: url(../img/nav_divider.png) no-repeat bottom left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

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 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;
}
