
.light_weight { color: #878787; font-weight: 300; }
.blue { color: #287899; }

body {
	margin: 0px;
	font-family: "Lucida Grande", helvetica, verdana, sans-serif;
	font-size: 13px;
	line-height: 20px;
	
}

td {
	font-family: "Lucida Grande", helvetica, verdana, sans-serif;
	font-size: 12px;
	line-height: 20px;
}

a {
	color: #287899;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0px;
}

h1, h2, h3, h4 {
	color: #2D2D2D;
}

h1 { font-size: 36px; }
h2 { font-size: 28px; line-height: 32px; }

ul {
	margin-left: 0px;
	padding-left: 0px;
}

ul li {
	margin-bottom: 8px;
	margin-left: 16px;
}

.no_margin {
	margin: 0px;
}

.intro {
	color: #8C8C8C;
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 20px;
}

/* Layout Styles */

#site_container {
	text-align: center;
	min-height: 1050px;
}

#header {
	height: 114px;
	background: url(/site_images/header_bg2.jpg);
	background-repeat:repeat-x;
}

#logo_container {
	margin-top: 10px;
	float: left;
}

#nav_container {
	margin-top: 5px;
	height: 47px;
	line-height: 48px;
	float: right;
}

#nav_container a {
	font-size: 14px;
	font-weight: bold;
	color: black;
	text-decoration: none;
	margin-left: 20px;
}

#nav_container a:hover {
	color: #2370A3;
}

.body_container {
	margin: 0px auto;
	text-align: left;
	width: 985px;
}

#content_container {
	padding: 0px 0px;
	color: #656565;
	line-height:24px;
}

#footer {
	color: #9B9B9B;
	margin-bottom: 30px;
	margin-top:15px;
}

#copyright_notice {
	font-size: 11px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}

#footer_nav {
	float: right;
}

#references {
	padding-top: 3px;
	font-size: 10px;
}

/* Home page styles */

.big_feature_layout h1, .big_feature_layout h2, .big_feature_layout h3, .big_feature_layout h4, .big_feature_layout p {
	margin: 0px;
}

.big_feature_layout h3 {
	margin-bottom: 10px;
}

.big_feature_layout p {
	margin-bottom: 10px;
}

.big_feature_layout h2 {
	font-size: 18px;
}


.big_feature_layout .primary_feature {
	width: 675px;
	height: 350px;
	background: url(/site_images/feature_layout/big/big_bg.png) no-repeat;
	float: left;
	padding: 1px;
}

.big_feature_layout .small_feature_container {
	float: left;
	width: 282px;
	margin-left: 20px;
	font-size: 11px;
	line-height: 18px;
}

.big_feature_layout .small_feature_container div.text_container {
	padding: 15px;
	padding-top:5px;
	padding-left:10px;
}

.big_feature_layout .small_feature_container .small_feature {
	padding: 1px;
	width: 280px;
	background: url(/site_images/feature_layout/big/small_bg.png) no-repeat;
}

.big_feature_layout .header {
	padding-left: 10px;
	padding-top: 10px;
}

.big_feature_layout .header img {
	margin: 0px;
}

.big_feature_layout .small_note {
	font-size: 9px;
	line-height: 11px;
	color: #8C8C8C;
}



.small_feature_layout {
	width: 981px;
	border-left:1px solid #E3E3E3;
	border-right:1px solid #E3E3E3;
	font-size: 12px;
	line-height: 19px;
}


.small_feature_layout_top {
	background-image:url(/site_images/feature_layout/small/feature_framework_top.png);
	height:6px;
	width:982px;
	margin-top:0px;
}

.small_feature_layout_bottom {	
	background-image:url(/site_images/feature_layout/small/feature_framework_bottom-1.png);
	height:7px;
	width:982px;
}

.small_feature_layout h1, .small_feature_layout h2, .small_feature_layout h3, .small_feature_layout h4, .small_feature_layout p {
	margin: 0px;
}

.small_feature_layout h2 {
	font-size: 19px;
	line-height: 23px;
	margin-bottom: 4px;
}

