/* ---- GENERAL ---- */

* {
	margin: 0;
	padding: 0;
	font-family: arial, helvetica, sans-serif;
	}
body {
	text-align: center;
	padding: 22px 0;
	}
a {
	text-decoration: none;
	}
a:link {
	color: #777;
	}
a:visited {
	color: #777;
	}
a:hover {
	color: #ff1a0f;
	}
a:active {
	color: #ff1a0f;
	}
img {
	border: 0;
	}
strong, .strong {
	font-weight: bold;
	}
#wrapper {
	margin: 0 auto;
	text-align: left;
	width: 936px;
	}

/* ---- NAVIGATION ---- */

#navbar {
	position: relative;
	height: 120px;
	}
#logo {
	position: absolute;
	top: 0;
	right: 0;
	height: 32px;
	width: 193px;
	}
#nav {
	list-style: none;
	white-space: nowrap;
	font-weight: bold;
	}
#nav li {
	float: left;
	position: relative;
	}    
* html #nav li {
	width: 1px;
	}
#nav li ul {
	display: none;
	position: absolute;
	width: 170px;
	}
#nav li a {
	display: block;
	font-size: 12px;
	text-transform: uppercase;
	color: #ff1a0f;
	line-height: 1em;
	text-decoration: none;
	padding: 0 52px 10px 0;
	}
#nav li:hover ul, #nav li.over ul {
	display: block;
	}
#nav li a:hover, #nav li:hover a, #nav li.over a {
	color: #ff1a0f;
	}
#nav li li {
	width: 180px;
	display: block;
	}
#nav li li a {
	height: 1%;
	font-size: 10px;
	padding-bottom: 6px;
	color: #ff1a0f;
	}
#nav li li a:link, #nav li li a:visited {
	color: #ff1a0f;
	}

/* ---- FLASH ---- */

#flash {
	height: 220px;
	margin-bottom: 45px;
	}
	
/* ---- CONTENT ---- */

#content p {
	font-size: 13px;
	line-height: 1.4em;
	margin-bottom: 1em;
	width: 850px;
	color: #111;
	}
#content p.grey {
	color: #777;
	}
#content p.short {
	width: 320px;
	}
#content h1 {
	font-size: 13px;
	text-transform: uppercase;
	margin-bottom: 15px;
	line-height: 1.2em;
	}
#content h2 {
	font-size: 13px;
	line-height: 1.3em;
	font-weight: bold;
	}
#content table {
	border-collapse: collapse;
	margin-bottom: 1em;
	}
#content td {
	font-size: 13px;
	line-height: 1em;
	color: #111;
	padding: 5px 20px;
	text-align: center;
	}
#content td.box {
	border: 1px solid #0da0d9;
	}
#content td.line {
	color: #0da0d9;
	padding: 0;
	}

/* ---- FOOTER ---- */

#footer {
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
	padding-bottom: 6px;
	line-height: 1.3em;
	margin-top: 30px;
	margin-bottom: 1em;
	width: 850px;
	}
#footer a {
	margin-right: 2em;
	}
#footer a.red {
	color: #ff1a0f;
	}
