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


/*	--------------------------------------------------
	Global Reset & Standards
	-------------------------------------------------- */
	html, body { margin: 0; padding: 0; }
	h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, cite, code, img, small, strike, strong, em, sub, sup, tt, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, button, table, caption, tbody, tfoot, thead, tr, th, td, section { margin: 0; padding: 0; border: 0; font-weight: normal; font-style: normal; font-size: 100%; line-height: 1; font-family: inherit;  }
	
	/* HTML5 Fixes */
	header, section, nav, footer { display: block; }


	body { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666; 
	}

/*	--------------------------------------------------
	Typography
	-------------------------------------------------- */
a{
	text-decoration: none;
	color: #666666;
	line-height:1.3em;
}a:hover{
	color: #999999;
}


a.nav{
	text-decoration: none;
	color: #666666;
}a.nav:hover{
	color: #999999;
}a.nav_high{
	text-decoration: none;
	color: #999999;
}a.navHigh:hover{
	color: #999999;
}


a.sub_nav{
	margin-top: 140px;
	line-height: 1.3em;
	text-align: right;
}





div.nav_column{
	position: fixed;
	top: 0px;
	right: 0px;
	width: 290px;
	z-index: 9;
}

div.logo_nav{
	width: 130px;
	margin-left: 80px;
	margin-top: 140px;
	line-height: 1.3em;
	text-align: right;
}

