/* CSS for MTPredictor - Simon Pollard for deckchair.co.uk 2008 */
/* Style for all pages */
* { padding: 0; margin: 0; }
* html a:hover {visibility:visible}
html {
	height: 100%;
	text-align: center;
}
body {
	background-color: #e6e6ef;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: none;
}
div#main {
	text-align: left;
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
    position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
div#header {
	height: 94px;
	background-image: url(../images/header-bg.jpg);
	background-repeat: repeat-x;
	position: relative;
}
a#logo {
	display: block;
	height: 56px;
	width: 230px;
	background-image: url(../images/mtpredictor.gif);
	background-repeat: no-repeat;
	position: absolute;
	left: 20px;
	top: 10px;
}
span#header-img {
	background-image: url(../images/header-image.jpg);
	background-repeat: no-repeat;
	width: 470px;
	height: 94px;
	position: absolute;
	right: 0px;
	top: 0px;
}
div#header-nav {
	background-image: url(../images/header-nav-bg.jpg);
	background-repeat: repeat-x;
	height: 42px;
	width: 980px;
	font-size: 14px;
	color: #FFFFFF;
}
div#header-nav a, div#header-nav a.selected {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: normal;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	height: 32px;
	display: block;
	background-image: url(../images/top-links-bg.gif);
	background-position: 0px 0px;
}
div#header-nav a.selected {
	background-image: url(../images/header-nav-bg-s.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
div#header-nav a:hover {
	background-position: 0px 42px;
}
div#header-nav a.selected:hover {
	background-position: 0px 0px;
}
div#header-nav img {
	float: left;
}
/* IMAGE STYLES */
img.img-left {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}
img.img-right {
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
}
img.img-thumb-50 {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	width: 150px;
	height: 100%;
}
/* Large image full page wide */
div.bigimage-middle {
	text-align: center;
}
div.bigimage-middle img {
	width: 525px;
	height: 100%;
}

/* MAIN SECTION */
div#left-links {
	width: 180px;
	/*padding-left: 5px;
	background-color: #4194e7;*/
}
div#left-links a {
	background-image: url(../images/left-links-bg.jpg);
	background-repeat: repeat-x;
	padding-top: 10px;
	height: 27px;
	padding-left: 5px;
	width: 175px;
	display: block;
	float: left;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #4194e7;
}
div#left-links a:hover {
	color: #4194e7;
	text-decoration: none;
}
span.arrow {
	color: #8690ac;
	font-weight: bold;
	font-size: 8px;
}
div#links-images {
	padding-left: 30px;
	padding-top: 20px;
	width: 150px;
	float: left;
}

div#content {
	margin-bottom: 10px;
}
div#content-right {
	float: right;
	width: 780px;
	margin-bottom: 20px;
	display: inline;
}

/* FOOTER CONTENT */
div#footer {
	padding-left: 10px;
	padding-top: 10px;
	clear: both;
	height: 21px;
	background-image: url(../images/footer-bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
span#links {
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	right: 20px;
	bottom: 9px;
	position: absolute;
}
span#links a {
	color: #FFFFFF;
	text-decoration: none;
}
/* END FOOTER CONTENT */