* {
	outline: none;
}

body {
	background-color:  #eaf2f9;
	color: #444;
	font: normal 62.5%/150% Verdana, Helvetica, Arial, sans-serif;
	height: 100%;
	margin: 5px 10px 15px;
	line-height: 1.5em;
}

a, a:link, a:active, a:visited {
	color: #369;
	cursor: pointer;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0;
	vertical-align: middle;
}

#downButton, #donateButton
{
	margin-left:100px;
}

ul#features
{
	margin-left: 20px;
	padding-left: 20px;
}

ul#features li { 
   list-style-image: url('../images/check.png');  
   font-weight: bold;
   margin: 5px;
}


ul.changelog, ul.new-features
{
	margin-left: 20px;
	padding-left: 20px;
	
}

ul.new-features li
 {
	list-style-image: none;    
	margin: 5px;
	margin-left:30px;

 }

ul.changelog li { 
  list-style-image: none;    
  margin: 5px;
  margin-top: 30px;
}
ul.changelog li  span{ 
  font-size:120%;
	font-weight: bold;  
}


ul.changelog li ul
{
	margin-left: 20px;
	padding-left: 20px;
	
}

ul.changelog li ul li{ 
   margin: 5px;
   list-style-image: none;  
   font-style:normal;
}

#content h1 {
	font-size: 20px;
	color: #336699;
	margin: 25px  5px 0px 0px;
	height: 48px;
	padding: 15px 10px 10px 60px;
}

#content h1#addressBook
{
	background: url(../images/address_book.png) #fff no-repeat left 0;
}

#content h1#description
{
	background: url(../images/info.png) #fff no-repeat left 0;
}

#content h1#screenshot
{
	background: url(../images/screenshot.png) #fff no-repeat left 0;
}

#content h1#download
{
	background: url(../images/download.png) #fff no-repeat left 0;
}

#content h1#changelog
{
	background: url(../images/changelog.png) #fff no-repeat left 0;
}

#content h1#donate
{
	background: url(../images/card1.png) #fff no-repeat left 0;
}

#content h1#next-release
{
	background: url(../images/next-release.png) #fff no-repeat left 0;
}

#content h1#faq
{
	background: url(../images/faq.png) #fff no-repeat left 0;
}

#content h1#testimonials
{
	background: url(../images/testimonials.png) #fff no-repeat left 0;
}

h3
{
color: #336699;
}

p {
	line-height: 1.5em;
	padding: 0;
}

#container {
	font-size: 120%;
	margin: 0 auto;
	position: relative;
	width: 780px;
	line-height: 1.5em;
}

#header {
	background: url(../images/header2.gif);
	color: #fff;
	height: 110px;
	margin-bottom: 1px;
}

#header-logo {
	float: left;
	padding: 4px 0;
	width: 780px;
}

#header-logo h1 {
	margin: 0;
	padding: 0;
}

#header-logo h1 a {
	display: block;
	height: 110px;
}

#header-logo h1 a span {
	display: none;
}

#footer {
	background: url(../images/footer_bg.png) #145285 repeat-x;
	clear: both;
	color: #fff;
	font-size: 90%;
	height: 69px;
}


#footer a {
	color: #afd6ff;
}

#footer-misc {
margin:10px;
	float: left;
}

#footer-copyright {
	margin:10px;
	float: right;
	text-align: right;
}

#footer-logo {
	float: right;
	margin-left:10px;
}

#content
 {
	background-color:  #fff;
	border-left: 1px solid #2a4662;
	border-right: 1px solid #2a4662;
	padding: 20px;
	padding-bottom: 20px;
}


.clear {
	clear: both;
}


.faqContents li
{
	margin-bottom: 5px;
}

.faqList
{
	margin-top: 70px;
}

.faqList li
{
	margin-bottom: 50px;
}

.faqList ul li
{
	margin: 10px;
}

.faqList li img
{
	margin: 20px;
	border: 1px solid #cecece;
	display: block;
}

.faqList li pre
{
	font-size:14px;
	border: 1px solid #aaa;
	padding: 5px;
	background-color: #fcfcfc;
}
.faqList li pre span
{
	color: red;
}

.faqTopLink
{
	font-size:13px;
	font-style: italic;
	font-weight: bold;
}

#mainTable
{
	margin:0;
	padding:0;
}

#mainTable td
{
	padding:0px;
	vertical-align:top;
}

#screenshotTable
{
	margin: 0 auto;
	border-spacing: 20px;
}



#screenshotTable td
{
	color: #2D62FF;
	font-size: 12px;
	padding: 15px;
	padding-bottom: 10px;
	text-align:center;
	background-color: #eaf2f9;
	border:1px solid #d1e0ef;
	-moz-border-radius: 5px;
}

#screenshotTable td img
{
	margin:5px;
}

a.download-button 
{
	padding-top:15px;
	padding-left:75px;
	height: 50px;
	display: block;
	width: 220px;
	font-size: 20px;
	color: #f64b00;
	font-weight: bold;
	text-decoration: none;
	background-color: #eaf2f9;
}

a.download-button  span
{
	color: #999;
	font-size: 12px;
	
}
.installer
{
	background: url(../images/download_blue.png) #fff no-repeat left 0;
}

.portable
{
	background: url(../images/download_green.png) #fff no-repeat left 0;
}

.downloadTable
{
	border: 1px solid #999;	
	background-color: #eaf2f9;
	-moz-border-radius: 5px;
	font-size: 11px;
}
.downloadTable td
{
	padding: 10px;
}

#testimonials-block
{
	border: 1px solid #999;	
	background-color: #fafafa;
	-moz-border-radius: 5px;
	font-size:10px;	
	padding: 10px;
	width:230px;
}

#testimonials-block h3
{
	margin-top:0px;
}

blockquote
{
	margin-bottom:40px;
}