﻿body, html
{
	height:100%;
}

body
{
	margin:0px;
	padding:0px;
	background-color:#292929;
	background-image:url(../Images/BgBody.png);
	background-repeat:repeat-x;
	color:#f0f0f0;
}

a
{
	color:#b0d13d;
}

a:hover
{
	color:#c7ef3b;
}

#Wrapper
{
	background-color:#333;
	width:950px;
	min-height:100%;
	margin:0px auto 0px auto;
}

#LogoAndNavigation
{
	height:80px;
	background-image:url(../Images/BgLogoAndNavigation.png);
	border-top:3px solid #b0d13d;
	border-bottom:1px solid #333;
}

#Logo
{
	float:left;
}

#Logo h1
{
	margin:10px 0px 0px 30px;
	color:#ccc;
	font-size:3em;
	font-family:Corbel;
	text-transform:lowercase;
	letter-spacing:-2px;
	text-shadow:#000 0px 2px 0px;
}

#Navigation
{
	float:right;
	width:650px;
	margin:0px;
	padding:0px;
	list-style-type:none;
}

#Navigation li
{
	margin:0px;
	padding:0px;
	float:left;
}

#Navigation li a
{
	display:block;
	height:70px;
	padding:10px 20px 0px 20px;
	color:#999;
	text-decoration:none;
	font-size:0.85em;
	text-transform:uppercase;
	border-left:1px solid Transparent;
	border-right:1px solid Transparent;
}

#Navigation li a:hover
{
	background-color:#333;
	border-left:1px solid #444;
	border-right:1px solid #444;
	color:#aaa;
}

.Hero
{
	background-color:#111;
	border-bottom:1px solid #494949;
	background-position:left center;
}

#HeroInner
{
	height:200px;
	background-image:url(../Images/BgHeroWash.png);
}

#HeroInner h2
{
	width:250px;
	float:right;
	margin:40px 30px 0px 0px;
	color:#eee;
	font-size:1.8em;
	font-family:Corbel;
	text-transform:uppercase;
	text-shadow:#000 0px 1px 0px;
}

#HeroInner h2 span
{
	display:block;
	color:#b0d13d;
	font-size:0.8em;
}

#Content
{
	padding:30px 30px 60px 30px;
}

#ContentInner
{
	float:left;
	width:600px;
}

#ContentInner h3
{
	margin:0px 0px 15px 0px;
	font-family:Corbel;
	font-size:1.7em;
	text-shadow:#000 0px 1px 0px;
} 

#Feature
{
	float:right;
	margin-top:-90px;
	width:220px;
	min-height:70px;
	padding:15px;
	border-top:3px solid #b0d13d;
	background-color:#444;
}

#Feature h3
{
	margin:0px 0px 10px 0px;
	font-size:1.4em;
	font-family:Corbel;
	text-shadow:#000 0px 1px 0px;
}

#Feature ul
{
	margin:0px;
	padding:0px;
	list-style-type:none;
}

#Feature li
{
	padding:0px 0px 10px 0px;
}

#Footer
{
	height:40px;
	margin-top:-41px;
	border-top:1px solid #666;
	background-color:#999;
	background-image:url(../Images/BgFooter.png);
}

#FooterInner
{
	width:900px;
	margin:0px auto;
	padding:12px 0px 3px 0px;
	font-size:0.75em;
	opacity:0.5;
	filter:alpha(opacity=50);
}

#Footer #HeroAttribution
{
	float:right;
}