/* Header New */

div#headerBar {
	position: relative;
	width: 954px;
	height: 96px;
	background-image: url('../images/components/header_bg.png');
    background-repeat: no-repeat;
}
div#headerButtons {
	position: absolute;
	left: 245px;
	bottom: 38px;
}
div.menuIndent1 {
	text-indent: 10px;
}
div.menuIndent2 {
	text-indent: 25px;
}
/* Drop Down Menu */
div#headerButtons span {
/* 	display: none; */
	visibility: hidden;
	position: absolute;
	padding-right: 5px;
	padding-bottom: 5px;
	top: 26px;
	min-width: 105px;
/* 	background-color: #aebbcd; */
  	background-image : url('../images/components/header_menuBg.png');
	background-repeat: no-repeat;
	background-position: bottom right;
	color: black;
	font-family: Verdana, Arial, sans-serif;
  	font-size: 12px;
  	text-align: left;
  	line-height: 20px;
  	z-index: 40;
}
.menuContent {
	border: 1px solid #cccccc;
}
div#headerButtons a {
	text-decoration: none;
}
div#headerButtons a:hover {
	text-decoration: none;
	color: #ffffff;
}
div#headerButtons a div {
	background-color: transparent;
}
div#headerButtons a:hover div {
	background-color: #aebbcd;
}
/* Button 1: Home */
#headerBtn1 {
	position: absolute;
	left: 0px;
	z-index: 0;
	width: 106px;
	height: 27px;
	background-image: url('../images/components/header_btn1.png');
    background-repeat: no-repeat;
}
#headerBtn1:hover {
	background-color: transparent;
	z-index: 50;
	background-image: url('../images/components/header_btn1_ovr.png');
    background-repeat: no-repeat;
}
/* Button 2: Product Sub */
#headerBtn2 {
	position: absolute;
	left: 105px;
	z-index: 0;
	width: 105px;
	height: 27px;
	background-image: url('../images/components/header_btn2.png');
    background-repeat: no-repeat;
}
#headerBtn2:hover {
	background-color: transparent;
	z-index: 50;
	background-image: url('../images/components/header_btn2_ovr.png');
    background-repeat: no-repeat;
}
span#btn2Menu {
	left: 105px;
	width: 130px;
}
/* Button 3: Stockists */
#headerBtn3 {
	position: absolute;
	left: 209px;
	z-index: 0;
	width: 106px;
	height: 27px;
	background-image: url('../images/components/header_btn3.png');
    background-repeat: no-repeat;
}
#headerBtn3:hover {
	background-color: transparent;
	z-index: 50;
	background-image: url('../images/components/header_btn3_ovr.png');
    background-repeat: no-repeat;
}
/* Button 4: More Info Sub */
#headerBtn4 {
	position: absolute;
	left: 313px;
	z-index: 0;
	width: 105px;
	height: 27px;
	background-image: url('../images/components/header_btn4.png');
    background-repeat: no-repeat;
}
#headerBtn4:hover {
	background-color: transparent;
	z-index: 50;
	background-image: url('../images/components/header_btn4_ovr.png');
    background-repeat: no-repeat;
}
span#btn4Menu {
	left: 313px;
}
/* Button 5: Contact */
#headerBtn5 {
	position: absolute;
	left: 417px;
	z-index: 0;
	width: 105px;
	height: 27px;
	background-image: url('../images/components/header_btn5.png');
    background-repeat: no-repeat;
}
#headerBtn5:hover {
	background-color: transparent;
	z-index: 50;
	background-image: url('../images/components/header_btn5_ovr.png');
    background-repeat: no-repeat;
}
/* All Buttons */
#headerBtn1:active, #headerBtn2:active, #headerBtn3:active, #headerBtn4:active, #headerBtn5:active {
	outline-style: none;
}
#headerBtn1:focus, #headerBtn2:focus, #headerBtn3:focus, #headerBtn4:focus, #headerBtn5:focus {
	outline-style: none;
}


.mainArea table tr td div #simple p {
	text-align: left;
}
