
/*	--------------------------------------	*/
/* 	STANDARD HTML TAG RESETS               	*/
/*	--------------------------------------	*/

	body,
	h1, h2, h3,
	p, ul, li,
	{
		border:	0;
		margin:	0px;
		padding:0px;
	}

/*	--------------------------------------	*/
/* 	STANDARD HTML TAG DEFINITION           	*/


	body,
	form,
	td {
		font-family: 	Verdana, Helvetica, sans-serif;
		font-size: 		11px;
		color: 			#333333;
		line-height:	120%;
	}

	input {
		font-family: 	Verdana, Helvetica, sans-serif;
		font-size: 		10px;
		color: 			#333333;
		line-height:	120%;
		margin-bottom:	3px;
	}
	
	p { /* text area text */
		font-family: 	Verdana, Helvetica, sans-serif;
		font-size: 		11px;
		line-height:	120%;
		color: 			#333333;

	}
	
	
.Link{
	color: 				#c4151c;
	text-decoration: 	none; 
	}


.Link:hover{
	color: 				#000000;
	text-decoration: 	none; 
	}	
	
.Link2{
	color: 				#ffffff;
	text-decoration: 	underline; 
	}


.Link2:hover{
	color: 				#000000;
	text-decoration: 	underline; 
	}	

/*	--------------------------------------	*/
/* 	SCROLL BARS							 	*/

	html,
	body {
		scrollbar-track-color: 		#efefef;
		scrollbar-face-color: 		#ffffff;
		scrollbar-arrow-color: 		#c4151c;
		scrollbar-3dlight-color: 	#efefef;
		scrollbar-highlight-color: 	#efefef;
		scrollbar-shadow-color: 	#efefef;
		scrollbar-darkshadow-color: #efefef;
		background-color:			#2c2b27;
		background-image:			url(Graphics/BG.jpg);
		background-position:		center top;
		background-repeat:			repeat-x; 
		margin:						0;
	}


/*	--------------------------------------	*/
/* 	PAGE ELEMETS                           	*/
/*	--------------------------------------	*/

#BGContainer {
	margin:						0 auto;
	position:					relative;
	width:						1024px; 
	height:						770px;	
	background-image:			url(Graphics/MainBG.jpg);
	background-position:		center top;
	background-repeat:			no-repeat; 

	}
#BGContainer2 {
	margin:						0 auto;
	position:					relative;
	width:						1024px; 
	height:						770px;	
	background-image:			url(Graphics/MainBGWelcome2.jpg);
	background-position:		center top;
	background-repeat:			no-repeat; 

	}
#Container {

	margin:			0 auto;
	position:		relative;
	width:			1000px; 
	height:			770px;	
 
	}

#Top {
	height:			140px;
	position:		relative;
	}


#MainArea {
	position: 		relative;
	float:			left;
	display:		inline;

	width:			795px;
	}
	

#SideArea {
	position: 		relative;
	float:			left;
	display:		inline;
	height:			590px;
	width:			205px;
	}
	
#FootArea {
	margin:			 0 auto;

	padding:	 	0px;
	position:		relative;
	text-align: center;
	Width:			1000;
	height:			46px;	

	}

.Gray {
		color: #c9c9c9; 
		}
.Red {
		color: #c4151c;
		font-size: 	17px; 
		line-height:	140%;
		font-weight: normal;
		}
		
.JustRed {
		color: #c4151c;
		}
.Line {
	border-bottom:		1px solid #980000;
	margin-bottom:		10px;
	margin-top:			10px;
}

#BW {
	position:		relative;
	left:			-25px;
	top: 			-55px;
	}
	
	
.RedDot {
	list-style-type:circle;
	position:			relative;
	margin: 			0;
	padding: 			0;
	float:				left;
	font-family: 		Verdana, Helvetica, sans-serif;
	font-size: 			11px;
	line-height:		120%;
	color: 				#333333;
	margin-left:		20px;
	}
	
.RedDot li{
	display: 			inline;
	float:				left;
	line-height:		140%;	
	}
	
