/* ---------------------------------------------
 GLOBAL
--------------------------------------------- */

html {
	font-size: 100%;
	}
	
body {
	font: normal 11px "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	color: #a9a9a9;
	padding: 0;
	margin: 0;
	background: #000 url(/_images/bg_splash.gif) top left no-repeat;
	width: 100%;
	letter-spacing: -0.01em;
	}
	
.clearfix {
    clear: both;
	}
	
/* for IE7 */
    .clearfix { min-height: 0; }

/* for IE<7 \*/
    * html .clearfix { height: 1%; }	
	
/* for IE-mac (snicker) */
    /*\*//*/ .clearfix { display: inline-table; } /**/
	
/* ---------------------------------------------
 WRAPPERS/CONTAINERS
--------------------------------------------- */

#siteWrapper {
	width: 100%;
	}
	
#navContainer {
	width: 200px;
	margin: 100px 0 0 60px;
	float: left;
	}
	
#contentContainer {
	width: 800px;
	margin: 0 0 0 80px;
	float: left;
	display: inline;
	}
	
#splashContainer {
	width: 550px;
	margin: 210px 0 0 150px;
	}
	
/* ---------------------------------------------
 NAV
--------------------------------------------- */
	
a#isLogo {
	width: 132px;
	height: 82px;
	margin-bottom: 50px;
	margin-left: -60px;
	background: url(/_images/icon_is.gif) no-repeat 0 0;
	text-indent: -9999px;
	position: relative;
	z-index: 100;
	display: block;
	}
	
/* for IE-mac (snicker) */
    /*\*//*/ #nav li {
	background: none;
	} /**/
	
	
/* ---------------------------------------------
 CONTENT
--------------------------------------------- */
h1 {
	font: "Lucida Grande", "Lucida", Helvetica, Arial, sans-serif;
	font-size: 22px;
	font-weight: normal;
	color: #fff;
	padding-bottom: 35px;
	letter-spacing: -0.04em;
	}

h2 {
	font: "Lucida Grande", "Lucida", Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #353535;
	padding-bottom: 10px;
	letter-spacing: -0.04em;
	}
	
h3 {
	font: "Lucida Grande", "Lucida", Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #353535;
	padding-bottom: 10px;
	letter-spacing: -0.04em;
	text-align: center;
	margin-top: -10px;
	}

	
p.intro {
	font-size: 13px;
	line-height: 18px;
	padding-bottom: 25px;
	}

p.normal {
	font: normal 11px Helvetica, Arial, sans-serif;
	line-height: 18px;
	padding-bottom: 15px;
	}
	
p.normal a {
	color: #8b725a;
	text-decoration: none;
	}

p.normal a:hover {
	color: #fff;
	text-decoration: underline;
	}

	
