/* YUI CSS Reset */
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}

strong
{
	font-weight: bold;
}

body
{
	font-family: Verdana;
	font-size: 79%;
}

sup
{
	vertical-align: text-top;
	font-size: 80%;
}

/*
 * TOP HEADER
 */ 

div.top-header 
{
	height: 135px;
	background-image: url("images/top-header/background-gradient.png");
	background-repeat: repeat-x;
	text-align: center;
	padding-top: 0px;
	margin-top: 0px;
}

div.top-header h1
{
	width: 305px;
	height: 115px;
	background-image: url("images/top-header/logo.png");
	display: block;
	position: relative;
	top: 10px;
}

div.top-header h1 span
{
	display: none;
}

div.top-header div.content
{
	position: relative;
	height: 100%;
}

div.top-header h2.teaser 
{
	position: absolute;
	right: 0px;
	top: 44px;
	width: 440px;
	height: 32px;
	background-image: url("images/top-header/teaser2.png");
	background-repeat: no-repeat;
}

div.top-header h2.teaser span
{
	display: none;
}

div.top-header div.menu
{
	position: absolute;
	bottom: 0px;
	_bottom: -1px;
	right: 0px;
	height: 43px;
	background-image: url("images/top-header/menu-background.png");
	background-repeat: repeat-x;
	font-size: 94%;
}

div.top-header div.menu div.menu1
{
	float: left;
	padding-left: 16px;
	background-image: url("images/top-header/menu-left.png");
	background-repeat: no-repeat;
	background-position: left;
	height: 100%;
}

div.top-header div.menu ul
{
	float: left;
	padding-right: 16px;
	background-image: url("images/top-header/menu-right.png");
	background-repeat: no-repeat;
	background-position: right;
	height: 100%;
}

div.top-header div.menu li
{
	float:left;
	margin-top: 7px;
	height: 36px;
}

div.top-header div.menu li a
{
	float: left;
	height: 100%;
	text-decoration: none;
	border-left: 1px solid #ddd;
	border-right: 1px solid #f4f4f4;
}

div.top-header div.menu li.first a
{
	border-left-width: 0px;
	padding-left: 1px;
}

div.top-header div.menu li.last a
{
	border-right-width: 0px;
	padding-right: 1px;
}

div.top-header div.menu li.last.selected a
{
	padding-right: 0px;
}

div.top-header div.menu li.selected a
{
	border-right: 1px solid #5EBBFA;
	border-left: 1px solid #5EBBFA;
}

div.top-header div.menu li a:hover
{
	background-color: #D4EBFA;
	border-right-width: 0px;
	padding-right: 1px;
}

div.top-header div.menu li span
{
	float: left;
	margin-top: 11px;
	color: black;
	margin-left: 0.7em;
	margin-right: 0.7em;
}

div.top-header div.menu li span span
{
	float: left;
	margin-top: 0px;
	color: black;
	margin-left: 0px;
	margin-right: 0px;
}

div.top-header div.menu li.selected
{
/*
	height: 33px;
	border-top: 3px solid #a6d2f2;
	padding-top: 3px;
	*/
	background-color: #A5D8FA;
	font-weight: bold;
}


div.top-header div.menu li.selected a:hover
{
	background-color: transparent;
	border-right-width: 1px;
	padding-right: 0px;
}

div.top-header div.menu li.selected span
{
/*
	margin-top: 8px;
	*/
}

div.footer
{
	position:fixed; 
	bottom: 0px; 
	width: 100%;
	text-align: center;
	height: 34px;

	_position: absolute;
	_top:expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? documentElement.scrollTop +(documentElement.clientHeight-this.clientHeight)  : document.body.scrollTop +(document.body.clientHeight-this.clientHeight));} 
}

div.footer1
{
	width: 100%;
	height: 100%;
	position: relative;
}

