@charset "UTF-8";
html {
	margin: 0px;
	height: 100%;
	padding: 0px;
}
body {
	background-color: #fff;
	color: #666;
	padding: 0px;
	font-size: 12px;
	text-align: center;
	font-family: "Lucida Grande", Arial, Verdana, san-serif;
	line-height: 14px;
	height: 100%;
	margin: 0;
}
p {
	margin: 4px 0 14px 0;
	padding: 0px;
}
.fb {
	float: right;
}
h2 {
	margin: 0px;
	padding: 0px;
	line-height: 16px;
	font-size: 16px;
}
h3 {
	margin: 0px;
	padding: 0px;
	line-height: 14px;
	font-size: 12px;
}
a {
	color: #900;
	text-decoration: none;
}
a:hover {
	color: #666;
	text-decoration: none;
}
a:focus {
    outline: none;
}
hr {
	margin: 5px 0 5px 0;
	height: 1px;
	border-width:0;
	color:gray;
	background-color:gray;
}
td {
	vertical-align: top;
}

.clearfloat {
	clear: both;
    height: 0px;
    font-size: 1px;
    line-height: 0px;
}
.scanlines {
	background: url(../img/grid.png);
	width: 100%;
	height: 100%;
	z-index: 3;
	position: absolute;
	left: 0px;
	top: 0px;
}
.home {
	z-index: 10;
	position: relative;
	height: 100%;
	overflow: hidden;
	width: 100%;
}
.home a {
	height: 100%;
	width: 100%;
	display: block;
	z-index: 10;
}
.wrapper {
	z-index: 4;
	position: relative;
	border: solid 20px #fff;
	background: #efefef;
	width: 600px;
	margin: 50px auto;
	text-align:left;
	padding: 20px;
}
.wrapper_news {
	width: 380px;
	text-align:left;
	float: left;
	position: relative;
}
.fb {
	width: 200px;
	float: left;
	margin-left: 20px;
	height: 955px;
}
.top {
	z-index: 5;
	position:fixed;
	top:0px;
	width: 100%;
	height: 25px;
	left: 0px;
}
.top-nav {
	z-index: 5;
	width: 955px;
	height: 25px;
	margin: 0 auto;
	position: relative;
}
.top-nav_sx {
	width: 100px;
	height: 25px;
	float:left;
	background-image: url(../img/menu_01.png);
	background-repeat: no-repeat;
}
.top-nav_sx a {
	height: 100%;
	width: 100%;
	display: block;
	z-index: 10;
}
.top-nav_dx {
	width: 845px;
	height: 15px;
	text-align:center;
	padding: 5px;
	float:left;
	background-image: url(../img/menu_02.png);
	background-repeat: no-repeat;
}
.top  .top-nav_dx  ul {
	display: inline;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
.top  .top-nav_dx  li {
	text-decoration: none;
	margin: 0 10px 0 0;
	line-height: 15px;
	display: inline;
}
.order {
	width: 578px;
	margin: 25px auto;
	text-align:center;
}
.tab_txt {
	padding-left: 10px;
}
#on {
	font-weight: bold;
}
#bgimg {
	position:absolute;
	z-index: -1;
	top: 0px;
	left: 0px;
}
#superbgimage {
	display: none;
}
#reviews img {
	border: 0;
	margin-right: 10px;
}#news img {
	border: 0;
	margin-right: 10px;
}