/*	--------------------------------------	*/
/* 	TOP AREA	                           	*/
/*	--------------------------------------	*/

	
.InfoMenu {
	list-style-type: 	none;
	position:			relative;
	margin: 			0;
	top:				116px;
	width:				800px;
	padding: 			0;
	float:				left;
	height:				40px;
	margin-left:		240px;
	}
	
.InfoMenu li{
	display: 			inline;
	float:				left;
	padding-right: 		30px;
	height:				40px;

	}
	
.InfoMenu li a,
.InfoMenu li a:link,
.InfoMenu li a:visited {
	color: 				#ffffff;
	display: 			inline;
	font-size: 			15px;
	text-decoration: 	none;
	text-transform:		lowercase;
	line-height:		150%;
	}


.InfoMenu li a:active,
.InfoMenu li a:hover {
	color: 				#c4151c;
	}
	

	
#InfoMenuOn {
	padding-right: 		30px;
	height:				40px;
}

#InfoMenuOn a{
	color: 				#c4151c;
}



h1 { /* all main headers */
	color: 				#ffffff;
	font-size: 			25px;
	font-weight: 		normal;
	margin: 			0px;
	text-decoration: 	none;
	padding:			0px;
	margin-top:			20px;
	margin-left:		20px;
	width:				504px;
	line-height:		110%;
	}


h2 { /* all sub headers */
	color: 				#ffffff;
	font-size: 			17px;
	margin: 			0px;
	text-decoration: 	none;
	padding:			0px;
	margin-bottom:		10px;
	font-weight: 		normal;
	line-height:		120%;
	}
	

	


/*	--------------------------------------	*/
/* 	MAIN AREA	                           	*/
/*	--------------------------------------	*/

.WelcomeTextArea {
	position:			relative;
	width:				500px;
	padding:			20px;
	height:				190px;
	text-align:			left;
	margin-left:		40px;
	
	}	
	
	
.WelcomeTextArea p {
	line-height:		140%;
	float:				left;
	display:			inline;
	color: 				#c9c9c9;
	width:				303px;
	overflow:			auto;
	height:				160px;
	padding-right:		10px;
}

.WelcomeTextArea h1 { /* all main headers */
	color: 				#c9c9c9;
	font-size: 			16px;
	width:				313px;
	font-weight: 		normal;
	margin: 			0px;
	text-decoration: 	none;
	padding:			0px;
	padding-bottom:		6px;
	margin-bottom:		6px;
	line-height:		110%;
	border-bottom:		1px solid #c9c9c9;
	float:				left;
	display:			inline;
	}
	
/* Split text page - two text tempalte */
.WelcomeTopTextArea { 
	position:			relative;
	width:				160px;
	height:				440px;
	padding:			20px;
	text-align:			left;
	margin-left:		-20px;
	margin-top:			-20px;
	/*background-color:	#efefef;
	border:				2px solid #000000;*/
	}	
	
	
.WelcomeTopTextArea h2 { 
	color: 				#000000;
	font-size: 			19px;
	margin: 			0px;
	text-decoration: 	none;
	padding:			0px;
	margin-bottom:		10px;
	font-weight: 		normal;
	}	


.WelcomeTopTextArea p {
	line-height:		140%;
	font-family: 	Verdana, Helvetica, sans-serif;
	font-size: 		11px;
	color: 			#333333;
}
.SignupForm {
	position:			relative;
	width:				180px;
	height:				180px;
	margin-left:		20px;
	float:				right;
	display:			inline;
	}
.SignupForm2 {
	position:			relative;
	width:				160px;
	height:				180px;
	float:				right;
	display:			inline;
	}

.SmallPic {
	position:			relative;
	width:				130px;
	height:				190px;
	margin-right:		20px;
	float:				left;
	display:			inline;
	border:				1px solid #000000;
	}
	
.MainPic {
	position:			relative;
	width:				464px;
	height:				300px;
	margin-top:			36px;
	margin-bottom:		5px;
	margin-left:		60px;
	border:				2px solid #000000;
	}
.MainPicWelcome {
	position:			relative;
	width:				445px;
	height:				364px;
	margin-top:			36px;
	margin-bottom:		5px;
	margin-left:		60px;
	border:				2px solid #000000;
	}
.MainTV {
	position:			relative;
	width:				480px;
	height:				295px;
	margin-top:			30px;
	margin-bottom:		5px;
	margin-left:		60px;
	border:				2px solid #000000;
	}	
	
