@import url('http://fonts.googleapis.com/css?family=Ropa+Sans');

body {
	margin: 0;
	padding: 0;
	background: #080808 url(images/bg-grid.jpg) top center repeat;
	font: 16px/1.4 'Ropa Sans', Arial, Helvetica, sans-serif;
	color: #B4B4B4;
}

#top-grad {
	background: url(images/bg-grad.jpg) top center repeat-x;
}
#nebula {
	background: url(images/bg-main.jpg) top center no-repeat;
}
#container {
	margin: auto;
	width: 980px;
}

#header {
	margin: auto;
	width: 930px;
	line-height: 1.2;
}
#header td {
	height: 80px;
	padding: 20px 0;
}
#header a {	
	display: block;
	font-size: 42px;
	color: #FFFFFF;
	text-decoration: none;
}
#header a img {
	max-width: 930px;
	height: auto;
	border: none;
}
#tagline {
	font-size: 18px;
	text-align: right;
	text-transform: uppercase;
	color: #B4C8CF;
}



/* ============================================== centred drop nav ============================================== */

#nav {
	background: url(images/panel-top.png) top left no-repeat;
	padding: 10px;
	text-align: center;
}
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	background: url(images/nav-bg.png) top left repeat-y;
}
#nav em {
	clear: both;
	display: block;
	height: 0px;
	line-height: 0px;
}
#nav li {
	margin: 0;
	padding: 0;
	display: inline-block;
	zoom: 1;
	*display: inline;
	line-height: 0;
	position: relative;
}
#nav li a {
	display: block;
	font-size: 18px;
	line-height: 50px;
	text-decoration: none;
	text-transform: uppercase;
	color: #FFFFFF;
	background: url(images/nav-div.gif) 0 0 no-repeat;
	padding: 0 14px 1px 19px;
}
#nav li a:hover, #nav li:hover a {
	color: #D6EAEA;
}
#nav li.firstLink a {
	background: none;
	padding-left: 14px;
}

#nav li div {
	background: url(images/panel-bg.png) center repeat-y;
	display: none;
	width: 160px;
	padding: 0 1px 1px;

	position: absolute;
	left: 3px;
	top: 100%;
	z-index: 100;
}
#nav li div a,#nav li:hover div a {
	background: url(images/nav-bg.png) top center no-repeat;
	font: 12px/16px Arial, Helvetica, sans-serif;
	text-align: left;
	text-transform: none;
	color: #FFFFFF;
	padding: 7px 5px 10px 15px;
}
#nav li div a:hover {
	text-decoration: underline;
}
#nav li:hover div, li.over div {
	display: block;
}



/* ============================================== general content ============================================== */

#content {
	background: url(images/panel-bg.png) center repeat-y;
	padding: 25px 50px;
	min-height: 300px;
	overflow: auto;
}

h1, h2, h3, h4, h5, h6 {
	padding: 0;
	line-height: 1.2;
	color: #FFFFFF;
}

h1 {
	margin: 12px 0 -7px -44px;
	padding: 0 0 40px 46px;
	font-size: 36px;
	font-weight: normal;
	background: url(images/h1-uline.png) bottom left no-repeat;
}
h2 {
	margin: 30px 0 14px;
	font-size: 24px;
	font-weight: normal;
}
h3 {
	margin: 20px 0 -10px;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
}
p {
	margin: 14px 0;
}
a {
	color: #FFFFFF;
}
ul {
	margin: 20px 0;
}
li {
	margin: 0 0 7px;
}
hr {
	margin: 40px 0;
	height: 1px;
	color: #333333;
	background-color: #333333;
	border: none;
}
small {
	font-size: 13px;
	line-height: 14px;
	text-transform: none;
	font-weight: normal;
	color: #666666;
}
small a {
	color: #666666;
}
#content img {
	max-width: 880px;
	height: auto;
}

form {
	margin: 0;
}
input, select, textarea {
	font: 18px 'Ropa Sans', Arial, Helvetica, sans-serif;
	color: #333333;
	width: 300px;
}
.button {
	width: auto;
	text-transform: uppercase;
	color: #333333;
	padding: 5px;
}
form table {
	margin: 14px 0;
}
form th {
	text-align: left;
	font-weight: normal;
	line-height: 1.2;
	width: 160px;
	padding: 5px 10px 0 0;
}
form td {
	line-height: 1.2;
	padding: 5px 0;
}
form small {
	display: block;
}



/* ============================================== footer ============================================== */

#footer {
	background: url(images/panel-bot.png) top center no-repeat;
	padding: 30px 50px;
	font-size: 13px;
	line-height: 1.2;
	color: #525252;
}
#footer p {
	margin: 0 0 10px;
}
#footer a {
	color: #525252;
}
#footer a:hover {
	color: #FFFFFF;
}
