@charset "UTF-8";
/* CSS Document */

/* ---------- LAYOUT ---------- */
body {
	background-position:center;
	line-height:100%;
	color:black;
	background:black;
	
}



#header {
	position:relative;
	top:400px;
	border-bottom:0px;
	margin-bottom:0px;
	padding:0px 0 0px 0px;
	color:#666;
	height:0px;
}




#wrapper { 
	background-image:url(../img/bg2.jpg);
	background-repeat:no-repeat;
	background-position:center;
	position:relative; 
	width:1080px; 
	height:700px;
	text-align:center; 
	margin:0 auto;
	margin-bottom:85px;
	padding:0px 0px; 
	z-index:105; 
}

.clearfix:after,
#content ul li:after{ 
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}


#logo {
	position:relative;
	left:200px;
	top:425px;
	z-index:99;
}


#nshadow {
	position:absolute;
	left:240px;
	top:600px;
	z-index:99;
}

#nav {
	position:absolute;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 15px;
	font-weight:400;
	left:280px;
	top:630px;
	z-index:100;
}

#nav a{
	color:#141414;
	text-decoration:none;
	padding:1px;
}

#nav a:hover{
	color:#f47751;
	/*background-color:#3a3a3a;*/
	padding:1px;
}

#navselect a{
	font-family:Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#FFF;
	background-color:#79d1df;
	padding-bottom:0px;
}








#sliderbox{
	position:relative;
	top:-270px;
	left:74px;
	
	}




/* ---------- SLIDER ---------- */
#slider{}	
#slider ul, #slider li{
	
	
	margin:0px;
	padding:0;
	list-style:none;
}


#slider li{ 
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/ 
	
	
	width:930px;
	height:460px;
	overflow:hidden; 
}


#prevBtn, #nextBtn{ 
	display:block;
	width:50px;
	height:50px;
	position:absolute;
	left:-32px;
	top:30px;
}


#nextBtn{ 
	left:936px;
}


#prevBtn a, #nextBtn a{  
	display:block;
	width:25px;
	height:380px;
	background:url(../img/btn-carousel-prev.png) no-repeat 0 0;	
}


#nextBtn a{ 
	background:url(../img/btn-carousel-next.png) no-repeat 0 0;	
}	
		

#prevBtn a:hover,
#nextBtn a:hover {
	background-position:-25px 0;
}
											

.col strong, .full strong{
	padding:0 0px;
	background:#f1f1f1;
}


.col a, .full a{
	font-weight:bold;
	text-decoration:underline;
}		


.full ul, .full li{
	margin:0;
	padding:0;
	list-style:none;
}


