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

/* 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 =+=+=+=+=+= =+=+=+=+=+= */
/* =============================================================== */

html, body {
	height: 100%;
	background: #000000;
	color: #FFFFFF;
}

body {
	background: #000000;
	color: #FFFFFF;
	font-family: Helvetica, Arial, Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 20px;
	padding: 56px 50px;
}

p {
	margin-bottom: 16px;
}

sup { font-size: 9px; line-height: 10px; }
	
h1 { font-family: Helvetica, Arial, Verdana, sans-serif; font-size: 24px; line-height: 26px; color: #F26522; margin-bottom: 30px; }
h2 { font-family: Helvetica, Arial, Verdana, sans-serif; font-size: 18px; line-height: 20px; color: #F26522; margin-bottom: 8px; margin-top: 32px; }
h3 { font-family: Helvetica, Arial, Verdana, sans-serif; font-size: 13px; line-height: 16px; color: #F26522; margin-bottom: 0; }
h4 { font-family: Helvetica, Arial, Verdana, sans-serif; font-size: 12px; line-height: 14px; color: #F26522; margin-top: 10px; }
h5 { font-family: Helvetica, Arial, Verdana, sans-serif; font-size: 11px; line-height: 16px; color: #F26522; }
h6 { font-family: Helvetica, Arial, Verdana, sans-serif; font-size: 11px; line-height: 14px; color: #F26522; }

a img { border: none; }
a:hover img { background: none; border: none; }


a:link { color: #F26522; text-decoration: none; outline:none; }
a:visited { color: #F26522; text-decoration: none}
a:hover {color: #FFF; text-decoration: none;  }
a:active { color: #FFF;  }


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

#outerContainer {
	width: 1008px;
	position: relative;
	margin: 0 auto;
}

#leftCol {
	width: 240px;
	position: absolute;
	left: 0;
	font-size: 12px;
	line-height: 16px;
}

#mainCol {
	width: 700px;
	position: absolute;
	left: 270px;
	padding-bottom: 50px;
}

#mainContent {
	width: 555px;
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	padding-top: 10px;
	padding-bottom: 10px;
	clear: right;
	margin-top: 125px;	
}

#mainContentNoBorder {
	width: 555px;
	border-top: 1px solid #808080;
	padding-top: 10px;
	padding-bottom: 10px;
	clear: right;
	margin-top: 125px;	
}


/* -------------------------------------------------------------
/  Main Nav
/* ------------------------------------------------------------- */

ul#mainNav {
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	padding-top: 6px;
	padding-bottom: 6px;   
	margin-top: 10px;
	margin-bottom: 10px;
}

ul#mainNav li { padding: 4px 0; margin: 0; }

ul#mainNav a:link { color: #FFF; text-decoration: none; outline:none; display: block; }
ul#mainNav a:visited { color: #FFF; text-decoration: none; outline:none; }
ul#mainNav a:hover { color: #F26522; text-decoration: none; outline:none; }
ul#mainNav a:active { color: #F26522; text-decoration: none; outline:none; } 

li.selected { color: #F26522; }


/* -------------------------------------------------------------
/  Header
/* ------------------------------------------------------------- */

#header {
	width: 495px;
	text-align: right;
	margin-bottom: 10px;
	padding-top: 99px;
	font-size: 12px;
	line-height: 16px;
}

a#logo {
	display: block;
	width: 56px;
	height: 20px;
	margin-bottom: 53px;
}

a#logo span { display: none; }

a#logo:link { background: url("../images/nike_logo.gif") no-repeat; }
a#logo:visited { background: url("../images/nike_logo.gif") no-repeat; }
a#logo:hover { background: url("../images/nike_logo.gif") no-repeat 0 -20px; }
a#logo:active { background: url("../images/nike_logo.gif") no-repeat 0 -20px; } 

#header a:link { color: #F26522; text-decoration: none; outline:none; }
#header a:visited { color: #F26522; text-decoration: none}
#header a:hover {color: #FFF; text-decoration: none;  }
#header a:active { color: #FFF;  }



/* -------------------------------------------------------------
/  Title
/* ------------------------------------------------------------- */

#title {
	width: 207px;
	height: 36px;
	background: url("../images/bg_title.gif") no-repeat;
	margin-bottom: 16px;
}

#title div { display: none; }


/* -------------------------------------------------------------
/  LeftCol
/* ------------------------------------------------------------- */

#leftCol h1 {
	margin-top: 60px;
	width: 245px;
} 


/* -------------------------------------------------------------
/  MainCol
/* ------------------------------------------------------------- */

#mainContent a:link, #mainContentNoBorder a:link { color: #F26522; text-decoration: none; outline:none; }
#mainContent a:visited, #mainContentNoBorder a:visited { color: #F26522; text-decoration: none}
#mainContent a:hover, #mainContentNoBorder a:hover {color: #F26522; text-decoration: none; border-bottom: 1px dotted #F26522; }
#mainContent a:active, #mainContentNoBorder a:active { color: #F26522; text-decoration: none; border-bottom: 1px dotted #F26522; }

/* -------------------------------------------------------------
/  Main Nav
/* ------------------------------------------------------------- */

div.select_financials {
	margin-bottom: 70px;
}

div.select_financials img {
	margin-bottom: 10px;
}

div.select_financials div.caption { 
/*	border-top: 1px solid #808080;*/
	padding-top: 6px; 
	line-height: 13px;
	font-size: 11px;
	width: 460px;
}

/* -------------------------------------------------------------
/  Global Classes
/* ------------------------------------------------------------- */

p.error { color: #FF0000; }

br.clear { line-height: 0; height: 0; clear: both; }
.clear { clear: both; }

.black { color: #000; }

.footnote {
	font-size: 10px;
	line-height: 16px;
	margin-bottom: 0;
}

.quoteAttribute {
	color: #808080;
	text-align: right;
}

a.downloadLink { background: url("../images/bg_arrow.gif") no-repeat 0 1px; padding-left: 15px; }
