﻿/* ========================================================================================================= */
/*  RESET CODE
/* ========================================================================================================= */
	
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h2, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1.2;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
	
/* ========================================================================================================= */
/*  DEFAULT SETTINGS
/* ========================================================================================================= */

body {
	background: #111;
	color: #FFF; 
	font-weight:normal; 
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px; 
	text-align:left;
	margin: 0px;
	padding:0px;
	height:100%;
	width:100%;
}

a:link	{
	color: #FF0; 
	text-decoration: none;
}

a:visited {
	color: #FF0; 
	text-decoration: none;
	}
	
a:hover	{
	color: #FF0; 
	text-decoration: underline;
}	

li	{
	margin-bottom:10px;
}

ul	{
	margin-bottom:20px;
}

p {
	margin:0px 0px 20px 0px;
}

small {
	font-size:0.8em;
}



/* ========================================================================================================= */
/*  FONTS
/* ========================================================================================================= */

@font-face {
    font-family: 'BebasNeueRegular';
    src: url('../fonts/bebasneue-webfont.eot');
    src: url('../fonts/bebasneue-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/bebasneue-webfont.woff') format('woff'),
         url('../fonts/bebasneue-webfont.ttf') format('truetype'),
         url('../fonts/bebasneue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

.bebas {
	font-family:"BebasNeueRegular", "Arial Narrow", sans-serif;
	font-size-adjust: 0.7;
	font-weight: normal;
	font-style: normal;
	line-height:normal;	
	text-transform:uppercase;
}


/* ========================================================================================================= */
/*  HEADERS APPLIED TO <H> TAGS IN HTML
/* ========================================================================================================= */

.head1 {
	color:#FFF;
	font-size:30px;
	text-shadow: #001b52 0px 2px 3px;
	font-weight:normal;	
	margin:0px 0px 0px 0px;
	text-align:left;
}

.head2 {
	color:#FFF;
	font-size:35px;
	text-shadow: #111 0px 2px 3px;
	font-weight:normal;	
	margin:0px 0px 20px 0px;
	text-align:center;
}

.head3 {
	color:#6e9cf3;
	font-size:24px;
	text-shadow: #101010 0px 2px 3px;
	font-weight:normal;	
	margin:0px 0px 0px 0px;
	text-align:left;
}

.head4 {
	color:#6e9cf3;
	font-size:30px;
	text-shadow: #101010 0px 2px 3px;
	font-weight:normal;	
	margin:0px 0px 0px 0px;
	text-align:left;
}

.head5 {
	color:#FF0;
	font-size:20px;
	text-shadow: #000 0px 2px 3px;
	font-weight:normal;	
	margin:0px 0px 20px 0px;
	text-align:left;
}


/* ========================================================================================================= */
/*  CONTAINERS
/* ========================================================================================================= */

.main-wrap {
	position:relative;
	margin:0 auto;
	width:1000px;
	top:400px;
}

.main-wrap-short {
	position:relative;
	margin:0 auto;
	width:760px;
	top:400px;
}


.title-wrap {
	position:relative;
	background:#101010; /*transparent url('/images/backgrounds/colours/blue-1.png') repeat-x scroll left top;*/
	padding:0px 30px 0px 230px;
	float:left;
	margin:65px 0 0 0;
	height:44px;
	z-index:8888;
}

.col-1 {
	width:550px;
	float:left;
}

.col-1-inner {
	width:490px;
	padding:30px;
	background:transparent url('/images/backgrounds/colours/black-1.png') repeat;
	border:2px #FFF solid;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin:0 0 50px 0;
	-webkit-box-shadow: 0px 2px 5px #111;
	-moz-box-shadow: 0px 2px 5px #111;
	box-shadow: 0px 2px 5px #111;		
}

.col-2 {
	width:400px;
	float:right;
}

.col-2-inner {
	width:340px;
	padding:30px;
	background:transparent url('/images/backgrounds/colours/black-1.png') repeat;
	border:2px #FFF solid;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin:0 0 50px 0;
	-webkit-box-shadow: 0px 2px 5px #111;
	-moz-box-shadow: 0px 2px 5px #111;
	box-shadow: 0px 2px 5px #111;		
	
}

.col-2-full-inner {
	width:400px;
	background:transparent url('/images/backgrounds/colours/black-1.png') repeat;
	border:2px #FFF solid;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin:0 0 50px 0;
	-webkit-box-shadow: 0px 2px 5px #111;
	-moz-box-shadow: 0px 2px 5px #111;
	box-shadow: 0px 2px 5px #111;		
}


.col-2b-inner {
	width:340px;
	padding:30px;
	background:transparent;
	border:none;
	margin:0 0 50px 0;
}


.col-full-inner {
	width:940px;
	padding:30px;
	background:transparent url('/images/backgrounds/colours/black-1.png') repeat;
	border:2px #FFF solid;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin:0 0 50px 0;
	-webkit-box-shadow: 0px 2px 5px #111;
	-moz-box-shadow: 0px 2px 5px #111;
	box-shadow: 0px 2px 5px #111;		
}

.col-full-short {
	width:696px;
	padding:30px;
	background:transparent url('/images/backgrounds/colours/black-1.png') repeat;
	border:2px #FFF solid;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin:0 0 50px 0;
	-webkit-box-shadow: 0px 2px 5px #111;
	-moz-box-shadow: 0px 2px 5px #111;
	box-shadow: 0px 2px 5px #111;		
}


.location-map {
	width:338px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border:1px #FFF solid;
	margin:0 0 20px 0;
	
}

.contacts-main-wrap {
	float:left;
	width:134px;
	height:250px;
	overflow:hidden;
	padding:20px;
	margin:0 22px 22px 0;
	background:transparent url('/images/backgrounds/colours/black-1.png') repeat;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0px 2px 5px #111;
	-moz-box-shadow: 0px 2px 5px #111;
	box-shadow: 0px 2px 5px #111;		
	border:2px #FFF solid;
	
}

.show-bg-image {
	position:absolute;
	z-index:9999;
	left:878px;
	top:65px;
	width:130px;
	height:44px;
	background:transparent;
	cursor:pointer;
}

.show-bg-image:hover {
	background:transparent;
	cursor:pointer;
	border:1px #CCC solid;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	
}

.player-image-2-blank {
	float:left;
	width:124px;
	height:124px;
	margin:0 20px 20px 0;
	
}

/* ========================================================================================================= */
/*  MENU
/* ========================================================================================================= */


a.menu-item:link, a.menu-item:visited {
	color:#FFF;
	text-decoration:none;
	font-size:17px;
	font-weight:500;
	/*text-shadow: #000 0px 2px 3px;*/
	line-height:24px;
}

a.menu-item:hover {
	text-decoration:none;
	color:#2c4776;	
	/*text-shadow: #FF0 0px 2px 3px;*/
}

a.menu-item-2:link, a.menu-item-2:visited {
	color:#FF0;
	text-decoration:none;
	font-size:17px;
	font-weight:500;
	text-shadow: #000 0px 2px 3px;
	line-height:24px;
}

a.menu-item-2:hover {
	text-decoration:none;
	color:#FFF;	
	text-shadow: #FF0 0px 2px 3px;
}

/* New */

.mlddm {
	margin: 0;
	padding: 0;
	float:left;
}

.mlddm li {	
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	font: 11px arial, sans-serif;
	z-index:99999;
	
}

.mlddm li a {
	display: block;
	text-align: center;
	white-space: nowrap;
	color: #2c4776;
	padding:10px 15px 0px 15px;
	margin:0;
	width: auto;
	max-width:200px;
	text-decoration: none;
	background:#000;
	line-height:34px;
	height:34px;
	font-size:12px;
	text-shadow: #000 0px 2px 3px;
	
}

.mlddm li a:hover {	
	background:#FF0;
	color:#2c4776;
	text-shadow: #FF0 0px 2px 3px;
	
}

.mlddm ul {	
	z-index: 100;
	margin: 0px 0 0 0;
	padding: 0;
	visibility: hidden;
	position: absolute;
	clear: both;
	background: #FF0;

	
}

.mlddm ul li {
	float: none
}

.mlddm ul li a {	
	white-space: nowrap;
	width: auto;
	margin: 0;
	padding: 9px 30px 9px 20px;
	line-height:12px;
	height:12px;
	text-align: left;
	text-decoration: none;
	color: #2c4776;
	background: transparent;
	font-size:11px;
	text-shadow: none;	
}

.mlddm ul li a:hover {	
	color: #FF0;
	border: none;
	cursor:pointer;
	background:#2c4776;
	text-shadow: none;	
	
}

.mlddm .hsub {	
	background: url('/images/menu/arroww.gif') no-repeat right 50%
}

.mlddm .hsub:hover {
	background: #1C1D1F url('/images/menu/arroww.gif') no-repeat right 50%
}

/* old */

#jsddm {
	margin: 0;
	padding: 0;
	text-align:left;
	left:auto;
	right:auto;
	z-index:950;
}

#jsddm li {
	float: left;
	list-style: none;
	z-index:950;
	font-size: 11px; 
	color:#111;
}

