/* CSS Document */

html, body {
	background-image: url(../sitepix/structural/menu-bg.png);
	background-repeat: repeat-x;
	background-color: #000;
	padding: 0;
	margin: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#site-holder {
	width: 960px;
	margin: 0 auto;
}

h1 {
	background-image: url(../sitepix/structural/h1-bg.png);
	background-repeat: repeat-x;
	text-align: left;
	color: #E6081B;
	border: 1px solid #656565;
	font-size: 14px;
	padding: 0 0 0 10px;
	margin: 0;
	line-height: 30px;
}

h2 {
	font-size: 14px;
	color: #FFF;
}

p {
	font-size: 12px;
	color:#CCC;
	line-height:1.5em;
}
ul {
	font-size: 12px;
	color: #CCC;
}
li {
	font-size: 12px;
	color: #CCC;
	margin-bottom:10px;
}

a {
	font-size: 12px;
	color: #CCC;
}

.banners {
	margin-bottom: 5px;
}

.centre-banners {
	float: left;
	clear: left;
	margin-top: 5px;
}

#menu {
	width: 960px;
	height: 50px;
	float: left;
}

#menu ul {
	margin: 0;
	padding: 0;
}

#menu ul li {
	margin: 0;
	padding: 0;
	display: inline;
}

#menu ul li a {
	margin: 0;
	padding: 0;
	text-indent: -900%;
	float: left;
	height: 50px;
	color: #FFF;
	text-decoration: none;
	outline: none;
}

#menu ul li a#home {
	width: 74px;
	background-image: url(../sitepix/navigation/home.png);
	background-repeat: no-repeat;
}

#menu ul li a#about {
	width: 110px;
	background-image: url(../sitepix/navigation/about.png);
	background-repeat: no-repeat;
}

#menu ul li a#news {
	width: 113px;
	background-image: url(../sitepix/navigation/news.png);
	background-repeat: no-repeat;
}

#menu ul li a#lottery {
	width: 109px;
	background-image: url(../sitepix/navigation/lottery.png);
	background-repeat: no-repeat;
}

#menu ul li a#community {
	width: 145px;
	background-image: url(../sitepix/navigation/community.png);
	background-repeat: no-repeat;
}

#menu ul li a#commercial {
	width: 112px;
	background-image: url(../sitepix/navigation/commercial.png);
	background-repeat: no-repeat;
}

#menu ul li a#autv {
	width: 69px;
	background-image: url(../sitepix/navigation/autv.png);
	background-repeat: no-repeat;
}

#menu ul li a#store {
	width: 106px;
	background-image: url(../sitepix/navigation/aufc-store.png);
	background-repeat: no-repeat;
}

#menu ul li a#contact {
	width: 122px;
	background-image: url(../sitepix/navigation/contact.png);
	background-repeat: no-repeat;
}

#menu ul li a:hover {
	background-position: 0 -50px;
}

#menu ul li a.active {
	background-position: 0 -100px;
}

#header-holder {
	width: 960px;
	height: 210px;
	margin-top: 5px;
	float: left;
}

#header-holder #logo {
	display: inline;
	float: left;
	border: 1px solid #656565;
	margin-right: 5px;
}

#header-holder #header-image {
	display: inline;
	float: left;
	border: 1px solid #656565;
	margin-right: 5px;
}

#header-holder #basket {
	width: 120px;
	float: left;
}

#header-holder #basket ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#header-holder #basket ul li {
	margin: 0;
	padding: 0;
}

#header-holder #basket ul li a {
	margin: 0;
	padding: 0;
	border: 1px solid #656565;
	color: #999;
	text-decoration: none;
	width: 118px;
	display: block;
	font-size: 12px;
	line-height: 33px;
}

#header-holder #basket ul li a:hover {
	background-color: #333;
	color: #FFF;
}

#header-holder #basket #items {
	position: relative;
	margin-top: 5px;
	width: 120px;
	height: 100px;
	background-image: url(../sitepix/structural/items-bg.png);
}

#header-holder #basket #items h1 {
	position: absolute;
	background-image: none;
	border: none;
	font-size: 14px;
	top: 15px;
	left: 55px;
	margin: 0;
	padding: 0;
}

#header-holder #basket #items p {
	position: absolute;
	top: 62px;
	left: 0px;
	margin: 0 5px 0 5px;
	padding: 0;
	color: #999;
	font-size: 9px;
}	