.small_feature_layout h3 {
	font-size: 15px;
	line-height: 21px;
	margin-bottom:5px;
}

.small_feature_layout .primary_feature {
	float: left;
	width: 440px;
	margin-left: 0px;
	padding: 15px;
	border-left: 1px solid #E3E3E3;
}
html>body .small_feature_layout .primary_feature {
	width: 440px;

}

.small_feature_layout .secondary_feature {
	float: left;
	width: 233px;
	margin-left: 2px;
	padding: 15px;
	

}
html>body .small_feature_layout .secondary_feature {
	width: 233px;
	border-left:1px solid #E3E3E3;

}

.small_feature_layout .tertiary_feature {
	float: left;
	width: 212px;
	border-left: 1px solid #E3E3E3;
	border-right: 1px solid #E3E3E3;
	
	padding: 15px;
}
html>body .small_feature_layout .tertiary_feature {
	width: 212px;
	
}

.small_feature_layout .small_feature_container {
	float: left;
	width: 243px;
	
	margin-left: 2px;
}

.small_feature_layout .small_feature_container .small_feature {
	height: 69px;
	padding: 8px 15px;
}
html>body .small_feature_layout .small_feature_container .small_feature {
	height: 53px;
}

/* Product Page Styles */

#product_nav {

	float: left;
	width: 300px;
}

#product_nav img {
	display: block;
}

#product_logo {
	float: right;
	margin-right: 30px;
	margin-left: 10px;
}

#product_content {
	margin-left: 330px;
}

#product_content .tab {
	padding-top: 60px;
}

#product_content h1 {
	font-size: 44px;
	line-height: 44px;
}

#product_content h2 {
	font-size: 15px;
}

#product_content .intro {
	width: 400px;
	margin-bottom: 40px;
}

#product_content .quote_container {
}

#product_content .quote_container.large_margin {
	margin-top: 20px;
}

#product_content .quote_container .quote {
	font-family: Georgia;
	font-size: 15px;
	font-style: italic;
}

#product_content .quote_container .credit {
	font-size: 10px;
	line-height: 15px;
	font-style: italic;
}

#product_content .quote_container div.credit {
	margin-top: 4px;
}

#product_content .screenshot_large {
	display: none;
}

#tech_requirements {
	color: #8C8C8C;
	padding-top: 10px;
	margin-top: 20px;
	border-top: 1px solid #DDDDDD;
}

#tech_requirements strong {
	color: #656565;
}	

.screenshot_container {
	float: left;
	width: 67px;
	height: 67px;
	margin-top: 5px;
	margin-right: 25px;
	margin-bottom: 15px;
	background: blue;
}


/* Page styles */

.header img {
	margin-bottom: 20px;
}

.column_one, .column_two, .column_three {
	width: 280px;
	float: left;
}

.column_two, .column_three {
	margin-left: 60px;
}

.big_column {
	width: 560px;
	padding-right: 30px;
}

.medium_column {
	width: 420px;
}


.about{
	position: relative; 
	right: 130px;
	text-align:right;
}


.tripple_box_container {
}

.tripple_box_container .box {
	background: url(/site_images/feature_layout/tripple_boxes/box_bg.gif);
	width: 290px; 
	height: 210px; 
	float: left; 
	margin-right: 10px; 
	margin-top: 10px;
	text-align: center; 
	font-size: 11px; 
	padding: 15px;
}

.tripple_box_container .box.last {
	margin-right: 0px; 
}

.about{
	position: relative; 
	right: 130px;
	text-align:right;
}

.carousel_image_number_active{
	position:relative;
	top:-5px;
	color:#000000;
	font-size:10px;
	cursor: pointer;
	padding:4px;
	padding-bottom:2px;
}

.carousel_image_number_inactive{
	position:relative;
	top:-5px;
	color:#BBBBBB;
	font-size:10px;
	cursor: pointer;
	padding:4px;
	padding-bottom:2px;	
}

.controls img{
	margin-right: 1px;
	cursor:pointer;
}

