@charset "utf-8";
/* CSS Document */

body, html, #outer {
	margin:0;
	padding:0;
	height:100%;
	border:0;
	text-align:center;
}

body {
	background-color:#000;
}

#outer {
	height:100%;
	margin:0 auto;
	text-align:left;
	vertical-align:middle;
	width:800px;
}

#wrap, #front {
	width:760px;
	height:565px;
	margin:0 auto;
	padding:20px 20px 15px;
}

#wrap {
	background-image:url(images/bg.jpg);
}

#front {
	background-image:url(images/full_bg.jpg);
}

#header {
	height:125px;
}

#footer {
	text-align:left;
	margin-top:15px;
}

#footer img {
	margin-left:65px;
	border:none;
}

#header img {
	display:block;
	margin:0 auto;
}

#content {
	margin:6px 15px;
	/*border-top:1px solid #fff;
	border-bottom:1px solid #fff;*/	
	height:325px;
	padding:4px 8px;
}

.videoblock {
	margin:1% 0;
	display:block;
	float:left;
	width:50%;
	height:100%;
}

.textblock {
	margin:2px 0;
	display:block;
	float:left;
	width:50%;
	height:86%;
	position:relative;
	color:#fff;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

a img {
	border:none;
}

.navbar {
	height:8%;
	width:48%;
	padding:1%;
	float:left;
	display:block;
	font-size:18px;
	font-family:Impact, Charcoal, sans-serif;
	text-transform:uppercase;
	text-align:center;
	
}

.navbar ul {
	list-style:none;
	margin:0;
	padding:0;
}

.navbar ul li {
	padding:0 4px;
	margin:0;
	display:inline;
}

.navbar ul li a, .navbar ul li a:visited {
	color:#525258;
	text-decoration:none;
}

.navbar ul li.active a, .navbar ul li.active a:visited {
	color:#fff45f;
}

.textblock p {
	margin:0 0 10px;
	text-align:left;
}

.picture {
	float:left;
	width:33%;
	text-align:center;
}

.picture .arrow {
	margin-top:10px;
	display:block;
	height:26px;
	background-image:url(images/arrow.png);
	background-repeat:no-repeat;
	background-position:center;
}

.clear {
	clear:both;
}

.openpicture {
	margin:120px 155px;
	text-align:center;
}

.success-story {
	float:left;
	width:65%;
	padding:0 1%;
}

.success-story .title {
	font-size:22px;
	height:22px;
	line-height:22px;
	text-transform:uppercase;
	font-family:Impact, Charcoal, sans-serif;
}

#videoplayer {
	margin-left:18px;
}

#videothumbs, #videoplayer {
	text-align:left;
}

#videothumbs ul {
	margin:3px 0 0 18px;
	padding:0;
	width:320px;
	overflow:hidden;
}

#videothumbs ul li {
	margin:0;
	padding:0;
	display:inline;
}

#videothumbs img {
	padding-right:0.8px;
}

.videoblock iframe {
	width:100%;
	height:100%;
	border:none;
	overflow:hidden;
	border:none;
}



/* IE Specific Fixes */
*+html #videoplayer, *+html #videothumbs ul {
	margin:0 0 0 18px;
}

*+html #videothumbs {
	margin-top:3px;
}

*+html .videoblock {
	height:100%;
}

*+html .navbar {
	font-size:17px;
}

/* IE6 FIXES */
* html #videoplayer, * html #videothumbs ul {
	margin:0 0 0 18px;
}

* html #videothumbs {
	margin-top:3px;
}

* html .videoblock {
	height:100%;
}

* html .navbar {
	font-size:17px;
}

/*
*+html #wrap {
	left:50%;
	margin-left:-400px;
}
*/