div.footer div.background
{
	background-image: url("images/footer/background-transparent.png");
	position: absolute;
	background-repeat: repeat-x;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

div.footer div.content
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

div.footer div.content1
{
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	padding-top: 15px;
	font-size: 85%;
	width: 900px;
	text-align: center;

}

div.footer a
{
	color: #0282C9;
	text-decoration: none;
}

div.footer a:hover
{
	text-decoration: underline;
}

/*
 * HEADER
 */
 
div.header
{
	background-color: #003F6D;
	background-image: url("images/header/background.png");
	background-repeat: repeat-x;
}


div.header div.content
{
	color: white;
}

div.header div.shadow-top div
{
	height: 8px;
	overflow: hidden;
	background-image: url("images/header/shadow-top.png");
	background-repeat: repeat-x;
}

div.header div.shadow-bottom div
{
	height: 8px;
	overflow: hidden;
	background-image: url("images/header/shadow-bottom.png");
	background-repeat: repeat-x;
}

/*
 * BODY
 */
div.body
{
	min-height: 260px;
	background-image: url("images/body/background.png");
	background-repeat: repeat-x;
	background-position: top;
}

div.content
{
	width: 970px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

/*
 * ABOUT PAGE
 */


div#iphone
{
	position: absolute;
	margin-left: 5px;
/*	top: 155px; */
	 top: 255px; 
	width: 256px;
	height: 510px;
}

div#iphone div.background
{
	background-image: url("images/iphone/iphone.png");
	width: 256px;
	height: 510px;
	position: absolute;
}

div#display
{
	margin-top: 82px;
	margin-left: 31px;
	width: 195px;
	height: 293px;
}

div#display div
{
	width: 195px;
	height: 293px;
	position: absolute;
}

div#iphone div.info 
{

}

div#iphone div.info p 
{
	padding: 2.4em;
	color: #ddd;
}

div#iphone div.s1 {
	background-image: url("images/about/screenshots/m1.png");
}

div#iphone div.s2 {
	background-image: url("images/about/screenshots/m2.png");
}

div#iphone div.s3 {
	background-image: url("images/about/screenshots/m3.png");
}

div#iphone div.s4 {
	background-image: url("images/about/screenshots/m4.png");
}

div#iphone div.s5 {
	background-image: url("images/about/screenshots/m5.png");
}

div#iphone div.s6 {
	background-image: url("images/about/screenshots/m6.png");
}

div#iphone div.s7 {
	background-image: url("images/about/screenshots/m7.png");
}

div#iphone div.s8 {
	background-image: url("images/about/screenshots/m8.png");
}

div#iphone div.s9 {
	background-image: url("images/about/screenshots/m9.png");
}

body.about div.forum-bubble
{
	position: absolute; 
	width: 236px; 
	height: 123px;
	top: -38px; 
	*top: -25px;
	background-image: url("images/about/forum-bubble-background.png");
	color: #012B47; 
	left: 20px;
}

body.about a.forum-bubble
{
	text-decoration: none !important;
}

body.about a.forum-bubble:hover
{
	text-decoration: none !important;
}

body.about div.forum-bubble ul
{
	
}

body.about div.forum-bubble ul li
{
	list-style-type: disc;
	margin-left: 18px;
}

body.about div.forum-bubble div
{
	padding: 23px;
}

body.about div.forum-bubble strong
{
	display: block;
	margin-bottom: 0.6em;
}

body.about div.header dl
{
	margin-left: 300px;
/*	margin-left: 280px; */
}

body.about div.header dl.streaming
{
	background-repeat: no-repeat; 
	background-position: 0em 0.7em;
	margin-top: 1em;
}

body.about div.header dt
{
	font-weight: bold;
	color: #FEFFA4;
}

body.about div.header dd
{
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	width: 42em;
	width: 44em;
	text-align: justify;
}

body.about div.header dl.streaming dd
{
/*	width: 35em;*/
}

body.about div.header dl.live-conversion
{
	margin-top: 1em;
	margin-bottom: 1em;
}

body.about div.header div.footnote
{
	color: #ddd;
	font-size: 80%;
	margin-top: 0.5em;
}

body.about ul.screenshots
{
	float: left;
	padding-left: 274px;
	width: 260px;
}

body.about ul.screenshots li
{
	float:left;
	width: 76px;
	margin-right: 10px;
	margin-bottom: 10px;
	height: 108px;
	background-image: url("images/about/screenshot-container.png");
	background-repeat: no-repeat;
}

