@charset "utf-8";
/* CSS Document */

/* Countdown banner */
#number_wrapper {
	position: absolute;
	font-size:61px;
	font-family:Verdana, Geneva, sans-serif;
	margin:156px 0 0 25px;
	height:60px;
	overflow: hidden;
	line-height:1;
}

#number_wrapper .number_block {
	float:left;
	margin-top: -60px;
}

#number_wrapper .time_block{
	float:left;
}

#number_wrapper #day {
	margin-right: 44px;
}

#number_wrapper #hour {
	margin-right: 48px;
}

#number_wrapper #min {
	margin-right: 41px;
}

#number_wrapper .time_block:last-child {
	margin-right:0;	
}

#number_wrapper .number_block{
	float:left;
	text-align: center;
	width: 71px;
}

#number_wrapper .time_block .number_block:first-child {
	margin-right: 11px;
}

/*******************************************/
/* GENERAL
/*******************************************/

* {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

body {
	/*background: #ccc url(images/bg2.jpg) repeat-x;*/
	background: #ccc url(images/bg2.gif) repeat-x;
	font-size: 80%;
}


/*******************************************/
/* TYPOGRAPHY
/*******************************************/

hr {
	background-color: #de0000;
	color: #de0000;
	height: 1px;
	border: none;
	width: 100%;
	margin-top: 10px;
}

h3 {
	font-size: 1.5em;
	margin: 1.2em 0 1em;
}

h4 {
	font-size: 3em;
	font-weight: normal;
}
	.engine {
		font-size: 2.3em;	
		margin-bottom: 1em;
		margin-top: .5em;
		text-align: center;
	}

h5 {
	font-size: 1.8em;
	color: #de0000;
	font-weight: normal;
}

h6 {
	font-size: 1.3em;
	font-weight: normal;
	color: #444;
	margin-bottom: .8em;
}

h6 strong {
	font-size: 1.3em;		
}

p {
	font size: 1em;	
	line-height: 1.5em;
	color: #555;
	margin: .5em 0 .5em;
	max-width: 56em;
}
	p.short {
		max-width: 430px;	
	}

a {
	color: #de0000;
	font-weight: bold;
	text-decoration: none;
}
	a:hover {
		text-decoration: underline;	
	}
	
	a img {
		border: none;	
	}




/*******************************************/
/* STRUCTURE
/*******************************************/


#backer {
	width: 100%;
	height: 98px;
	background-color: #e5e5e5;
	position: absolute;
	left: 0;
	top: 504px;
	z-index: -5;
	border-top: 1px solid #fff;
	/*border-bottom: 1px solid #a2a2a2;*/
}

#center {
	width: 800px;
	margin: 0 auto;
	margin-top: 80px;
}

#container {
	
}

#logo {
	float: left;
	width: 180px;
	height: 41px;
	margin-bottom: 8px;
}
	#logo span {
		background-image: url(images/logo.png);		
		display: block;
		width: 180px;
		height: 41px;
	}
	#logo a:hover span {
		background-image: url(images/logoW.png);	
	}

#menu {
	float: right;
	margin-top: 30px;
}	
	#menu a {
		color: #333;
		font-weight: normal;
	}
		#menu a:hover {
			color: #de0000;	
		}
	#menu ul {
		list-style: none;	
	}
		#menu li {
			float: left;
			margin: 0 6px;
		}
			#menu li a {
				text-decoration: none;
				font-weight: normal;
				color: #333;
			}
				#menu li a:hover {
					color: #de0000;
					text-decoration: underline;
				}
		

.clearfloat {
	clear:both;
	height:0px;
}

#content {
	margin-top: 8px;
	background-color: #fff;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-bottom: 50px;
}

/*******************************************/
/* EXPAND MENU
/*******************************************/

#expandMenu {
	width: 800px;
}
	#expandMenu ul {
		margin-left: 8px;
		height: 45px;		
		list-style: none;
	}
		#expandMenu li {
			float: left;
			padding: 0;
			margin-right: 2px;
		}	
			#expandMenu li a {
				height: 45px;
				width: 260px;
				background-color: #de0000;
				display: block;
				line-height:45px;
				text-align: center;
			}
			#expandMenu li a:hover, expandMenu ul li:hover a{
				
			}
				#expandMenu li ul{
					background:#444;
					display:none;
					height:auto;
					padding:0px;
					margin:0px;
					border:0px;
					position:absolute;
					width:260px;
					z-index:200;
				}
				#expandMenu li:hover ul, #expandMenu li.over ul {
					display:block;					
				}
				#expandMenu li li {
					display:block;
					float:none;
					margin:0px;
					padding:0px;
					width:257px;
					}
				#expandMenu li:hover li a{
					background:none;					
				}
				#expandMenu li ul a{
					display:block;
					height:25px;
					font-size: 14px;
					font-style: normal;
					font-weight: normal;
					margin: 0px;
					padding:0px;
					text-decoration: none;
					line-height: 25px;
					color: white;
					background-color: #444;
					}
					#expandMenu li ul a:hover, #expandMenu li ul li:hover a{
						background: #fff;
						border:0px;
						color:#444;
						text-decoration:none;
					}
				#expandMenu p{
					clear:left;
				}

#expandContent {
	width: 784px;
	margin: 0px 8px 8px;
	height: 0;
	overflow: hidden;
}

#contentLeft {
	float: left;
	width: 460px;
}

#contentRight {
	float: right;
	margin-top: 71px;
}

#galleryBtn { background-image: url(images/galleryBtn.png) }
#specsBtn { background-image: url(images/specsBtn.png) }
#accBtn { background-image: url(images/accBtn.png) }

