/* LAUNCH PAGE STYLES
 * 
 * body#launch wraps launch.html 
 * body#launchqa wraps qa.html
 * 
 * --------------------------------------------------*/

body#launch h2.headline,
body#launchqa h2.headline {
	border: 0;
}

body#launch h2.headline span.grey,
body#launchqa h2.headline span.grey {
	margin-left: -17px;
}

body#launch h3.notice,
body#launchqa h3.notice {
	border: 1px solid #E4E4E4;
	padding: 10px 0px 8px 8px;
	margin: 10px 0 10px 0;
	width: 890px;
}

body#launchqa h3.notice {
	border: none;
	border-bottom: 1px solid #E4E4E4;
	width: 892px;
}

body#launch h3.notice span,
body#launchqa h3.notice span {
	display: none;
}

body#launch div.body,
body#launchqa div.body {
	overflow: hidden;
	width: 930px;
	margin-bottom: 40px;
}


/*Launch Nav - collapsed version */

#launchnav {
	overflow: hidden;
}

#launchnav ul {
	width: 902px;
}

#launchnav ul li {
	display: inline;
	float: left;
	margin-right: 2px;
}

#launchnav ul li a { 
	display: block;
	height: 29px;
	background-image: url('../images/launch_collapsed_nav_sprite.png');
}

#launchnav ul li#learn a {
	width: 228px;
	background-position: 0px 0px;
}
#launchnav ul li#learn a:hover { 
	background-position: 0px -29px;
}

#launchnav ul li#use a {
	width: 223px;
	background-position: -230px 0px;
}
#launchnav ul li#use a:hover {
	background-position: -230px -29px;
}

#launchnav ul li#share a {
	width: 223px;
	background-position: -455px 0px;
}
#launchnav ul li#share a:hover {
	background-position: -455px -29px;
}

#launchnav ul li#get a {
	width: 220px;
	background-position: -680px 0px;
}
#launchnav ul li#get a:hover {
	background-position: -680px -29px;
}

#launchnav ul li a span { 
	display: none;
}



div#videowall {
	width: 904px;
	/*margin-bottom: 10px;*/
	overflow: hidden;
}

div#objectwrap {
	width: 598px;
	height: 381px;
	float: left;
}

div#videothumbs {
	border: 1px solid #E4E4E4;
	float: left;
	display: block;
	width: 300px;
	height: 376px;
	overflow: hidden;
}

div#videothumbs ul {
	width: 300px;
	height: 376px;
	display: inline;
	overflow: hidden;
}

div#videothumbs ul li {
	float: left;
	border-bottom: 1px solid #E4E4E4;
	height: 62px;
	width: 300px;
	clear: both;
	overflow: hidden;
}

div#videothumbs ul li.last {
	border-bottom: 0;
}

div#videothumbs ul li p {
	margin: 0;
	padding: 0;
	font-size: 12px;
	float: left;
	width: 170px;
	height: 40px;
	font-size: 11px;
}

div#videothumbs ul li h4 {
	float: left;
	display: inline;
	width: 165px;
	margin-top: 3px;
	font-size: 12px;
}

div#videothumbs ul li a {
	color: #2888C5;
}

div#videothumbs ul li a.thumbnail {
	display: block;
	float: left;
	width: 100px;
	height: 56px;
	background-position: 0px 0px;
	margin-right: 7px;
	margin-top: 3px;
	margin-left: 10px;
}

div#videothumbs ul li a.thumbnail {
	position: relative;
	opacity: .5;
	filter: alpha(opacity=50);
}
div#videothumbs ul li a.thumbnail:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

div#videothumbs ul li a.thumbnail .play-arrow {
	background: url('../images/hover_arrow.png') no-repeat -100px -100px;
	position: absolute;
	display: block;
	height: 56px;
	width: 100px;
	top: 0;
	left: 0;
	cursor: pointer;
}

div#videothumbs ul li a.thumbnail:hover .play-arrow {
	background-position: center; 
}