#main-holder {
	margin-top: 5px;
	width: 960px;
	text-align: left;
	float: left;
}

#sub-menu {
	margin-top: 5px;
	margin-bottom: 5px;
	width: 168px;
	border: 1px solid #656565;
	text-align: left;
}

#sub-menu ul, #sub-menu ul li  {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#sub-menu ul li ul li {
	margin: 0 0 0 20px;
	padding: 0;
	list-style-type: none;
}

#sub-menu ul li a {
	margin: 0;
	padding: 0 0 0 10px;
	color: #FFF;
	font-size: 11px;
	text-decoration: none;
	line-height: 28px;
	display: block;
	background-color:#404040;
	border: 1px solid #000;

}

#sub-menu ul li a:hover {
	/*color: #E6081B;*/
	background-color:#E6081B;
}

/*-------- four column layout used for homepage */

#four-col-one {
	display: inline;
	width: 170px;
	float: left;
	margin-right: 5px;
}

#four-col-two {
	display: inline;
	width: 355px;
	float: left;
	margin-right: 5px;
}

#four-col-three {
	display: inline;
	width: 300px;
	float: left;
	margin-right: 5px;
}

#four-col-four {
	width: 120px;
	float: left;
}

/*-------- large center column layout used for rest of pages */

#centre-col {
	display: inline;
	width: 660px;
	float: left;
	margin-right: 5px;
}

/*-------- large text area layout used for rest of pages */

#main-text-area {
	width: 638px;
	padding: 0 10px;
	border: 1px solid #656565;
	margin-top: 5px;
}

/*-------- image box layout for homepage */

#match-preview {
	width: 353px;
	/*height: 248px;*/
	margin: 5px 0;
	border: 1px solid #656565;
}

/*-------- homepage news snippet layout */

#news-snippet {
	width: 278px;
	border: 1px solid #656565;
	margin: 5px 0;
	padding: 0 10px;
	overflow-y:scroll;
	overflow-x:hidden;
	height:595px;
}

#news-snippet h2 {
	font-size: 11px;
	color: #FFF;
	margin: 10px 0 0 0;
	padding: 0;
}

#news-snippet p {
	font-size: 11px;
	color: #999;
	margin: 0;
	padding: 0;
}

#news-snippet a {
	font-size: 11px;
	color: #E6081B;
	padding: 0;
}

#next-game {
	width: 278px;
	border: 1px solid #656565;
	margin: 5px 0;
	padding: 0 10px;
}

#next-game h2 {
	font-size: 11px;
	color: #FFF;
	margin: 10px 0 0 0;
	padding: 0;
}

#next-game p {
	font-size: 11px;
	color: #999;
	margin: 0;
	padding: 0;
}

#next-game a {
	font-size: 11px;
	color: #E6081B;
	padding: 0;
}

/*-------- small results layout for homepage */

#small-results {
	width: 183px;
	border: 1px solid #656565;
	float: right;
	margin-top: 5px;
}

#small-results table {
	color: #FFF;
	font-size: 11px;
}

/*-------- bottom banner layout */

#bottom-banners {
	float: left;
	width: 960px;
	height: 160px;
	margin: 5px 0;
}

#bottom-banners .left-banner {
	margin-right: 5px;
}

/*-------- footer layout */

#footer {
	clear: both;
	position: relative;
	border-top: 1px solid #656565;
	border-bottom: 1px solid #656565;
	width: 960px;
	height: 60px;
	margin-top: 5px;
	text-align: right;
}

#footer #icons {
	position: absolute;
	left: 0;
	top: 10px;
}

#footer #icons ul li a {
	border: 0;
}

#footer ul, footer ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#footer ul li {
	display: inline;
}

#footer ul li a {
	font-size: 11px;
	color: #999;
	text-decoration: none;
	line-height: 25px;
	margin: 0 5px;
}

#footer ul li a:hover {
	color: #FFF;
}

.copyright {
	font-size: 11px;
	text-align: center;
	color: #999;
}

.table {
	font-size:11px;
	color:#fff;
}
.table th {
	color: #FFF;
	background-color: #000;
	font-weight:bold;
}

.table tr {
	background-color: #404040;
	padding:1px;
}

.table tr.odd {
	background-color: #5d5d5d;
}

.table tr:hover {
	background-color: #E6081B;
}
.table td {
	border:1px solid #000;
}
