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

body{	
	background: #f7f7f6 url(../images/css/bg_home.gif) repeat-x;
}

h4{
	margin-top: 0;
	line-height: 1.6;
}

h2, h4.info, h4.support {
	font-size: 14px;
	color: #f55f24;
	margin-top: 30px;
	margin-bottom: 25px;
	text-transform:uppercase;
}


		
.header_home {
	background: no-repeat center;
	height: 415px;
	overflow:hidden;
}

#maincontainer{
	background: none;
	height:415px;
	position: relative;
}
#introduction{
	width: 500px;
	height:130px;
	text-indent: -9999px;
	background: url(../images/css/home_h1.png) no-repeat;
	position:absolute;
	top: 216px;
	left: 0px;

}

#newswrap {
	background: transparent;
	overflow: hidden;
	width:360px;
	height: 165px;
}
.newsblock{
	position: relative;
	width:360px;
	height: 165px;
	cursor: pointer;
}

#latestnews {
	width:360px;
	height: 190px;
	padding: 30px 0 10px 20px;
	position:absolute;
	top: 185px;
	left: 560px;
	overflow: hidden;
}
		#latestnews h4 {
			color: #f55f24;
			font-size: 14px;
			font-weight: bold;
			line-height: 1.2
		
		}
		#latestnews p {
			color: #fff;
		}
		#latestnews p.date {
			color: #a7a1a3
		}
		
		#latestnews a:link, #latestnews a:visited{
			color: #6c9192;
			border-bottom: 1px solid #484e58;
		}
		
		#latestnews a:hover {
			color: #6c9192;
			border-bottom: 1px solid #6c9192;
		}

		#latestnews a:active, #latestnews a:focus {
			color: #000000;
			border-bottom: 1px solid #000000;
		}
		


#nav {
	position: absolute;
	top: 200px;
	left: 20px;
}

.nav { 
	margin: 0 
}

#nav a { 
	margin: 0 2px;
	width: 10px;
	height: 10px;
	display: block;
	float: left;
	text-decoration: none;
	text-indent: -9999px;
	background: transparent url(../images/css/slide_btn.png) no-repeat 0 0;

}

#latestnews #nav a{
	border-bottom:none;
	}

#nav a.activeSlide {
	
	 background:transparent url(../images/css/slide_btn.png) no-repeat 0 -10px;
}

#nav a:focus {
	outline: none;
}
		
		
		
#sensortop{
	width:137px;
	height:54px;
	position: absolute;
	background: url(../images/css/sensor.png) no-repeat;
	left: 190px;
	top: 361px;
	z-index: 999;
}	
	
#sensor{
	width:137px;
	height:77px;
	position: absolute;
	background: url(../images/css/sensor.png) no-repeat bottom;
	left: 190px;
	top: 0px;
	z-index: 1000;
}
div.alpha {
	position: relative;
}


div.subcontentwrap{
	background: url(../images/css/bg_subcontainer_home.jpg) no-repeat top center;
	min-height: 400px

}
	#subcontainer{
			background:none;

		}	
