/*--------------------------------------------------*/
/* 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 #galleryAlt {
				margin: 20px 10px;
			}
			
				#content #galleryAlt #introOrder {
					float: left;
					margin-bottom: 35px;
				}
			    	
					#content #galleryAlt #galleryCopy {
						background: url("/a/img/theKit/copyBg.gif") no-repeat top left;
						width: 236px;
						height: 258px;
						padding: 10px 10px 0 0;
					}
					
						#content #galleryAlt #galleryCopy h2 {
							background: url("/a/img/theKit/kitHeading.gif") no-repeat top left;
							width: 96px;
							height: 62px;
							margin: 10px;
							padding: 0 0 10px 0;
						}
						
						#content #galleryAlt #galleryCopy p {
							font-size: 11px;
							color: #ccc;
						}
						
							#content #galleryAlt #galleryCopy p a {
								color: #94bee6;
								text-decoration: none;
							}
							
							#content #galleryAlt #galleryCopy p a:hover {
								color: #94bee6;
								text-decoration: underline;
							}
					
					#content #galleryAlt #introOrder #preOrder {
						background: url("/a/img/home/preorderCTA.jpg") no-repeat top left;
						width: 246px;
						height: 127px;
					}
						
				#content #galleryAlt #galleryDownloads {
					float: left;
					margin: 0 20px;
				}
				
					#content #galleryAlt #galleryDownloads img {
						float: left;
						clear: both;
					}
					
					#content #galleryAlt #galleryDownloads .clear {
						margin-bottom: 35px;
					}
				    	
						#content #galleryAlt #galleryDownloads .clear a.download {
							background: url("/a/img/theKit/download.png") no-repeat top left;
							width: 212px;
							height: 31px;
							float: left;
							clear: both;
							margin-top: 10px;
							padding-left: 35px;
							color: #000;
							font-weight: bold;
							text-decoration: none;
							text-transform: uppercase;
							line-height: 31px;
							font-size: 10px;
							display: block;
							margin-left: 17px;
						}
						
						#content #galleryAlt #galleryDownloads .clear a:hover {
							color: #fff;
						}

	/*--------------------------------------------------*/
	/* 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;
		}