.TextArea {
	position:			relative;
	width:				504px;
	padding:			20px;

	text-align:			left;
	background-color:	#efefef;
	border:				2px solid #000000;
	margin:				20px;
	overflow:			auto;
	}	
.TextArea h2 { /* all sub headers */
	color: 				#c4151c;
	font-size: 			17px;
	margin: 			0px;
	text-decoration: 	none;
	padding:			0px;
	margin-bottom:		10px;
	font-weight: 		normal;
	}	
	
.TextArea p {
	line-height:		140%;
}
.RightArea {
	position: 		absolute;
	top:			50px;
	right:			11px;
	height:			480px;
	width:			175px;
	padding-left:   10px;

	}
.RightAreaWelcome 	{
	position: 		absolute;
	top:			50px;
	right:			11px;
	height:			480px;
	width:			175px;
	padding-left:   10px;

	}
.RightAreaWelcome p {
	color: 			#333333;
}
.RightArea p {
	color: 			#ffffff;
}
.RightArea2 {
	position: 		absolute;
	top:			50px;
	right:			11px;
	height:			480px;
	width:			175px;
	padding-left:   10px;
	overflow:		auto;
	}
/* Split text page - two text tempalte */
.TopTextArea { 
	position:			relative;
	width:				504px;
	padding:			20px;
	text-align:			left;
	background-color:	#efefef;
	border:				2px solid #000000;
	margin:				20px;
	margin-bottom:		0px;
	overflow:			auto;
	}	
	
.BottomTextArea { 
	position:			relative;
	width:				504px;
	padding:			20px;

	text-align:			left;
	background-color:	#efefef;
	border:				2px solid #000000;
	margin-top:			14px;
	margin-left:		20px;
	overflow:			auto;
	}
	
.TopTextArea h2 { 
	color: 				#c4151c;
	font-size: 			17px;
	margin: 			0px;
	text-decoration: 	none;
	padding:			0px;
	margin-bottom:		10px;
	font-weight: 		normal;
	}	
	
.TopTextArea p {
	line-height:		140%;
}

.BottomTextArea p {
	line-height:		140%;
}
/* Split text page - trainer tempalte */
.TopTextArea2 { 
	position:			relative;
	width:				504px;
	padding:			20px;
	height:				220px;
	text-align:			center;
	background-color:	#efefef;
	border:				2px solid #000000;
	margin:				20px;
	margin-bottom:		0px;
	overflow:			auto;
	}	
.BottomTextArea2 h2 { 
	color: 				#c4151c;
	font-size: 			17px;
	margin: 			0px;
	text-decoration: 	none;
	padding:			0px;
	margin-bottom:		10px;
	font-weight: 		normal;
	}		
.BottomTextArea2 { 
	position:			relative;
	width:				504px;
	padding:			20px;
	height:				160px;
	text-align:			left;
	background-color:	#efefef;
	border:				2px solid #000000;
	margin-top:			14px;
	margin-left:		20px;
	overflow:			auto;
	}
	
	
.Trainers {
	list-style-type: 	none;
	position:			relative;
	margin: 			0 auto;
	width:				440px;
	padding: 			0;
	padding-right: 		10;
	height:				210px;
	z-index:			1px;
	}
	
.Trainers li{
	display: 			inline;
	float:				left;
	margin-left:		10px;
	margin-bottom:		10px;
	height:				60px;
	width:				96px;
	border:				2px solid #000000;
	}
	
.TeamStats p {
	font-size: 		10px;
	color: 			#ffffff;
	line-height:	100%;	
}	
.PortraitPic {
	position:			relative;
	margin-bottom:		10px;
	width:				100px;
	height:				130px;
	border:				2px solid #000000;
}

.BottomTextArea3 {  /* virtual tour tempalte */
	position:			relative;
	width:				424px;
	padding:			20px;
	padding-top:		10px;
	height:				110px;
	text-align:			left;
	background-color:	#efefef;
	border:				2px solid #000000;
	margin-top:			20px;
	margin-left:		60px;
	overflow:			auto;
	}
	
