body
{
	padding: 0;
	margin: 0;
	background: #fff url('img/bg.gif') repeat-x scroll top left;
	color: #333;
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 13px;
}

h1,h2,h3
{
	text-transform: uppercase;
}

form
{
	margin: 0;
}

b
{
	color: #633;
/*	color: #339;*/
}

h1,
h2,
h3,
p,
.menu_links,
ul,
hr
{
	margin: 0 0 14px 0;
}

h1,h2,h3
{
	color: #000;
}

h1
{
	clear: both;
}

ul
{
	padding: 0 0 0 17px;
}

ul li
{
	list-style-image: url('img/li.png');
	line-height: 1.4;
	margin-top: 5px;
}

li a.active
{
	padding: 0 5px;
	background: #f0f0f0;
	font-weight: bold;
	text-decoration: underline;
}

p
{
	line-height: 1.6;
}

h2
{
	background: transparent url('img/h2bg.png') repeat-x center left;
	padding: 0;
	font-size: 15px;
}

h2 span
{
	margin-right:5px;
	padding-right:5px;
}

h3
{
	font-size: 13px;
	margin-bottom: 5px;
}

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

a:hover
{
	text-decoration: underline;
}

div.content a
{
	text-decoration: underline;
}

img
{
	border: 0;
}

input.text,
select,
textarea,
table
{
	font: inherit;
}

input.text,
textarea
{
	background: #fff url('img/input_bg.png') no-repeat top left;
	border: 1px solid #999;
	padding: 4px 6px;
}

hr
{
	border: 0;
	height: 1px;
	background-color: #ccc;
}

input.button
{
	font: inherit;
	font-weight: bold;
}

div.indexpromo
{
	background: transparent url('img/promo-wrapper.jpg') no-repeat center center;
	height: 400px;
}

div.promoscreen
{
	background: #000;
/*	background: transparent url('img/promo-screen.gif') no-repeat center center;*/
	height: 324px;
	position: relative;
	margin-top: 17px;
	border: 1px solid #d4d4d4;
	border-left: 0;
	border-right: 0;
}

div.promoscreen div.stripNavL
{
	background: transparent url('img/promo-go-left.png') no-repeat top left;
	position: absolute;
	left: -25px;
	top: 235px;
	z-index: 10;
}

div.promoscreen div.stripNavR
{
	background: transparent url('img/promo-go-right.png') no-repeat top left;
	position: absolute;
	right: -25px;
	top: 235px;
	z-index: 10;
}

div.stripNavL a,
div.stripNavR a
{
	width: 50px;
	height: 50px;
	float: left;
	text-decoration: none;
}

div.promoscreen div.stripNav
{
	position: absolute;
	width: 100%;
	left: 0px;
	bottom: 5px;
	font-size: 16px;
	text-align: center;
	z-index: 10;
}

div.promoscreen div.stripNav ul
{
	padding: 0;
	margin: 0;
}

div.stripNav ul li
{
	list-style: none;
	display: inline;
	line-height: 0.5;
	margin: 0;
}

div.stripNav a
{
	color: #fff;
	text-decoration: none;
	padding: 0 3px;
}

div.stripNav a.current
{
	color: #c33;
	text-decoration: none;
}

div.promoscreen div.promoslide
{
	width: 950px;
	height: 324px;
	color: #666;
	position: relative;
	background-position: top left;
	background-repeat: no-repeat;
}

div.promoslide p,
div.promoslide ul li
{
	line-height: 1.3;
}

div.promoslide div.slidecontent
{
	position: absolute;
	width: 400px;
	top: 40px;
	right: 50px;
}

div.slidecontent img.slideheader
{
	display: block;
	margin-bottom: 15px;
}

div.topmenu
{
	text-align: right;
	font-size: 16px;
}

div.topmenu a.item,
div.topmenu a.item:hover,
div.topmenu a.item_active
{
	background: transparent url('img/li-gray.png') no-repeat center left;
	padding-left: 12px;
	margin-left: 20px;
	color: #333;
	text-decoration: none;
}

div.topmenu a.item:hover,
div.topmenu a.item_active
{
	background: transparent url('img/li.png') no-repeat center left;
	color: #a33;
}

div.topmenu a.logo,
div.topmenu a.logo:hover,
div.topmenu a.logo_active
{
	background: transparent url('img/logo.png') no-repeat center left;
	padding: 0;
	text-decoration: none;
}

