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

<style type="text/css">
/*images*/

a img {border:none;}
 img{border: none;}


/*fonts*/
@font-face
{	font-family: 1942;
    src: url('fonts/1942.eot');
    src: local(1942), url('fonts/1942.ttf') format('opentype');
}

@font-face
{	font-family: futura;
    src: url('fonts/futura.eot');
    src: local(futura), url('fonts/futura.ttf') format('opentype');
}


/*SPLASH PAGE*/


body,td,th {
}
body {
	background-color:#000000;
	background: url(../images/splash_bg2.jpg) no-repeat center top; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: 100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align:center;
	margin: 0;
    padding: 0;
    height: 100%;
}

.splashtable {
background-image: url(../images/splash_blackbar.png);
background-repeat: repeat-x;
} 

p
{
    font-family:futura;
	color:#fff;
	font-size: 15px;
	font-weight:100;
	line-height: 150%;
}

h1
{
    font-family:futura;
	color:#ff6600;
	font-size: 25px;
	text-transform:uppercase;
	font-weight:100;
}

h2
{
    font-family:futura;
	color:#ff6600;
	font-size: 15px;
	font-weight:bold;
}

h3
{
    font-family:futura;
	color:#ff6600;
	font-size: 30px;
	text-transform:uppercase;
	font-weight:bold;
}


h4
{
    font-family:futura;
	color:#fff;
	font-size: 25px;
	text-transform:uppercase;
	font-weight:100;
}

h5
{
    font-family:futura;
	color:#fff;
	font-size: 20px;
	font-weight:100;
}

a {font-family:futura;
	color:#fff;
	font-size: 15px;
	font-weight:100;
	line-height: 200%;

}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: none;
	color: #ff8400;
}
a:active {
	text-decoration: none;
	color: #fff;
}





.button {
	display: inline-block;
	background-image: url(../images/splash_buttondivider.png);
background-repeat: no-repeat;
width: 235px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 20px ;
	font-family:futura;
	color: #fff;
	padding-top:5px;
	padding-bottom:5px;
}
.button:hover {
	text-decoration: none;
	color: #fdd213;
}

/*navigation*/
#centeredmenu {
   clear:both;
   float:left;
   margin:0;
   padding:0;
   border:none;
   width:100%;
   font-family:futura;
   font-size:95%; /* Menu text size */
   z-index:100; /* This makes the dropdown menus appear above the page content below */
   position:relative;
}


/* Top menu items */
#centeredmenu ul {
   margin:0;
   padding:0;
   list-style:none;
   float:right;
   position:relative;
   right:50%;
}
#centeredmenu ul li {
   margin:0 0 0 1px;
   padding:0;
   float:left;
   position:relative;
   text-transform: uppercase;
   left:50%;
   top:1px;
}
#centeredmenu ul li a {
   display:block;
   margin:0;
   padding:.8em 0.65em 0.65em;
   font-size:18px;
   line-height:1.5em;
   background:none;
   text-decoration:none;
   color:#fff;
}
#centeredmenu ul li.active a {
   color:#ff8400;
   background:none;
}
#centeredmenu ul li a:hover {
   background:none; /* Top menu items background colour */
   color:#ff8400;
}
#centeredmenu ul li:hover a,
#centeredmenu ul li.hover a { /* This line is required for IE 6 and below */
   background:none; /* Top menu items background colour */
   color:#ff8400;
}

/* Submenu items */
#centeredmenu ul ul {
   display:none; /* Sub menus are hidden by default */
   position:absolute;
   top:50px;
   left:0;
   right:auto; /*resets the right:50% on the parent ul */
   width:150px; /* width of the drop-down menus */
}
#centeredmenu ul ul li {
   left:auto;  /*resets the left:50% on the parent li */
   margin:0; /* Reset the 1px margin from the top menu */
   clear:left;
   width:100%;
}
#centeredmenu ul ul li a,
#centeredmenu ul li.active li a,
#centeredmenu ul li:hover ul li a,
#centeredmenu ul li.hover ul li a { /* This line is required for IE 6 and below */
   font-size:14px;
   font-weight:normal; /* resets the bold set for the top level menu items */
   background:rgba(0, 0, 0, 0.2);
   color:#fff;
   line-height:1.5em; /* overwrite line-height value from top menu */
}
#centeredmenu ul ul li a:hover,
#centeredmenu ul li.active ul li a:hover,
#centeredmenu ul li:hover ul li a:hover,
#centeredmenu ul li.hover ul li a:hover { /* This line is required for IE 6 and below */
   background:rgba(0, 0, 0, 0.2); /* Sub menu items background colour */
   color:#ff8400;
}

/* Make the sub menus appear on hover */
#centeredmenu ul li:hover ul,
#centeredmenu ul li.hover ul { /* This line is required for IE 6 and below */
   display:block; /* Show the sub menus */
}

/*body block*/

#content {
 background-color:rgba(0,0,0,0.4);
 font-family: futura;
	color:#fff;
	padding: 20px;
    
}


/*footer*/


#footer {
    height: 25px; /* Define height of the footer */
    position: fixed;
    bottom: 0; /* Sit it on the bottom */
    left: 0;
    width: 100%; /* As wide as it's allowed */
	display:block;
	background:rgba(0,0,0,0.5);
	text-align: right;
}

#footer a {
	font-family:futura;
	color:#fff;
	font-size: 12px;
	font-weight:100;
	padding-right: 40px;
    
}
#footer a:link {
	text-decoration: none;
}
#footer a:visited {
	text-decoration: none;
	color: #FFF;
}
#footer a:hover {
	text-decoration: none;
	color: #ff8400;
}
#footer a:active {
	text-decoration: none;
	color: #fff;
}

/*Contact Email Form*/

div.box {
margin:0 auto;
width:300px;
position:relative;
top:0px;
border:0px solid #000;
}

div.box h1 { 
  font-family:futura;
	color:#ff6600;
	font-size: 25px;
	text-transform:uppercase;
	font-weight:100;
}

div.box label {
font-size:14px;
line-height:150%;
font-family:futura;
color:#fff;
}

div.box label span {
font-size:14px;
}

div.box .input_text {
width:300px;
height:25px;
background:rgba(217,82,0,0.5);
color:#fff;
font-family:futura;
font-size:14px;
border:0px;
}

div.box .message{
width:300px;
height:100px;
background:rgba(217,82,0,0.5);
border:0px;
font-family:futura;
color: #fff;
font-size:14px;
}

div.box .button
{
background:#ff6600;
border:0px;
text-transform:uppercase;
font-size:12px;
height:30px;
width:80px;
}

