/*####################
##### HTML, BODY #####
#####################*/ 


body {
	font-family				: Arial, Helvetica, sans-serif;
	font-size				: 12px;
	color					: #333;
	text-align				: center;
	margin					: 0px;
	padding 				: 0px;
	margin-bottom			: 10px;
	background-color		: #666666;
	
}


/*#####################
### OUTER CONTAINER ###
#####################*/ 


#containerOuter{
	width					: 950px;
	margin-right			: auto;
	margin-left				: auto;
	background-image		: url(../images/bodyBkgrnd.jpg);
	background-position		: center;
	background-repeat		: repeat-y;
	
	
}


/*###################
##### CONTAINER #####
###################*/ 

#containerInner{
	display					: block;
	min-height				: 600px;
	width					: 852px;
	margin					: 0px auto 0px auto;
	padding					: 0px 0px 0px 0px;
	text-align				: left;
	border-left				: 2px solid #000;
	border-right			: 2px solid #000;
	background-color		: #1A1A1A;
	background-image		: url(../images/contentBkrd.jpg);
	background-position		: top right;
	background-repeat		: no-repeat;
		
}

*html #containerInner{
	height					: 600px;
		
}


#containerSplash{
	width					: 852px;
	margin-right			: auto;
	margin-left				: auto;
	text-align				: left;
	display					: block;
	background-color		: #1D1D1D;
	border-left				: 2px solid #000;
	border-right			: 2px solid #000;
		
}


/*###############
##### FONTS #####
###############*/ 


p{
	padding					: 0px 0px 10px 0px;
	margin					: 0px;
	font-size 				: 100%;
}



h1{ /* Page title */
	padding		 			: 0px 0px 0px 0px;
	margin					: 0px 0px 15px 0px;
	line-height				: 2.0em;
	font-size 				: 140%;
	color					: #FFF;
	border-bottom			: 1px Solid #00AA37;
}


h2{ /* Paragraph heading */
	padding		 			: 10px 0px 10px 0px;
	margin					: 0px;
	line-height				: 1.0em;	
	font-size 				: 105%;
	color					: #CECECE;
}

h3{ /* Product title */
	padding		 			: 0px 0px 0px 0px;
	margin		 			: 0px 0px 0px 0px;
	line-height				: 1.4em;
	text-transform			: uppercase;	
	font-size 				: 200%;
	color					: #00AA37;
}

h4{  /* Product sub-title */
	padding		 			: 0px 0px 0px 0px;
	margin		 			: 0px 0px 0px 0px;
	line-height				: 2.0em;	
	font-size 				: 150%;
	color					: #00AA37;
}

h6{ /* Paragraph heading */
	padding		 			: 0px 0px 0px 0px;
	margin					: 0px 0px 15px 0px;
	line-height				: 2.0em;		
	font-size 				: 105%;
	color					: #FFF;
	border-bottom			: 1px Solid #00AA37;
}

#content a{
	color					: #CECECE;
	text-decoration			: none;
}

#content a:hover {
	color					: #FFF;
	text-decoration			: underline;
}


 /* Products bullet point list */
 
.productRight ul{
	list-style 				: none;
	margin 					: 0px 0px 0px 0px;
	padding 				: 0px 0px 0px 0px;
}

.productRight ul li{
	display 				: block;
	margin 					: 0px 0px 0px 10px;
	padding 				: 1px 0px 0px 15px;
	min-height				: 25px;
	background-image		: url(../images/bullet.gif);
	background-position 	: top left;
	background-repeat		: no-repeat;
}

 /* bullet point */

ul#list {
	list-style 				: none;
	margin 					: 0px 0px 0px 0px;
	padding 				: 0px 0px 30px 0px;
}

ul#list li{
	display 				: block;
	margin 					: 0px 0px 0px 10px;
	padding 				: 1px 0px 0px 15px;
	height					: 25px;
	background-image		: url(../images/bullet.gif);
	background-position 	: top left;
	background-repeat		: no-repeat;
}



 /* General hyperlink */
 
a{
	color					: #777;
	text-decoration			: none;
}

a:hover {
	color					: #999;
	text-decoration			: underline;
}


hr{
	color					: #333;
}

/*################
##### HEADER #####
################*/ 


#header{
	width					: 852px;
	display					: block;
	height 					: 127px;
	background-color		: #1D1D1D;
	padding		 			: 0px 0px 0px 0px;
	margin					: 0px 0px 0px 0px;
	
}

.logo{
	margin					: 0px 0px 0px 0px;
	padding					: 0px 0px 0px 0px;
	border					: none;
	float					: left;
}


#headerImage{
	margin					: 0px 0px 0px 0px;
	padding					: 0px 0px 0px 0px;
	float					: right;
	border					: none;
}



/*####################
### TOP NAVIGATION ###
####################*/ 

