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

/* css reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

input {
	line-height: 2.4;
	}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
	background-color:black;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
strong {
	font-weight: bold; 
	}

/* / css reset */

body {
	min-height: 880px;
	background:#111111 url('../images/noise_bg.png');
	background: -moz-linear-gradient(
		top,
		#111111 0%,
		#333333) url('../images/noise_bg.png');
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#111111),
		to(#333333)) url('../images/noise_bg.png');


	}


#container {
	width: 960px;
	margin: 0 auto;
	}

.top {
	
	width: 960px;
	height: 260px;
	color:white;
	}	


.logo {
	float:left;
	width: 650px;
	height: 250px;
	margin-left: 160px;
	margin-top: 15px;
	}

.navigation {
	width: 745px;
	height: 141px;
	margin-left: 111px;
	margin-top:50px;
	}

.navigation ul {}


.nav{
	clear: both;
	text-align: center;
	display: block;
}

.nav_bottom{
	margin-bottom: 80px;
}

#container .top .logo a{

	color:white;
	text-decoration:none;
	font-family:impact;
	font-size: 123px;
	text-align:center;
	margin-bottom:50px;
	float:left;
	line-height:200px;
	padding-left: 5px;

}

#container .top .logo img {
	float:left;
	width: 126px;
	margin-top: 38px;
}

.navigation ul li {
	display: inline-block;
	width: 102px;
	height: 123px;
	padding-right: 3px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
	}


.navigation ul li img {
	margin-bottom: -26px;
	opacity:0.4;
	filter:alpha(opacity=30); /* For IE8 and earlier */
	position: relative;	
	}
.navigation ul li img:hover {
	opacity:1.0;
	filter:alpha(opacity=100); /* For IE8 and earlier */

-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
	}

	
.navigation ul li a {
	text-decoration: none;
	color: #666;
	display: block;
	height:125px;
	width:110px;
	}

.navigation ul li a:hover {
	text-decoration: none;
	color: #fff;
	display: block;	
	height:125px:
	width:110px;
	}

.bottom {
	width: 960px;
	height: 220px;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
}
	}

.bottom img {
	border: none;
	}


.terms {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	line-height: 1.7;	
	margin-top:250px;
	color:#aaa !important;
	clear: both;

	}
	
.terms a {
	color: #aaa !important;
	text-decoration: none;
	}
	
.terms a:hover {
	text-decoration: underline;
	}
	
	
	
	
	
	
	
	

