@charset "utf-8";
/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(../images/biosTheme/BodyBG.jpg);
	background-position:top;
	background-repeat:repeat-x;
	text-align:center;
	background-color:#d9e5db;
}
body {
	text-align:-moz-center;
}
.wrapper {
	width:990px;
	background-image:url(../images/biosTheme/wrapperBG.png);
	display:table-cell;
}
.Header {
	width:990px;
	height:50px;
	background-image:url(../images/biosTheme/HeaderBG.jpg);
}
.promo {
	width:990px;
	height:120px;
	background-image:url(../images/biosTheme/Promo2.png);
	margin-top:20px;
}
.wrapperFooter {
	width:990px;
	height:37px;
	background-image:url(../images/biosTheme/WrapperFooter.png);
}
.menuHeader {
	width:205px;
	height:26px;
	background-image:url(../images/biosTheme/MenuHeader.jpg);
	color:#FFFFFF;
	text-align:right;
	padding-right:15px;
	padding-top:3px;
	
}
h4 {
	height:20px;
	padding-left:23px;
	background-image:url(../images/biosTheme/headphone.jpg);
	background-repeat:repeat-y;
	font-size:13px;
	font-weight:normal;
	text-align:left;
	padding-top:3px;
	margin:5px 0px;
	color:#000000;
	text-decoration:none;
}

h4:hover {
	height:19px;
	padding-left:23px;
	background-image:url(../images/biosTheme/headphone.jpg);
	background-repeat:repeat-y;
	font-size:13px;
	font-weight:normal;
	text-align:left;
	padding-top:3px;
	margin:5px 0px;
	background-color:#e1effa;
	border-bottom:solid 1px #7aaf79;
}