/*  NOTE EXTRA NAV CSS AT FOOT OF THIS PAGE  */

ul#navTop{
	margin					: 0px 0px 0px 0px;
	padding					: 0px 0px 0px 0px;
	display 				: block;
	list-style 				: none;
	width					: 852px;
	height					: 37px;
	background-image		: url(../images/topNavBkgrnd.jpg);
	background-position		: left;
	background-repeat		: repeat-x;
	
}

ul#navTop li{
	display 				: inline;
}

ul#navTop li a{

	/*  PADDING BELOW FOR SAFARI BROWSER (other browsers catered for at foot of page) */
	padding					: 0px 22px 0px 22px;
	
	margin					: 7px 0px 0px 0px;	
	display 				: block;
	float 					: left;
	font-weight				: normal;
	color					: #FFF;
	text-decoration 		: none;
	font-size 				: 11px;
	line-height				: 2.0em;	
	height					: 23px;
	border-right			: 2px solid #333;	
}


#navTop li a:hover, #navTop li a.selected{
	background-image		: url(../images/headerNavOver.jpg);
	background-position		: left;
	background-repeat		: repeat-x;
	
}



/*#####################
### SIDE NAVIGATION ###
#####################*/ 

#leftNav{
	width					: 157px;
	min-height				: 452px;
	display					: block;
	margin					: 0px 0px 0px 0px;
	padding					: 0px 0px 0px 0px;
	float					: left;
	background-color		: #1A1A1A;
	background-image		: url(../images/leftNavBkgrnd.jpg);
	background-position		: top left;
	background-repeat		: no-repeat;
}

*html #leftNav{
	height					: 452px;
}


#leftNav ul{
	list-style				: none;
	margin					: 0px;
	padding					: 0px;
}


#leftNav ul li a{
	display 				: block;
	width					: 126px;
	margin					: 0px 0px 0px 3px;
	padding 				: 0px 5px 0px 18px;
	color					: #FFF;
	background-color		: #666666;
	border					: 1px solid #000;
	line-height				: 1.8em;
	font-size 				: 90%;
	font-weight				: normal;
	text-align				: left;
	text-decoration 		: none;
	
}

*html #leftNav ul li a{
	padding 				: 0px 5px 0px 18px;
	height					: 20px
	
}

*html #leftNav img{
	padding 				: 0px 0px 0px 0px;
	margin					: 6px 0px 0px 0px;
	
}

#leftNav ul li a:hover, #leftNav ul li a.selected{
	color					: #FFF;
	background-image		: url(../images/headerNavOver.jpg);
	background-repeat		: repeat-x;
	background-position		: bottom;
}


#leftNav ul li a.currentItem{
	background-image		: url(../images/buttonOver.jpg);
	background-repeat		: repeat-x;
	background-position		: bottom;
}

#leftNav ul li ul li a{
	background-color		: #313131;
	color					: #CCC;
	text-transform			: none;
	font-size				: 90%;
	font-weight				: 200;
}

#leftNav ul li ul li a:hover, #leftNav ul li ul li a.selected{
	background-color		: #414141;
	color					: #FFF;
	background-image		: none;
}

	
.hidden{
	display					: none;
}


.promoTeaser{
	border					: none;
	margin					: 5px 0px 0px 3px;
}

.searchForm{
	margin					: 10px 0px 5px 5px;
	padding					: 0px 0px 0px 0px;
}


/*###############
#### CONTENT ####
###############*/ 
	
	
#contentHome{
	padding					: 0px 0px 0px 0px;
	margin					: 0px 0px 0px 0px;
	float					: right;
	width 					: 695px;
	height					: auto;
	display 				: block;
	color					: #999999;
	line-height 			: 175%;
}

*html #contentHome{
	float					: left;
	padding					: 0px -5px 0px 0px;
	margin					: 0px -5px 0px 0px;
}

#contentBkgrnd{
	display					: block;
	height					: auto;
	background-image		: url(../images/contentBkgrnd.jpg);
	background-position		: top right;
	background-repeat		: no-repeat;
	background-repeat		: none;
	background-color		: #000000;
}


#content{
	padding					: 5px 12px 5px 10px;
	margin					: 0px 0px 0px 0px;
	float					: right;
	width 					: 673px;
	display 				: block;
	color					: #999999;
	line-height 			: 175%;
	min-height				: 520px;
}


*html #content{
	padding					: 5px 14px 5px 10px;
	width 					: 670px;
	height					: 520px;
}



/*################
##### FOOTER #####
################*/ 

#footer{
	margin					: 0px 0px 0px 0px;
	padding					: 0px 0px 0px 0px;
	display					: block;
	width					: 950px;
	height					: 89px;
	clear					: both;
	text-align				: left;
	font-size				: 90%;
	font-weight				: normal;
	background-image		: url(../images/footerBkgrnd.jpg);
	background-position		: top center;
	background-repeat		: repeat-x;
	
}

