@charset "utf-8";
/* CSS Document */
body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
}


body {
	background-color: #333333;
	background-image: url(images/bg-new.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	letter-spacing: normal;
	text-align: left;
	word-spacing: normal;
}



a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFCC99;
	font-weight: normal;
}


.page-identification-art {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CCCCCC;
	padding: 5px;
	vertical-align: middle;
}


a:link {
	text-decoration: none;
}


a:visited {
	text-decoration: none;
	color: #FFCC99;
}


h1,h2,h3,h4,h5,h6 {
	font-family: "Century Gothic";
	font-weight: normal;
	letter-spacing: 0px;
	text-align: left;
	vertical-align: top;
}
h1 {
	font-size: 22px;
	color: #CCCCCC;
	margin-bottom: 0px;
	margin-top: 0px;
}
h2 {
	font-size: 22px;
	color: #CCCCCC;
	margin-bottom: 0px;
	line-height: normal;
	font-weight: normal;
	margin-top: 0px;

}
h3 {
	font-size: 15px;
	color: #FFFFFF;
	margin-bottom: 0px;
	margin-top: 0px;
}


h4 {
	font-size: 15px;
	color: #FFCC99;
	margin-bottom: 0px;
	margin-top: 0px;
}
h5 {
	font-size: 13px;
	color: #FFCC99;
	margin-bottom: 0px;
	margin-top: 0px;
}

.top-module-home-art {
	background-color: #141414;
	background-image: url(images/top-module-sliver.jpg);
	background-repeat: repeat-x;
	border: thin solid #999999;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}



.bottom-module-home-art {
	background-color: #0F0F0F;
	background-image: url(images/bottom-module-sliver.jpg);
	background-repeat: repeat-x;
	padding: 20px;
	text-align: left;
	vertical-align: top;
}



.images-bottom-module {
	background-image: url(images/bottom-module-sliver.jpg);
	background-repeat: repeat-x;
	background-position: top;
	vertical-align: bottom;
	background-color: #0f0f0f;
}



a:hover {
	text-decoration: none;
	color: #FFFFFF;
}



a:active {
	text-decoration: none;
	color: #FFCC99;
}



.nav-bar-art {
	background-image: url(images/navbarsliver.jpg);
	background-repeat: repeat-x;
}



.main-area-content {
	background-color: #333333;
	background-image: url(images/top-main.jpg);
	background-repeat: no-repeat;
	padding: 5px;
	border: thin solid #CCCCCC;
	background-position: top;
}



.footer-art {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #333333;
	background-image: url(images/footersliver.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding: 5px;
	color: #000000;
}
.leftside {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	padding: 5px 20px 5px 5px;
}
#button {
	width: 200px;
	border-right: 1px solid #333333;
	padding: 0 0 1em 0;
	margin-bottom: 1em;
	background-color: #333333;
}
#button ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
}
		
#button li {
	border-bottom: 1px solid #ffffff;
	margin: 0;
		}
	
#button li a {
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-left: 10px solid #999999;
	border-right: 10px solid #999999;
	background-color: #333333;
	color: #fff;
	text-decoration: none;
	width: 100%;
		}

html>body #button li a {
		width: auto;
		}

#button li a:hover {
	border-left: 10px solid #999999;
	border-right: 10px solid #ffffff;
	background-color: #232323;
	color: #fff;
}