@charset "ISO-8859-1";
body {
	background-attachment: fixed;
	background-image: url(../imgs/eye.jpg);
	background-repeat: no-repeat;
	background-position: 0px 150px;
	background-color: #000;
	font-family: Geneva, Arial, Helvetica, san-serif;
}
a {
	color: #FFCC00;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
.bottomContact {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #CCC;
	position: relative;
	top: 1530px;
	background-color: #1a1a1a;
	text-align: center;
	width: 843px;
	padding: 5px;
	visibility: visible;
}
.yellowTitle {
	font-weight: bolder;
	font-size: 16px;
	color: #FFCC00;
}
.yellowCopy {
	font-size: 14px;
	color: #FFF;
}
.tableCopy {
	font-weight: normal;
	font-size: 14px;
	color: #FFF;
	border: thin solid #333;
	border-collapse: collapse;
}
#menu{
	width: 839px;
	height: 35px;
	background-color: #FC0;
	background-image: url(../imgs/barBG.png);
	color: #000;
	margin-left: 2px;
}
#menu ul, #menu li{
	list-style: none;
	padding: 0;
	margin: 0;
}
#menu>ul>li{
	float: left;
	position: relative;
	border-left: solid 1px #FF6;
	border-right: solid 1px rgba(0,0,0,0.2);
}
#menu>ul>li>span, #homebtn, #menu>ul>li>span a{
	display: block;
	height: 35px;
	padding: 0 20px;
	font-weight: bold;
	color: #000;
	text-shadow: 1px 1px 1px #ff6;
	line-height: 35px;
}
#menu>ul>li:hover>span, li:hover #homebtn, #menu>ul>li:hover>span a{
	color: #fff;
	text-shadow: none;
	background: #111;
	text-decoration: none;
	cursor: pointer;
}
.submenu{
	background-color: #111;
	border-left: solid 1px #ff6;
	border-right: solid 1px #ff6;
	position: absolute;
	font-size: 80%;
	z-index: 1;
	width: 350px;
	left: -1px;
	overflow: hidden;
	height: 0;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}
.open{
	visibility: visible;
}
.submenu a{
	display: block;
	padding: 10px;
}
.submenu a:hover{
	text-decoration: none;
	color: #fff;
	background-color: #222;
}
.categoryHeader{
	color: #fff;
	background-color: #000;
	font-weight: bold;
	line-height: 30px;
}
.categoryHeader a{
	display: block;
	float: right;
	background: #fC0 url(../imgs/barBG.png);
	color: #000;
	height: 30px;
	line-height: 30px;
	padding: 0 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.categoryHeader a:hover {
	text-decoration: none;
	color: #F30;
}
