html {
	overflow-y: scroll;
	background: #08568d url('images/html_bg.png') repeat-x scroll;
}

body {
	font-family: 'Open Sans', sans-serif;
	margin: 0;
	padding: 0 0 20px;
	background: transparent url('images/body_bg.jpg') no-repeat center top;
	min-height: 100%;
}
h1
{
	font-family: 'Open Sans', sans-serif;
	font-size:1.9em;
	color: #252525;
}
h2
{
	font-family: 'Open Sans', sans-serif;
	font-size:1em;
	color: #252525;
}

.docs
{
	font-family: 'Open Sans', sans-serif;
	font-size:.875em;
	color: #252525;

}
.left600
{
	width:600px;
}

.imageDescription
{
	font-family: 'Open Sans', sans-serif;
	font-size:0.75em;
	color: #252525;
}
p.intro
{
	font-family: 'Open Sans', sans-serif;
	font-size:.875em;
	line-height: 1.5;
	color: #252525;
}
h1.logo {
	position: absolute;
	top: 40px;
	left: 0;
	margin: 0;
}
h1.logo a {
	width: 258px;
	height: 65px;
	display: block;
	background: url('images/logo.png') no-repeat;
}

#navigation {
	height: 41px;
	float: left;
	position: absolute;
	top: 62px;
	right: 0px;
}

#wrapper {
	margin: 0 auto;
	max-width: 956px;
	position: relative;

}
#banner {
	min-height: 125px;
}
#content-wrapper {
	background: #FFF url('images/content_bg.png') repeat-y 0 0;
}

#content {
	background: url('images/content_body_bg.png') no-repeat 0 13px;
	zoom: 1;
}

.content-top {
	font-size: 1px;
	height: 13px;
	background: url('images/content_top_bg.png');
}

#navigation ul,
#navigation ul li {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 0.9em;
	line-height: 38px;
}

#navigation ul {
	height: 41px;
	background: url('images/navigation.png') repeat-x 0 -41px;
}

#navigation ul li a {
	float: left;
	display: block;
	height: 41px;
	padding: 0 14px;
	color: #ccc;
	text-decoration: none;
	background: url('images/navigation_s.png') no-repeat right top;
}

#navigation ul li.selected a {
	color: #fff;
}
#home-download { float:right; width:220px; }


.content {
	padding: 0 3px 0 3px;
	overflow: hidden;
}

/* Toggle */
h2.trigger {
	cursor:pointer;
	padding: 0 0 0 50px;
	margin: 0 0 0 0;
	background: url(h2_trigger_a.png) no-repeat;
	height: 46px;
	line-height: 46px;
	width: 500px;
	font-size: 14px;
	font-weight: normal;

}
h2.trigger a {
	color: #fff;
	text-decoration: none;
	display: block;
}
h2.trigger a:hover {
	color: #ccc;
}
h2.trigger a:hover {
	color: #ccc;
}
h2.active {background-position: left bottom;}
.toggle_container {
	margin: 0 0 5px;
	padding: 0;
	border-top: 1px solid #d6d6d6;
	background: #f0f0f0 url(toggle_block_stretch.gif) repeat-y left top;
	overflow: hidden;
	font-size: 1.2em;
	width: 500px;
	clear: both;
}
.toggle_container li
{
	font-size: 0.75em;
}
.toggle_container .block {
	padding: 20px;
	background: url(toggle_block_btm.gif) no-repeat left bottom;
}
.toggle_container .block p {
	padding: 5px 0;
	margin: 5px 0;
}
.toggle_container h3 {
	font: 2.5em normal Georgia, "Times New Roman", Times, serif;
	margin: 0 0 10px;
	padding: 0 0 5px 0;
	border-bottom: 1px dashed #ccc;
}
.toggle_container img {
	float: left;
	margin: 10px 15px 15px 0;
	padding: 5px;
	background: #ddd;
	border: 1px solid #ccc;
}

/* Toggle small*/
h2.trigger_small {
	cursor:pointer;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	background: url(expand_icon.png) no-repeat;
	height: 11px;
	line-height: 11px;
	width: 500px;
	font-size: 1.0em;
	font-weight: normal;

}
h2.trigger_small a {
	color: #fff;
	text-decoration: none;
	display: block;
}
h2.trigger_small a:hover {
	color: #ccc;
}
h2.trigger_small a:hover {
	color: #ccc;
}
h2.active_small {background-position: left bottom;}
.toggle_container_small {
	margin: 0 0 5px;
	padding: 0;
	overflow: hidden;
	width: 500px;
	clear: both;
}
.toggle_container_small .block {
	padding: 4px;
}
.toggle_container_small .block p {
	padding: 5px 0;
	margin: 5px 0;
}
.toggle_container_small h3 {
	font: 2.5em normal Georgia, "Times New Roman", Times, serif;
	margin: 0 0 10px;
	padding: 0 0 5px 0;
	border-bottom: 1px dashed #ccc;
}
.toggle_container_small img {

	margin: 10px 15px 15px 0;
	padding: 5px;
	background: #ddd;
	border: 1px solid #ccc;
}
#features ul {
	list-style-image: url(images/bullet.png);
	list-style-type: disc;
	list-style-position: inside;
	text-indent: -0.9em;

	}
#features li {
	padding-bottom:0.7em;
}

/* ---------------------------------------------------------------
Clearfix
--------------------------------------------------------------- */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */


@media screen and (max-width: 480px)
{
	h1.logo {
		top: 0;
		left: 0;
		margin: 0;
	}
	#home-download
	{
		float:none;
	}
	.screenshot
	{
		width:100%;
	}
	.left600
	{
		width:100%;
	}

}