body, #navbar, #header { margin: 0; padding: 0; }

.hide { display: none; }

hr {
	clear: both;
	height: 0;
	border: 0;
	visibility: hidden;
	}

html {
	text-align: center;
	}

body {
	background: #ffffff url(/img/header-bg.png) repeat-x top left;
	font-family: "HelveticaNeue-Light", Helvetica, Arial, sans-serif;
	font-size: 62.5%;
	}
	
.container {
	width: 100%;
	text-align: left;
	margin: 0 auto;
	position: relative;
	background: url(/img/shadow.png) repeat-x 0 200px ;
	}
	
em, q {
	font-weight: bold;
	font-style: normal;
	}

code {
	font-family: monospace;
	}

a { outline: none; color: #003f8c; }
	
a img { border: 0; }

	
/* The header */	
	
div#header {
	height: 150px;
	width: 750px;
	margin: 0 auto;
	position: relative;
	background: url(/img/dashalytics.header-big.png) no-repeat;
	}

#header h1 {
	position: absolute;
	left: 136px;	
	top: 20px;
	text-indent: -9999px;
	}

#header h1 a {
	display: block;
	width: 525px;
	height: 100px;
	}

#header p {
	display: none;
	}	
	
/* The navbar */

ul#navbar {
	height: 50px;
	width: 750px;
	text-align: center;
	list-style: none;
	margin: 0 auto 0 auto;
	clear: both;
	}
	
#navbar li {
	float: left;
	height: 50px;
	width: 150px;
	}
	

#navbar li#download {
	background-image: url(/img/nav-download-on.png);
	}

#navbar li#contact {
	background-image: url(/img/nav-contact-on.png);
	}

#navbar li#news {
	background-image: url(/img/nav-news-on.png);
	}

#navbar li#faq {
	background-image: url(/img/nav-faq-on.png);
	}


#navbar li#donate{
	background-image: url(/img/nav-donate-on.png);
	}

#page-download #img-download {
		display:none;
	}

#page-faq #img-faq {
		display:none;
	}

#page-news #img-news {
		display:none;
	}

#page-contact #img-contact {
		display:none;
	}

#page-donate #img-donate {
		display:none;
	}

#frame {
	background-color: #ffffff;
	margin: 0 auto;
	width: 750px;
	position: relative;
	}
	
.section {
	margin: 20px;
	}
	
.section h2, .section h3 {
	color: #444;
	font-weight: normal;
	font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
	font-size: 22px;
	line-height: 22px;
	margin-bottom: 5px;
	}
	
.section h2 {
	color: #072453;
	}
	
.section p, .section li {
	margin: 0 0 20px 0;
	font-size: 14px;
	line-height: 18px;
	}

.section img {
	margin-right: 20px;
	margin-bottom: 20px;
	}
		
ul.screenshots {
	list-style: none;
	margin: 10px auto 10px auto;
	clear: both;
	text-align: center;
	}
	
ul.screenshots li {
	list-style: none;
	display: inline;
	width: 110px;
	height: 105px;	
	}
	
ul.screenshots li img {
	float: none;
	}
	
div#footer {
	width: 750px;
	margin: 0 auto 20px auto;
	color: #666;
	font-size: 11px;
	padding-top: 42px;
	background: #eee;
	padding: 10px;
	border: 1px solid #aaa;
	text-align:center;
	}
	
blockquote p {
	font-style:italic;
	background: #eee;
	padding: 10px;
	border: 1px solid #aaa;
}

blockquote a {
	font-weight: bold;
	font-style:normal;

}


