/* [html] */

body, h1, h2, h3, h4, h5, h6, p, div, form, dl, dt, dd, ul, li, ol, img, table {
	margin:0;
	padding:0;
	border:0;
}
body {
	font:75%/170% Verdana, Geneva, sans-serif;
	background:#000 url(/images/bg.jpg) no-repeat fixed top center;
	color:#ffffff;
	text-align:center;
}
object {
	outline:none;
}
p, h2, h3, h4 {
	margin:15px 0;
}
h1 {
	font-weight:bold;
	font:190%/170% Arial, Helvetica, sans-serif;
	margin:20px 0 15px;
	color:#ef6923;
	text-transform:uppercase;
}
h2 {
	font:150%/140% Arial, Helvetica, sans-serif;
	color:#908f8f;
}
h2 a {
	text-decoration:none;
}
h3 {
	font:100%/170% Verdana, Geneva, sans-serif;
	color:#d05b1f;
	font-weight:bold;
}
h4 {
	font-size:120%;
}
a {
	color:#fff;
	font-weight:bold;
}
a:hover {
	color:#d05b1f;
}
/* [/html] */

#container {
	width:960px;
	margin:0 auto;
	text-align:left;
	background:#000;
}

/* [header and nav] */

#top {
	height:380px;
}
	#top .logo {
		margin:118px 0 0 34px;
	}
#nav {
	margin-top:116px;
	background:url(/images/nav-bg.png) repeat-x;
	height:60px;
	list-style:none;
}
	#nav li {
		float:left;
		text-align:center;
		font:130%/140% Helvetica, "Trebuchet MS", Arial, Helvetica, sans-serif;
		background:url(/images/nav-divider.gif) no-repeat center left;
		padding:0 31px;
		margin-top:18px;
	}
	#nav li.lft_nav {
		padding-left:41px;
		background:none;
	}
	#nav a {
		color:#fff;
		text-decoration:none;
		display:block;
		height:10px;
		text-transform:uppercase;
		background-repeat:no-repeat;
	}
		#nav a.home {
			background-image:url(/images/home.png);
			width:45px;
		}
		#nav a.about {
			background-image:url(/images/about.png);
			width:82px;
		}
		#nav a.faqs {
			background-image:url(/images/faqs.png);
			width:40px;
		}
		#nav a.registration {
			background-image:url(/images/registration.png);
			width:116px;
		}
		#nav a.tariffs {
			background-image:url(/images/tariffs.png);
			width:61px;
		}
		#nav a.prizes {
			background-image:url(/images/prizes.png);
			width:52px;
		}
		#nav a.history {
			background-image:url(/images/history.png);
			width:68px;
		}
		#nav a.contact {
			background-image:url(/images/contact.png);
			width:103px;
		}
	#nav a:hover, #nav a.onstate {
		background-position:0 -10px;
	}

/* [/top] */

/* [content] */

#content {
	
}

/* [main column] */

#main {
	width:558px;
	float:left;
	padding:0 46px 20px 36px;
}
	#main ul.list {
		margin:15px 0 15px 20px;
		list-style:square;
	}
		#main ul.list li {
			margin:3px 0;
		}
	#main ol {
		margin:15px 0 15px 31px;
	}
		#main ol li {
			margin:10px 0;
		}

/* [right column] */

#right {
	width:312px;
	float:left;
}

/* [home] */

#home_left {
	width:566px;
	height:685px;
	background:url(/images/orange-box.gif) no-repeat;
	float:left;
	padding:0 27px;
	margin:0 10px;
}
	#home_left h1 {
		color:#fff;
	}
	#home_left a {
		font-weight:bold;
		text-decoration:none;
	}
	#home_left a:hover {
		color:#000;
	}
	#home_left .thumbs {
		margin:20px -27px;
	}
	#home_left .sIFR-alternate {
		color:#fe7025;
	}