#jsddm li a	{
	display: block;
	background: none;
	margin: 0 0 0 0;
	padding:10px 15px 10px 15px;
	text-decoration: none;
	white-space: nowrap;
	z-index:950;
}

#jsddm li a:hover {
	background:#FF0;
	color:#2c4776;
	z-index:950;
}

#jsddm li ul {
	margin: 0px;
	padding: 0px;
	position: absolute;
	visibility: hidden;
	z-index:950;
}

#jsddm li ul li	{
	float: none;
	display: inline;
	z-index:950;
}

#jsddm li ul li a {	
	width: auto;
	background: #FF0;
	z-index:950;
	color:#2c4776 ;
 	filter: alpha(opacity=95);
	-moz-opacity: .95;
	KhtmlOpacity: .95;
	opacity: .95;	
	margin:0;	
	padding:5px 20px 5px 20px;						
}

#jsddm li ul li a:hover	{	
	background: #2c4776 ;
	border:none;
	z-index:950;
	color:#FF0;
	margin:0;	
}



/* ========================================================================================================= */
/*  TEXT
/* ========================================================================================================= */


p.footer-line {
	margin:0;
	text-align:center;
}

a.footer-link:link, a.footer-link:visited {
	color:#FFF;
	text-decoration:none;
	font-weight:500;
	margin:0px 0px 0px 0px;

}

