/* ////////////////////////////////////////////////// */
/* TRANSFORMERS CSS////////////////////////////////// */
/* ////////////////////////////////////////////////// */

/* TOC
	1. Page Structure
	2. Masthead
	3. Text
	4. Content
*/

/* 1. Page Structure
---------------------------------------------------- */
body
{
	background-color:#000000;
}

#pageWrapper
{
	width:990px;
	margin:0 auto;
}

/* 2. Masthead
---------------------------------------------------- */
#masthead .mainBanner
{
	height:400px;
}

#masthead .subBanner
{
	height:177px;
}

#masthead .banner img
{
	width:990px;
}

#masthead .navContainer
{
	width:990px;
	background: url("../images/nav_bg.jpg") repeat-x 0 0;
}

#masthead ul.nav
{
	width:700px;
	display:block;
	margin:0 auto;
	height:25px;
}

#masthead ul.nav li
{
	float:left;
	margin:0 50px 0 0;
}

#masthead ul.nav li.omega
{
	margin:0;
}

/* 3. Text
---------------------------------------------------- */
#main
{
	display:block;
	color:#ffffff;
	font-size:0.769em;		/* Defaults all main content to 10px for easier font size calculations */
	line-height:0.769em;	/* Defaults all main content to 10px for easier font size calculations */
	padding:20px;
}

#main.videoPage
{
	padding:20px 0 0 2px;
}

#main h1
{
	font-size:2.2em;
	line-height:1.8em;
}

#main h2
{
	font-size:1.6em;
	line-height:1.6em;
}

#main h3
{
	font-size:1.4em;
	line-height:1.4em;
}

#main p
{
	font-size:1.4em;
	color:#ffffff;
	margin:20px 0 20px 0;
}

/* 4. Content
---------------------------------------------------- */
a
{
	color:#66ccff;
}

.center
{
	text-align:center;
}

.copyright
{
	color:#ffffff;
	font-size:1em;
	line-height:1.3em;
	float:right;
	margin:20px;
}

ul.grid
{
	margin:20px 0 20px 0;
	overflow:hidden;
}

ul.grid li
{
	float:left;
	overflow:hidden;
	margin:0 20px 20px 0;
}

.grid li.omega
{
	margin:0 0 20px 0;
}

ul.list
{
	font-size:1.3em;
	line-height:1.5em;
}

ul.list li
{
	margin:0 0 0 8px;
	padding:0 0 0 16px;
	background:url("../images/deco/bullet.gif") no-repeat 0 7px;
}

img.large
{
	margin:20px 0 20px 0;
}

.team
{
	width:100%;
	clear:both;
	overflow:hidden;
}

.team ul
{
	margin:0 0 10px 0;
}

.team div
{
	float:left;
	overflow:hidden;
}

.team img
{
	float:right;
	overflow:hidden;
	margin:0 0 0 20px;
}

.primary
{
	margin:20px 0 0 0;
}