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

* {
	margin: 0;
	padding: 0;
} 
body {
	background-color: #ffffff;
	text-align: center;
}

#warpper {
	width: 900px;
	margin: 54px auto 5px auto;
	text-align: left;
	position: relative;
	background-color: #FFFFFF;
	border: 1px #999999 solid;
}

#nav {
	text-align: right;
	width: 890px;
	padding: 26px 0px 30px 0px;
}

#nav ul .first {
	padding-left: 0px;
	background: none;
}

#nav ul li {
	display: inline;
	padding-left: 37px;
	padding-right: 10px;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	list-style: none;
	background-image: url(../images/button.jpg);
	background-repeat: no-repeat;
	background-position: left 6px;
	cursor: pointer;
}

#nav ul li a {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}

#nav ul li a:hover {
	color:#009900;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}

#sub-nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
	position: absolute;
	width: 135px;
	top: 50px;
	left: 612px;
	text-align: left;
	background: #FFFFFF;
	border: #009900 1px dotted;
	visibility: hidden;
}

#sub-nav  ul {
	padding: 10px;
}

#sub-nav  ul li {
	list-style: none;
	line-height: 18px;
	padding-left: 5px;
}

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

#sub-nav  ul li a:hover {
	color:#009900;
	text-decoration: none;
}


#main {
	padding: 0px 15px 50px 15px;
}

#copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	padding-bottom: 15px;
}

#copyright p {
	text-align: center;
}

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

#copyright a:hover {
	color: #0000FF;
	text-decoration: underline;
}

.clear {
	clear: both;
	line-height: 0;
	font-size: 0;
	height: 0;
}
