:link,:visited {text-decoration: none}
ul,ol {	text-decoration: none}
h1,h2,h3,h4,h5,h6,pre,code {	font-size: 1em;}
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
	{
	margin: 0;
	padding: 0;
}
a img,:link img,:visited img { border: none}
address {font-style: normal}
html {	height: 100% }

body {
	margin: 0px;
	background: white;
	height: 100%
}

body,td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px
}

img {
	margin: 0;
	border: none;
	padding: 0;
}

#header {
	width: 730px;
	height: 90px;
	margin: 5px 20px 30px 20px;
	position: relative;
	vertical-align: middle;
}

#header .left {
	float: left;
	width: 400px;
}

#header .right {
	width: auto;
	vertical-align: middle;
	text-align: center;
	margin: 0 0 0 400px;
	padding-top: 25px;
	font-size: 15px;
	font-weight: bold;
	color: #5770b2;
	line-height: 1.4;
}

#header img {
	vertical-align: middle;
}

#content {
	width: 730px;
	margin: 0 20px;
	padding: 0;
}

#content .menu {
	margin: 0;
	float: right;
	width: 200px;
	height: 315px;
	padding-top: 40px;
	background: url("images/menu-bg.gif") no-repeat;
}

#content .menu .item {
	display: block;
	width: auto;
	height: 16px;
	background: white;
	border: 1px solid black;
	margin: 0 24px 16px;
	padding: 7px 10px;
	font-size: 15px;
	font-weight: bold;
	color: black;
}

#content .menu .item:hover {
	background: #9F9;
}

#content .menu .item.hilite {
	background: #FF9;
}

#content .inner {
	width: 525px;
	height: 350px;
	color: white;
	background: url("images/inner-bg.gif") no-repeat;
	margin:0;
	padding:0;
	border: 1px solid white;
}
#content .inner .text {
	padding: 40px;
	font-weight: bold;
	font-size: 16px;
}
.text a:link, .text a:visited, .text a:hover {
	color: #CCF;
}
.text a:hover {
	text-decoration: underline;
	}
#content .inner .scrollbox {
	margin:30px 40px;
	padding: 0 10px;
	height:290px;
	width:auto;
	overflow:scroll;
	background: white;
	color:black;
	font-size: 12px;
	font-family:Times,serif;
	}
#content .inner p {
	margin-bottom: 25px;
}
#content .inner .product {
	width: 391px;
  height: 98px;
  background: url('./images/product-bg.gif') no-repeat;	
  margin: 35px 55px;
  color: black;
  font-size: 12px;
  font-weight: normal;
  padding: 12px;
}
.product img {
	float:left;
	margin-right:10px;
}
	
#footer {
	width: 730px;
	height: 60px;
	margin: 15px 20px 10px 20px;
}

#footer .menu {
	width: 100%;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
}

#footer .menu a {
	display: -moz-inline-box;
	display: inline-block;
	margin: 0 15px;
}

#footer a:link,#footer a:visited {
	color: #36C;
}

#footer a:hover {
	color: #393;
}

#footer .copytag,#footer .address {
	width: 100%;
	text-align: center;
	font-size: 10px;
	font-weight: normal;
	padding: 3px;
}