/*####################
##### HTML, BODY #####
#####################*/ 


body {
	font-family				: Arial, Helvetica, sans-serif;
	font-size				: 77%;
	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 #####
###################*/ 

#container, #containerHome{
	display					: block;
	min-height				: 600px;
	width					: 852px;
	margin-right			: auto;
	margin-left				: auto;
	text-align				: left;
	background-color		: #1D1D1D;
	border-left				: 2px solid #000;
	border-right			: 2px solid #000;
	/*background-image		: url(../images/contentBkrd.jpg);*/
	background-position		: top right;
	background-repeat		: no-repeat;		
}

*html #container, #containerHome{
	height					: 600px;
		
}

#containerHome{
	background-image		: none;		
}

#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				: 2em;
	font-size 				: 140%;
	color					: #FFF;
	border-bottom			: 1px Solid #B6B924;
}

h6{ /* Paragraph heading */
	padding		 			: 0px 0px 0px 0px;
	margin					: 0px 0px 15px 0px;
	line-height				: 2em;
	font-size 				: 105%;
	color					: #FFF;
	border-bottom			: 1px Solid #B6B924;
}

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			: capitalize;
	font-size 				: 200%;
	color					: #B6B924;
}

h4{  /* Product sub-title */
	padding		 			: 0px 0px 0px 0px;
	margin		 			: 0px 0px 0px 0px;
	line-height				: 2em;
	font-size 				: 150%;
	color					: #B6B924;
}

/*#spacer
{
	width:					0px;
	height:					540px;
	float:					left;
}*/

#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;
}

 /* Main content bullet point */

#content ul{
	list-style 			: none;
	margin 				: 0px 0px 0px 0px;
	padding 			: 0px 0px 30px 0px;
}

#content ul li a{
	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;
}


 /* Returns bullet point */

ul#returns {
	list-style 			: none;
	margin 				: 0px 0px 0px 0px;
	padding 			: 0px 0px 30px 0px;
}

ul#returns 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;
	height 					: 127px;
	background-color		: #1D1D1D;
	padding		 			: 0px 0px 0px 0px;
	margin					: 0px 0px 0px 0px;
	
}

.logo{
	margin					: 20px 0px 0px 10px;
	border					: none;
	float					: left;
}


#headerImage{
	width					: 521px;
	float					: right;
	height					: auto;
	margin					: 0px 0px 0px 0px;
	padding					: 0px 0px 0px 0px;
}

.headerImg{
	padding					: 0px 0px 0px 0px;
	border					: none;
}




/*####################
### TOP NAVIGATION ###
####################*/ 


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{
	margin					: 7px 0px 0px 0px;
	padding					: 0px 18px 0px 18px;
	display 				: block;
	float 					: left;
	font-weight				: normal;
	color					: #FFF;
	text-decoration 		: none;
	font-size 				: 11px;
	line-height				: 2.0em;	
	height					: 23px;
	border-left				: 1px solid #570902;
	border-right			: 1px solid #BF1204;
	
}

*html ul#navTop li a{
	padding					: 0px 17px 0px 17px;
	
}


#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				: 450px;
	display					: block;
	margin					: 0px 0px 0px 0px;
	padding					: 0px 0px 0px 0px;
	float					: left;
	background-image		: url(../images/leftNavBkgrnd.jpg);
	background-position		: top left;
	background-repeat		: no-repeat;
}

*html #leftNav{
	height					: 450px;
}

#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;
	
}

#leftNav ul li a:hover, #leftNav ul li a.selected{
	color					: #FFF;
	background-image		: url(../images/headerNavOverlime.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 8px;
}

.searchForm{
	margin					: 10px 0px 5px 5px;
	padding					: 0px 0px 0px 0px;
}


/*###############
#### CONTENT ####
###############*/ 
	
	
#contentHome{
	padding					: 0px 5px 0px 0px;
	margin					: 0px 0px 0px 0px;
	float					: right;
	width 					: 690px;
	height					: auto;
	display 				: block;
	color					: #999999;
	line-height 			: 175%;

}


*html #contentHome{
	padding					: 0px 0px 0px 0px;
	margin					: 0px 0px 0px 0px;

}

#content{
	padding					: 5px 12px 5px 10px;
	margin					: 0px 0px 0px 0px;
	float					: right;
	width 					: 670px;
	height					: auto;
	display 				: block;
	color					: #999999;
	line-height 			: 175%;
	min-height				: 440px;

}


*html #content{
	float					: none;
	height					: 440px;

}


/*################
##### 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. #####
###############*/ 


.imgRight{
	float					: right;
	margin					: 0px 0px 10px 30px;
	padding					: 0px 0px 0px 0px;
}


.clear{
	clear					: both;
}

.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;
}

.playerFrame{
	display					: block;
	width					: 110px;
	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;
}


.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;

}


.playerFrame a{
	padding					: 10px 0px 0px 0px;
	margin					: 0px 0px 0px 0px;
	width 					: auto;
	height					: auto;
	display 				: block;
	border					: 1px solid #333;
	background-color		: #1E1E1E;

}

.playerFrame a:hover{
	border					: 1px solid #999;
	text-decoration			: none;

}

.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;
	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					: 80px;
	cursor					: pointer;
	cursor					: hand;
}

.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;
}