#footerBar{
	margin					: 0px 0px 0px 49px;
	padding					: 0px 0px 0px 0px;
	width					: 852px;
	color					: #FFF;
	height					: 37px;
	background-image		: url(../images/topNavBkgrnd.jpg);
	background-position		: left;
	background-repeat		: repeat-x;
	
}

#footer p{
	margin					: 4px 0px 0px 0px;
	padding					: 0px 0px 0px 65px;
	font-weight				: normal;
	color					: #555;
	
}

#footerBar p{
	margin					: 0px 0px 0px 0px;
	padding					: 0px 0px 0px 17px;
	font-weight				: normal;
	color					: #FFF;
	
}

#footerBar a {
	margin					: 0px 0px 0px 0px;
	padding					: 0px 0px 0px 0px;
	line-height				: 3.2em;
	text-decoration			: none;
	color					: #FFF;
}


#footerBar a:hover {
	text-decoration			: underline;

}


.footerImg{
	float					: right;
	margin					: -24px 20px 0px 0px;
	border					: none;
}

*html .footerImg{
	margin					: -25px 20px 0px 0px;
}



/*###############
##### MISC. #####
###############*/ 

.clear{
	clear					: both;
	height					: 0px;
}


/*  Misc. Buttons  */
ul.miscBtn{
	margin					: 0px 0px 0px 0px;
	padding					: 0px 0px 0px 0px;
	display 				: block;
	list-style 				: none;
	clear					: both;
	height					: 23px;
}


ul.miscBtn li{
	display 				: inline;
}


ul.miscBtn li a{
	margin					: 0px 10px 0px 0px;
	padding					: 0px 10px 0px 10px;
	display 				: block;
	float 					: left;
	font-weight				: normal;
	color					: #FFF;
	text-decoration 		: none;
	font-size 				: 11px;
	line-height				: 2.0em;	
	height					: 23px;
	border					: 1px solid #000000;
	background-image		: url(../images/submitBtn.jpg);
	background-repeat		: repeat-x;
}


ul.miscBtn li a:hover{
	background-image		: url(../images/submitBtnOver.jpg);
	background-repeat		: repeat-x;
	text-decoration 		: none !important;
}



/*  IMAGES  */
.imgRight{
	float					: right;
	margin					: 5px 0px 10px 30px;
	padding					: 0px 0px 0px 0px;
}

.imgLeft{
	float					: left;
	margin					: 5px 30px 10px 0px;
	padding					: 0px 0px 0px 0px;
}

.faqImg{
	float					: left;
	margin					: 4px 0px 0px 0px;
	padding					: 0px 0px 0px 0px;
}



/*  TABLES  */
.tblSizeGuide{
	margin					: 0px 0px 20px 0px;
	padding					: 0px 0px 0px 0px;
	width					: 600px;
	border					: 1px Solid #00AA37;
	background-color		: #333333

}

.tblSizeGuide td{
	margin					: 0px 0px 0px 0px;
	padding					: 3px 5px 3px 5px;	
	vertical-align			: top;
	text-align				: center;

}


.tblTeam{
	margin					: 0px 0px 20px 0px;
	padding					: 0px 0px 0px 0px;
	width					: 670px;

}

.tblTeam td{
	margin					: 0px 0px 0px 0px;
	padding					: 3px 5px 3px 5px;	
	vertical-align			: top;

}


/*  TEAMS PAGE  */
.playerFrame a{
	margin					: 0px 20px 20px 0px;
	padding					: 10px 5px 0px 5px;
	float					: left;
	width 					: 135px;
	height					: 100px;
	display 				: block;
	border					: 1px solid #333;
	background-color		: #1E1E1E;
	font-size				: 11px;
	line-height				: 1.2em;
	cursor					: hand;
	
}

*html .playerFrame a{
	margin					: 0px 15px 15px 0px;
	
}

.playerFrame a:hover{
	border					: 1px solid #00AA37;
	text-decoration			: none !important;
}

.playerFrame img{
	display 				: block;
	height					: 60px;
	border					: none;
}


/*  OTHER SITES  */
.otherSites{
	border					: 1px solid #00AA37;
	
}


/*  FLASH HOMEPAGE  */
.flashHome{
 	width					: 690px; 
	height					: 450px;

}

.splashImg{
	border					: none;
	margin					: 3px 0px -1px 2px;
	padding					: 0px 0px 0px 0px;
	
}

*html .splashImg{
	margin					: 2px 0px 2px 2px;
	
}

.tableStockist{
	margin					: 0px 0px 0px 0px;
	padding					: 0px 0px 0px 0px;

}

