a:link {color: #0d576f; text-decoration: none; }
a:active {color: #0000ff; text-decoration: none; }
a:visited {color: #0d576f; text-decoration: none; }
a:hover {color: #ff0000; text-decoration: none; }


body {
	margin:0px;
	padding: 0px;
	font-family:Helvetica Neue,Arial,sans-serif;
	font-size: 13px;
	font-weight:normal;
}

h1 {
	height:100px;
	margin:0px 420px 0px 0px;
	padding: 0px;
	padding-top: 20px;
	color: #fff;
	/*background-image: url(images/logo.gif);
	text-indent: -9999px;*/
	overflow: hidden;
}

h2 {
	padding: /* 337px */ 15px 4px 0px 0px;
	font-size: 32px;
	color: white;
	text-align: center;
	height: 10px;
	width: 700px;
	margin:0px auto;
}

h3 {
	margin: 0px 0px 0px 35px;
	padding: 10px 0px 0px 0px;
	color: #white;
	font-size: 26px;
	text-align: left;
}

h4 {
	margin: 0px 70px 0px 0px;
	padding: 5px 0px 5px 20px;
	color: #white;
	font-size: 26px;
	text-align: left;
	background-color: #71d257;
}

.limiter {
	width: 780px;
	margin:0px auto;
}

#content .limiter {
	background-color: white;
}	

#header .limiter {
	height: 70px;
	/*background-image:url(images/header.gif);*/
}
#whitepaper .limiter {
	height: 130px;
	background-color: #71d257}
	
#footer .limiter {
	background-color: #535353;
	height: 95px;
	margin-top: 0px;
	padding: 0px;
	background-image: url(images/footer.gif)
}

#header {
	margin-bottom: 5px;
	background-color: #747474;
}

#illustration {
	/*height: 425px;*/
        height: 100px;
	margin:0px auto;
	margin-bottom: 5px;
	background-color: #39bee1;
	/*background-image: url(images/illustration.gif);
	background-repeat: no-repeat;
	background-position: center;*/
}

#content {
	margin-bottom: 5px;
	background-color: #ade4f3;
}

#about {
	padding: 0px 40px 0px 40px;
}

#column1 {
	width: 455px;
	float: left;
}

#column1 p{
	margin: 35px 40px 0px 60px;
	color: #168bb0;
	line-height: 25px;
	font-size: 20px;
	font-weight: bold;
}

#screenshot {
	margin: 0px;
	padding: 270px 80px 40px 0px;
	background-image: url(images/screenshot.gif);
	background-repeat:no-repeat;
	background-position: center;
	background-position: top;
	}

#column2 {
	color: #3f3f3f;
	line-height: 20px;
	width: 280px;
	padding: 10px 40px 5px 0px;
	float: right;
	}

.clear {
	height: 0px;
	clear:both;
	}	

#whitepaper {
	margin: 0px 0px 5px 0px;
	background-color: #bcf3ad;
	}
	
#whitepaper p {
	margin: -25px 0px 0px 20px;
	padding: 40px 40px 35px 95px;
	color: #3f3f3f;
	line-height: 18px;
	background-color: #df534;
	background-image: url(images/pdf.gif);
	background-repeat: no-repeat;
	background-position: left;
	}

#footer {
	margin-top: 0px;
	color:white;
	background-color: #747474;
	}
	
#footer p {
	padding: 10px 250px 10px 0px;
	margin: 0px 0px 0px 0px;
	background-color: #383838;
	text-align: left;
	width: 460px;
	margin:0px auto;
	}
	
/* Two Step Obfuscation of email addresses */
span.codedirection { 
	unicode-bidi:bidi-override; 
	direction: rtl; 
	}
span.displaynone { 
	display:none; 
	}