body.about ul.screenshots li div
{
	width: 64px;
	height: 96px;
	margin-top: 6px;
	margin-left: 6px;
	background-repeat: no-repeat;
}

body.about ul.screenshots li div.s1
{
	background-image: url("images/about/screenshots/s1.png");
}

body.about ul.screenshots li div.s2
{
	background-image: url("images/about/screenshots/s2.png");
}

body.about ul.screenshots li div.s3
{
	background-image: url("images/about/screenshots/s3.png");
}

body.about ul.screenshots li div.s4
{
	background-image: url("images/about/screenshots/s4.png");
}

body.about ul.screenshots li div.s5
{
	background-image: url("images/about/screenshots/s5.png");
}

body.about ul.screenshots li div.s6
{
	background-image: url("images/about/screenshots/s6.png");
}

body.about ul.screenshots li div.s7
{
	background-image: url("images/about/screenshots/s7.png");
}

body.about ul.screenshots li div.s8
{
	background-image: url("images/about/screenshots/s8.png");
}

body.about ul.screenshots li div.s9
{
	background-image: url("images/about/screenshots/s9.png");
}


body.about div.body
{
	padding-top: 30px;
}

body.about div.download 
{
	margin-left: 545px;
	width: 414px;
	height: 350px;
	position: relative;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	background-color: #ddd;
	margin-bottom: 2em;
}

body.about div.download div.background
{
	position: absolute;
	left: 20px;
	background-image: url("images/about/download-solid.png");
	background-repeat: no-repeat;
	width: 400px;
	width: 392px;
	height: 280px;	
}

body.about div.download div.try-free
{
	position: absolute;
	left: 300px;
	top: 17px;
	width: 100px;
}

body.about div.download div.try-free a
{
	font-weight: bold;
	color: #0282C9;
	white-space: nowrap;
}

body.about div.download a.get-from-appstore
{
	left: 85px;
	top: 0px;
	width: 190px;
	height: 68px;
	position: absolute;
}

body.about div.download a.get-from-appstore span
{
	display: none;
}

body.about div.download a.download-mac
{
	position: absolute;
	left: 126px;
	top: 150px;
	width: 100px;
	height: 117px;
}

body.about div.download a.download-mac span
{
	display: none;
}

body.about div.download a.download-win
{
	position: absolute;
	left: 250px;
	top: 150px;
	width: 100px;
	height: 117px;
}

body.about div.download a.download-win span
{
	display: none;
}


body.about div.download div.try-beta
{
	position: absolute;
	bottom: 38px;
	left: 30px;
}

body.about div.download div.getting-started
{
	position: absolute;
	bottom: 15px;
	left: 30px;
}


body.about div.download div.index-ff
{
	position: absolute;
	bottom: -20px;
	left: 30px;
        font-size: 80%;
}

body.about div.download div.index-ff a
{
       color: #0282C9;
}

body.about div.download div.try-beta a,
body.about div.download div.getting-started a
{
	font-weight: bold;
	color: #0282C9;
}

/*
 * FEATURES PAGE
 */

body.features div.header div.content
{
	overflow: hidden;
	_height: 1%;
	padding-top: 1em;
	padding-bottom: 1em;
	padding-left: 2em;
}
 
body.features div.header div.streaming
{
	float: left;
	width: 400px;
	font-size: 94%;
}

body.features div.header div.conversion
{
	float: left;
	width: 400px;
	font-size: 94%;
	margin-left: 50px;
}

body.features div.header h3
{
	margin-bottom: 1em;
	font-weight: bold;
	font-size: 120%;
	color: #FEFFA4;
}

body.features a
{
	color: #0282C9;
}

 
body.features div.body ul
{
	margin-top: 2em;
}

body.features div.body ul li
{
	list-style: disc;
	margin-left: 2em;
	margin-bottom: 1em;
	color: red;
}

body.features div.body ul li span
{
	color: black;
}

body.features div.body div.streaming
{
	float: left;
	width: 400px;
}

body.features div.body div.conversion
{
	margin-left: 50px;
	width: 400px;
	float: left;
}