#advert_right {
	width:272px;
	height:255px;
	padding:170px 20px 1px;
	background:url(/images/home-right.jpg) no-repeat;
	color:#404040;
	font-size:90%;
}
	#advert_right p {
		margin-top:0;
	}
	#advert_right a {
		color:#404040;
		font-weight:bold;
		margin-right:30px;
		text-decoration:none;
	}
	#advert_right a:hover {
		color:#d05b1f;
	}
	#advert_right .paypal {
		margin:10px -11px;
	}
#banner {
	background:url(/images/blue-border.gif) no-repeat;
	width:306px;
	height:255px;
	padding:5px 0 0 6px;
}

/* [about] */

.stats_prem {
	
}
.stats_champ {
	display:none;
}
.stats_lg1 {
	display:none;
}
.stats_lg2 {
	display:none;
}
.leagues {
	height:30px;
	margin-top:20px;
}
	.leagues a {
		background-image:url(/images/lg-tab.gif);
		width:103px;
		height:23px;
		display:block;
		float:left;
		color:#d05b1f;
		text-align:center;
		text-decoration:none;
		padding-top:1px;
		margin-right:10px;
		outline:none;
	}
table.stats {
	margin:15px 0;
	border:1px solid #363636;
	border-bottom:0;
}
	table.stats thead td {
		color:#fff;
		font-weight:bold;
		background:#d05b1f;
	}
	table.stats td {
		padding:2px 4px;
		text-align:center;
		border-bottom:1px solid #363636;
	}
	table.stats td.left {
		text-align:left;
	}
	table.stats td.txt_prices {
		background:#c59a83;
		color:#000;
	}

/* [registration] */

fieldset.reg_details {
	padding-right:10px;
}
#package, #payment, #int_team {
	display:none;
}
#package label {
	width:auto;
	float:none;
}
input.plus {
	background:#363636 url(/images/plus.png) no-repeat top right;
	cursor:pointer;
}
input.area_code {
	width:60px;
}
input.mobile {
	width:261px;
	margin-left:5px;
}
label.error {
	color:#d05b1f;
	width:500px;
	text-align:right;
	margin:5px 0;
}
div.error {
	display:none;
}
input:focus, input.error { 
	border:1px solid #d05b1f;
}
select.league_list {
	width:170px;
}
select.team_list {
	width:170px;
	margin-left:6px;
}
.buttons {
	margin:20px 6px 5px 0;
	text-align:right;
}
	.buttons img {
		margin-left:7px;
	}
.terms {
	position:relative;
	clear:left;
}
.terms label.error {
	position:absolute;
	top:-3px;
	right:6px;
	margin:0;
	width:auto;
}
label.font11 {
	font-size:90%;
}
.promo_code {
	margin:0 5px 0 7px;
	float:left;
}
#valid {
	color:#d05b1f;
}

/* [tariffs] */

dl.tariff_list {
	margin-top:20px;
}
dl.tariff_list dt {
	width:105px;
	float:left;
	clear:left;
	padding:0 5px 15px 0;
	font-weight:bold;
	color:#d05b1f;
	font-size:100%;
	text-transform:uppercase;
	margin-right:13px;
}
	dl.tariff_list dt.bronze {
		background:url(/images/bronze-icon.gif) no-repeat top right;
	}
	dl.tariff_list dt.silver {
		background:url(/images/silver-icon.gif) no-repeat center right;
	}
	dl.tariff_list dt.gold {
		background:url(/images/gold-icon.gif) no-repeat center right;
	}
	dl.tariff_list dt.platinum {
		background:url(/images/platinum-icon.gif) no-repeat top right;
	}
dl.tariff_list dd {
	float:left;
	width:435px;
	padding:0 0 15px;
	font-size:90%;
}

/* [prizes] */

dl.prize_list {
	margin-top:15px;
}
dl.prize_list dt {
	width:160px;
	float:left;
	clear:left;
	padding:0 5px 15px 0;
	font-weight:bold;
	color:#d05b1f;
	font-size:110%;
	text-transform:uppercase;
}
dl.prize_list dd {
	float:left;
	width:390px;
	padding:0 0 15px;
	font-size:90%;
}

/* [bottom] */

