body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
}

#site-holder {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	width: 780px;
	background-image: url(../sitepix/structural/header.png);
	height: 110px;
}

#header img {
	float: right;
	margin: 20px 20px 0px 0px;
}

p {
	font-size: 12px;
	color: #333;
}

th 
{
	background-color: #333;
	font-size: 12px;
	color: #FFFFFF;
}

td {
	font-size: 12px;
	color: #333;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: lighter;
	color: #AC292C;
	margin: 0px 0px 15px 0px;
}

h2 {
	font-size: 16px;
	color: #AC292C;
}

h3 {
	background-color: #333;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	padding: 2px 0px 2px 5px;
	margin: 15px 0px 0px 0px;
	text-align: left;
}

li {
	font-size: 12px;
	color: #333;
}

.readmore {
	background-color: #AC292C;
	color: #FFF;
	text-decoration: none;
	font-size: 11px;
	margin: 10px 0px 0px 0px;
	padding: 0px 3px 0px 3px;
	float: right;
}

.readmore:hover {
	background-color: #000;
	color: #FFF;
}

.dashed-line {
	border-bottom: dashed 1px #666;
	padding-bottom: 20px;
}

.updateProgress
{
	position: absolute;
	background-color: #fff;
	filter: alpha(opacity=90);
	MozOpacity: 0.7;
	opacity: 0.7;
	padding: 0px;
	margin: 0px;
}

.updateProgress div
{
	background-color: white;
	padding: 4px;
	position: absolute;
	height: 100%;
	width: 100%;
}

.onOffer 
{
	text-decoration: line-through;
}

.priceOffer 
{
	font-size: 14px;
	font-weight: bold;
	color: #AC292C;
}


/*----------------------------- top navigation layout ----------------------------*/


#top-nav {
	width: 780px;
	margin-top: 2px;
	margin-bottom: 25px;
	padding: 0;
	float: left;
}

#top-nav ul {
	margin: 0;
	padding: 0;
}

#top-nav ul li {
	margin: 0;
	padding: 0;
	display: inline;
}

#top-nav ul li a {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	display: block;
	height: 33px;
	text-decoration: none;
	line-height: 33px;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-align: left;
}

#top-nav ul li a#front-page-news {
	background-image: url(../sitepix/navigation/front_page_news.png);
	width: 175px;
	height: 33px;
	padding: 0px 0px 0px 20px;
}

#top-nav ul li a#sport-news {
	background-image: url(../sitepix/navigation/sport_news.png);
	width: 175px;
	height: 33px;
	padding: 0px 0px 0px 20px;
}

#top-nav ul li a#bdm {
	background-image: url(../sitepix/navigation/bdm.png);
	width: 175px;
	height: 33px;
	padding: 0px 0px 0px 20px;
}

#top-nav ul li a#latest-news {
	background-image: url(../sitepix/navigation/latest_news.png);
	width: 175px;
	height: 33px;
	padding: 0px 0px 0px 20px;
}

#top-nav ul li a#front-page-news:hover, #top-nav ul li a#sport-news:hover, #top-nav ul li a#bdm:hover, #top-nav ul li a#latest-news:hover {
	background-position: 0px -33px;
	color: #333;
}

#top-nav ul li a#front-page-news.active, #top-nav ul li a#sport-news.active, #top-nav ul li a#bdm.active, #top-nav ul li a#latest-news.active {
	background-position: 0px -66px;
	color: #FFF;
}

/*----------------------------- left side + navigation layout ----------------------------*/

#left-side {
	width: 142px;
	float: left;
}

#left-side img {
	margin-top: 20px;
}

#side-nav ul {
	margin: 0;
	padding: 0;
	text-align: left;
	list-style-type: none;
}

#side-nav ul li {
	margin: 0;
	padding: 0;
}

#side-nav ul li a {
	width: 122px;
	height: 23px;
	margin: 2px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
	background-image: url(../sitepix/navigation/sub_menu.png);
	line-height: 23px;
	text-decoration: none;
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
	display: block;
}

#side-nav ul li a:hover {
	background-position: 0px -23px;
	color: #666;
}

#side-nav ul li a.active {
	background-position: 0px -46px;
	color: #FFF;
}

/*----------------------------- centre page layout ----------------------------*/

#centre-section {
	width: 456px;
	float: left;
	text-align: left;
	padding: 0px 20px 0px 20px;
	margin: 0px 0px 20px 0px;
}

.news-holder {
	width: 203px;
}

.floatRight 
{
	float: right; 
	margin-left: 20px
}

.floatLeft 
{
	float: left; 
	margin-right: 20px
}

.articleDetails {
	color: #666;
	font-size: 10px;
	font-style: italic;
}

/*----------------------------- centre page layout ----------------------------*/

#right-side {
	width: 142px;
	float: left;
}

#right-side #right-banner {
	background-image: url(../sitepix/structural/side_banner_bg.png);
	height: 248px;
	padding-top: 10px;
	text-align: center;
}

#right-side a {
	font-size: 11px;
	color: #666;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
}

#right-side a:hover {
	color: #AC292C;
}

/*----------------------------- footer layout ----------------------------*/

#footer {
	width: 780px;
	height: 60px;
	clear: both;
	position: relative;
	border-top: solid 1px #999;
	text-align: center;
}

#footer ul {
	margin: 0;
	padding: 0;
}

#footer ul li {
	margin: 0;
	padding: 0;
	display: inline;
}

#footer ul li a {
	font-size: 11px;
	color: #666;
	text-decoration: none;
	margin: 0px 5px 0px 5px;
}

#footer ul li a:hover {
	color: #AC292C;
}

#footer p {
	color: #666;
	font-size: 11px;
}

#footer a {
	color: #666;
	text-decoration: none;
}

#footer a:hover {
	color: #AC292C;
}


#trailimageid
{
	font-size: 0.75em;
	position: absolute;
	display: none;
	left: 0px;
	top: 0px;
	width: 450px;
	height: 200px;
	z-index: 200;
}
