@import url("/inc/reset-1.0.0.css");
@import url("/inc/grid-1.0.0.css");


html {
	height: 100%;
	overflow: hidden;
	background-color: #241000
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	font: .8em/1.3em arial,helvetica,sans-serif;
	background-color: #241000;
	color: #a69f9a;
}

#flashcontent {
	height: 100%;
	background-color: #241000;

}

.container { margin: 0 auto; }

/* all of the following styles are only used as a fallback when JS and Flash are not available */

.noflash { text-align: center; color: #fff; font-style: italic; padding-top: 2em; font-size: 93%; clear: both; }

.header { padding-top: 40px; height: 60px; }

.header .logo {
	height: 38px;
	background: transparent url("img/logo.png") 0 0 no-repeat;
	/*text-indent: -9999em;*/
}

.header .nav { text-align: right; }

.header .nav ul { list-style: none; }

.header .nav li { display: inline; margin: 10px 10px 0 0; }

.header .nav li a {
	margin-left: 11px;
	color: #fff;
	letter-spacing: 0.1em;
	font-size: 85%;
	text-transform: uppercase;
}

.subnav { margin: 1em 0 1.5em; font-size: 93%; }

.subnav li {
	display: inline;
	padding: 0 1em 0 1.25em;
	font-weight: bold;
	letter-spacing: 0.15em;
	border-left: 1px solid #fff;
}

.subnav li.first { border-left: none; padding-left: 0; }

.content { clear: left; line-height: 1.6em; font-size: 93%; }


h1 {
	font-weight: normal;
	margin: 0 0 16px;
	color: #a0c6ef;
	letter-spacing: 0.025em;
	font-size: 140%;
	line-height: 1em;
}

h3 { color: #fff; font-weight: bold; }

p { margin-bottom: .75em; }

b, strong, a { color: #fff; text-decoration: none; }

em, i { font-style: italic; }