/* CSS Document */

/* SET NEW DEFAULT CSS VALUES FOR CONSISTENCY ACROSS BROWSERS */
/* ========================================================== */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0; clear: none;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%; font-weight: 100; }
q:before,q:after{content:'';}


/* =+=+=+=+=+= =+=+=+=+=+= OVERRIDDEN HTML =+=+=+=+=+= =+=+=+=+=+= */
/* =============================================================== */

body {
	background: #000000 url(../images/bg_tile.gif) repeat-x top;
}

iframe { 
	margin: 0;
	padding: 0;
}
	
h1 { font-size: 18px; }
h2 { font-size: 16px; }
h3 { font-size: 14px; }
h4 { font-size: 12px; }
h5 { font-size: 11px; }

a img { border: none; }

a:link { color: #FFFFFF; text-decoration: none; }
a:visited { color: #FFFFFF; text-decoration: none; }
a:hover { color: #F86A13; text-decoration: none; }
a:active { color: #F86A13; text-decoration: none; }

/* ------------------------------------------------------------- */


/* =+=+=+=+=+= =+=+=+=+=+= STRUCTURAL CSS  =+=+=+=+=+= =+=+=+=+=+= */
/* =============================================================== */

#outerContainer {
	width: 950px;
	margin-top: 25px;
	margin-left: 25px;
}

#contentContainer {
	color: #FFFFFF;
}


/* -------------------------------------------------------------
/  Header
/* ------------------------------------------------------------- */
#header {
	position: relative;
	width: 950px;
	margin-bottom: 30px;
}

#navContainer {
	width: 349px;
	height: 92px;
	float: right;
	right: 0;
	z-index: 1000;
	border-right: 1px solid #4D3B14;
	padding: 0;
}

#nike_logo {
	margin-top: 18px;
	position: absolute;
}

.navSegment {
	width: 161px;
	height: 92px;
	border-left: 1px solid #4D3B14;
	padding: 0;
	padding-left: 8px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	vertical-align: top;
}
.navSegment ul {
	margin-top: 20px;
}

.navSegment ul ul { 
	margin-top: 6px;
	margin-left: 15px;
}
.navSegment ul li {
	margin-bottom: 6px;
}

h3.helveticaMedium {
	font-size: 9px;
	color: #F86A13;
	margin-bottom: 12px;
	position: absolute;
	width: 150px;
}


/* -------------------------------------------------------------
/  SideBar
/* ------------------------------------------------------------- */
#sidebar {
	width: 260px;
	height: 455px;
	position: absolute;
	left: 25px;
	
}

#sidebar #nike_ar_logo {
	position: absolute;
	top: 45%;
}


/* -------------------------------------------------------------
/  Main Content Area
/* ------------------------------------------------------------- */
#mainContent {
	width: 690px;
	height: 461px;
	margin-left: 265px;
	padding: 5px;

}

#landingImage { margin: 3px; }

#noScript {
	position: absolute;
	text-align: center;
	width: 690px;
	height: 461px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: url(../images/bg_no_script.gif) repeat-x top;
	color: #F86A13;	
}

#noScript h1 { margin-bottom: 10px; position: relative; margin-top: 185px; }
#noScript h3 { font-size: 11px; }

#flashVideo {
	position: absolute;
}


#videoIFrame {
	width: 700px;
	height: 471px;
	margin-left: 265px;
	border: none;
	padding: 5px;
	overflow: hidden;	
}

/* -------------------------------------------------------------
/  Global Classes
/* ------------------------------------------------------------- */
.clear {
	clear: both;
}