.header h2{
	line-height:32px;
}

.bigColumn{
	width:280px;
	float:left;
	margin-left:5px;
}

.smallColumn{
	float:left;
	width:300px;
}

.product_feature{
	background-image:url(/site_images/product_feature_item.jpg);
	background-repeat: no-repeat;
	width:315px;
	height:115px;
	padding:5px;
	padding-top:12px;
	padding-right:5px;
}

.screenshot_container{
	background-position: top center;
}

.newsListing{
	min-height:195px;
}

.small_date{
	font-size:10px;
	margin-top:3px;
}

.technical_specs{
	font-size:10px;
	line-height:12px;
}

.main_feature_product{
	width:480px;
	padding-left:15px;
	padding-top:0px;
	margin-top:0px;
	float:left;
}

.main_feature_product p,  {
	line-height:16px;
}

.main_feature_product h2 {
	margin-bottom: 8px;
	margin-top: 8px;
}

.main_feature_product h3 {
	margin-top: 8px;
	margin-bottom: 12px;
}


.main_feature_product table td p {
	margin-top: 0px;
}

.main_feature_product table{
	padding-right:35px;	
}
.main_feature_product h3{
	font-size:18px;	
}
	
.main_feature_product table tr{ 
	vertical-align:top;
}
.other_feature_products{
	width: 469px;
	padding-left:15px;
	float:left;
	border-right:1px solid #E3E3E3;
	border-left:1px solid #E3E3E3;
}
.other_feature_products p {
	line-height:18px;
}

.other_feature_products	.secondary_product{
	padding-top:10px;	
}

.other_feature_products	.secondary_product h2 {
	margin-bottom: 6px;
	margin-top: 0px;
}

.other_feature_products	.secondary_product h3 {
	margin-top: 6px;
	margin-bottom: 8px;
}

.other_feature_products .division{
	margin-top:6px;
	height:1px;
	background-color: #E3E3E3;
	width: 484px;
	margin-left:-15px;
	margin-bottom:2px;
}

.other_feature_products h2{
	font-size:20px;	
	margin-top:0px;
}

.other_feature_products h3{
	font-size:15px;	
}
.home_products{
	border-left:1px solid #E3E3E3;
}

.home_products h3{
	color: #9B9B9B;
}

.newsHeadlines{
	width:990px;
	height:41px;
	background-image:url(/site_images/news_bar.gif);
	background-repeat:no-repeat;
	margin-bottom:5px;
	margin-top:0px;
}

.newsHeadlines .title{
 	color:#383838; 
 	padding-left:12px;
 	padding-top:8px;

 }
 .newsHeadlines .content{

 	padding-top:8px;
 	padding-left:30px;
 }
 

 
 .news_slideshow{
 	padding-left:10px;
 }
 
 .source{
	font-size:9px;
	color: #8A8A8A;
 }
 
 .logo_text a{
 	position:relative;
 	top:-15px;
 	left:6px;
 	font-size:17px;
 	color: #2D2D2D;
 }
 .logo_text a:hover{
 	text-decoration:none; 
 }
 
 .video_player{
	border: 2px solid #EDEDED;
	width:982px;
	height:650px;	
	
}

.video_player .info{
	color: #717171;
	font-size:11px;
	float:left;
	width: 480px;
}

.video_player .controls{
	float:left;
	width:180px;
}
.video_player .controls a{
	color: #909090;	
	text-decoration:none;
}

.video_player .controls a:hover{
	color: #040404;	
}
.video_player .info .title{
	color: #040404;	
	font-size: 20px;
}

.video_player .exp{
	font-size:14px;
}

.clearLeft{
	clear:left;	
}

.clearBoth{
	clear:both;	
}
 
 
#player{
	background-color: #434343;
	
	background-repeat:repeat-x;
	height:410px;
	width:620px;
	margin-top:15px;	
}

.videoSection{
	width:668px;
	height:605px;
	border-right:2px solid #EDEDED;
	padding:30px;
	padding-top:15px;
	float:left;
	
}
.playlists{
	float:left;
	width:252px;
	margin:0px;
	padding:0px;	
	height:650px;
}

