/*--------------------------------------------------*/
/* myContent					                    */

	#myContent {
		/* removed L & R padding for flash */
		padding: 35px 0 0 0; 
		/* new background for kit page */
		background: #000c14 url("/a/img/theKit/wrapperBg.jpg") no-repeat top left;
	}

	/*--------------------------------------------------*/
	/* content						                    */

		#content {
			float: none;
			width: 960px;
			position: inline;
		}
		
			#content #timelineAlt {
				margin: 20px 10px;
			}
			
				#content #timelineAlt #introOrder {
					float: left;
					margin-bottom: 35px;
				}
			    	
					#content #timelineAlt #timelineCopy {
						background: url("/a/img/theKit/copyBg.gif") no-repeat top left;
						width: 236px;
						height: 258px;
						padding: 10px 10px 0 0;
					}
					
						#content #timelineAlt #timelineCopy h2 {
							background: url("/a/img/timeline/proudHistory.gif") no-repeat top left;
							width: 126px;
							height: 36px;
							margin: 10px;
							padding: 0 0 10px 0;
						}
						
						#content #timelineAlt #timelineCopy p {
							font-size: 11px;
							color: #ccc;
							margin: 10px;
						}
						
							#content #timelineAlt #timelineCopy p a {
								color: #94bee6;
								text-decoration: none;
							}
							
							#content #timelineAlt #timelineCopy p a:hover {
								color: #94bee6;
								text-decoration: underline;
							}
					
					#content #timelineAlt #introOrder #preOrder {
						background: url("/a/img/home/preorderCTA.jpg") no-repeat top left;
						width: 246px;
						height: 127px;
					}
						
				#content #timelineAlt #timelineCards {
					float: left;
					margin: 0 0 0 20px;
					width: 660px;
				}
				
					#content #timelineAlt #timelineCards .clear {
						margin-bottom: 20px;
					}

					#content #timelineAlt #timelineCards .number a {
						text-decoration:none;
					}
					
					.timelineNav {
						float: left;
						width: 660px;
						height: 20.5px;
						background: url("/a/img/timeline/timeline.png") no-repeat top left;
						padding: 0;
						position: relative;
						clear: both;
					}
					
						.timelineNav li {
							margin: 0; 
							padding: 0; 
							list-style: none;
							position: absolute; 
							top: 0;
						}
						
						.timelineNav li, .timelineNav a {
							height: 20.5px; 
							display: block;
						}							
							
							.a {
								left: 13px; 
								width: 20px;
							}
							
							.b {
								
								left: 130px; 
								width: 20px;
							}
							
							.c {
							
								left: 255px; 
								width: 20px;
							}
							
							.d {
								left: 375px;
								width: 20px;
							}
							
							.e {
								left: 498px;
								width: 22px;
							}
							
							.f {
								left: 620px;
								width: 22px;
							}
							
							.a a:hover, .aSelected {
							    background: transparent url("/a/img/timeline/timeline.png")
							    -13px -20.5px no-repeat;
							}
							
						
							.b a:hover, .bSelected {
								background: transparent url("/a/img/timeline/timeline.png")
								-130px -20.5px no-repeat;
							}
														
							.c a:hover, .cSelected {
								background: transparent url("/a/img/timeline/timeline.png")
								-255px -20.5px no-repeat;
							}
							
							.d a:hover, .dSelected {
								background: transparent url("/a/img/timeline/timeline.png")
								-375px -20.5px no-repeat;
							}
							
							.e a:hover, .eSelected {
								background: transparent url("/a/img/timeline/timeline.png")
								-498px -20.5px no-repeat;
							}
							
							.f a:hover, .fSelected {
								background: transparent url("/a/img/timeline/timeline.png")
								-620px -20.5px no-repeat;
							}
				
					.card {
						float: left;
						width: 183px;
						height: 315px;
						margin: 0 0 30px 30px;
						background: url("/a/img/timeline/cardBg.gif") no-repeat top left;
						padding: 10px 0 0 17px;
					}

					.cardComingSoon {
						float: left;
						width: 183px;
						height: 315px;
						margin: 0 0 30px 30px;
						background: url("/a/img/timeline/comingSoonBg.gif") no-repeat top left;
						padding: 10px 0 0 17px;
					}
					
					.first {
						margin: 0 0 30px 0;
					}
					
					.card  .number {
						color: #94bee6;
						font-weight: bold;
						color: #ccc;
						font-size: 10px;
						height: 27px;
						
					}
					
					.card .playerName {
						color: #94bee6;
						font-size: 9px;
						font-weight: bold;
						margin-top: 5px;
					}
					
					.card .desc {
						color: #ccc;
						font-size: 9px;
						font-weight: normal;
						margin-right: 17px;
						line-height: 9px;
						height: 87px;
					}
					
					.card .stats {
						font-size: 9px;
						margin-left: 38px;
					}
										
					.card .stats .stat {
						margin: 0;
						padding: 0;
						line-height: 11.5px;
						font-weight: bold;
					}

	/*--------------------------------------------------*/
	/* Footer						                    */
	
		#footer {
			clear: both;
			background: #363636 url("/a/img/global/footerBg.jpg") no-repeat bottom left;
			height: 47px;
			width: 960px;
			color: #ccc;
			line-height: 33px;
			/*	fix for home CTA footer back to default */
			position: inline;
			top: 0;
		}