* {
	margin:0;
	padding:0;
}
body {
	background: #69CDFF url(images/background_in.jpg) repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#wrapper, #building {
	margin: 0 auto;
	width: 920px;
}
#wrapper {
	background:   url(images/content_back.jpg) repeat-y;
}
#building {
	background:   url(images/footer.jpg) no-repeat bottom;
}
#header {
	background: #66CCFF url(images/header.jpg) no-repeat;
	width: 100%;
	height: 340px;
}
#navigation {
	margin: -195px 0 0 300px;
}
#navigation ul li {
	float: left;
	background: url(images/menu.jpg) no-repeat;
	list-style: none;
}
#navigation ul li a{
	display:block;
	height:25px;
}
#navigation ul li a:hover{
	background: url(images/menu_hover.jpg) no-repeat;
}
#navigation ul li.here{
	background: url(images/menu_here.jpg) no-repeat;
}
#navigation ul li#home_button{
	position: relative;
	top:50px;
	left:5px;
}
#navigation ul li#home_button, #navigation ul li#home_button a:hover {
	background: none;
}
#navigation ul li#a1 a {
	width: 128px;
}
#navigation ul li#a2 a {
	width: 272px;
}
#navigation ul li#a3 a {
	width: 139px;
}
#navigation ul li#a1, #navigation ul li#a1 a:hover, #navigation ul li#a1.here {
	background-position: 0 0;
}
#navigation ul li#a2, #navigation ul li#a2 a:hover, #navigation ul li#a2.here {
	background-position: -128px 0;
}
#navigation ul li#a3, #navigation ul li#a3 a:hover, #navigation ul li#a3.here {
	background-position: -400px 0;
}
#navigation ul li a span {
	display: none;
}
a#submenu {
	position:absolute;
	margin: -16px 0 0 580px;
	font-size:13px;
	color:#990000;
	text-decoration: none;
}
a#submenu:hover {
	text-decoration:underline;
}
#content {
	margin: 90px auto 140px;
	width: 820px;
}
#content #content_box {
	padding-top:50px;
}
#content h1 {
	color:#0099FF;
	font-size:140%;
	font-weight:bold;
}
#content h2 {
	color: #666666;
	font-size:110%;
}
#content dt {
	color:#FF0000;
	font-size:120%;
	font-weight: bold;
	margin: 10px 0;
}
#content dd, #content p {
	line-height: 1.5;
	font-size:110%;
}
#content div.products {
	width:800px;
	padding-top: 15px;
	overflow: auto;
	border-top: #CCCCCC dashed 1px; 
}
#content div img{
	float: left;
}
#content div img.inline {
	display: inline;
}
#content div ul {
	width: 500px;
	border: #0099FF double 2px;
	padding: 5px;
}
#content div ul li {
	margin: 7px 0 7px 30px;
	font-size: 110%;
}
#content ol {
	position: relative;
	left: 30px;
}
#content .bottomspace1{
	padding-bottom: 20px;
}
#content .topspace1 {
	margin-top:50px;
}
#content .leftspace1 {
	margin-left:30px;
}
.center {
	text-align: center;
}
#content #nets {
	float: left;
	width: 300px;
}
#content #nets img {
	display: block;
	margin: 15px 10px;
}
address {
	font-size:80%;
	font-style: normal;	
	position: relative;
	left: 22px;
	bottom:-15px;
	line-height:1.7;
	color:#fff;
}
address span {
	margin: 0 3px;
}
address span.title {
	color:red;
	display:block;
	font-size:120%;
	font-weight:bold;
}
a.link_a {
	text-decoration: none;  
	color:#FFF;
}
a.link_a:hover{
	text-decoration: none;  
	color: #000000;
}
a.link_b {
	text-decoration: none;
	color: #666666;
	font-size: 80%;
}
a.link_b:hover{
	text-decoration: none;  
	color: #0066FF;
}
.hide {
	display: none;
}
