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

* {
		margin:0;
		padding:0;
		list-style:none;
		}
		
html, body {
		height:100%;
		}
		
body {
		font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
		font-size:8pt;
		font-weight:normal;
		font-style:normal;
		overflow:hidden;
		}
		
#container{
	position:relative;
	text-align:center;
	margin-right:auto;
	margin-left:auto;
	height:646px;
	width:960px;
	clear:left;
}

#distance { 
		width:1px;
		height:50%;
		margin-bottom:-323px; /* half of container's height */
		float:left;
		}

#header {
	position:relative;
	text-align:left;
	height:20px;
	width:960px;
	float:left;
}

#headerlogo {
	position:relative;
	width:auto;
	height:20px;
	text-align:left;
	float:left
}

#headernav {
	position:relative;
	width:auto;
	height:20px;
	text-align:right;
	float:right;
	font-size:12px;
	margin-top:4px;
}

#content {
	position:relative;
	width:960px;
	height:606px;
	float:left;
	text-align:left;
	margin-top:20px;
}

li.home {margin:0 0 -2px 0; padding:0 0 0 0; }

a img {border:none;}

li {margin:0; padding:0; list-style-type:none; list-style:none;}

li a.contact {text-decoration:none; color:#0c143e;}
li a.contact:hover {text-decoration:none; color:#CCC;}
li a img {border:none;}
 a.contact {text-decoration:none; color:#0c143e;}
 a.contact:hover {text-decoration:none; color:#CCC;}
 
 
 /* image slide */
 
 #slider{}	
#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
	}
#slider li{ 
	width:960px;
	height:606px;
	overflow:hidden; 
	}	
	
	#prevBtn, #nextBtn{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:303px;
		}	
		#nextBtn{ 
	left:950px;
	margin-left:10px;
	}
		
#prevBtn a, #nextBtn a{  
	display:block;
	width:30px;
	height:77px;
	background:url(skins/tango/prev-horizontal.png) no-repeat 0 0;	
	}	
#nextBtn a{ 
	background:url(skins/tango/next-horizontal.png) no-repeat 0 0;
	}
	
/* content slider */
#slider {}
slider2 li{ 
		width:960px;
		height:auto;
		overflow:hidden; 
		}	
