@import url('//fonts.googleapis.com/css?family=Raleway:400,800');

body {
	margin: 0;
	padding: 0;
	background: #000000 url(images/bg.jpg) center 50px no-repeat;
	background-size: 1600px auto;
	font: 15px/1.4 'Raleway', Arial, Helvetica, sans-serif;
	color: #C2B1A1;
}

#header {
	background: #000000;
}
#header table {
	margin: auto;
	width: 980px;
}
#header td {
	height: px;
	padding: 20px 0 30px;
	line-height: 1.2;
	text-align: center;
	text-transform: uppercase;
}
#header a {	
	display: block;
	font-size: 40px;
	color: #F78F1E;
	text-decoration: none;
}
#header a img {
	max-width: 900px;
	height: auto;
	border: none;
}
#header p {
	margin: 10px 0 0;
	font-size: 12px;
}



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

#nav {
	margin: 0;
	padding: 0;
	list-style: none;
	background: #000000 url(images/nav-bg.png) top center no-repeat;
	text-align: center;
}
#nav li {
	margin: 0;
	padding: 0;
	display: inline-block;
	zoom: 1;
	*display: inline;
	line-height: 0;
	position: relative;
	background: none;
}
#nav li a {
	display: block;
	line-height: 30px;
	text-decoration: none;
	text-transform: uppercase;
	color: #C2B1A1;
	padding: 9px 15px 11px;
}
#nav li a:hover, #nav li:hover a {
	color: #FFFFFF;
}
#nav #parentActive a {
	border-top: 3px solid #F78F1E;
}
#nav #parentActive div a {
	border: none;
}

#nav li div {
	background: #000000;
	width: 160px;
	padding: 0 0 5px;

	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 100;
}
#nav li div a,#nav li:hover div a {
	background: none;
	line-height: 1.2;
	text-align: left;
	text-transform: none;
	color: #C2B1A1;
	padding: 7px 5px 10px 15px;
}
#nav li div a:hover {
	color: #FFFFFF;
}
#nav li:hover div, li.over div {
	display: block;
}



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

#stage {
	background: url(images/shine-line.png) top center no-repeat;
	margin: 40px auto 20px;
	width: 980px;
	padding-top: 1px;
}
#content {
	padding: 20px 40px 30px;
	min-height: 450px;
	background: url(images/black.png);
	overflow: hidden;
}

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

h1 {
	margin: 0 -40px 10px;
	padding: 10px 40px 30px;
	font-size: 24px;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
	background: url(images/nav-bg.png) bottom center no-repeat;
}
h2 {
	margin: 30px 0 14px;
	font-size: 20px;
}
h3 {
	margin: 20px 0 -10px;
	font-size: 16px;
}
p {
	margin: 14px 0;
}
a {
	color: #C2B1A1;
}
ul {
	margin: 20px 0;
	padding: 0;
	list-style: none;
}
li {
	margin: 0;
	padding: 0 0 7px 35px;
	background: url(images/bullet.png) 20px 9px no-repeat;
}
hr {
	margin: 30px 0;
	height: 1px;
	color: #4B2C13;
	background-color: #4B2C13;
	border: none;
}
small {
	font-size: 11px;
	line-height: 14px;
	text-transform: none;
	font-weight: normal;
	color: #9A7143;
}
small a {
	color: #9A7143;
}
#content img {
	max-width: 900px;
	height: auto;
}

form {
	margin: 0;
}
input, select, textarea {
	font: 15px 'Raleway', Arial, Helvetica, sans-serif;
	width: 300px;
}
.button {
	width: auto;
	font-weight: bold;
	background: #F78F1E url(images/shine-line.png) -30px 0 no-repeat;
	color: #000000;
	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;
	color: #645951;
	padding: 0 0 20px;
}
#footer p {
	margin: 10px 0 20px;
	color: #8A7D71;
}
#footer a {
	color: #645951;
}

#content .theme-default .nivo-caption {
	font: 15px/1.4 'Raleway', Arial, Helvetica, sans-serif;
}