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

html { 	

	font:13px Helvetica, Trebuchet MS, Arial, Helvetica, Sans-Serif;
	color:#ffffff;
		
}

body { 
	background-color:#000;
	background-image: url('images/bg.jpg');
	background-attachment:fixed;
	background-position: top left;
	background-repeat:no-repeat;

	margin: 0px;
	padding: 0px;
}

a {
   outline: none;
  
}

a:link {  color: #21ada3; }
a:visited {  color: #21ada3; }
a:hover {  color: #59d3ca; }

.input { padding:5px; font-size:14px; }

.response { color: orange; }

.small { font-size:11px; }
.big { font-size:14px; color:#fffdd3 }
.bigger { font-size:18px; }

.content { line-height:1.3; padding:35px; padding-top:10px; }

.nopad {
	margin:0px; 
	padding:0px;
}

.nopad td, tr, table {
	margin:0px; 
	padding:0px;
}

p { line-height:1.3; }


/* Easy Slider */

.box { border: #0e5550 15px solid; }

	#slider{}	
	#slider ul, #slider li, #slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		
		}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:800px;
		height:375px;
		overflow:auto;
		
		}	

	#slider2 li{ 
		/* Background here if you want */
		background: url('images/framebg.jpg') #000 repeat-x;
		filter:alpha(opacity=90); -moz-opacity:0.9; opacity: 0.9;
		}		
	#slider2 li h2{ 
		margin:0 30px;
		padding-top:10px;
		}	
	#slider2 li p{ 
		margin:10px;
		}						
		
	p#controls, p#controls2{
		margin:0;
		position:relative;
		} 
	
	#prevBtn, #nextBtn, #prevBtn2, #nextBtn2{ 
		display:block;
		margin:0;
		overflow:hidden;
		text-indent:-8000px;		
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:-160px;
		}	
	#nextBtn, #nextBtn2{ 
		left:696px;
		}														
	#prevBtn a, #nextBtn a, #prevBtn2 a, #nextBtn2 a{  
		display:block;
		width:30px;
		height:77px;
		background:url(images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a, #nextBtn2 a{ 
		background:url(images/btn_next.gif) no-repeat 0 0;	
		}												


		
a#turnON { filter:alpha(opacity=100); -moz-opacity:1; opacity: 1; }

.hr {

border:0px dashed #dddddd;
height:1px;
background-color:#666666;

}

