html {
	overflow: -moz-scrollbars-vertical;
	}

html * {
	margin: 0;
	padding: 0;
	}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: center;
	}

a {
	text-decoration: none;
}

a img {
	border: none;
	}

blockquote, p, ul, ol, dl, table {
	margin-bottom: 1em;
	}

ul, ol {
	margin-left: 1.5em;
	}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 130%;
	font-weight: bold;
	margin-bottom: 0.5em;
	}

h3 {
	clear: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 115%;
	font-weight: bold;
	margin-bottom: 0.5em;
	}

.clr {
	clear: both;
	}

div.small-tn {
	float: right;
	margin-bottom: 1em;
	margin-left: 2em;
	width: 250px;
}

div.small-tn p {
	font-size: 85%;
	margin-bottom: 0;
}

#wrap {
	xxborder: 1px solid green;
	margin: 0 auto;
	text-align: left;
	width: 960px;
	}

#header {
	background: url(../images/header-bg.jpg);
	height: 280px;
	margin-bottom: 20px;
	position: relative;
	width: 965px;
	}

#header h1 {
	color: #FFF;
	font-size: 34px;
	font-weight: bold;
	left: 30px;
	position: relative;
	top: 30px;
	width: 430px;
	}

#header h2 {
	color: #FDFD33;
	font-size: 16px;
	left: 30px;
	position: relative;
	top: 40px;
	width: 430px;
	}

#header p.download {
	color: #FFF;
	font-size: 12px;
	left: 100px;
	position: relative;
	top: 65px;
	width: 420px;
	}

#header p.download a {
	color: #FFF;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
	}

#header div.download {
	left: 150px;
	position: relative;
	top: 70px;
	width: 132px;
	}


#header div.download-burst {
	bottom: 0;
	position: absolute;
	right: 0;
	width: 180px;
	}

body.download #header p.download {
	display: none;
	}

body.download #header div.download {
	display: none;
	}

body.download #header div.download-burst {
	display: none;
	}

body.subpage #header .blurb {
	display: none;
	}

body.subpage #header .download {
	left: 810px;
	position: relative;
	top: 30px;
	}

#sub-navigation {
	border-bottom: 2px solid #E5E5E5;
	height: 30px;
	}

#sub-navigation ul li {
	float: left;
	list-style-type: none;
	margin-right: 10px;
	}

#sub-navigation ul li a {
	background: transparent url(../images/tab-bg-off.png) top right repeat-x;
	border-top: 1px solid #ACACAC;
	border-left: 1px solid #ACACAC;
	border-right: 1px solid #ACACAC;
	color: #373737;
	display: block;
	font-weight: bold;
	line-height: 30px;
	padding: 0 15px;
	text-decoration: none;
	}

#sub-navigation ul li a:hover {
	border-top: 1px solid #DDD;
	border-left: 1px solid #DDD;
	border-right: 1px solid #DDD;
	background: transparent url(../images/tab-bg-on.png) top right repeat-x;
	}
	
body.index #sub-navigation ul li.index a,
body.features #sub-navigation ul li.features a,
body.download #sub-navigation ul li.download a,
body.store #sub-navigation ul li.store a,
body.tutorial #sub-navigation ul li.tutorial a,
body.contact #sub-navigation ul li.contact a
	{
	border-top: 1px solid #DDD;
	border-left: 1px solid #DDD;
	border-right: 1px solid #DDD;
	background: transparent url(../images/tab-bg-on.png) top right repeat-x;
	}

#content-area {
	border-left: 2px solid #E5E5E5;
	border-right: 2px solid #E5E5E5;
	padding: 20px;
}

#content {

}

#sidebar {
	background-color: rgb(240, 256, 240);
	padding-top: 10px;
	float: right;
	font-size: 90%;
	margin-left: 20px;
	width: 250px;
}

#sidebar div.sidebar-item {
	background: url(../images/sidebar-separator.png)  bottom center no-repeat;
	margin-bottom: 10px;
	padding: 0 10px 10px 10px;
}

#sidebar div.centered {
	text-align: center;
}

#sidebar div.no-separator {
	background-image: none;
}

#sidebar div.no-padding {
	padding: 0 0 10px 0;
}

#sidebar div.sidebar-item h3 {
	margin-top: 0;
	margin-bottom: 0.5em;
}

#sidebar div.sidebar-item p {
	margin-top: 0.5em;
	margin-bottom: 0;
}

#footer {
    background-color:#FFFFFF;
    clear:both;
    color:#999999;
    font-family:Verdana,"Bitstream Vera Sans",arial,"Lucida Grande","Luxi Sans",helvetica,sans-serif;
    font-size:11px;
	margin-top: 4em;
    text-align:center;
    }

#footer p {
    margin-bottom:5px;
    margin-top:5px;
    }

#footer hr {
    border-bottom:none;
    border-left:none;
    border-right:none;
    border-top:2px solid #EEEEEE;
    height:0;
    margin:5px auto 0 auto;
    width:96%;
    }

#footer a:link {
    color:#999999;
	}

#footer a:visited {
    color:#999999;
	}

#footer a:hover {
    color:#339999;
	}

#footer a:active {
    color:#999999;
	}

blockquote {
	margin: 0;
	padding: 10px 20px 0 15px;
	margin-top: 1em;
	background: url("../images/quotemark.gif") top left no-repeat;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #666;
	float: left;
	margin-bottom: 1em;
}

blockquote cite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	font-size: 10px;
	display: block;
	margin-top: .5em;
}

ul.desktop-downloads {
	list-style: none;
	}

ul.desktop-downloads li {
	margin-bottom: 6px;
	}

ul.desktop-downloads li a {
	color: #900;
	display: block;
	padding-left: 54px;
	font-size: 22px;
	font-weight: bold;
	line-height: 48px;
	text-decoration: none;
	width: 150px;
	}

ul.desktop-downloads li a:hover {
	color: #900;
	text-decoration: underline;
	}

ul.desktop-downloads li.windows {
	background: url(../images/logo-windows.png) left center no-repeat;
	}

ul.desktop-downloads li.mac {
	background: url(../images/logo-mac.png) left center no-repeat;
	}

ul.desktop-downloads li.linux {
	background: url(../images/logo-linux.png) left center no-repeat;
	color: #999;
	display: block;
	padding-left: 54px;
	font-size: 22px;
	font-weight: bold;
	line-height: 48px;
	text-decoration: none;
	width: 400px;
	}

#navigation ul:after,
#sub-navigation ul:after
	{
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

/* trigger hasLayout and target ie5+6/win only */
* html #navigation ul,
* html #sub-navigation ul
	{
	height: 1%;
	}

/* trigger hasLayout and target ie7/win only */
*:first-child+html #navigation ul,
*:first-child+html #sub-navigation ul
	{
	min-height: 1px;
	}

/* IE HACKS
********************************************************************************/
/* fixes font-size keyword problem for IE5/Win */
body {
	font-size: x-small; /* IE5 Win */
	voice-family: "\"}\""; 
	voice-family: inherit;
	font-size: small;
	}

html>body {
	font-size: small;
	}


/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(../images/macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

