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

/*GLOBAL*/

* {
	padding: 0px;
	border: none;
	margin: 0px;
	}
	
:focus {
	-moz-outline-style: none;
	}

html{
	overflow: scroll; 
	font-family: "Times New Roman", Times, serif;
	}
	
body{
	background: #333333;
	}

a {
	outline: none;
	}

/*END GLOBAL*/
/*-----------------------------------------------------------------------*/
/*HOME PAGE*/

#homewrapper {
	position: absolute;
	top: 20px;
	left: 50%;
	width:600px;
	margin: 0 0 0 -300px;
	}

#home {
	position: relative;
	text-align: center;
	width: 100%;
	top: 30px;
	}

#hometitle {
	width: 600px;
	font-size: 21px;
	font-style: normal;
	font-weight: 800;
	font-variant: normal;
	text-transform: uppercase;
	color: #999999;
	text-decoration: none;
	letter-spacing: 8px;
	word-spacing: 13px;
	text-align: center;
	display: block;
	padding-bottom: 5px;
	border-bottom: 1px solid #555;
	margin-bottom: 9px;
	}

#homenav {
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	text-transform: uppercase;
	color: #666666;
	list-style-image: none;
	list-style-type: none;
	letter-spacing: 2px;
	word-spacing: 1px;
	margin-top: 10px;
	padding-top: 8px;
	margin-bottom: 10px;
	border-top: 1px solid #555;
	}

.homemenu li{
	display: inline;
	list-style: none;
	text-align: left;
	font-weight: normal;
	height: 25px;
	margin-right: 15px;
	padding-bottom: 5px;
	}

.homemenu li a{
	text-decoration: none;
	color: #999999;
	}  

.homemenu li a:visited{
	text-decoration: none;
	color: #999999;
	}

.homemenu li a:hover{
	color: #CCCCCC;
	text-decoration: underline;
	}  

.homemenu  li a:active{
	color: #ffff99;
	}

.homemenu ul{
	color: #555;
	padding-top: 5px;
	width: 600px;
	text-align: center;
	margin: 10px auto;
	}

#homefooter {
	color: #555;
	padding-top: 0;
	padding-bottom: 10px;
	width: 600px;
	margin: 0 auto;
	}

#homefooter li {
	display: inline;
	list-style: none;
	font-size: .9em;
	font-weight: 600;
	letter-spacing: 1px;
	margin-right: 8px;
	margin-left: 8px;
	padding-bottom: 5px;
	text-align: center;
	}

#homefooter li a:link{
	text-decoration: none;
	color: #777;
	}  

#homefooter li a:visited{
	text-decoration: none;
	color: #777;
	}

#homefooter li a:hover{
	color: #CCCCCC;
	text-decoration: underline;
	}  

#homefooter li a:active{
	color: #ffff99;
	}

/*END HOME PAGE*/