@charset "utf-8";
/* CSS RESET */
/* v1.0 | 20080212 */

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, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* FONTS */
@font-face {
 font-family: GeosansLight;
 src: url("fonts/GeosansLight.eot") /* EOT file for IE */
}
@font-face {
 font-family: GeosansLight;
 src: url("fonts/GeosansLight.ttf") /* TTF file for CSS3 browsers */
}
@font-face {
 font-family: Walkway_Black;
 src: url("fonts/Walkway_Black.eot") /* EOT file for IE */
}
@font-face {
 font-family: Walkway_Black;
 src: url("fonts/Walkway_Black.ttf") /* TTF file for CSS3 browsers */
}
@font-face {
 font-family: Walkway_UltraBold;
 src: url("fonts/Walkway_UltraBold.eot") /* EOT file for IE */
}
@font-face {
 font-family: Walkway_UltraBold;
 src: url("fonts/Walkway_UltraBold.ttf") /* TTF file for CSS3 browsers */
}
@font-face {
 font-family: AvantGardeLTMedium;
 src: url("fonts/AvantGardeLTMedium.eot") /* EOT file for IE */
}
@font-face {
 font-family: AvantGardeLTMedium;
 src: url("fonts/AvantGardeLTMedium.ttf") /* TTF file for CSS3 browsers */
}


/* CUSTOM STYLES */
body {
	font-family: Helvetica, Arial, Sans-serif;
	font-size: 13px;
	color: #000;
	background: #e6e6e6 url(images/bg.jpg) repeat-x center top;
	text-align:center;
}
#container {
	width:960px;
	margin:0 auto;
	text-align:left;
}
#header {
	position:relative;
	height:77px;
	width:100%;
}
h1 {
	color: #FFF;
	font-family: Walkway_UltraBold;
	font-size: 32px;
	left: 32px;
	letter-spacing: 2px;
	position: absolute;
	text-transform: uppercase;
	top: 20px;
}
h1 span {
	font-family: Walkway_Black;
	font-weight: 400;
	letter-spacing: 3px;
}
h2 {
	color: #FFF;
	font-family: Walkway_UltraBold;
	font-size: 14px;
	left: 575px;
	letter-spacing: 4px;
	position: absolute;
	text-transform: uppercase;
	top: 30px;
}
h3 {
	color:#fff;
	font-family:AvantGardeLTMedium;
	font-size:30px;
	font-weight:700;
}
h6 {
	color:#232323;
	font-weight: 700;
	font-size: 18px;
}
t1 {
	color: #FFF;
	font-family:AvantGardeLTMedium;
	font-size: 38px;
	text-align:center;
	font-weight:400;
}
t2 {
	color: #FFF;
	font-family:Arial;
	font-size: 18px;
	text-align:center;
}
A:link {
	text-decoration: none;
	color: #1e96cc;
}
A:visited {
	text-decoration: none;
}
A:active {
	text-decoration: none;
}
A:hover {
	text-decoration: underline;
}
#logo {
}
#nav {
}
#footer {
}
#footer span {
}
#footer a {

}
#footer a:hover {
}

