/*##################################################################################################
	general
##################################################################################################*/

body {
	color: #FFF;
	font-family: helvetica, arial, sans-serif;
	font-size: 15px;
	background: url(../img/bg.png) 0 0 repeat; 
	margin: 9px 0 20px 0;
	padding: 0;
	text-align: center;
}

/*##################################################################################################
	layout
##################################################################################################*/

.ctr {
	width: 1016px;
	margin: auto;
	text-align: left;
}

#top_ridge {
	height: 6px;
	background: url(../img/top_ridge.png) 0 0 repeat-x;
}

#bottom_ridge {
	height: 6px;
	background: url(../img/bottom_ridge.png) 0 0 repeat-x;
}

#content {
	background: #EEECE0;
	padding-bottom: 60px;
}

/* main nav */

#header {
	height: 62px;
	margin-bottom: 24px;
}

#header #logo {
	display: block;
	float: left;
	height: 47px;
	width: 239px;
	background: url(../img/logo.png) 0 0 no-repeat;
	margin: 18px 80px 0 0;
}

#header #auditude { 
	float: right;
	height: 20px;
	width: 141px;
	margin-top: 33px;
	background: url(../img/auditude.png) 0 0 no-repeat;
}

.marker {
	height: 5px;
	width: 47px;
	background: #A3A29B;
}

#stream_module .marker {
	background: #3A879E;
}

#c_left, #c_right {
	width: 478px;
	float: left;
	position: relative;
}

#c_right {
	margin-left: 60px;
	background: #ACDCE2;
}

#c_right.sub {
	position: relative;
	padding: 20px;
	width: 438px;
}

#how {
	position: relative;
}

#how div {
	color: #EEECE0;
	font-size: 12px;
	position: absolute;
	padding: 4px 5px;
	background: url(../img/bg_how.png);
}

#how #audience { top: 20px; left: 70px; }
#how #inventory { top: 42px; right: 70px; }
#how #crosspoint { top: 24px; left: 184px; padding: 6px 7px 5px 7px;  }
#how #brand { bottom: 32px; left: 206px; background: url(../img/bg_brand.png); }

#c_right #connection_open {
	position: absolute;
	top: 8px;
	right: -70px;
	width: 90px;
	height: 70px;
	z-index: 10;
	background: url(../img/connection_open.png) 0 0 no-repeat;
}

#stream_module #module_ctr {
	position: relative;
}

#stream_module #flash {
	height: 360px;
	background: #ACDCE2; 
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

#stream_module #info {
	text-align: right; 
	position: absolute;
	top: 16px;
	right: -5px;
	width: 200px;
	padding: 10px;
	background: url(../img/bg_80.png);
	z-index: 2;
}

#footer {
	font-size: 12px;
	border-top: 1px solid #B8B4A2;
	padding-top: 12px;
	color: #949183;
	margin: 20px 0;
}

#footer #copy {
	float: left;
	margin-right: 20px;
}

#footer #contactus {
	float: right;
}

#adv {
	position: relative;
}

#adv div {
	color: #EEECE0;
	font-size: 12px;
	position: absolute;
	padding: 4px 5px;
	background: url(../img/bg_how.png);
}

#adv #locate { top: 110px; left: 40px; }
#adv #validate { top: 110px; left: 154px; }
#adv #target { top: 110px; left: 272px; }
#adv #deliver { top: 110px; left: 384px; }

.person {
	border-top: 2px solid #91C0C8;
	padding: 12px 0;
}

.person.first {
	border-top: 0;
	padding-top: 0;
}

.person img { 
	float: left;
	width: 80px;
	border: 3px solid #68A9B9;
	margin-right: 20px;
}

.person .person_ctr {
	float: left;
	width: 332px;
}

.person .person_ctr.no_photo {
	width: auto;
}

.person a {
	color: #FFF;
	text-decoration: none;
	border-bottom: 1px solid #D6EEF1
}

.vc {
	float: left;
	width: 199px;
	background: #DDDBD0;
	padding: 20px 20px 0 20px;
}

.vc.first { 
	width: 198px;
	border-right: 1px dashed #BFBEB4;
}

.vc p {
	font-size: 12px;
	color: #8C8C86;
}

.form {
	background: #DDDBD0;
	padding: 20px;
}

/*##################################################################################################
	lists
##################################################################################################*/

#header #nav {
	position: relative;
	top: -5px;
}

#header #nav li {
	float: left;
	position: relative;
}

#header #nav li a {
	position: relative;
	font-size: 12px;
	height: 25px;
	padding: 42px 10px 0 10px;
	display: block;
	color: #666;
	text-decoration: none;
	margin-right: 10px;
}

#header #nav li a.active {
	color: #EEECE0;
	background: url(../img/nav_active.png);
}

#header #nav li a:hover {
	color: #EEECE0;
	background: url(../img/nav_over.png);
}

