@charset "UTF-8";
/*AIS HOME CSS*/
html, body, div, container, header, main, band, base, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td { margin: 0px; padding: 0px; }

body {
	font-family: "Lucida Sans Unicode","Lucida Grande","Lucida Sans",Verdana,Arial,sans-serif;
	font-size: 62.5%;
	color: #464646;
	text-align: center;
	background-attachment: scroll;
	background-color: #FFFFFF;
	background-image: url(../i/ais_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.preLoadImg {
	display: none;
}
#container {
	width: 1030px;
	height: auto;
	margin: 0 auto;
	text-align: left;
	background: url(../i/container_bg.jpg) no-repeat scroll 0 0;
	overflow: hidden;
}

#main {
	width: 990px;
	height: auto;
	margin-top: 10px;
	padding: 0 20px 0 20px;
}
img a {
	border: none;
}

#header {
	width: 990px;
	height: 85px;
	background-image: url(../i/header.jpg);
}
#topnav {
	color: #464646;
	font-size: 0.9em;
	text-align: right;
	float: right;
	width: 330px;
	height: 17px;
	margin: 40px 0px 0px 0px;
	padding-right: 30px;
}
.nav a {
	color: #464646;
	text-decoration: none;
	margin: 0px 3px 0px 3px;

}
.nav a:hover {
	color: #000000;
	text-decoration: none;
}

#ais1 {
	width: 990px;
	height: 330px;
}
#prod {
	width: 990px;
	height: 330px;
}

#ais2 {
	width: 990px;
	height: auto;
	margin-top: 13px;
}
#news {
	width: 330px;
	height: 333px;
	float: right;
	text-align: left;
	background: url(../i/newsbg.jpg) no-repeat scroll bottom #FAFAF9;

}
#news_header {
	width: 330px;
	height: 40px;
	margin-top: 3px;
	background: transparent url(../i/news_header.jpg) no-repeat scroll 0 0;
}
#items {
	width: 270px;
	height: auto;
	margin: 23px 0px 15px 0px;
	padding: 0px 30px 0px 30px;
}
#items a {
	color: #000000;
	text-decoration: none;
}
#items a:hover {
	color: #003399;
}
.item {
	width: auto;
	height: auto;
	margin: 0 0 10px 0;
}
.item h1 {
	font-size: 1.1em;
}
.item h2 {
	font-size: 1.3em;
	color: #4a0f5f;
	font-weight: normal;
}
.item p {
	font-size: 1.0em;
	color: #505050;
}
#map_holder {
	width: 660px;
	height: auto;
	float: left;
	background-color: #d3cfc4;
}
#map_header {
	width: 660px;
	height: 40px;
	margin-top: 3px;
	background: transparent url(../i/map_header.jpg) no-repeat scroll 0 0;
	
}
#map {
	width: 660px;
	height: 290px;
}

#footer {
	width: 990px;
	height: 90px;
	margin: 0px;
	padding: 0px;
	clear: both;
}
#copyright {
	font-size: 0.9em;
	padding-left: 20px;
	height: 17px;
	float: left;
	width: 360px;
	margin-top: 20px;
}

#bottomnav {
	float: right;
	text-align: right;
	font-size: 0.9em;
	margin-top: 20px;
	padding-right: 20px;
	width: 575px;
	height: 17px;

}
.clearing {clear: both;}