body {
	background: #272d32;
	font-family: Arial;
	font-size: 14px;
	color: #666666;	
	
	margin: 35px 0 30px 0;
	padding: 0;	
}

img {
   border: 0; 
}

fieldset {
	border: 0;
}

fieldset textarea, input.text {
	background: #eee;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;	
}

a.unstyled:link, a.unstyled:visited, a.unstyled:active {
	font-weight: normal;		
}

html a:link, html a:visited, html a:active {
	text-decoration: none;
	font-weight: bold;
	color: #666666;	
}

html a:hover {
	color: #4a5360;
}

div#wrapper {
	position: relative;
	background-color: #f6f6f6;
	width: 900px;
	min-height: 500px;
	margin: 0 auto 0 auto;
	margin-top: 35px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-box-shadow: 3px 3px 5px #303237;
	-moz-box-shadow: 3px 3px 5px #303237;
	-khtml-box-shadow: 3px 3px 5px #303237;
}

div#page {
	width: 768px;
	min-height: 150px;
	margin: 0 auto;
	position: relative;
	padding-bottom: 20px;
}

div#header {
	margin: 0 auto;
	padding: 0;
	height: 80px;
	width: 768px;
	font-family: "Myriad Pro";
	font-size: 12px;
	color: #ffffff;
}

div#header p {
	margin: 0;
	padding: 0;
}

div#header span.sub {
	padding: 0 0 0 85px;
}

div#header p.main {
	padding-top: 5px;
	font-size: 38px;
	font-weight: bold;
}

div#navigation_menu {
	margin: 0;
	padding: 0;
	background: url('/img/menu_gradient.png') repeat-x;
	height: 50px;
	margin-bottom: 25px;
	-webkit-border-top-right-radius: 10px;
	-khtml-border-top-right-radius: 10px;
	-moz-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-khtml-border-top-left-radius: 10px;
	-moz-border-top-left-radius: 10px;  
}

div#navigation_menu a {
	display: block;
	width: 100px;
	height: 50px;
	border-bottom: none;
}

div#navigation_menu ul {
	width: 768px;
	height: 50px;
	margin: 0 auto;
}

div#navigation_menu li {
	display: inline;
	float: right;
/*	text-align: right; */
	text-align: center;
}

div#navigation_menu li a { 		
	text-decoration: none;
	color: #666666;
}

div#navigation_menu li:hover {
	background: /*#f6f6f6*/#a4a5a5;
}

div#navigation_menu li.active {
	background: /*#f6f6f6*/#a4a5a5;
	border-left: 1px solid #c2c3c3;
	border-right: 1px solid #d7d8d8;
}

div.download {
	height: 270px;
	width: 190px;
	border: 1px solid #cccccc;
	background: url("/img/download_gradient.png") repeat-x #c7c7c7;
}

/* popular news */
div#popular_news {
	max-height: 500px;
	min-height: 150px;
	width: 200px;
	border: 2px dotted #d9dada;
	margin: 0 0 0 0;
	float: right;
	
	/*positionerings probleem in IE */
}

div#popular_news h3 {
	height: 20px;
	width: 194px;
	background: #cccccc;
	margin: -2px 0 0 -2px; /* t b r l */
	padding: 2px 0 0 10px;
}

div#popular_news ul {
	list-style:none;
	margin: 5px 0 0 13px;
	padding: 0 0 0 15px;
}

ul.styled li {
	list-style-image: url("/img/pre.png");
}

/* blog */
div.blogpost {
	min-height: 80px;
	position: relative;
	margin-bottom: 25px;
	border-bottom: 1px solid #d9dada;
}

div.blogpost h3 {
	margin: 0;
	padding: 0;	
}

p.blogpost_content {
	margin-bottom: 30px;	
}

p.blogpost_dateinfo {
	font-size: 10px;
	margin: 0 0 0 0;
}

a.blogpost_tools {
	position: absolute;
	bottom: 5px;
	
	font-size: 10px;
}

div.leavecomment-box {
	margin-top: 50px;
}

div#comments {
	margin-top: 50px;
}

div#comment-view
{

}

div.comment {
	width: 620px;
	min-height: 60px;
	margin-bottom: 20px;
}

div.comment-left {
	width: 100px;
	height: 60px;
	float: left;
}

div.comment-left span {
	font-size: 10px;
	font-weight: bold;
	float: left;
}

div.comment-left span.date {
	font-weight: normal;
}

div.comment-right {
	width: 478px;
	min-height: 60px;
	background: /*#ECEFFF*/#eee;
	border: 1px solid #d9dada;
	padding: 10px;
	overflow: hidden;
	margin-left: 120px;
}

div.comment-right.admin {
	background-color: #e4e9f1;	
}

input#edit-lastname {
	display: none;
}

span.form-required {
	color: red;
}


/* footer */
div#footer {
	margin-top: 10px;
	margin-bottom: 20px;
	text-align: center;
	font-size: 10px;
}

div#footer p {
	margin: 0;
}

/* misc */

div.codeblock {
	min-width: 500px;
	min-height: 80px;
	background: /*#ECEFFF*/#eee;
	border: 1px solid #d9dada;
	padding: 5px;
	margin: 30px 0 30px 0;
	overflow: auto;
}

div.DLBox {
	min-height: 90px;
	width: 90px;
	border: 2px dashed #808080;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	margin: 10px;
	padding: 5px;
	text-align: center;
}

div.DLBox img {
	margin-top: 6px;
}

div.DLBox p, span {
	font-size: 10px;
	font-weight: bold;
	margin: 0;
	padding: 0;
 	white-space: pre-wrap;
 	white-space: -moz-pre-wrap !important;
 	white-space: -pre-wrap;
 	white-space: -o-pre-wrap;
	word-wrap: break-word;
}

/*software*/

div#software-container {
	width: 500px;
	margin: 0 auto;
}

div.software-platform {
	margin-bottom: 50px;
}

div.software-item, div.software-item-top {
	height: 85px;
	width: 496px;
	border-left: 2px solid #bcbcbc;
	border-right: 2px solid #bcbcbc;
	border-bottom: 2px solid #bcbcbc;
	position: relative;
}

div.software-item-top {
	margin-top: -17px;
	padding-top: 17px;
}

div.software-platform img.icon {
	width: 64px;
	height: 64px;
	margin: 10px 0 0 5px;
	float: left;
}

div.software-platform p.title {
	font-weight: bold;
	font-size: 16px;
	position: absolute;
	top: -5px;
	left: 85px;
}

div.software-platform span.description {
	padding: 0;
	max-height: 40px;
	max-width: 400px;
	font-size: 12px;
	font-weight: normal;
	
	position: absolute;
	top: 27px;
	left: 85px;
}

div.software-platform a.more {
	font-size: 10px;
	position: absolute;
	bottom: 5px;
	right: 10px;
}

h4.platform {
	width: 485px;
	height: 15px;
	padding: 5px 5px 5px 10px;
	font-size: 13px;
	-webkit-border-top-right-radius: 5px;
	-khtml-border-top-right-radius: 5px;
	-moz-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-khtml-border-top-left-radius: 5px;
	-moz-border-top-left-radius: 5px; 
	background: url("/img/menu_gradient.png") 25px;
	margin: 0;
}

div.screenshots {
	margin: -20px 0 30px 0;
	width: 100%;
	height: 1000px;
}

div.screenshot {
	position: relative;
	width: 320px;
	height: 480px;
	margin: 20px 30px 0 30px;
	padding: 0;
}