a.footer-link:hover {
	text-decoration:none;
	color:#FF0;	
}

.title-text {
	margin:0;
	text-align:left;
	color:#FFF;
}

a.white-link:link, a.white-link:visited {
	color:#FFF;
	text-decoration:none;
	font-weight:500;
	margin:0px 0px 0px 0px;

}

a.white-link:hover {
	text-decoration:underline;
	color:#FFF;	
}


p.centred-text {
	text-align:center;
}

/* ========================================================================================================= */
/*  IMAGES
/* ========================================================================================================= */

#bodybg	{
	text-align:center;
	z-index:-100;
	width:100%;
	position:fixed;
	overflow:hidden;
}


#bodybg-top	{
	z-index:9998;
	width:100%;
	position:fixed;
	display:none;
	overflow:hidden;
	left:0px;	
}


img#bg1a {
	position:fixed;
	width:100%;
	bottom:0px;
	left:0px;
}

img#bg1b {
	position:fixed;
	width:100%;
	bottom:0px;
	left:0px;
}


img#bg2a {
	position:fixed;
	width:100%;
	top:0px;
	left:0px;
}

img#bg2b {
	position:fixed;
	width:100%;
	top:0px;
	left:0px;
}

.logo {
	position:absolute;
	top:30px;
	left:30px;
	z-index:9999;
}


.logo-ehb {
	position:absolute;
	top:200px;
	left:90px;
	width:70px;
}

.logo-cf {
	width:160px;
	position:absolute;
	top:310px;
	left:40px;
}

.logo-ss {
	width:160px;
	position:absolute;
	top:400px;
	left:40px;
}


.contact-image-1 {
	float:left;
	width:100px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border:2px #FFF solid;
	margin:0 20px 20px 0;
	
}

.contact-image-2 {
	float:left;
	width:130px;
	height:157px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border:2px #FFF solid;
	margin:0 0 10px 0;
	
}

.player-image-1 {
	float:left;
	width:120px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border:2px #FFF solid;
	margin:0 20px 20px 0;
	
}

.player-image-2 {
	float:left;
	width:120px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border:2px #FFF solid;
	margin:0 20px 20px 0;
	
}



.content-image-1 {
	float:left;
	/*width:486px;*/
	width:98%;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border:2px #FFF solid;
	margin:0 0 20px 0;

}



.news-image-1 {
	float:left;
	width:486px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border:2px #FFF solid;
	margin:0 0 20px 0;

}

img.join-us-home {
	width:116px;
	position:absolute;
	top:470px;
	left:50%;
	margin:0 0 0 440px;
	
}

img.sponsors {
	width:146px;
	float:left;
	/*border:2px #FFF solid;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding:10px;*/
}

img.links-logo {
	width:100px;
	float:left;
	margin:0 20px 20px 0;
	border:2px #FFF solid;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background:#FFF;
}

img.shop-pic {
	width:110px;
	float:right;
	border:2px #FFF solid;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding:0;
	margin:0 0 30px 30px;
}

img.event-pic {
	width:400px;
}


/* ========================================================================================================= */
/*  TABLES & DATA
/* ========================================================================================================= */


table.player-table {
	width:500px;
	float:left;
}

td.td-150 {
	width:150px;	
}
th {
	color:#FF0;
	padding:5px;
	vertical-align:top;
	background:#333;
	
}

table {
	width:100%;
	border:none;
	margin:0px 0px 20px 0px;
}

td {
	padding:10px 5px 10px 5px;
	vertical-align:top;
	font-size:11px;
	border-bottom:1px #333 solid;
}

tr:hover {
	background:#222;
}

/* ========================================================================================================= */
/*  CLEARS & PADS
/* ========================================================================================================= */

.clear {
	width:100%;
	height:0px;
	clear:both;
}

.clear10 {
	width:100%;
	height:10px;
	clear:both;
}

.clear20 {
	width:100%;
	height:20px;
	clear:both;
}

.clear50 {
	width:100%;
	height:50px;
	clear:both;
}


.clear100 {
	width:100%;
	height:100px;
	clear:both;
}


/* ========================================================================================================= */

