@font-face {
    font-family: 'BebasNeueRegular';
    src: url('bebasneue-webfont.eot');
    src: url('bebasneue-webfont.eot?#iefix') format('eot'),
         url('bebasneue-webfont.woff') format('woff'),
         url('bebasneue-webfont.ttf') format('truetype'),
         url('bebasneue-webfont.svg#webfontX0YNjQNl') format('svg');
    font-weight: normal;
    font-style: normal;

}

html {
background: #000000;
}

#slideshow,img.bgM {
min-height:100%;
min-width:1024px;
width:100%;
height:auto;
position:fixed;
top:0;
left:0;
z-index:-9999;
}

#wrap{
background: url(../site_images/bg.png)repeat;
margin:40px auto 25px auto;
padding:60px 30px;
width: 650px;
height: 240px;
position:relative;
z-index:99;
text-align: center;
-webkit-border-radius: 4px;
border-radius: 4px;
position:absolute;
left:50%;
top:50%;
margin:-180px 0 0 -330px;
}

#buttons {
	margin: 0px auto;
	background: #099;
	text-align: center;
}

form {
	margin: 0px auto;
	text-align: center;
	display: table;

}

label {
	width:70px;
	float:left; 
	color: #FFF;
} 

input::-moz-focus-inner /*Remove button padding in FF*/
{ 
    border: 0;
    padding: 0;
}



input {
	float: left;
	font-size: 16px;
	color: #666;
	height: 33px;
	margin: 0;
	padding: 0 5px 0 5px;
	line-height: 16px;
	border: 0;
	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

span.button {
	float: left;
	margin: 0 0 20px 0;
} 

.submitbtn{
	background: #484848;
	font-size: 14px;
	font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
	font-weight: 300;
	display: block;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	padding: 8px 15px;
	margin: 0 5px 20px 0;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

.submitbtn:hover  {
border: none;
   background: #000;
   color:#fff;
}

.clearboth {
	clear: both;
}


p {
	padding: 10px 0 20px 0;
	color:#ffffff;
	font-size: 14px;
	font-family: "Open sans", Arial, Helvetica, sans-serif;
	font-weight: 300;
	line-height: 18px;
	text-transform: uppercase;
}

#logo {
	margin: 0 0 20px 0;
}

h1 {
	font-size: 40px;
	font-family: 'BebasNeueRegular', 'Roboto Condensed', Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: normal;
}

#centeredmenu {
   float:left;
   width:100%;
   overflow:hidden;
   position:relative;
}
#centeredmenu ul {
   clear:left;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   left:50%;
   text-align:center;
}
#centeredmenu ul li {
   display:block;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   right:50%;
}
#centeredmenu ul li a {
	background: #484848;
	font-size: 15px;
	letter-spacing: 1px;
	font-family: 'BebasNeueRegular', 'Roboto Condensed', Arial, Helvetica, sans-serif;
	font-weight: normal;
	display: block;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	padding: 8px 15px;
	margin: 0 5px 20px 0;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
#centeredmenu ul li a:hover {
   background: #000;
   color:#fff;
}
#centeredmenu ul li a.active,
#centeredmenu ul li a.active:hover {
   color:#fff;
   background:#000;
}

hr {
	height: 1px;
	color: #0c0c0c;
	background-color: #0c0c0c;
	border: 0;
}