.tableStockist td{
	margin					: 0px 0px 0px 0px;
	padding					: 0px 10px 5px 0px;	
	vertical-align			: top;

}

.playerHolder{
	float					: right;
	display					: block;
	width					: 350px;
	height					: auto;
}

.playerHolderM{
	float					: right;
	display					: block;
	width					: 200px;
	height					: auto;
}


.tablePlayer{
	margin					: 0px 0px 0px 0px;
	padding					: 0px 0px 0px 0px;
	width					: 300px;
	float					: left;
}

.tablePlayer td{
	margin					: 0px 0px 0px 0px;
	padding					: 0px 10px 5px 0px;	
	vertical-align			: top;
}
.tablePlayerM{
	margin					: 0px 0px 0px 0px;
	padding					: 0px 0px 0px 0px;
	width					: 480px;
	float					: left;
}

.tablePlayerM td{
	margin					: 0px 0px 0px 0px;
	padding					: 0px 10px 5px 0px;	
	vertical-align			: top;
}
.tableContact{
	margin					: 0px 0px 0px 0px;
	padding					: 0px 0px 0px 0px;

}

.tableContact td{
	margin					: 0px 0px 0px 0px;
	padding					: 0px 10px 5px 0px;	
	vertical-align			: top;

}
.contactAddress{
	padding					: 5px 5px 5px 12px;
	margin					: 0px 0px 5px 0px;
	float					: right;
	width 					: 200px;
	height					: auto;
	display 				: block;
	border					: 1px solid #333;
	background-color		: #1E1E1E;

}

.stockistMap{
	padding					: 0px;
	margin					: 0px 0px 5px 0px;
	float					: right;
	width 					: 348px;
	height					: auto;
	display 				: block;
	border					: 1px solid #333;
	background-color		: #1E1E1E;

}


.playerImages{
	padding					: 5px 5px 5px 5px;
	margin					: 0px 0px 5px 0px;
	float					: right;
	height					: auto;
	display 				: block;
	border					: 1px solid #333;
	background-color		: #1E1E1E;

}


.playerFlash{
	padding					: 5px 5px 5px 5px;
	margin					: 0px 0px 30px 30px;
	float					: left;
	height					: auto;
	width					: 248px;
	display 				: block;
	border					: 1px solid #333;
	background-color		: #1E1E1E;

}


.dropdownField{
	margin					: 10px 0px 0px 0px;
	padding					: 2px 2px 2px 2px;
	display 				: block;
	width					: 150px;
	border					: 1px solid #000000;
	font-size 				: 11px;	
}


.textArea, .textField{
	width					: 220px;
}

.submitBtn{
	margin					: 0px 0px 0px 0px;
	padding					: 0px 0px 0px 0px;
	display 				: block;
	font-weight				: normal;
	text-align				: center;
	color					: #FFF;
	text-decoration 		: none;
	font-size 				: 11px;	
	height					: 23px;
	width					: 80px;
	border					: 1px solid #000000;
	background-image		: url(../images/submitBtn.jpg);
	background-repeat		: repeat-x;
	cursor					: pointer;
	cursor					: hand;
}

.submitBtn a{
	margin					: 0px 0px 0px 0px;
	padding					: 0px 0px 0px 0px;
	display 				: block;
	font-weight				: normal;
	text-align				: center;
	color					: #FFF;
	text-decoration 		: none;
	font-size 				: 11px;	
	height					: 23px;
	width					: 80px;
	border					: 1px solid #000000;
	background-image		: url(../images/submitBtn.jpg);
	background-repeat		: repeat-x;
	cursor					: pointer;
	cursor					: hand;
}

.submitBtn a:hover{
	background-image		: url(../images/submitBtnOver.jpg);
}


.textFieldSml{
	width					: 110px;
	font-size 				: 11px;	
	padding					: 2px 2px 2px 2px;
}

.submitBtnSml{
	margin					: 0px 0px 0px 0px;
	padding					: 0px 0px 0px 0px;
	border					: 1px solid #000000;
	background-image		: url(../images/submitBtn.jpg);
	background-repeat		: repeat-x;
	font-weight				: normal;
	color					: #FFF;
	text-decoration 		: none;
	font-size 				: 11px;	
	height					: 23px;
	width					: 15px;
	cursor					: pointer;
	cursor					: hand;
}






/*#################################
### SAFARI/IE6 HACK FOR NAV BAR ###
### KEEP AT BOTTOM OF THIS PAGE ###
#################################*/ 

/* PADDING BELOW FOR FIREFOX BUT IGNORED BY SAFARI DUE TO '#'   */
ul#navTop li a{
	padding					: 0px 22px 0px 22px;
	# 
}
/* PADDING BELOW FOR IE6 BROWSER (IE7 values set in seperate IE7 stylesheet)  */
*html ul#navTop li a{
	padding					: 0px 23px 0px 22px;
}