@charset "utf-8";
/* CSS Document */

/* ***** */
/* RESET */
/* ***** */
body, div, a, ul, li, p {
	margin:0; 
	padding:0; 
	outline:none;
}
		
/* ********* */
/* STRUCTURE */
/* ********* */
html, body {
	height:100%; 
	background-color: #b20612;
}

#flashContent {
	width: 100%;
	height: 100%;
}

#wrapper {
	position: relative;
	z-index: 1;
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -35px;
}
		
#header {
	width: 100%;
	height: 55px;
	background: url('../images/html/menu_bg.png');
}

/* ******** */
/* BG IMAGE */
/* ******** */
#stretch-bg {
	position:fixed; 
	top:0; 
	left:0; 
	width:100%; 
	height:100%;
}

/* ************* */
/* MENU POSITION */
/* ************* */
		
#menu-content {
	width: 980px;
	margin: 0px auto;
	text-align: center;
}
		
#main_menu ul {
	list-style-type: none;
}
		
#main_menu ul li {
	position: relative;
	display: inline-block;
}
		
#main_menu ul li a {
	display: block;
	text-decoration: none;
	padding: 10px;
	padding-top: 18px;
	padding-bottom: 18px;
}
		
#main_menu ul li a.first-item {
	padding-left: 0px;
}
		
#main_menu ul li ul {
	position: absolute;
	top: 55px;
	left: 0;
	display: inline-block;
	visibility: hidden;
}

#main_menu ul li ul li {
	display: list-item;
	float: none;
	text-align: left;
	background: url('../images/html/menu_bg.png');
}

#main_menu ul li ul li a {
	padding: 10px;
	width: 125px;
	color: white;
}	
		
#main_menu ul li:hover > ul {
 	visibility: visible;
}
		
/* MENU STYLE */
#main_menu ul li ul li {
	background: url('../images/html/sub_bg.png');
}
		
#main_menu ul li ul li:hover {
	background: #000000;
}
		
#main_menu ul li a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #EEEEEE;
}
		
#main_menu ul li ul li a {
	color: #EEEEEE;
	font-size: 14px;
}	

/* **** */	
/* LOGO */
/* **** */
#logo {
	clear: both;	
	width: 100%;
	margin-top: 50px;
}
		
#logo-content {
	width: 960px;
	margin: 0px auto;
	padding-left: 20px;
}

/* ************ */
/* PAGE CONTENT */
/* ************ */
#page {
	margin-top: 20px;
	width: 100%;
	border-top: 5px solid #b20612;
	border-bottom: 5px solid #b20612;
	background-color: #b20612;
}
		
#page-content {
	width: 960px;
	margin: 0px auto;
	padding: 20px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 150%;
	text-shadow: 1px 1px 0 #eb0001;
	color: #000000;
}
		
/* PAGE TITLE */
#page-title {
	width: 100%;
	margin-top: 20px;
}
		
#page-title-content {
	width: 960px;
	margin: 0px auto;
	padding-right: 20px;
	text-align: right;
	font-size: 48px;
	color: #b20612;
}

#page a {
	color: #999999;
}

#page a:hover {
	color: #999999;	
	text-decoration: none;
}

/* ****** */
/* FOOTER */
/* ****** */
#footer {
	position: relative;
	z-index: 2;
	width: 100%;
	height: 35px;
	margin-top: -35px;
	background: url('../images/html/menu_bg.png');
}
		
#footer-content {
	width: 980px;
	margin: 0px auto;
	padding-top: 6px;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #EEEEEE;
}
		
#footer #footer-content a {
	color: #EEEEEE;
}
		
#footer #footer-content a:hover {
	text-decoration: none;
}
		
#footer #footer-content a:visited {
	color: #EEEEEE;
}

.socialIcon {
	margin-bottom: -2px;
	padding-left: 7px;
	paddiong-right: 7px;
}


/* ******** */
/* NEWS BOX */
/* ******** */
.newsBox {
	display: none;
	float: left;	   
}
			
.newsBox1 {
	float: left;				   
}

.newsTitle {
	margin-right: 10px;
	font-size: 18px;	
}

.clearBoth {
	clear: both;	
}

/* ************* */
/* YOUTUBE VIDEO */
/* ************* */
#youtube {
	width: 960px;
	margin: 0px auto;
	text-align: center;
}

/* ******* */
/* GALLERY */
/* ******* */

.thumb {
	padding: 5px;
}

/* ******* */
/* CONTACT */
/* ******* */
#contact {
	width: 810px;
	padding-left: 150px;
}

#contact-details {
	width: 179px;
	text-align: right;
	float: left;
}

#contact-details a {
	color: #999999;
	text-decoration: none;	
}

#contact-details a:visited {
	color: #999999;	
}

#contact-form {
	width: 445px;
	display: inline-block;
	margin-left: 13px;
}

#contact-form .small {
	width: 445px;
	margin-bottom: 8px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #777777;
}

#contact-form .big {
	width: 445px;
	height: 93px;
	margin-bottom: 8px;	
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #777777;
}

#contact-form .submit {
	float: right;
	margin-right: -7px;	
}

.contact-social {
	margin-left: 3px;
}

/* **************************************************** */
/* NIVO SLIDER STYLES (modified from the Nivo download) */
/* **************************************************** */
#slider-container {
	position: relative;
	width: 960px;
}

#slider {
	position: relative;
	margin: 0px auto;	
	text-align: center;
    width: 850px;
    height: 350px;
	background: url(../images/html/nivo/loading.gif) no-repeat 50% 50%;
}
#slider img {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
}
#slider a {
	border: 0;
	display: block;
}

.nivo-controlNav {
	position: absolute;
	left: 260px;
	bottom: -42px;
	
	/* Hide the Nivo controls, there must be a better way :D */
	visibility: hidden;
}
.nivo-controlNav a {
	display: block;
	width: 22px;
	height: 22px;
	background: url(../images/html/nivo/bullets.png) no-repeat;
	text-indent: -9999px;
	border: 0;
	margin-right: 3px;
	float: left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display: block;
	width: 40px;
	height: 40px;
	background: url(../images/html/nivo/arrows.png) no-repeat;
	text-indent: -9999px;
	border: 0;
}
a.nivo-nextNav {
	background-position: -40px 0;
	right: 15px;
}
a.nivo-prevNav {
	left: 15px;
}

.nivo-caption {
    text-shadow: none;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.nivo-caption a { 
    color: #b20612;
    text-decoration: underline;
}

.clear {
	clear:both;
}
		
		
		
		
		
		
		
		
		
		