@charset "utf-8";
/* CSS Document */

* {

padding:0;
margin:0;
}

body {
	background-color: #000000;
}
ul {
	list-style:none;
	text-align: right;
}
a {
	text-decoration: none;	
}
a img {
	border: none;
}
.clear {
	clear: both;
}
.container {
	margin: 0 auto;
	width: 1024px;
	height: 768px;
	background-image:url(site_images/background.png);
}

.header {
	background-image:url(site_images/index_01.png);
	height: 106px;
	width: 1024px;
	background-repeat: no-repeat;
}
.nav {
	color: #FFFFFF;
	width: 500px;
	height: auto;
	float: right;
	padding-top: 2em;
}
.nav li {
	display: inline;
	border-left: 1px dotted #fff;
	padding-top: 6em;
	padding-right: 2.5em;
	padding-bottom: 0.2em;
	padding-left: 0.5em;
	
}
.nav a {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.nav a:hover{
	border-top:1px dotted white;		
}
.mainpic {
	background-image:url(site_images/index_03.gif);
	background-repeat: no-repeat;
	height: 242px;
	width: 1024px;
	border: 0;
}
.sub1 {
	background-image: url(site_images/index_04.png);
	width: 760px;
	height: 420px;
	background-repeat: no-repeat;
	float: left;

}
.sub2 {
	background-image: url(site_images/index_05.png);
	width: 264px;
	height: 244px;
	background-repeat: no-repeat;
	float: right;

}
.barcode {
	background-image: url(site_images/index_06.png);
	width: 264px;
	height: 176px;
	background-repeat: no-repeat;
	float: right;
	clear: right;

}
