html {
	margin:0;
	font-family :Tahoma,Arial, Helvetica, sans-serif;
	font-size:11px;
	background:#e9eaeb;
	color:#000000;
}
h1 {
	height:20px;
	margin:5px 0;
	font-size:18px;
	color:#990099;
	font-weight:normal;
}
h2 {
	height:20px;
	margin:5px 0;
	font-size:16px;
	color: #FF6600;
	font-weight:normal;
}

body {
	height:100%;
}
a {
	text-decoration:none;
	color:#000000;
}
a:hover {
	text-decoration:none;
	color: #FF9900;
}
p,li {
	line-height:18px;
}
hr {
	border-bottom:none;
	border-left:none;
	border-right:none;
	border-top: solid 1px  #CCCCCC;
}

/*==================== content.php ====================*/
#header {
	width:800px;
	height:160px;
}
#container {
	width:800px;
	margin: 0 auto;
	height:100%;
	background: #FFFFFF;
	border: solid 1px  #CCCCCC;
}
#banner {
	float:left;
	width:750px;
	height:300px;
	padding:0 25px;
}
/*==================== page.php ====================*/
#content {
	float:left;
	width:760px;
	background:#FFFFFF;
	padding: 0 20px;
}
#contentright {
	float:right;
	width:600px;
	padding-top:10px;
	overflow:hidden;
	border-top:solid 1px #CCCCCC;
}
#sidebar{
	float:left;
	width:160px;
	padding:0px;
	overflow:hidden;
	border-top:solid 1px #CCCCCC;
}
.scroll {
	height: 300px;
	width: 160px;
	overflow: auto;
}
#sidebar ul{
	margin:0px;
	padding:0px;
	list-style:none;
}
#sidebar ul li{
	line-height:25px;
}

#product-launch{
	float:left;
	width:135px;
	height:35px;
	background:url(assets/button_launch.jpg);
	line-height:33px;
	text-align:center;
}
#product-launch a{
	color:#fff;
}

/*==================== masterplan.php ====================*/
#contentright-mp {
	float:right;
	width:650px;
	padding-top:10px;
	border-top:solid 1px #CCCCCC;
}
#sidebar-mp{
	float:left;
	width:110px;
	padding:0px;
	border-top:solid 1px #CCCCCC;
}
#sidebar-mp ul{
	margin:0px;
	padding:0px;
	list-style:none;
}
#sidebar-mp ul li{
	line-height:25px;
	border-bottom:dotted 1px #999999
}
/* end masterplan */

/*==================== news.php ====================*/
#contentright-news {
	float:right;
	width:560px;
	padding-top:10px;
	border-top:solid 1px #CCCCCC;
}
#sidebar-news{
	float:left;
	width:190px;
	padding:0px;
	margin-right:10px;
	border-top:solid 1px #CCCCCC;
}
#sidebar-news ul{
	margin:0px;
	padding:0px;
	list-style:none;
}
#sidebar-news ul li{
	line-height:25px;
	border-bottom:dotted 1px #999999
}
#date {
	font-size:10px;
	color:#999999;
}
/* end news.php */

#content3 {
	float:left;
	width:800px;
}

#logo2{
	background:url(assets/bg_logo2.jpg);
	height:100px;
	padding:inherit;
	width:625px;
	float:left;
	padding-left: 125px;
	margin:0 25px;
}
#psearch {
	border:solid 1px #cccccc;
	margin-left:20px;
	padding:10px;
	width:320px;
}
#contentindex {
	float:left;
	width:750px;
	padding:0 25px;
}
/*==================== footer.php ====================*/
#footer {
	width:800px;
	height:143px;
	clear:both;
	text-align:center;
	color:#fff;
	background:url(images/footer.jpg);
}

#download a{
	display:inline-block;
	text-indent:-1000px;
	width:115px;
	height:20px;
	background:transparent url(assets/download.jpg) center left no-repeat;
}