html{overflow-y: scroll;}
body{
	background: #3e4852;
	text-align: center;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
}
#mainWrap{
	width: 904px;
	margin: auto;
	text-align: left;
}

/* DEFAULTS */
ul,p,h1,h2,img,a{margin: 0; padding: 0; list-style: none; border: 0; outline: none;}

/* --------------------------------------------- HEADER */
#header{
	width: 904px;
	height: 194px;
	background: url(../images/header.jpg);
}

/* --------------------------------------------- MID SECTION */
#midWrap{
	width: 904px;
	background: url(../images/midWrap-bg.gif) repeat-y;
}
#left{
	width: 189px;
	float: left;
	padding: 0 0 4px 0;
}
#mid{
	width: 575px;
	float: left;
}
#right{
	width: 140px;
	float: left;
}

/* --------------------------------------------- MENU */
#menuTop{
	width: 189px;
	height: 33px;
	background: url(../images/menu-top.gif);
}
#menu{
	width: 189px;
	text-align: left;
	font-size: 16px;
}
#menu a{
	display: block;
	width: 174px;
	height: 24px;
	background: url(../images/menu-item.png);
	text-decoration: none;
	padding: 5px 0 0 15px;
	color: #404040;
}
#menu a:hover, #menu a.selected{background-position: bottom; color: #4a87ca;}

/* --------------------------------------------- FEATURE BOXES */
.feature{
	width: 189px;
	background: url(../images/feat-mid.gif) repeat-y;
	text-align: center;
}
.feature h2{
	font-size: 16px;
	color: #6491c3;
	font-weight: normal;
	width: 188px;
	height: 25px;
	background: url(../images/feat-top.png);
	padding: 8px 0 0 1px;
}
.feature ul{
	text-align: left;
	margin: 5px 0 0 15px;
	padding: 0 0 8px 0;
}
.feature a{
	text-decoration: none;
	font-size: 12px;
	color: #505050;
}
.feature a:hover{
	text-decoration: underline;
}

.banner120x600{
	margin-top:10px;
	margin-left:10px;
}
/* --------------------------------------------- TEXT */
#mid h2{
	width: 563px;
	height: 32px;
	background: url(../images/heading.png);
	font-size: 16px;
	color: #FFFFFF;
	font-weight: normal;
	text-align: left;
	padding: 12px 0 0 12px;
	margin: 0 0 2px 0;
}
#mid h2.hot{
	width: 505px;
	background: url(../images/heading-hot.png);
	padding: 12px 0 0 70px; 
	margin: 0 0 5px 0;
}
#mid p{
	margin: 0 0 15px 0;
	font-size: 13px;
	padding: 0 10px 0 10px;
	color: #363636;
}
#mid a{
	color: #FA921F;
}

.logo-hot{
	margin-left:10px;
	margin-right:10px;
	float:left;
}

.banner468x60{
	margin-left:50px;
	margin-bottom:10px;
}

.banner234x60{
	margin-left:10px;
	margin-right:10px;
	float:left;
}
/* --------------------------------------------- BOTTOM LINKS */
#bottomLinks{
	width: 864px;
	padding: 20px;
	background: url(../images/bottomLinks-bg.png) repeat-y;
	clear: both;
	font-size: 12px;
	color: #4B4B4B;
	text-align: center;
}
#bottomLinks a{
	text-decoration: none;
	color: #FFFFFF;
}
#bottomLinks a:hover{text-decoration: underline;}

/* --------------------------------------------- FOOTER */
#footer{
	width: 904px;
	height: 51px;
	background: url(../images/footer.png) no-repeat;
	clear: both;
	padding: 0 0 10px 0;
}
#footer p{
	color: #FFFFFF;
	font-size: 12px;
	margin: 15px 0 0 0;
	display: inline;
}
#footer a{
	color: #9fbfe2;
	text-decoration: none;
	margin: 0 0 0 10px;
}
#footer a:hover{text-decoration: underline;}

#footer #footerLeft{
	float: left;
	margin-left: 25px;
}
#footer #footerRight{
	float: right;
	margin-right: 25px;
}