div.topmenu a.logo:hover,
div.topmenu a.logo_active
{
	background: transparent url('img/logo_active.png') no-repeat center left;
}

div.releaseemail
{
	float: right;
	background: #c0ffc0;
	padding: 5px;
	margin: 20px 0 20px 10px;
}

div.content
{
	clear: both;
}

div.inner
{
	width: 1000px;
	margin: 0 auto;
	padding: 20px 0 40px 0;
	position: relative;
}

div.paging a,
div.paging span
{
	float: left;
	padding: 2px 0;
}

div.paging a
{
	padding: 2px 6px;
	text-align: center;
	background: #ddd;
	margin-left: 3px;
}

div.paging a:hover,
div.paging a.active
{
	text-decoration: none;
	background: #666;
	color: #fff;
}

.clear
{
	clear: both;
}

.full
{
	width: 100%;
}

.right
{
	text-align: right;
}

.center
{
	text-align: center;
}

.floatleft
{
	float: left;
}

.floatright
{
	float: right;
}

.small
{
	font-size: 11px;
}

.stdmargin
{
	margin-bottom: 15px;
}

.smallmargin
{
	margin-bottom: 5px;
}

.italic
{
	font-style: italic;
}

.bold
{
	font-weight: bold;
}

.gray
{
	background-color: #f0f0f0;
}

.white
{
	background-color: #fff;
}

.red
{
	color: #f00;
}

.content_bg_gray
{
	background-image: url('img/content-bg-gray.gif');
	background-position: bottom center;
	background-repeat: repeat-x;
}

.content_bg_white
{
	background-image: url('img/content-bg-white.gif');
	background-position: bottom center;
	background-repeat: repeat-x;
}

.warning
{
	background: #f99;
}

div.warning
{
	padding: 5px;
}

.highlight
{
	color: #36c;
}

.even
{
	background: #f0f0f0;
}

.column
{
	float: left;
	margin-left: 2%;
	margin-right: 2%;
}

/* Clearfix */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

/* --- */

.one
{
	width: 29%;
}

.two
{
	width: 62%;
}

.three
{
	width: 95%;
}

div.bottom
{
	text-align: right;
	font-size: 11px;
	line-height: 1.5;
	color: #666;
}

div.bottom a
{
	color: #333;
}

div.menu_links a
{
	color: #fff;
	background: transparent url('img/button.png') no-repeat top left;
	display: block;
	padding: 15px 25px;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0 0 5px 0;
	font-size: 15px;
}

div.menu_links a:hover
{
	background: transparent url('img/button_active.png') no-repeat top left;
}

table.form
{
	width: auto;
	margin: 0 auto 15px auto;
}

table.form td.label
{
	text-align: right;
	border-bottom: 1px solid #ccc;
	padding: 7px;
}

table.form td.value
{
	padding: 7px;
	border: 1px solid #ccc;
	border-top: 0;
	border-right: 0;
}

table.form td.description
{
	width: 100px;
}

table.form td.submit
{
	padding: 5px;
	text-align: center;
}

div.comments div.avatar
{
	width: 45px;
	float: left;
	margin-right: -60px;
	margin-bottom: 16px;
}

div.comments div.meta
{
	float: left;
	border-bottom: 1px solid #ccc;
	margin-bottom: 5px;
	margin-left: 60px;
}

div.comments div.comment
{
	float: left;
	margin-left: 60px;
	margin-bottom: 16px;
	line-height: 1.4;
}

div.list div.item
{
}

div.list div.item_info
{
	margin: 10px 10px 10px 125px;
}

div.list .description
{
}

div.list div.meta 
{
	color: #666;
}

div.list span.meta 
{
	border-top: 1px solid #ccc;
}

div.list div.pic
{
	margin-right: -105px;
	width: 105px;
	height: 105px;
	margin: 10px 0 10px 10px;
}

div.list div.pic img
{
	width: 100%;
	height: 100%;
}

/* roadmap */
ul.roadmap li
{
	min-height: 50px;
	background-position: right 2px;
	background-repeat: no-repeat;
}

li.rd_planning
{
	background-image: url('img/rd_planning.png');
}
li.rd_indev
{
	background-image: url('img/rd_indev.png');
}
li.rd_intest
{
	background-image: url('img/rd_intest.png');
}
li.rd_released
{
	background-image: url('img/rd_released.png');
}
li.rd_stalled
{
	background-image: url('img/rd_stalled.png');
}