/* --- GLOBAL --- */
body {
	margin: 0;
	padding: 0;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	color: #666;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #000;
	line-height: 1.5em;
}
h1 {
	font-size: 3em;
}
h2 {
	font-size: 1.5em;
}
a {
	color: #ff7700/*#299EE1*/;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.clearfloat {
	clear: both;
}

/* --- LAYOUT --- */

#navigation-wrapper,
#featured-wrapper,
#content-wrapper {	
	width: 980px;
	padding: 0 20px;
	margin: 0 auto;
}

/* --- HEADER --- */

#logo {
	float: left;
}
#logo img {
	border:none;
}
#navigation {
	height: 100px;
	font-size: 16px;
	border-bottom: 1px solid #e6e6e6;
}
#navigation-wrapper {
	position: relative;
}
#main-nav {
	list-style-type: none;
	text-align: right;
	line-height: 100px;
	margin: 0;
	padding: 0;
	float: right;
}
#main-nav li {
	float: left;
	width: 120px;
	text-align: center;
	border-left: 1px solid #e6e6e6;
}
#main-nav li:last-child {	
	border-right: 1px solid #e6e6e6;
}
#main-nav li a {
	display: block;
}
#main-nav li a:hover {
	text-decoration: none;
	background: #f6f6f6;
}
#navigation-wrapper #promo-img {
	position: absolute;
	top: 0;
	left: 220px;
}
#featured {
	background: #c0c0c0/*#299EE1*/;
	height: 280px;
	padding: 40px 0;
}
#featured-wrapper #text {
	width: 508px;
	float: left;
}
#featured-wrapper #text h1,
#featured-wrapper #text h2 {
	margin: 0;
	text-shadow: 0 1px 0 rgba(255,255,255,0.25);
}
#featured-wrapper #text p {
	color: #fff;
}
#featured-wrapper #video {
	width: 400px;
	height: 307px;
	position: relative;
	background: url(images/tv-bg.png) 0 0 no-repeat;
	float: right;
}
#featured-wrapper #video iframe {
	position: absolute;
	top: 17px;
	left: 17px;
}

/* --- CONTENT --- */

#content {
	margin: 40px 0;
}
.column-quarter {
	width: 225px;
	margin-right: 20px;
	float: left;
}
.column-quarter.last {
	margin-right: 0;
}
.text-block {
	margin-bottom: 40px;
}
.text-block img {
	width: 200px;
	float: left;
}
.text-block .text {
	margin-left: 240px;
}

/* --- FOOTER --- */

#footer {
	border-top: 1px solid #e6e6e6;
	padding: 40px 0;
	text-align: center;
}