.playlists a{
	text-decoration:none;	
}
.playlists .item{
	height:60px;
	padding-top:10px;	
	padding-left:5px;
	border-bottom:2px solid #EDEDED;
	cursor: pointer;

	margin-left:0px;
	margin-top:0px;
	margin-bottom:0px;
	
}

.playlists .item:hover{

	background-color:#2D2F31;
}

.playlists .item:hover .title{
	color:#FFFFFF;
	}
.playlists .item .title{
	line-height:14px;	
	font-size:13px;
	margin-bottom:5px;
	color:#434343;
	font-weight:bold;
}

.playlists .item .info{
	width:151px;
	line-height:14px;
	float:left;
}

.playlists .item .icon{
	float:left;
	font-size:10px;
	width:80px;
}

.playlists .even{
	background-color: #F7F7F7;
	padding-top:10px;
}

.playlists .video_icon_bg, li.video_icon_bg{
	
		width:58px;
		height:41px;
	
		margin-left:10px;
		overflow:hidden;
		cursor: pointer; 
}

.playlists .video_icon_bg img, .playlistContent .video_icon_bg img{	
	padding:1px;
}
.usermenu{
		background-image: url(/site_images/user_menu_bg.png);
		background-position: bottom left;
		background-repeat: no-repeat;
		height:80px;
		background-color:#F9F9F9;
		border-left:2px solid #EDEDED;
		border-right:2px solid #EDEDED;
		line-height:15px;
}

.usermenu .playlistContent{
		margin-left:200px;	
		padding-top:20px;
		float:left;
		
}

.usermenu .iphoneTutorial{
	float:right;
	margin-right:10px;	
}

.usermenu .playlistContent .context{		
		width:90px;	
		float:left;
		
}

.playlistNextIcon{
	margin-top:15px;
	margin-left:10px;
	margin-right:20px;
	float:left;
}

.usermenu a{
	color: #909090;	
	text-decoration:none;
}

.usermenu a:hover{
	color: #040404;	
}

.usermenu  .video_icon_bg{	
		background-image:url(/site_images/video_icon_bg.jpg);
		background-repeat:no-repeat;
		width:58px;
		height:31px;
		margin-bottom:5px;
		float:left;
		text-align:center;
}

.usermenu .iphoneTutorial{
	padding-top:20px;		
}

.usermenu .iphoneTutorial .text{
	float:left;
	width:100px;
}

.loginForm{
	width:702px;
	float:left;
}

.signUpLink{
	float:left;
	margin-left:30px;
	width:270px;
	text-align:left;
}

.login{
	cursor:pointer;
	margin-top:20px;
	margin-bottom:20px;
	color:#FFFFFF;
	background-color:#BBBBBB;
	width:155px;
	text-align:center;
}

#newsCentre{
	width:655px;
	float:left;	
}

#newsCentre h1{
	margin-bottom:50px;
}

#newsListing{
	float:left;
	margin-right:40px;
	width:280px;
}

#newsListing a{
	/*color:#000000;	*/
}

#newsListing a:hover{
	color:#287899;
}

.news_details h2{
	margin-bottom:5px;
}

.news_details .date{
	color: #B2B2B2;
	margin-bottom:20px;
}

.news_item{
	line-height:14px;
	margin-bottom:20px;
}

#player{
	padding:30px;

}

.playlists .active{
	background-color:#2D2F31;
}
.playlists .active .info .title{
	color:#FFFFFF;
}
.nowPlaying{
	margin-top:3px;
}

.nowPlaying img{
	 margin-top:4px;
}

#randomNews a{
	color:#5A5A5A;
}

#randomNews a:hover{
	text-decoration:none;
	color: #287899;
}


#firefox_print_fix {
	display: none;
}

@media print {
	#firefox_print_fix {
		display: block;
	}
}

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../site_images/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../site_images/lightbox/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

.stimulusCountdown{
	padding: 0px 10px;
}
	