div#videothumbs ul li a.thumbnail img {position: absolute; top: 0; left: 0; clip: rect(0, 100px 56px 0);  }
/*
div#videothumbs ul li a.thumbnail:hover {
	background-position: 0px -56px;
}

div#videothumbs ul li#v1 a.thumbnail {
	background-image: url('../images/launch_vw_v1_sprite.png');
}

div#videothumbs ul li#v2 a.thumbnail {
	background-image: url('../images/launch_vw_v2_sprite.png');
}
div#videothumbs ul li#v3 a.thumbnail {
	background-image: url('../images/launch_vw_v3_sprite.png');
}
div#videothumbs ul li#v4 a.thumbnail {
	background-image: url('../images/launch_vw_v4_sprite.png');
}
div#videothumbs ul li#v5 a.thumbnail {
	background-image: url('../images/launch_vw_v5_sprite.png');
}
div#videothumbs ul li#v6 a.thumbnail {
	background-image: url('../images/launch_vw_v6_sprite.png');
}
*/
div#downloadnow {
	background: #5B5B5B url('../images/launch_download_bg.png') repeat-x;
	width: 429px;
	padding: 5px 8px 8px 8px;
	overflow: hidden;
	float: left;
}

div#downloadnow h4 {
	color: #FFF;
	margin-bottom: 10px;
	font-size: 12px;
}

div#downloadnow h3 {
	color: #2888C5;
	font-size: 24px;
	font-weight: normal;
}

div#downloadnow img {
	float: left;
	display: inline;
	margin-right: 10px;
}

div#downloadnow div.copy {
	color: #FEFEFE;
	float: left;
	display: inline;
	width: 283px;
	/*margin-top: 8px;*/
}

div#launchblurb {
	border: 1px solid #E4E4E4;
	width: 429px;
	padding: 10px 8px 8px 8px;
	overflow: hidden;
	float: left;
	margin-left: 10px;
}

div#chatbox {
	/*border: 1px solid #E4E4E4;*/
	width: 447px;
	/*padding: 10px 8px 8px 8px;*/
	overflow: visible;
	float: left;
	margin-left: 10px;
}

div#downloadnow div.copy p {
	margin: 0;
	margin-top: 8px;
}

div#launchblurb a.viewall{
	background: transparent url(/images/blue_white_arrow_bullet.gif) center right no-repeat;
	color: #323232;
	display: inline;
	height: 19px;
	line-height: 16px;
	margin: 10px 0 0 0;
	padding: 3px 30px 3px 4px;
	text-decoration: none;
	border-top: 1px solid #e4e4e4;
	font-weight: bold;
}

body#launchqa dl,
body#launchqa dt,
body#launchqa dd {
	margin: 0;
	padding: 0;
}

div#qalist {
	
}

div#qalist dl {
	font-size: 12px;
	line-height: 17px;
	border: 1px solid #E4E4E4;
	margin-bottom: 9px;
}

div#qalist dl dt {
	color: #4A4A4A;
	font-weight: bold;
	padding: 9px 3px 8px 21px;
	cursor: pointer;
	background: transparent url('../images/qa_arrow_closed.png') 7px 13px no-repeat;
}

div#qalist dl dd {
	padding: 0px 3px 11px 21px;
	display: none;
}

body#launchqa #questions {
	width: 598px;
	float: left;
	margin-right: 10px;
}

body#launchqa #callout {
	float: left;
	width: 292px;
	background-color: yellow;
}

div#qalist dl dd.showAnswer {
	display: block;
}

div#qalist dl dt.showAnswer {
	background: transparent url('../images/qa_arrow_open.png') 7px 14px no-repeat;
}

#maincontainer {
	/*padding-bottom: 50px;*/
	background: transparent url('../images/footer_gradientpart_new.png') left bottom repeat-x;
}

body#launchqa #callout img {
	float: left;
	border: 1px solid #E4E4E4;
}

/* Pre-launch styles */
.pre-launch #videowall {
	height: 400px;
	background: url('../images/pre-launch-top.jpg') no-repeat;
}

.pre-launch #chatbox {
	height: 178px;
	background: url('../images/pre-launch-bottom.png') no-repeat;
}

/* Post Launch Styles */
.post-launch #view_transcript {
	height: 90px;
	display: block;
	background: url('../images/post-launch-bottom.png') no-repeat;
}

