﻿	html {
		/*overflow: hidden;*/
	}
	body {
		position: absolute;
		margin: 0px;
		padding: 0px;
		background: #111;
		width: 100%;
		height: 100%;
		background:#142e07 url('images/bg.jpg') no-repeat scroll center top ;
	}
	#center {
		position: absolute;
		left: 50%;
		/*top:  50%;*/
		top:270px;
	}
	img {
	border:0px;
}
	#slider {
		position: absolute;
		width: 820px;
		height: 380px;
		left: -430px;
		top: -186px;
		overflow: hidden;
		background: #000;
		border: 20px solid #000;
	}
	#slider .slide {
		position: absolute;
		top: 0px;
		height: 380px;
		width: 500px;
		background: #000;
		overflow: hidden;
		border-left: #000 solid 1px;
		cursor: default;
	}
	#slider .title   {
		color: #F80;
		font-weight: bold;
		font-size: 1.2em;
		margin-right: 1.5em;
		text-decoration: none;
	}
.title a{
text-decoration:none;
	color:orange;
}

.title a:hover{
 text-decoration:underline
}
	#slider .backgroundText {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 100%;
		background: #000;
		filter: alpha(opacity=40);
		opacity: 0.4;
	}
	#slider .text {
		position: absolute;
		top: 1%;
		top: 100%;
		color: #FFF;
		font-family: verdana, arial, Helvetica, sans-serif;
		font-size: 2em;
		text-align: justify;
		width: 470px;
		left: 10px;
	}
	#slider .diapo {
		position: absolute;
		filter: alpha(opacity=100);
		opacity: 1;
		visibility: hidden;
	}

/* ---------------------- Style 4 nav ---------------------- */
#stylefour{position:relative;display:block;height:39px;font-size:11px;font-weight:bold;background:transparent url(images/bgOFF.gif) repeat-x top left;font-family:Arial,Verdana,Helvitica,sans-serif;border-top:4px solid #B30000;}
#stylefour ul{margin:0;padding:0;list-style-type:none;width:auto;}
#stylefour ul li{display:block;float:left;margin:0;}
#stylefour ul li a{display:block;float:left;color:#666;text-decoration:none;padding:11px 20px 0 20px;height:23px;background:transparent url(images/bgDIVIDER.gif) no-repeat top right;}
#stylefour ul li a:hover,#stylefour ul li a.current{color:#B30000;background:#fff url(images/bgON.gif) no-repeat top right;}

#menuContainer{
	color:white; 
	margin-top:424px; 
}
#menuContainer2{ 
	margin:auto; 
	width:860px;
	padding-top:3px;
	background: transparent url('images/stand.gif') no-repeat scroll center top ;
	
}

#header{
	background: transparent url('images/logo.jpg') no-repeat scroll center 0px ;
	height:80px;
}

#credit{
	font-size:11px; padding: 10px 0 5px 0; text-align:center
}
#credit a{
	color:#EAEAEA
}