/*	--------------------------------------	*/
/* 	NEWs stuff	*/

.NewsBox {
	width:				490px;
	position:			relative;
	padding:			0px;
	float: 				left;
	display:			block;
	margin:				0;
	padding-bottom:		10px;
	margin-bottom:		10px;
	border-bottom:		1px dotted #c4151c;
}
	
.NewsBox h3 {
	color: 				#000000;
	font-size: 			12px;
	margin: 			0px;
	text-decoration: 	none;
	padding:			0px;
	margin-bottom:		4px;
	font-weight: 		normal;
	line-height:		140%;
	}
	

	
.NewsBoxText {
	color:				#000000;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size:			11px;
	line-height:		130%;
	text-align:			left;
	margin:				0;
	padding: 			0;	

	}	


.Image3 {  /* on nes card but not used yet */
	margin:				0;
	padding: 			0;
	border:				1px solid #e0e0e0;
	position:			relative;
	top:				0;
	margin-left:		10px;
	float:				right;
	width:				150px;
	height:				120px;
}

/*	--------------------------------------	*/
/* 	trainer month stuff	*/

	


.RightBox {
	width:				145px;
	position:			relative;
	padding:			0px;
	float: 				left;
	display:			block;
	margin:				0;
	margin-bottom:		6px;
	margin-right:		6px;
}
.RightBox p {
	color: 				#ffffff;
	font-size: 			10px;
	width:				94px;
}	
.RightBox h3 {
	color: 				#ffffff;
	font-size: 			11px;
	margin: 			0px;
	text-decoration: 	none;
	padding:			0px;
	font-weight: 		normal;
	line-height:		130%;
	width:				94px;
	}
	


.RightImage {  /* on nes card but not used yet */
	margin:				0;
	padding: 			0;
	position:			relative;
	top:				0;
	margin-left:		4px;
	float:				right;
	width:				40px;
	height:				40px;
}



/*	--------------------------------------	*/
/* 	SUBMENU & SIDE CLASSES				   	*/	


.SubMenuArea {
	position: 			relative;
	margin-top:			55px;
	margin-left:		25px;
	width:				160px;
	height:				270px;
	}
	
.SubMenu {
	list-style-type: 	none;
	margin: 			0;
	padding: 			0;
	width:				160px;
	}
	
.SubMenu li{
	display: 			block;
	float:				left;
	padding-bottom: 	4px;
	padding-top: 		4px;
	padding-left: 		6px;
	width:				150px;
	border-bottom:		1px solid #525254;
	}
	
.SubMenu li a,
.SubMenu li a:link,
.SubMenu li a:visited {
	color: 				#c9c9c9;
	display: 			block;
	font-size: 			10px;
	text-decoration: 	none;
	text-transform:		lowercase;
	
	}
	
.SubMenu li a:active,
.SubMenu li a:hover {
	color: 				#c4151c;
	}

#SubMenuOn a{
	color: 				#c4151c;
	}

.ZNewsArea {
	position: 			relative;
	margin-left:		20px;
	margin-top:			30px;
	width:				160px;
	height:				100px;
	color: 				#c9c9c9;
	text-decoration: 	none;
	font-size: 			12px;
	text-transform:		lowercase;
	}


/*	--------------------------------------	*/
/* 	FOOTER		                           	*/
/*	--------------------------------------	*/

	
.InfoMenuFoot {
	list-style-type: 	none;
	position:			relative;
	margin: 			0;
		margin-top: 10px;
	width:				1000px;
	padding: 			0;
	float:				left;
	height:				40px;
	}
	
.InfoMenuFoot li{
	display: 			inline;
	float:				left;
	padding-right: 		20px;
	height:				40px;
	}
	
.InfoMenuFoot li a,
.InfoMenuFoot li a:link,
.InfoMenuFoot li a:visited {
	color: 				#c9c9c9;
	display: 			inline;
	font-size: 			11px;
	text-decoration: 	none;
	text-transform:		lowercase;
	}


.InfoMenuFoot li a:active,
.InfoMenuFoot li a:hover {
	color: 				#c4151c;
	}
	

	
#InfoMenuFootOn {
	height:				40px;
}

#InfoMenuFootOn a{
	color: 				#c4151c;
}