.bottom_box {
	width:260px;
	height:297px;
	padding:0 30px;
	margin-top:20px;
	float:left;
	color:#bfbfbf;
	font-size:90%;
}
	.bottom_box h2 {
		margin-top:25px;
	}
	.bottom_box a {
		font-weight:bold;
		text-decoration:none;
	}
	.team_box {
		background:url(/images/cover-team-bg.jpg) no-repeat;
	}
	.prize_box {
		background:url(/images/prize-bg.gif) no-repeat left bottom;
	}
	.reg_box {
		background:url(/images/registration-bg.jpg) no-repeat;
	}

/* [form] */


legend {
	font-size:100%;
	color:#fff;
	font-weight:bold;
	border:1px solid #363636;
	background:#d05b1f;
	padding:0 8px 1px;
}
fieldset {
	border:1px solid #363636;
	padding:10px 25px 20px;
	margin-bottom:20px;
}
fieldset p {
	margin:15px 0 0;
}
label, #package .reg_lab {
	float:left;
	font-size:100%;
	width:150px;
	outline:none;
	padding-top:1px;
}
label.small_label {
	width:120px;
	float:left;
	text-align:right;
	margin-right:15px;
}
input, textarea {
	font:100% Verdana, Arial, Helvetica, sans-serif;
	width:340px;
	padding:4px;
	background:#363636;
	border:1px solid #737373;
	color:#fff;
}
select {
	font:100% Verdana, Arial, Helvetica, sans-serif;
	padding:4px;
}
textarea.fulltext {
	width:400px;
}
input.formbutt {
	width:auto;
	border:0;
	background:#000;
	padding:0;
}
input.radio {
	width:auto;
	padding:0;
	background:none;
	border:0;
	margin:0 10px 10px 0;
	float:left;
}

/* [/form] */

/* [footer] */

#footer {
	color:#fff;
	clear:both;
	text-align:left;
	margin:0 auto;
	width:890px;
	height:97px;
	padding:25px 40px 0 30px;
	background:url(/images/footer-bg.png) repeat-x;
	font-size:90%;
}
#footer ul {
	width:600px;
	list-style:none;
	float:left;
}
#footer li {
	float:left;
	padding:0 15px 4px;
	margin:5px 0 10px;
}
#footer li.valid {
	padding:0 52px;
}
#footer li.valid a {
	margin:0 2px;
}
#footer li.nobord {
	border:0;
}
#footer img.facebook {
	float:right;
	margin-top:10px;
}
#footer a {
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}
#footer a:hover {
	color:#808080;
}
#footer .address {
	float:right;
	text-align:right;
	margin-top:5px;
}
#footer a.arrival {
	color:#00aeef;
	font-weight:bold;
}
/* [/footer] */

/* [extra] */

.divider {
	margin:20px 0;
	border-bottom:1px solid #d8d8d8;
	font-size:1px;
	clear:both;
}
hr {
	color:#e5e5e5;
	background-color:#e5e5e5;
	border:0;
	height:1px;
	clear:both;
}
.cleaner {
	clear:both;
}
.spacer {
	clear:both;
	height:75px;
}
.populate_off {
	display:none;
}
.populate_on {
	display:block;
}
.sIFR-alternate {
	color:#000;
}
.blue {
	color:#025b9c;
}
.orange {
	color:#f89e1c;
}
.center {
	text-align:center;
}
.firstpara {
	margin-top:0;
}
.smalltext {
	font-size:70%;
}
.imglft {
	float:left;
	margin:4px 20px 0 0;
}
.imgrt {
	float:right;
	margin:4px 0 0 20px;
}
.viking {
	vertical-align:middle;
	margin:3px 0 0 10px;
}
.highlight {
	background:url(/images/price-bg.gif) no-repeat;
	color:#000;
	padding:1px 6px 2px;
}
.fltlft {
	float:left;
}
.fltrt {
	float:right;
}
.apply {
	vertical-align:middle;
	margin-left:8px;
}
.yellow {
	color:#f89e1c;
}
.norb {
	margin-right:0;
}
.hide, #nav span {
	position:absolute;
	left:-5000px;
	margin:0;
	padding:0;
}
.hide2 {
	display:none;
}

/* [/extra] */