#galleryBtn:hover { background-image: url(images/galleryBtnH.png) }
#specsBtn:hover { background-image: url(images/specsBtnH.png) }
#accBtn:hover { background-image: url(images/accBtnH.png) }


.closed  { height: 0px; overflow: hidden; }
.open    { height: 440px; }

.triangle0, .triangle1, .triangle2 {
	width: 18px;
	height: 9px;
	background-image: url(images/triangle.png);
	float: left;
	margin: 45px 0 0 120px;
	display: block;
}

.triHide {
	display: none;	
}

#social {
	width: 784px;
	height: 30px;
	/*background: #c0c0c0 url(images/socialFollow.png) no-repeat;*/
	background-color: #c0c0c0;
	margin: 8px;
	margin-top: 0px;
	margin-bottom: 0px;
}
	#social ul {
		list-style-type: none;
		margin-left: 180px;
	}	
		#social ul li {
			float: left;
		}
			#twitter a {
				background-image: url(images/socialTwitter.gif);
				width: 137px;
				height: 30px;
				display: block;
			}
				#twitter a:hover {background-image: url(images/socialTwitterH.gif)}
 
			#facebook a {
				background-image: url(images/socialFacebook.gif);
				width: 123px;
				height: 30px;
				display: block;
				margin-left: -31px;
				border-right: 3px solid #fff;
			}
				#facebook a:hover {background-image: url(images/socialFacebookH.gif)}
	
#linkBack {
	float: right;
}

#linkBack a {
	display: block;
	width: 161px;
	height: 30px;
	background-image: url(images/socialPT.png); 
}

#linkBack a:hover {
	background-image: url(images/socialPTH.png);	
}

.bioImg {
	/*float: right;*/
	margin-bottom: 20px;
}


#wrapperTop {
padding: 14px;
}
	#wrapperTop h4 {
		color: #444;
	}

#wrapperBottom {
padding: 0 14px 14px 14px;
}
	#wrapperBottom h4 {
		color: #444;
	}

#storyList {
	list-style-type: none;
	margin: 52px 0;
	left: 124px;
	position: relative;
}
	#storyList li {
		float: left;
		width: 208px;
		height: 117px;
		margin: 0 2px;
	}
		#storyList li a {
			display: block;
			background-color: #666;
			height: inherit;
			width: inherit;
		}
		
#bodyList {
	list-style-type: none;
	color: #444;
}
	#bodyList li {
		margin-bottom: 4px;
		line-height: 1.5em;
	}
	
#whatMenu {
	list-style-type: none;
	height: 28px;
	margin-bottom: 1.2em;
}
	#whatMenu li {
		float: left;
		width: 252px;
		white-space: nowrap;
	}	
		#whatMenu a {
			display: block;
			width: 250px;
			height: 28px;
			text-decoration: none;
			color: white;
			background-color: #c7c7c7;
			text-align: center;
			font-size: 1.3em;
			font-weight: normal;
			line-height: 28px;
			margin: 0 1px;
		}
		#whatMenu a:hover {
			background-color: #de0000;	
		}
		#whatMenu a.active {
			background-color: #de0000;	
		}
		
.inlineVideo {
	width: 294px;
	height: 168px;
	background-color: #fff;
	float: right;
}

.inlineImage, .inlineImageW {
	background-color: #fff;
	width: 294px; 
	height: 168px;
	float: right;
	border: 1px solid #e3e3e3;
	border-top: 1px solid #f1f1f1;
	border-bottom: 1px solid #d1d1d1;
	padding: 4px;
}

.inlineImageW {
	width: 426px;	
}

.inlineText, .inlineTextW {
	height: auto;
	text-align: center;
	margin-top: 60px;
	width: 428px;
}

.inlineTextW {
	width: 294px;
}

#gallery {
	margin: 20px 0;	
}
	.galleryImage {
		width: 240px;
		height: 135px;
		background-color: #c7c7c7;
		float: left;
		margin: 6px 6px 60px;
	}
	
#face {
	background-image: url(images/inline/face.gif);
	width: 224px;
	height: 398px;
	display: block;
	margin: -222px 0 0 -36px;
}


/*********************************************************/
/* Body formatting 
/*********************************************************/

.intro {

	color: #222;
	margin-left: 130px;
	max-width: 50em;
	
}

.mid {
	margin-left: 130px;
}

.end {
	margin-left: 130px;
}

.red {
	color: #de0000;	
}

.section {
	background: #f3f3f3 url(images/inline/sectionBG.png) repeat-x;
	padding: 8px;
	height: 176px;
	margin-bottom: 3px;
	border: 1px solid #e3e3e3;
	border-top: 1px solid #f1f1f1;
	border-bottom: 1px solid #e1e1e1;
}

#sectionSotA {
	background: #f3f3f3 url(images/inline/sectionBG.png) repeat-x;
	padding: 8px;
	margin-bottom: 3px;
	border: 1px solid #e3e3e3;
	border-top: 1px solid #f1f1f1;
}	
	#sectionSotA .inlineText {
		margin-top: 10px;	
	}
		#sectionSotA .inlineText p {
		text-align: left;
	}
	#aeroList, #aeroList ul {
		list-style-type: none;
	}
		#aeroList li {
			float: left;
			width: 246px;
		}
			#aeroList li ul li {
				border-left: 1px solid #a7a7a7;
				padding: 3px 0 3px 30px;
			}

.tm {
	font-size: 12px;
	vertical-align: top;
}



