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

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:19px;
	color: #FFF;
	background-color: #000;
	background-image: url(images/bg3.jpg);
	background-repeat: no-repeat;
	background-position:center top;
	z-index:-9999;
	
	
}

a:link {
	color: #FFF;
}
a:visited {
	color: #FFF;
}
a:hover {
	color: #999;
}
a:active {
	color: #9E0C0F;
}

*{outline: none;}
img {border: 0;}

.container {
	width: 960px;
	padding: 0;
	margin: 0 auto;
}
.nav {
	width: 870px;
	margin: 80px auto;
	z-index:9999;
	
}
.navline {
	width: 100%;
	height:65px;
	background:url(images/navline.png);
	background-repeat:repeat-x;
	background-position:center top;
	z-index:0;
	margin:25px auto;
}
#header {
	
	width: 970px; height: 202px;
	
	}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -200px; /* the bottom margin is the negative value of the footer's height */
}

.footer, .push {
	height: 200px; /* .push must be the same height as .footer */
	background:url(images/footerbg.png);
	padding-top:10px;
	background-color:#000000;
	
	
}


ul#topnav {
	margin: 0; padding: 0;
	float:left;
	width: 100%;
	list-style: none;
	font-size: 1.1em;
}
ul#topnav li {
	float: left;
	margin: 0; padding: 0;
	position: relative;
}
ul#topnav li a {
	float: left; 
	text-indent: -9999px;
	height: 53px;
}
ul#topnav li:hover a, ul#topnav li a:hover { background-position: left bottom; }
ul#topnav a.home {
	background: url(images/btn_home.png) no-repeat;
	width: 120px; 
}
ul#topnav a.eco {
	background: url(images/btn_eco.png) no-repeat;
	width: 120px; 
}
ul#topnav a.gallery {
	background: url(images/btn_gallery.png) no-repeat;
	width: 120px; 
}
ul#topnav a.events {
	background: url(images/btn_events.png) no-repeat;
	width: 120px; 
}
ul#topnav a.aboutus {
	background: url(images/btn_aboutus.png) no-repeat;
	width: 120px; 
}
ul#topnav a.services {
	background: url(images/btn_services.png) no-repeat;
	width: 120px; 
}
ul#topnav a.contactus {
	background: url(images/btn_contactus.png) no-repeat;
	width: 120px; 
}
 
ul#topnav li .sub {
	position: absolute;
	top: 53px;
	right: 0;
	background:#9e0b0f url(images/sub_bg.png) repeat-x;
	padding: 5px 20px 5px;
	float: left;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	display: none;
}
ul#topnav li .row {clear: both; float: left; width: 100%; margin-bottom: 10px;}
ul#topnav li .sub ul{
	list-style: none;
	margin: 0; padding: 0;
	width: 225px;
	float: left;
}
ul#topnav .sub ul li {
	width: 100%;
	color: #fff;
}
ul#topnav .sub ul li h2 {
	
	padding: 0;  margin: 0;
	font-size: 1.3em;
	font-weight: normal;
}
ul#topnav .sub ul li h2 a {
	padding: 2px 0;
	background-image: none;
	color: #FFF;
}
ul#topnav .sub ul li a {
	float: none; 
	text-indent: 0; /*--Reset text indent--*/
	height: auto;
	background: url(images/navlist_arrow.png) no-repeat  3px 6px;
	padding: 0px 5px 0px 15px;
	display: block;
	text-decoration: none;
	color: #fff;
}
ul#topnav .sub ul li a:hover {color: #ddd; background-position: 5px 6px ;}

/* Custom Form */
.buttonf {
	border: none;
	background: url('images/submit.png') no-repeat top right;
	height: 20px;
	width: 73px;
	padding-top: 5px;
	padding-right: 18px;
	padding-bottom: 2px;
	padding-left: 0px;
	text-indent: -9999px;
}
.buttonf:hover {
	border: none;
	background: url('images/submito.png') no-repeat top right;
	height: 20px;
	width: 73px;
	padding-top: 5px;
	padding-right: 18px;
	padding-bottom: 2px;
	padding-left: 0px;
	text-indent: -9999px;
}.elite {
	font-weight: bold;
	font-size: 16px;
}
.bullet {
	color: #A8080B;
}
.greenh {
	color: #6fd16f;
	font-weight: bold;
}

.slideshow { height: 296px; width: 396px; margin: auto }
.slideshow img { padding: 0px; border: 0px solid #000000; background-color: #000000; }

.callcontainer {
	
	width: 170px;
   position: absolute;
    top: 20px;
	 text-align: left;
    left: 50%;
	margin-left:275px;
	
}
.greencontainer {
	width: 400px;
   position: absolute;
    top: 258px;
	 text-align: left;
    left: 50%;
	margin-left:200px;
    
}

