@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0
	}
body{
	background:#86BB56
	}
p{
	padding:0 0 1.2em 0
	}
/* main layout */
#wrapper{
	margin:0 auto;
	width:960px
	}
#header{
	float:left
	}
#nav{
	float:left;
	display:inline
	}
#content{
	float:left;
	margin:10px 0 0 0
	}
#footer{
	float:left;
	padding:0 20px;
	width:920px;
	background:#fff
	}
/* site decoration */
.top-round{
	float:left;
	width:960px;
	height:23px;
	background:url(images/round_top.png) no-repeat
	}
.btm-round{
	float:left;
	width:960px;
	height:23px;
	background:url(images/round_btm.png) bottom left no-repeat
	}
.top-content-round
{
	float:left;
	width:960px;
	height:23px;
	background:url(images/round_top.png) no-repeat;
}
.content-shade{
	display:none;
}
.btm-footer-round{
	float:left;
	width:960px;
	height:23px;
	background:url(images/round_btm.png) bottom left no-repeat;
}
#header .image-container{
	background:#fff;
	padding:0 20px
	}
#nav{
	margin:-55px 0 0 70px
	}
#nav ul li{
	display:inline;
	float:left;
	font-size:0.8em;
	font-weight:700
	}
#nav ul li a{
	float:left;
	padding:8px 10px;
	color:#fff;
	text-decoration:none;
	background:#3B8686;
	}
#nav ul li a:hover{
	background:#0B486B
	}
#top-content, #product, #about{
	width:920px;
	float:left;
	background:#fff;
	overflow:hidden;
	padding:0 20px 10px 20px
	}
#footer p{
	background:#D0F8FC;
	font-size:0.8em;
	padding:5px;
	text-align:right
	}

