{
	margin: 0;
	padding: 0;
}

/* Tell the browser to render HTML 5 elements as block */
header, footer, aside, nav, article {
	display: block;
}

body {
	margin: 0 auto;
	width: 900px;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #000000;
	background-image: url("/image/bg.jpg");
	background-position:center top;
	background-repeat:no-repeat;
	-webkit-background-size: 999px 2258px;	
	color:#ffffff;
}

a:focus {
    outline: 0px;
}

.clear {
	clear:both;
}

/* ------- HEADER -------- */
#header {
	display: block;
	height: 188px;
	position:relative;
}

#logoT {
	padding-top: 34px;
}
#sloganT {
	position:absolute;
	right:0px;
	top:13px;
}
#contactlist {
	display:block;
	position:absolute;
	right:0px;
	top:82px;
}
div#contactlist A {
	padding-right:10px;
}
.noborder {
	border:0px;
}

div#contactusBT {
	display:block;
	position:absolute;
	right:10px;
	top:129px;
	width:167px;
	height:31px;
	text-align:center;

	background-image: url("/image/contactusBack.png");
	background-position:center top;
	background-repeat:no-repeat;
}

div#contactusBT A {
	color:#ffffff;
	font-weight:bold;
	font-size:15px;
	line-height:31px;
	text-decoration:none;
}

div#contactusBT A:hover {
	text-decoration:underline;
}

/* ------- MENU -------- */
#menu {
	display: block;
	height: 41px;
	position:relative;
	background-image: url("/image/menubar.png");
	background-position:center top;
	background-repeat:no-repeat;
	padding-left:15px;	
}

#menu ul {
	margin:0px; 
	padding:0px;
}

#menu ul li {
	display:inline;
	height:41px;
	float:left;
	list-style:none;
	
	padding-left:20px;
	padding-right:22px;
	background-image: url("/image/menuseparation.png");
	background-repeat:no-repeat;
	background-position: right 9px;
}

#menu ul li:last-child {
	padding-right:0px;
	background-image:none;
}

#menu li a
{	color:#fff;
	font-weight:bold;
	text-decoration:none;
	/* font-size: 18px; */
	font-family: Arial;
	font-size: 1.25em;
	line-height: 41px;
}

#menu li a:hover {
	text-decoration:underline;
}

/* ------- FOOTER -------- */
#footer {
	display: block;
	height: 91px;
	position:relative;
}

div#footLinks {
	display:block;
	position:absolute;
	top:40px;
	left:0px;
}
div#footLinks, div#footLinks A {
	color:#ffffff;
	font-weight:bold;
	font-size: 12px;
	text-decoration:none;
}
div#footLinks A:hover {
	text-decoration:underline;
}
div#footcopyright {
	color:#ffffff;
	font-size: 12px;
	display:block;
	position:absolute;
	top:40px;
	right:0px;
}

/* ------- MAIN -------- */
div#main {
   min-height: 500px; 
   height:auto !important; 
   height: 500px; 
}

/* GENERAL CLASS */
A.blur:hover {
	-webkit-stroke-width: 5.3px;
    -webkit-stroke-color: #FFFFFF;
    -webkit-fill-color: #FFFFFF;
    text-shadow: 1px 0px 20px white;
    -webkit-transition: width 0.3s; /*Safari & Chrome*/
    transition: width 0.3s;
    -moz-transition: width 0.3s; /* Firefox 4 */
    -o-transition: width 0.3s; /* Opera */
}

div.divspacer {
	display:block;
	height:13px;
}

div.boxColor {
	 background-color: #191919;
}

.tCenter {
	text-align:center;
}

/* --------- SPORT SELECTOR ----------*/
#sportmenu {
	/* display: block; */
	display:none;
	
	/*height: 41px;*/
	position:absolute;
	width:900px;
	/* background-image: url("/image/menubar.png"); */
	background-color: #fff;
	/*padding-left:30px;*/
	padding-top:20px;
	width:900px;
	z-index:9999;
}

#sportmenu ul {
	margin:0px; 
	padding:0px;
}

#sportmenu ul li {
	display:inline;
	/*height:41px;*/
	float:left;
	list-style:none;

/*
	padding-left:20px;
	padding-right:20px;
	background-repeat:no-repeat;
	background-position: right 9px;
*/
	width:120px;
	height:160px;
	text-align:center;
	margin-left:7px;
}

#sportmenu ul li img {
	width:120px;
	height:120px;
	border:0px none;
}

#sportmenu li a
{	color:#000;
	font-weight:bold;
	text-decoration:none;
	/* font-size: 18px; */
	font-family: Arial;
	font-size: 1.25em;
	/*line-height: 41px;*/
}

#sportmenu li a:hover {
	text-decoration:underline;
}