/*
	Built by cubeinteractive.co.uk 2009
	Last Modified: 13-Jan-2009
	Modified By: Aled Bartholomew
*/


/*  Reset  */
body, div, dl, dt, dd, li, pre, form, fieldset, input, textarea, p, blockquote, th, td, button {
	margin: 0;
	padding: 0;
	}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	}
address, caption, cite, code, dfn, em, strong {
	font-style: normal;
	font-weight: normal;
	}
strong {
	font-weight: bold;
	}
em {
	font-style: italic;
	}
strong em, 
em strong {
	font-weight: bold;
	font-style: italic;
	}
ol, ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
caption, th {
	text-align: left;
	font-weight: normal;
	font-style: normal;
	}
acronym, abbr, fieldset, img {
	border: 0;
	}
:focus {
	outline: 0;
	}
/* End reset */


body {
	background: #000;
	font-size: .8em;
	line-height: 1.4em;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #FFF;
	}
a {
	color: #FFF;
	text-decoration: none;
	}
	a:hover {
		text-decoration: underline;
		}
	a img {
		border: none;
		}
.hide, 
.hidden {
	position: absolute;
	left: 0;
	top: -5000px;
	width: 1px;
	height: 1px;
	overflow: hidden;
	}
	object, embed {
		display: block;
		}
	img {
		display: block;
		}




#container {
	width: 970px;
	margin: 0 auto;
	}



#main {
	height: auto !important;
	height: 534px;
	min-height: 534px;
	width: 980px;
	}
	#flash_player {
		height: 680px;
		}
	#main.message {
		height: auto !important;
		min-height: 10px !important;
		}


#content {
	height: 634px;
	}
	#content.no-js {
		background: transparent url(../img/warning_no_js.png) no-repeat left 10px;
		}
	#content.no-flash {
		background: transparent url(../img/warning_no_flash.png) no-repeat left 10px;
		}
	#content.ui-ran {
		height: auto;
		background: transparent;
		}
	#main.message #content {
		height: auto;
		}



#header {
	background: transparent url(../img/logo.png) no-repeat top right;
	height: 100px;
	margin: 10px 30px 10px 0;
	}
	#header a.upgrade {
		display: block;
		width: 250px;
		height: 100px;
		}


#message {
	padding-bottom: 100px;
	}
	#message h2 {
		font-size: 2em;
		margin-bottom: 20px;
		}
	#message p {
		font-size: 1.1em;
		line-height: 1.5;
		}
	#message a {
		color: #7F7F7F;
		}
		#message a:hover, 
		#message a:focus {
			color: #CCC;
			}



#viewall {
	clear: both;
	position: absolute;
	width: auto;
	height: 56px;
	background: transparent 0 28px url(../img/title-corner.gif) no-repeat;
	z-index: 10;
	}
	#viewall p {
		padding: 5px 10px;
		font-size: 12px;
		color: #FFF;
		background: #2B2B2B;
		cursor: pointer;
		text-shadow: #000 0 0 0;
		}



#nav {
	position: relative;
	width: 963px;
	z-index: 20;
	}
	#nav #title {
		float: left;
		width: 953px;
		height: 36px;
		background: #2B2B2B 0 30px url(../img/title-corner.gif) no-repeat;
		padding: 5px 0 0 10px;
		cursor: default;
		text-shadow: #000 0 0 0;
		}
		#nav #title h1 {
			font-size: 12px;
			color: #FFF;
			}
			#nav #title h1 span {
				font-weight: normal;
				color: #7F7F7F;
				}
	#nav #close {
		position: absolute;
		top: 0;
		right: 0;
		width: 30px;
		height: 30px;
		}
		#nav #close img {
			float: right;
			padding: 11px;
			color: #7F7F7F;
			}



#thumbs {
	float: left;
	width: 963px;
	height: auto;
	overflow: hidden;
	margin: 20px 0 0 0;
	}
	#thumbs li {
		position: relative;
		float: left;
		background: 0 42px url(../img/thmb-corner.gif) no-repeat;
		margin: 0 15px 20px 0;
		}
		#thumbs li p {
			position: absolute;
			bottom: 0;
			height: 24px;
			background: #2B2B2B;
			padding: 6px 10px 0;
			font-size: 12px;
			color: #FFF;
			overflow: hidden;
			white-space: nowrap;
			width: 143px;
			opacity: .9;
		}
		#thumbs li img {
			float: left;
			padding: 0 0 0 13px;
		}


#footer {
	clear: both;
	font-size: .9em;
	padding-bottom: 20px;
	overflow: hidden;
	}
	#footer p {
		text-align: right;
		}
	#footer a {
		color: #7F7F7F;
		display: block;
		float: right;
		padding: 5px;
		margin-right: 10px;
		}
		#footer a:hover, 
		#footer a:focus {
			text-decoration: none;
			color: #CCC;
			}
