/*
	HTML5 CSS reset by ngin.de/Niels Heidenreich (nh at ngin.de) 20110501
	thrown together from parts of YUI CSS reset and html5doctor.com Reset Stylesheet
	- CSS reset from YUI - http://developer.yahoo.com/yui/reset/ - Copyright (c) 2009, Yahoo! Inc. - http://developer.yahoo.com/yui/license.html
	- html5doctor.com Reset Stylesheet v1.6.1 Last Updated: 2010-09-17 - Author: Richard Clark - http://richclarkdesign.com - Twitter: @rich_clark
*/

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video,input,textarea,select {margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}
body {line-height:1}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {display:block}
/*ol,ul {list-style:none}*/
nav ul {list-style:none}
a {margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}
table {border-collapse:collapse;border-spacing:0}
input,select {vertical-align:middle}
caption,th {text-align:left}
h1,h2,h3,h4,h5,h6 {font-weight:normal}
address,caption,cite,code,dfn,em,strong,th,var {font-style:normal;font-weight:normal}
abbr,acronym,fieldset,img {border:0}


/*
	Styles for normal screen
	Design and code by Niels Heidenreich
	20100526, 20100717, 20110422, 20110619, 20110701, 20110918
*/

/* ------------------------------------------------------------ */

body {
	background: #eef2ee;
	color: #777;
	font: 13px/18px sans-serif;
}

/* ------------------------------------------------------------ */

p {
	margin-bottom: 18px;
}
h2,h3 {
	color: #9c0;
	font-weight: bold;
}
h2 {
	font-size: 19px;
	line-height: 24px;
	margin-bottom: 18px;
}
h3 {
	font-size: 13px;
	margin-bottom: 9px;
	padding-bottom: 8px;
	border-bottom: 1px solid #9C0;
}
h4 {
	font-weight: bold;
	margin-bottom: 9px;
}
ol, ul {
	margin-left: 15px;
}
ol {
	list-style: decimal;
}
ul {
	list-style: square;
}
li {
	margin-bottom: 5px;
}
blockquote {
	color: #333;
	background: #f4f4f4;
	border-left: 2px solid #9c0;
	margin-bottom: 18px;
	padding: 18px;
	overflow: auto;
}
blockquote p {
	margin-bottom: 0;
}
blockquote em {
	color: #666;
}

/* ------------------------------------------------------------ */

a {
	background: #eef2ee;
	color: #333;
	padding: 1px;
	text-decoration: none;
}
a:hover {
	background: #9c0;
	color: #fff;
}
strong {
	color: #9c0;
	font-weight: bold;
}
em {
	font-weight: bold;
}
img {
	overflow: auto;
}
img.left {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}
img.right {
	float: right;
	margin-left: 15px;
	margin-bottom: 10px;
}

/* ------------------------------------------------------------ */

#container {
	background: #fff;
	margin: 0 auto;
	overflow: hidden;
	padding: 25px;
	width: 1000px;
}

/* ------------------------------------------------------------ */

header {
	margin-bottom: 50px;
	margin-left: 300px;
}
header h1 {
	font-size: 40px;
	line-height: 40px;
	margin-bottom: 50px;
}
header h1 a {
	background: none;
	color: #9c0;
	border: 0;
}
header h2 {
	clear: both;
	color: #9c0;
	font-size: 20px;
	font-weight: normal;
	line-height: 25px;
	margin-top: 20px;
}
header nav {
	clear: both;
}
header nav ul {
	margin: 0;
	overflow: hidden;
}
header nav li {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}
header nav a {
	background: #ddd;
	border: 0;
	display: block;
	padding: 2px 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
header nav a:hover {
	background: #9c0;
	color: #fff;
}

/* ------------------------------------------------------------ */

#body {
	clear: both;
	overflow: hidden;
}
#body nav {
	color: #999;
	font-size: 11px;
	float: left;
	text-align: right;
	width: 250px;
	margin-right: 50px;
}
#body nav ul {
	margin-bottom: 20px;
}
#body nav ul.level1 {
	font-weight: bold;
}
#body nav ul.level2 {
}
#body nav ul.level3 a {
	color: #999;
}
#body nav li {
	margin-bottom: 5px;
}

/* ------------------------------------------------------------ */

#home header {
	margin-bottom: 20px;
	margin-left: 0;
}
.home-wrapper {
	clear: both;
	overflow: hidden;
	margin-bottom: 20px;
}
#home-portrait {
	float: left;
	height: 200px;
	width: 170px;
	margin-right: 20px;
	overflow: hidden;
}
#home-portrait a {
	border: 0;
}
#home-quote {
	background: #eef2ee;
	float: left;
	margin-bottom: 20px;
	padding: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#home-quote blockquote {
	background: none;
	border: 0;
	color: #666;
	display: inline;
	font-family: serif;
	font-style: italic;
	font-size: 16px;
	margin: 0;
	padding: 0;
	line-height: 22px;
}
#home-overview {
	background: #eef2ee;
	float: left;
	height: 180px;
	margin-right: 20px;
	padding: 10px;
	width: 300px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#home-overview ul {
	margin: 0;
}
#home-overview li {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}
#home-overview a {
	background: #fff;
	border: 0;
	display: block;
	font-size: 16px;
	padding: 5px;
	white-space: nowrap;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#home-overview a:hover {
	background: #9c0;
	color: #fff;
}
#home-support {
	background: #eef2ee;
	float: left;
	height: 180px;
	padding: 10px;
	width: 300px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#home-support form {
	background: #fff;
	margin-bottom: 20px;
	padding: 10px;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#home-content-left,
#home-content-right {
	background: #eef2ee;
	float: left;
	margin-right: 20px;
	padding: 20px;
	width: 375px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#home-content-left h1,
#home-content-right h1 {
	color: #9c0;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 15px;
}
#home-content-left ul,
#home-content-right ul {
	margin-bottom: 30px;
}
#home-content-left a,
#home-content-right a {
	background: #fff;
}
#home-content-left a:hover,
#home-content-right a:hover {
	background: #9c0;
}
#home-ad {
	float: left;
	width: 120px;
}


/* ------------------------------------------------------------ */

#main {
	float: right;
	width: 700px;
}
#main ol, #copy ul {
	margin-bottom: 18px;
}
#main ol li {
	margin-left: 18px;
}
#main ul li {
	margin-left: 15px;
}

#main ul.imagebox {
	list-style: none;
	overflow: hidden;
	margin: 0 0 18px 0;
}
#main ul.imagebox li {
	background: #eee; 
	float: left;
	margin: 0 1px 0 0;
	padding: 10px;
}
#main ul.imagebox a {
	display: block;
}
#main ul.imagebox img {
	display: block;
	margin-bottom: 10px;
}


/* ------------------------------------------------------------ */

footer {
	border-top: 1px solid #ccc;
	overflow: hidden;
	clear: both;
	color: #999;
	margin-top: 50px;
	padding-top: 20px;
	padding-left: 300px;
}
footer .newsletter-link {
	border: 1px solid #9c0;
	background: #9c0;
	padding: 2px 5px;
	font-weight: normal;
	color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
footer ul {
	margin-top: 20px;
}
footer li {
	float: left;
	margin-right: 15px;
}
footer div {
	float: left;
	width: 250px;
	margin-left: 30px;
}
footer p {
	padding-left: 30px;
	margin-bottom: 20px;
}
footer img {
	margin-bottom: 15px;
}
footer a:hover {
}

/* ------------------------------------------------------------ */
/* IE7 */

*+html em {font-style: normal}

/* IE<=6 */

* html em {font-style: normal}
* html footer {border: 0}