﻿.sidetag {
    display: none;
}
.sidebar {
	display:none;
}
#contentArea {
    padding:0;
    background-color:#000;
    height:485px !important;
}
.homeHeader {
	background: black url(/Images/home_shelf.png) left top no-repeat;
	margin-top:-10px;
	width:851px;
	height:310px;
	overflow:hidden;
	color:#FFF;
	/* text-indent:-9999px; */
	position:relative;
}
.homeHeader h1 {
	text-indent:-9999px;
}

.homeHeader .action {
	position:absolute;
	z-index:99;
	top:180px;
	margin-left:300px;
}
.homeHeader td {
	vertical-align:top;
}
.calloutWrapper {
	height:180px;
	width:850px;
	white-space: nowrap;
	position:absolute;
	overflow:hidden;
}
.calloutWrapper * {
	position:relative;
	z-index:1;
	font-size:12px;
}
.calloutWrapper h3 {
	color:black;
	font-size:14px;
	margin:0;
}
.calloutWrapper h4 {
	color:#CC0000;
	font-size:12px;
	font-weight:normal;
	margin:0;
}
.callout1,
.callout2,
.callout3 {
	float:left;
	background: #FFF url(/Images/homecallout_bg.png) top left no-repeat;
	width:259px;
	padding:10px;
	height:160px;
	margin-right:6px;
	white-space:normal;
}
.callout3 {
	margin-right:0;
}
.specialCallout{
    float:left;
	width:565px;
	height:160px;
	margin-right:6px;
	white-space:normal;
}
.paneNavigation {
	position:absolute;
	margin-left:20px;
	bottom:10px;
}
.paneNavigation img
{
	cursor:pointer;
}
#footer {
	background:transparent url(/Images/yellowbar.png) center 15px repeat-x !important;
	width:850px;	
	margin:-22px auto 0 auto;
	height:39px;
	z-index:2;
}
#footer .outside {
	width:850px;
	bottom:0;
}
#footer .textNav {
	display:none;
}