@charset "utf-8";
/* CSS Document */

/*** BODY ***/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #e5e5e5;
	background:#151515 url(../images/layout/top_bg.gif) repeat-x;
	margin:0px;
}
.body_bg {
	width:1052px;
	background:#151515 url(../images/layout/body_bg.gif) repeat-y;
}
.body_bottom {
	background:#151515 url(../images/layout/body_bottom.gif) no-repeat;
}
a {
	color:#f79720;
	text-decoration:underline;
}
.plain_link a {
	color: #e5e5e5;
	text-decoration:none;
}
.plain_link a:hover {
	text-decoration:underline;
}

/*** HEADER ***/
.header_centre {
	vertical-align: top;
	width:960px;
	height:175px;
}
.header_left {
	width:46px;
	background: url(../images/layout/header_left.jpg) no-repeat;
}
.header_right {
	width:46px;
	background: url(../images/layout/header_right.jpg) no-repeat;
}
.top_nav {
	vertical-align: top;
	width:960px;
}

/*** CONTENT ***/
#left_title {
	float: left;
	width: 280px;
	background-color: #151515;
	border-bottom: 1px solid #3d3c3b;
	margin-top: 20px;
	margin-left: 65px;
	padding:10px;
}
.title_green {
	font-size:14px;
	font-weight:bold;
	color:#9aba54;
	letter-spacing:-0.5px;
}
.title_orange {
	font-size:14px;
	font-weight:bold;
	color:#f79720;
	letter-spacing:-0.5px;
}
.title_grey {
	font-size:14px;
	font-weight:bold;
	color:#7c7c7c;
	letter-spacing:-0.5px;
}
#right_title {
	float: right;
	width: 585px;
	background-color: #151515;
	border-bottom: 1px solid #3d3c3b;
	margin-top: 20px;
	margin-right: 65px;
	padding:10px;
}
#left_content {
	float: left;
	width: 280px;
	background-color: #1f1f1e;
	margin-left: 65px;
	padding:10px;
}
#left_content_spacer {
	float: left;
	width: 270px;
	height: 1px;
	border-top:solid 1px #3d3c3b;
	background: #0f0f0f;
	margin-top: 10px;
	margin-bottom: 10px;
}
.ul_green {
	list-style-type: none;
	padding: 0;
	margin-left: 20px;
	list-style-image:url(../images/layout/green_square.gif);
}
#right_content {
	float: right;
	width: 585px;
	background-color: #1f1f1e;
	margin-right: 65px;
	padding:10px;
}
#news_content {
	float: left;
	width: 575px;
	background-color: #30302e;
	border:solid 1px #3b3b3b;
	padding:5px;
}
#news_date {
	float: left;
	width: 55px;
	height: 59px;
	background:url(../images/layout/news_date.gif) no-repeat;
}
#news_month {
	float: left;
	width: 55px;
	height: 15px;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-align: center;
}
#news_day {
	float: left;
	width: 55px;
	height: 44px;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	margin-top: 8px;
}
#news_spacer {
	float: left;
	width: 587px;
	height: 1px;
	border-top:solid 1px #3d3c3b;
	background: #0f0f0f;
	margin-top: 10px;
	margin-bottom: 10px;
}
#news_text {
	float: left;
	width: 440px;
	margin-left: 10px;
}
#news_img {
	float: left;
	width: 56px;
	border:solid 1px #000000;
	margin-left: 10px;
}
#event_left {
	float: left;
	width: 273px;
	background-color: #151515;
	padding: 5px;
}
#event_right {
	float: left;
	width: 273px;
	background-color: #151515;
	margin-left: 18px;
	padding: 5px;
}
#bottom_content {
	float: left;
	width: 902px;
	height: 220px;
	background:url(../images/layout/logo_faded.jpg) no-repeat;
	background-position:right;
	background-color: #181717;
	margin-top: 15px;
	margin-left: 65px;
	margin-bottom: 10px;
	padding:10px;
}
#bottom_left {
	float: left;
	width: 280px;
}
#bottom_right {
	float: right;
	width: 440px;
	margin-right: 145px;
}
#bottom_note {
	float: left;
	font-size:11px;
	font-weight:bold;
	margin-left: 65px;
	margin-top: 20px;
	padding:10px;
}

/* ---------------- nav --------------------------------------------------------*/
#nav {
	z-index: 960;
	margin-top: -12px;
	margin-left: -40px;
	margin-bottom: -2px;
}
#nav ul li {
	list-style-type: none;
	float: left;
}
#nav ul ul, #nav ul ul ul, #nav ul ul ul ul {
	display: none;
}
#nav ul li:hover ul {
	display: block;
}
#nav ul li ul {
	position: absolute;
	border: 1px solid #FBD692;
	border-top: none;
	margin-top: -3px;
}
#nav ul li ul li {
	clear: left;
	float: left;
	border-top: 1px solid #FBD692;
	width: 180px;
	margin: 0px;
	padding: 0px;
	margin-left: -40px;
}
#nav ul li ul li a:link, #nav ul li ul li a:active, #nav ul li ul li a:visited {	
	font-size: 1.1em;
	color: #422D0E;
	font-weight:bold;
	letter-spacing:-0.5px;
	text-decoration:none;
	display: block;
	background: #EF9200;
	filter: alpha(opacity=95);
	-moz-opacity: .95;
	opacity: .95;	
	margin: 0px;
	padding: 4px 6px 4px 6px;	
}
#nav ul li ul li a:hover {
	color: #000;
	background: #ffc72a;
	filter: alpha(opacity=95);
	-moz-opacity: .95;
	opacity: .95;
}
#nav ul li:hover ul li ul {
	display: none;
}
#nav ul li ul li:hover ul {
	display: block;
}
#nav ul li ul li ul {
	position: absolute;
	display: block;
	margin: 0px;
	margin: -25px 0px 0px 180px;
}
#nav ul li:hover ul li ul li ul {
	display: none;
}
#nav ul li ul li ul li:hover ul {
	display: block;
}
.expand {
	float:right;
	width:4px;
	height:4px;
	margin:-1px -5px 0px 0px;
	background:url(../images/nav/expand_menu.gif) no-repeat;
	}
#order_online {
	border:1px solid #9aba54;
	padding:5px;
	width:280px;
	margin:0px auto 0px auto;
	}	
#order_online h1 {
	color:#9aba54;
	margin:5px;
	font-size:14px;
	margin:0px;
	}
#order_online ul li {
	list-style:none;
	clear:both;
	line-height:20px;
	height:20px;
	}
#order_online ul li b {
	width:90px;
	float:left;
	}
#order_online .input {
	border:1px solid #9aba54;
	background-color:#333333;
	color:#f4f4f4;
	font-size:10px;
	padding:1px;
	}
#order_online .button {
	border:1px solid #cccccc;
	background-color:#9aba54;
	color:#333333;
	}
.input {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background:#333333;
	border:1px solid #996600;
	color:#99CC66;
	padding:2px;
	}
.button {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background:#333333;
	border:1px solid #996600;
	color:#99CC66;
	padding:1px;
	}