
#content .hero
{
	border-bottom:3px solid #000;
	height:367px;
	overflow:hidden;
}

#content .hero tr
{
	position:absolute;
}

h1
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:22px;
	color:#333;
	margin:0 0 15px 0;
	font-weight:normal;
}

.offers
{
	background:#EEDBCC url(/media/img/home-offers-bg.png) repeat-x top left;
	overflow:auto;
	border-bottom:3px solid #000;
}

.offers>div:first-child
{
	border-right:1px solid #FFF;
}

.offers>div
{
	width:348px;
	float:left;
	padding:16px;
}

.offers h2
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:17px;
	color:#333;
	margin:0 0 12px 0;
	font-weight:normal;
}

.offers img
{
	margin:0 0 10px 10px;
	border:6px solid #FFF!important;
}

#content .hero table
{
	border-collapse:collapse;
	border-spacing:0px;
	padding:0px!important;
}

#content .hero table td
{
	border-collapse:collapse;
	border-spacing:0px;
	padding:0px!important;
}

#nav
{
	position: absolute;
	margin:-85px 0 0 761px;
	background: white;
	width:12px;
	padding:4px;
}

#nav a
{
	display:block;
	width:10px;
	height:10px;
	overflow:hidden;
	background:#E3DEDA url(/media/img/dot.png);
	margin:2px auto;
	line-height:100px;
}

#nav a.activeSlide
{
	background:#CB0202 url(/media/img/dot.png);
}
#mobileMenu{display:none;}