body.features div.body ul li span.description
{
	display: block;
	font-size: 90%;
	color: #666;
	margin-top: 0.2em;
}

body.features div.header div.content,
body.features div.body div.content
{
	width: 870px;
}

body.features div.body div.content
{
	overflow: hidden;
	_height: 1%;
}

/*
 * Getting Started
 */
body.getting-started div.header div.content,
body.getting-started div.body div.content
{
	width: 720px;
}

body.getting-started div.body h3
{
	padding-top: 1em;
	font-weight: bold;
	font-size: 120%;
	color: #0282C9;
}

body.getting-started div.body a
{
	color: #0282C9;
	font-weight: bold;
}

body.getting-started div.body p
{
	margin-top: 1em;
	margin-left: 1em;
}

/*
 * Remote Access
 */
body.remote-access div.header div.content,
body.remote-access div.body div.content
{
	width: 720px;
}

body.remote-access div.body h3
{
	padding-top: 1em;
	font-weight: bold;
	font-size: 120%;
	color: #0282C9;
}

body.remote-access div.body a
{
	color: #0282C9;
	font-weight: bold;
}

body.remote-access div.body p
{	
	margin-top: 1em;
	margin-left: 1em;
}

body.remote-access div.body ul
{
	margin-left: 2em;
}

body.remote-access div.body ul li
{
	list-style-type: disc;
	margin-left: 18px;
	margin-top: 0.5em;
}

body.remote-access div.body em {
	
}


/*
 * Download Page
 */

body.download div.body a
{
	color: #0282C9;
}

body.download div.header div.content,
body.download div.body div.content
{
	width: 700px;
}

 
body.download div.body div.osx,
body.download div.body div.windows
{
	overflow: hidden;
	_height: 1%;
	padding-left: 2em;
	padding-right: 3em;
}

body.download div.body  div.osx
{
	padding-top: 2em;
	padding-bottom: 2em;
	border-bottom: 1px solid #ddd;
	margin-bottom: 0.5em;
}

body.download div.body  div.osx a.download-icon
{
	float: left;
	width: 103px;
	height: 118px;
	margin-top: 10px;
	margin-right: 40px;
	background-image: url("images/download/mac.png");
	background-repeat: no-repeat;
}

body.download div.body  a.download-icon span
{
	display: none;
}

body.download div.body  div.description
{
	margin-top: 2em;
}

body.download div.body  div.windows a.download-icon
{
	width: 104px;
	height: 103px;
	margin-top: 20px;
	margin-right: 40px;
	float: left;
	background-image: url("images/download/win.png");
	background-repeat: no-repeat;
}

body.download div.body  a.download
{
	font-weight: bold;
	font-size: 110%;
	text-decoration: none;
}

body.download div.body  a.download:hover
{
	text-decoration: underline;
}

body.download div.body div.alternate
{
	font-weight: bold;
	margin-top: 1em;
	border-top: 1px solid #ddd;
	padding-top: 1em;
	padding-left: 45px;
}

body.download div.body div.beta
{
	margin-top: 3em;
	border-top: 1px solid #ddd;
	padding-top: 1em;
	padding-left: 45px;
}

body.download div.body div.previous
{
	margin-top: 1em;
	border-top: 1px solid #ddd;
	padding-top: 1em;
	padding-left: 45px;
	font-size: 90%;
}

/*
 * Troubleshooting Page
 */

body.troubleshooting a
{
	color: #0282C9;
}
 
body.troubleshooting dl
{
	margin-top: 2em;
	float: left;
	width: 380px;
	margin-left: 60px;
}
 
body.troubleshooting div.body {
	line-height: 1.5em;
}

body.troubleshooting div.body dt {
	font-weight: bold;
	margin-top: 1em;
	color: #0282C9;
}

body.troubleshooting div.body dd {

}

body.troubleshooting div.body dd p {
	margin-top: 1em;
}

body.troubleshooting div.body strong em {
	font-weight: bold;
}

body.troubleshooting div.body div.content
{
	overflow: hidden;
	_height: 1%;
}

em {
	font-style: italic;
}
