/*
-----------------------------------------------------------------------------
Null Browser Defaults
-----------------------------------------------------------------------------*/
table {
	border-collapse:collapse;
	border-spacing:0;
}
iframe {
	border:0;
}
* {
	margin:0px;
	padding:0px;
}

/* 
-----------------------------------------------------------------------------
Global Default Elements
-----------------------------------------------------------------------------*/
body {
	text-align:center;
	margin:0px auto;
	line-height:1.1;
	font-family: Verdana, Arial, sans-serif;
	font-size:11px;
	color:#000;
	background:#000000 url(../images/backgrounds/body.png) repeat-x top;
	text-transform: uppercase
}
small {
	font-size:9px;
	line-height:1.2;
}
strong {
	font-weight:bold;
}
.error {
	color:#F00;
}
a {
	color: #15afc9;
}
/* 
-----------------------------------------------------------------------------
LAYOUT:Global (cascading order)
-----------------------------------------------------------------------------*/
#header-container {
	position: relative;
	background-color: #161616;
}
#header {
	position:relative;
	margin:0px auto;
	text-align:left;
	width:799px;
	height:85px;
}
/* 
-----------------------------------------------------------------------------
Header
-----------------------------------------------------------------------------*/
	#logo {
		position: absolute;
		top: 10px;
		left: 0px;
	}
	#menu {
		position: absolute;
		bottom: 15px;
		right: 20px;
		font-size: 11.5px;
		text-transform: uppercase;
		color: #15afc9;
	}
	#menu ul {
		margin: 0px;
		padding: 0px;
	}
	#menu li {
		display: inline;
	}
	#menu a {
		text-decoration: none;
		color: #FFF;
		padding-left: 37px;
	}
	#menu a:hover {
		color: #15afc9;
	}
#page-container {
	position: relative;
	margin: 0px auto;
	width: 799px;
}
#page {
	position: relative;
	float: left;
	margin: 0px auto;
	text-align: left;
	width: 799px;
	color: #FFF;
	margin-bottom: 15px;
	padding-top: 15px;
}
#footer-container {
	position: relative;
	float: left;
	width: 100%;
	height: 104px;
	background-image: url(../images/backgrounds/footer-container.png);
	background-repeat: repeat-x;
	text-transform: none;
	margin-top: 40px;
}
#footer {
	position:relative;
	margin:0px auto;
	text-align:left;
	width:799px;
	padding: 10px 0px;
	color: #FFF;
	font-size: 10px;
}
/* 
-----------------------------------------------------------------------------
Footer
-----------------------------------------------------------------------------*/
	#footer-menu {
		font-size: 10px;
	}
	#footer-menu a {
		text-decoration: none;
		color: #FFF;
		padding: 0px 5px;
	}
	#footer-menu a:hover {
		color: #15afc9;
	}
	#footer-contact {
		position: absolute;
		top: 10px;
		right: 0px;
	}
	#footer-contact a {
		text-decoration: none;
	}
	#footer-contact a:hover {
		text-decoration: underline;
	}
