* {
	font-family: 'Lucida Grande', Arial, Helvetica, Verdana, sans-serif;
}

body {
	background-color: #222;
	color: #333;
	font-size: 12px;
}

table.appheader {
	margin-left: 30px;
}

table h1 {
	margin-bottom: 0px;
	margin-top: 0px;
}

a img {
	border: none;
}

div.productheader a {
	font-style: normal;
}

a {
	color: #036;
	text-decoration: none;
	font-style: oblique;
	font-weight: bold;
}

td {
	vertical-align: top;
}

td h2 {
	margin-top: 0px;
}

div#box {
	width: 750px;
	height: 410px;
	padding: 20px;
	background: #333;
	background-image: url('/images/gradient_schwarz.png');
	background-position: center top;
	background-repeat: no-repeat;
	color: #eee;
	line-height: 150%;
	letter-spacing: 1px;
	margin: auto;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  border-radius: 8px;
}

div#box a {
	color: #eee;
	font-weight:bold;
	font-style:normal;
	text-decoration:underline;
}

div#box img.product {
	float: left;
}

div#box h2 {
	margin-top:40px;
	text-shadow: 0px -1px #000;
}

div.infobox {
	clear: right;
	float: right;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 20px;
	padding: 10px;
	width: 180px;
	background-image: url('/images/gradient_schwarz_klein.png');
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #333;
	color: #eee;
	-moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  border-radius: 8px;
}

div.infobox a {
	color: #69c;
}

#container {
	width: 900px;
	margin: auto;
}

#header {
	height: 334px;
	background-image: url('/images/summer_head.png');
	background-repeat: no-repeat;
}

#mainnavigation {
	margin: 0px;
	background-color: #000;
	background-image: url('/images/nav_bg.png');
	background-repeat: repeat-x;
	height: 40px;
	overflow:hidden;
	border-top:1px solid #000;
	text-align: center;
}

#mainnavigation ul {
	margin: 0px;
	list-style:none;
	text-align:center;
	height: 40px;
	padding: 0px;
	margin-left: 100px;
}

#mainnavigation ul li {
	float:left;
	margin: 0px;
	padding: 0px;
}

#mainnavigation ul li img {
	padding:0px;
	margin:0px;
}

#subnavigation {
	margin:0px;
	padding:0px;
	clear:both;
	background-image: url('/images/subnav_background.png');
	font-size: 12px;
	line-height: 25px;
	text-align: center;
	color: #7df;
	border-bottom: 1px solid #000;
}

#subnavigation a {
	color: #fff;
	font-style: normal;
	font-weight: normal;
}

#content {
	margin: 0px;
	background-color: #eee;
	background-image: url('/images/background_gradient.png');
	background-repeat: repeat-x;
	padding: 0px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
  -webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
  -khtml-border-bottom-right-radius: 8px;
  -khtml-border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
}

div#contentcontainer {
	width:100%;
	padding-top: 20px;
}

div#feature {
	height:499px;
	background-image: url('/images/feature.png');
	background-repeat: no-repeat;
}

#copyright {
	font-size: 10px;
	color: #ccc;
	padding: 3px;
}

div#tweet {
	font-size:12px;
	margin: 0px;
	margin-left:20px;
	padding-top: 10px;
	color: #fff;
}

div#tweet a {
	color:#fff;
	text-decoration: underline;
}

div#tweet ul {
	list-style:none;
	margin:0px;
	padding:0px;
}

div#tweet ul li {
	margin:0px;
}

div.producticon {
	float: left;
	margin: 0px 20px 0px 0px;
	padding: 0px;
}

div.productheader {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 10px;
}

div.product {
	text-align: left;
	float: left;
	font-size: 12px;
	line-height: 150%;
	width: 250px;
	padding: 10px;
	margin: 10px;
	margin-left: 20px;
}

div.support {
	text-align: justify;
	width: 80%;
	font-size: 12px;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0px;
	margin-left:20px;
}

div.supporticon {
	margin: 10px;
	margin-bottom: 0;
	padding: 0px;
}

div.support ol li {
	margin-bottom: 20px;
}

div.support h2 {
	padding-left: 10px;
	margin: 10px;
	margin-bottom: 20px;
}

div.support h2.press {
	margin-left: 0px;
	padding-left: 0px;
	font-size: 22px;
}


div.support h2 span.fade {
	color: #777;
}

div.product-page-content {
	width: 800px;
	margin-top: 20px;
	margin-left: 50px;
}

div.pressrelease {
	width: 530px;
	margin-top: 20px;
}

div.product-page-content td {
	padding: 5px;
}

table.labels {
	font-size: 9px;
	text-align: center;
}

#footer {
	clear: both;
}