* {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", helvetica;
}
body {
	background: #a9d63f url('../img/body_bg.jpg') no-repeat top left;
	margin: 0px;
	margin-bottom: 20px;
}
img {
	border: 0px;
}
div {
	margin: 0px;
}
#navbar {
	position: fixed;
	top: 0px;
	width: 100%;
	left: 0px;
	height: 55px;
	background: transparent url('../img/top_bg.png') repeat-x top left;
}
#nav_center {
	margin: 0px auto;
	padding-left: 10px;
	width: 1000px;
}
a#am {
	float:left;
	display: block;
	background-image: url('../img/top_am1.png');
	width: 213px;
	height: 41px
}
a#am:hover {
	background-image: url('../img/top_am2.png');
}
a#network {
	float:right;
	display: block;
	background-image: url('../img/top_network1.png');
	width: 153px;
	height: 41px;
	position:relative;
	z-index:24;
	text-decoration: none;
	color: #D0C9B8;
}
a#network:hover {
	background-image: url('../img/top_network2.png');
	z-index: 25;
}
a#network span {
	display: none;
}
a#network:hover span {
    display: block;
    position: absolute;
	top: 36px;
	left: 8px;
	width: 190px;
	padding: 7px;
	background-color: #1A0F0B;
    border:1px solid #312721;
	font-size: 14px;
}
a#network b {
	color: #E5441B;
}
#container {
	width: 1018px;
	margin: 0px auto;
	display: none;
}
#container a {
	color: #e5441b;
	text-decoration: none;
}
#logo {
	background: transparent url('../img/logo_bg.png') no-repeat bottom left;
	height: 275px;
}
#slider {
	position: relative;
	top: 63px;
	left: 688px;
	width: 300px;
	height: 180px;
	border: 1px solid #D0C9B8;
}
#content1 {
	background: transparent url('../img/content_top.png') no-repeat top left;
	padding: 44px 45px 0px 44px;
	text-align: justify;
	font-size: 18px;
}
#content2 {
	background: transparent url('../img/content_bg.png') repeat-y top left;
	padding: 0px 45px;
	text-align: justify;
	font-size: 18px;
}
.point {
	padding-left: 60px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-bottom: 30px;
}
#contact {
	display: none;
	padding: 5px 20px;
}
#contact input, textarea, button {
	font-size: 14px;
	background-color: #F4FAE6;
	border: 1px solid white;
	padding: 2px;
	color: #A1A592;
}
#contact input:hover, textarea:hover {
	background-color: #F8FCEE;
}
#contact input:focus, textarea:focus {
	background-color: #F8FCEE;
	border: 1px solid #E5441B;
	color: #000000;
}
#contact ul, #contact li {
	border: 0; margin: 0; padding: 0; list-style: none;
}
#contact li {
	clear: both;
	padding: 5px;
	color: #A1A592;
	font-size: 14px;
}
#contact input{
	float: left;
}
#contact label{
	width: 100px;
	float: left;
}
#bottom {
	background: transparent url('../img/content_bottom.png') no-repeat top left;
	height: 35px;
}
#bottom a {
	color: #FBF86A;
	text-decoration: none;
}
#bottom a:hover {
	color: white;
}
#bottom ul {
	float: left;
	width: 1000px;
	margin: 0;
	margin-top: 40px;
	padding: 0;
	list-style: none;
	margin-bottom: 30px;
}
#bottom li {
	float: right;
	width: 250px;
	margin: 0;
	padding: 0;
	color: white;
	font-size: 12px;
	text-align: right;

}

/* Easy Slider */
	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		width:300px;
		height:180px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:300px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(../images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(../images/btn_next.gif) no-repeat 0 0;	
		}