@charset "utf-8";
/* CSS Document */
body {
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(../images/orangeTheme/BodyBG.jpg);
	background-position:top;
	background-repeat:repeat-x;
	text-align:center;
	background-color:#fcefdf;
}
body {
	text-align:-moz-center;
}
.wrapper {
	width:990px;
	background-image:url(../images/orangeTheme/wrapperBG.png);
	display:table-cell;
}
.Header {
	width:990px;
	height:50px;
	background-image:url(../images/orangeTheme/HeaderBG.jpg);
}
.promo {
	width:990px;
	height:120px;
	background-image:url(../images/orangeTheme/Promo2.png);
	margin-top:20px;
}
.wrapperFooter {
	width:990px;
	height:37px;
	background-image:url(../images/orangeTheme/WrapperFooter.png);
}
.menuHeader {
	width:205px;
	height:26px;
	background-image:url(../images/orangeTheme/MenuHeader.jpg);
	color:#FFFFFF;
	text-align:right;
	padding-right:15px;
	padding-top:3px;
	
}
h4 {
	height:20px;
	padding-left:23px;
	background-image:url(../images/orangeTheme/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/orangeTheme/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 #EA5E1A;
}
