@import url('//fonts.googleapis.com/css?family=Oswald|Roboto:400,400italic,700');

body {
	margin: 0;
	padding: 0;
	background: #000000;
	font: 16px/1.5 'Roboto', Arial, Helvetica, sans-serif;
	color: #151516;
}

#header {
	background: #1C1D20 url(images/header-bg.gif) top center repeat-x;
	border-bottom: 1px solid #28292D;
}
#header table {
	margin: auto;
	width: 980px;
}
#header td {
	height: 70px;
	padding: 30px 20px;
}
#header a {	
	display: block;
	font: 34px/1.0 'Oswald', Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}
#header a img {
	max-width: 980px;
	height: auto;
	border: none;
}
#header p {
	margin: 0;
	font-size: 18px;
	line-height: 1.0;
	text-align: right;
	color: #BFBFC0;
}

#page-bg {
	background: #151516 url(images/bg-lines.gif) top center repeat;
}

#container {
	margin: auto;
	width: 980px;
	padding: 5px 0 0;
	background: #D72C35 url(images/lines.png) 0 0 repeat;
}

#stage {
	background: #F0F0F0 url(images/sidenav-bg.jpg) 0 0 repeat-y;
	border-bottom: 5px solid #D72C35;
	overflow: auto;
}



/* ============================================== side bar ============================================== */

#nav {
	float: left;
	width: 250px;
	margin: 0;
	padding: 0;
	list-style: none;
	border-bottom: 1px solid #E8E8E9;
}
#nav li {
	margin: 0;
	padding: 0;
	line-height: 0;
	border-top: 1px solid #E8E8E9;
	border-bottom: 1px solid #AEAEAF;
	background: none;
}
#nav li a {
	display: block;
	font: 16px/1.2 'Oswald', Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	color: #151516;
	background: url(images/bullet.png) 25px 20px no-repeat;
	padding: 15px 10px 14px 40px;
}
#nav li a:hover {
	color: #D72C35;
}

#nav div {
	margin: -9px 0 10px;
	line-height: 0;
}
#nav div a {
	font: 14px 'Roboto', Arial, Helvetica, sans-serif;
	text-transform: none;
	color: #4A4A4B;
	background: none;
	padding: 3px 0 3px 40px;
}



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

#content {
	margin-left: 270px;
	padding: 30px 50px 30px 30px;
	min-height: 300px;
}

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

h1 {
	margin: 12px 0 20px;
	font: 32px/1.2 'Oswald', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #D72C35;
}
h2 {
	margin: 30px 0 14px;
	font-size: 26px;
}
h3 {
	margin: 20px 0 -10px;
	font-size: 18px;
}
p {
	margin: 14px 0;
}
a {
	color: #D72C35;
}
ul {
	margin: 20px 0;
	padding: 0;
	list-style: none;
}
li {
	margin: 0;
	padding: 0 0 7px 35px;
	background: url(images/bullet.png) 20px 8px no-repeat;
}
hr {
	margin: 30px 0;
	height: 1px;
	color: #CCCCCC;
	background-color: #CCCCCC;
	border: none;
}
small {
	font-size: 12px;
	line-height: 1.2;
	text-transform: none;
	font-weight: normal;
	color: #999999;
}
small a {
	color: #999999;
}
#content img {
	max-width: 630px;
	height: auto;
}

form {
	margin: 0;
}
input, select, textarea {
	font: 16px 'Roboto', Arial, Helvetica, sans-serif;
	color: #151516;
	width: 300px;
}
.button {
	width: auto;
	font: 18px 'Oswald', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #FFFFFF;
	background: #D72C35;
	padding: 5px;
	border: none;
	-webkit-border-radius: 5px;
	border-radius: 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 {
	font-size: 11px;
	line-height: 1.2;
	text-align: center;
}
#footer p {
	margin: 0 auto;
	width: 980px;
	padding: 20px 0;
	color: #8A8A8B;
}
#credit {
	background: #000000;
	border-top: 1px solid #1A1A1A;
	padding: 20px 0;
	color: #6B6B6C;
}
#credit a {
	color: #6B6B6C;
}

