@charset "utf-8";
/* Header CSS Document */

/*******************************/
/* Start Header
/*******************************/
#header {
	width: 800px;
}
#logo {
	background-image: url(/home/images/header/header_logo.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 109px;
	width: 216px;
	margin: 0;
	padding: 0;
}
#navBar {
	background-image:url(/home/images/header/header_navBarBG.png);
	float: left;
	height: 40px;
	position: relative;
	top: 23px;	
	width: 577px;
}
#navBar img {
	margin-right: 2px;
}
#navBarRight {
	display: block;
	position: relative;
	float: right;
	right: 0px;
	top: 23px;	
	width: 7px;
	height: 40px;
}

#support {
	float: right;
	height: 46px;
	width: 167px;
	position: relative;
	right: 15px;
	
}

/* END HEADER */