#header #nav li a em {
	position: absolute;
	top: 0;
	left: -5px;
	background: url(../img/bg_tab.png) 0 -100px no-repeat;
	height: 5px;
	width: 5px;
}

#header #nav li a.active em {
	background-position: 0 -20px;
}

#header #nav li a:hover em {
	background-position: 0 -25px;
}

/* controls */

#controls {
	position: absolute;
	top: 16px;
	left: -5px;
	z-index: 10;
	font-size: 12px;
}

#controls li {
	text-decoration: none;
	color: #FFF;
	cursor: pointer;
	margin-bottom: 7px;
	position: relative;
	height: 26px;
}

#controls li em, #stream_module #info em {
	position: absolute;
	bottom: -5px;
	background: url(../img/bg_tab.png) 0 0 no-repeat;
	height: 5px;
	width: 5px;
}

#controls li em {
	left: 0;
}

#stream_module #info em { 
	right: 0;
	background-position: 0 -15px; 
}

#controls li span {
	display: block;
	float: left;
	background: url(../img/controls.png);
	height: 20px;
	padding: 6px 6px 0 6px;
}

#controls li:hover span {
	background: url(../img/controls_hover.png);
}

#controls li:hover em {
	background-position: 0 -10px;
}

#controls li.active span {
	background: url(../img/controls_active.png);
}

#controls li.active em {
	background-position: 0 -5px;
}

/* footer */

#footer #nav_b { float: left; }

#footer #nav_b li {
	float: left;
	margin-right: 10px;
}

#footer #nav_b li a {
	text-decoration: none;
	color: #515049;
}

#footer #nav_b li a:hover {
	color: #222;
}

#c_right.sub ul li {
	color: #5A8993;
	padding: 6px 0 6px 20px;
	background: url(../img/check.png) 0 9px no-repeat;
}

/*##################################################################################################
	headers & text
##################################################################################################*/

h1 {
	color: #585856;
	font-family: georgia, times, serif;
	font-size: 44px;
	border-bottom: 5px solid #C9C7BD;
	padding: 12px 0;
}

h2 {
	color: #585856;
	font-family: georgia, times, serif;
	font-size: 20px;
	border-bottom: 2px solid #C9C7BD;
	padding: 12px 0;
}

p {
	font-size: 15px;
	color: #585856;
	line-height: 1.5;
	margin: 20px 0;
}

#c_right #stream_module p {
	padding: 0;
	margin: 0;
	font-size: 12px;
	color: #999;
}

p.bio {
	font-size: 12px;
	color: #5A8993;
	margin: 10px 0 0 0;
}

p a,
#footer #contactus
{
	color: #3A879E;
	text-decoration: none;
	border-bottom: 1px solid #94B9BF;
}

/* stream_module */

#stream_module h2 {
	background: #3A879E;
	border-bottom: 3px solid #34798E;
	padding: 16px 16px 14px 16px;
}	

#stream_module h2 em {
	color: #9DC3CF;
}

#stream_module #info h3 {
	font-weight: bold;
}

#stream_module #info h4 {
	font-size: 12px;
	padding-top: 4px;
	color: #999;
}

#stream_module #info h5 {
	border-top: 1px solid #333;
	font-size: 11px;
	padding-top: 4px;
	margin-top: 4px;
}

#c_right h2 {
	font-family: georgia;
	font-size: 17px;
	color: #23515F;
	border-bottom: 3px solid #91C0C8;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

#c_right.mdl h2 {
	margin: 20px 20px 0 20px;
}


#c_right p {
	color: #5A8993;
}

/*##################################################################################################
	inputs & labels
##################################################################################################*/

.form.first { margin-top: 20px; }

.form label {
	font-size: 12px;
	display: block;
	margin-bottom: 0.5em;
	width: 438px;
	color: #585856;
}

.form input, .form textarea {
	display: block;
	border: 2px solid #BFBEB4;
	background: #EEECE0;
	color: #585856;
	font-size: 12px;
	padding: 6px;
	width: 422px;
	font-family: helvetica, arial, sans-serif;
	margin-bottom: 1em;
}

.form input.warning, .form textarea.warning {
	border-color: #8F8E86;
}

.form textarea {
	height: 120px;
}

.submit_button {
	font-size: 12px;
	font-family: helvetica, arial, sans-serif;
	text-decoration: none;
	color: #FFF;
	background: #393;
	padding: 6px 12px;
	border: 0;
	-moz-border-radius: 6px;
  	-webkit-border-radius: 6px;
  	display: block;
  	float: left;
  	clear: both;	
}

.submit_button.sending {
	background: #A3A29B;
}

.error {
	color: #F30;
	float: right;
}

.success {
	background: #393;
	color: #FFF;
	padding: 12px;
	font-size: 12px;
	margin: 1.5em 0;
}