@import "global.css";
@import "nivo-slider.css";
#main {
	padding: 0px;
	width: 960px;
	height: 820px;
}
.copy
{
	margin-left: 12px;
	margin-bottom: 12px;
}
#sidebar {
	position: absolute;
	z-index: 75;
	top: -10px;
	right: -10px;
}
#quickSearch img {
	height: 258px;
	width: 258px;
}

.homePageIntro     {
	width: 490px;
	font-size: 12px;
	text-align: justify;
	margin-left: 15px;
	float: left;
	margin-bottom: 15px;
}
.homePageIntro h1 {
	font-size: 22px;
	color: #000;
	font-family: verdana, arial;
	font-weight: normal;
	padding-bottom: 5px;
	margin-top: 10px;
}
/**
 * Specials table
 * ------------------------------------------------
 */
.more-specials    {
	margin-top: 60px;
	text-align: right;
	float: left;
	height: 319px;
	width: 45px;
	vertical-align: top;
}
.specials     {
	left: 50px;
	background-color: #E3DDDD;
	margin-top: 16px;
	height: 280px;
	margin-left: 55px;
	clear: both;
}
#homepageRings {
	width: 880px;
	float: left;
	margin-bottom: 30px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.398438) 0 1px 3px;
	-moz-box-shadow: rgba(0, 0, 0, 0.398438) 0 1px 3px;
	box-shadow: rgba(0, 0, 0, 0.398438) 0 1px 3px;







	filter: progid:DXImageTransform.Microsoft.Shadow(color='#969696', Direction=135, Strength=2);
	background-color: #FFF;
	margin-left: 30px;
	padding-top: 5px;
	padding-left: 5px;
	position: absolute;
	top: 300px;
	z-index: 100;
}
#staticRings {
	height: 354px;
	width: 875px;
	float: left;
	background-color: #F9F9F9;
}
#staticRings .row {
	margin-left: 15px;
	float: left;
	width: 875px;
	height: 140px;
	margin-bottom: 15px;
}
#staticRings .text {
	font-size: 24px;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	font-style: italic;
	float: left;
	width: 875px;
}
#staticRings .ring  {
	float: left;
	height: 140px;
	width: 141px;
}

/* Sun Herald promo styles */
.SHredbar {
	background-color: #ee3b33;
	background-image: url(../Images/SHlogo.gif);
	background-repeat: no-repeat;
	background-position: right;
	height: 50px;
}
#homepageBase {
	position: absolute;
	top: 680px;
	width: 930px;
}

.errorText a {
	color: #ee3b33;
}

