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


* {
	padding: 0;
	margin: 0;
}

body {
	background-color: #E5E5E5;
	text-align: center;
	background-image: url(../images/bg.gif); 
	background-repeat: repeat;
	background-color: #F2F2F2;
}

#warpper {
	text-align: left;
	width: 719px;
	margin: 0 auto;
}

#header {
	padding-bottom: 50px;
	padding-top: 0px;
}

#logo {
	padding: 10px 20px 5px 0px;
	float: left;
	border-right: 2px solid #999999;
}

#nav {	
	float: right;
	width: 480px;
}

#nav ul li {
	list-style: none;
	display: inline;
}


#nav ul .last {
	border-right: none;
}

#bg {
	width: 719px;
	height: 280px;
	background-image: url(../images/main-pic.jpg);
	background-repeat: no-repeat;
}

.item2 {
	width: 70px;
	float: left;
	padding-left: 10px;
	padding-top: 15px;
}


.item2 h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-transform: uppercase;
}

.item2 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

.item2 p a {
	color: #666666;
	text-decoration: none;
}

.item2 p a:hover {
	color: #0000FF;
	text-decoration: underline;
}	


.item {
	width: 139px;
	float: left;
	padding-left: 15px;
	padding-top: 15px;
}

.item h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-transform: uppercase;
}

.item p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

.item p a {
	color: #666666;
	text-decoration: none;
}

.item p a:hover {
	color: #0000FF;
	text-decoration: underline;
}	


#copyright {
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 11px;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 15px;
}

#copyright a {
	color: #999999;
	text-decoration: none;
}

#copyright a:hover {
	color: #0000FF;
	text-decoration: underline;
}
#sub-nav {
	padding: 35px 0px 0px 8px;
}

#sub-nav ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	display: inline;
	list-style: none;
	padding: 0px 8px;
	border-right: 1px solid #666666;
}

#sub-nav .last {
	border-right: none;
}

#sub-nav ul li a {
	color: #666666;
	text-decoration: none;
	font-weight: 800;
}

#sub-nav ul li a:hover {
	color: #0000FF;
	text-decoration: underline;
	font-weight: 800;
}
.clear {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0px;
}