
body, div, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, img, form, fieldset, input, textarea, blockquote {
	margin: 0; padding: 0; border: 0;
}

body {
	font: 14px Helvetica, Sans-Serif; line-height: 24px; color: #494949;
	background: #fff;
}

h1 {
	font-size:25px;
}
h2, h3 {
	font-size:15px;
}

a {
	color: #494949; text-decoration: none;
}
	a:hover {
		color: #ff3300;
	}
	
#wrap {
	width: 960px; margin: 0 auto 24px auto; background: #fff;

}

header img.header-logo {
    margin: 0 0 0 50px;
	position: absolute;
	border-bottom-right-radius: 12px;
	border-bottom-left-radius: 12px;
	-moz-border-radius-bottomright: 12px;
	-moz-border-radius-bottomleft: 12px;
	-webkit-border-bottom-right-radius: 12px;
	-webkit-border-bottom-left-radius: 12px;
	box-shadow: 2px 2px 8px rgba(0,0,0,0.2);
	-moz-box-shadow: 2px 2px 8px rgba(0,0,0,0.2);
	-webkit-box-shadow: 2px 2px 8px rgba(0,0,0,0.2);
}
header img.facebook-icon, .twitter-icon, .github-icon{
    background:#fff;
	border-radius: 50%;
	position: absolute;
}
header img.facebook-icon:hover, .twitter-icon:hover, .github-icon:hover{
    background:#ffeae5;
}
header img.facebook-icon {
    margin: 5px 0 0 15px;
}
header img.twitter-icon {
    margin: 35px 0 0 15px;
}
header img.github-icon {
    margin: 65px 0 0 15px;
}

header nav {
	float: right;
	margin: 10px 30px 30px 0;
}
    header nav ul ul {
	    display: none;
	}
		header nav ul li:hover > ul {
			display: block;
		}
    header nav ul {
		padding: 0 30px 0 30px;
	    list-style: none;
	    position: relative;
	    display: inline-block;
    }
	    header nav ul:after {
		    content: ""; clear: both; display: block;
	    }
		header nav ul li {
			float: left;
			border-right: 1px solid #e0e0e0;
			}
			header nav ul li:first-child {
				border-left: 1px solid #e0e0e0;
			}
			header nav ul li:hover {
				background: #ff5123;
				background: linear-gradient(top, #ff896b 0%, #ff5123 40%);
				background: -moz-linear-gradient(top, #ff896b 0%, #ff5123 40%);
				background: -webkit-linear-gradient(top, #ff896b 0%,#ff5123 40%);
			}
				header nav ul li:hover a {
					color: #fff;
				}
			header nav ul li a {
				display: block; padding: 5px 20px;
				color: #757575; text-decoration: none;
			}		
		header nav ul ul {
			background: #ff5123; border-radius: 0px; padding: 0;
			position: absolute; top: 100%;
			border: 1px solid #ff5123;
			border-top: 1px solid #ff3300;
			border-bottom: 1px solid #ff3300;
		}
			header nav ul ul li {
				float: none;
				border-right: 0;
				border-top: 1px solid #ff3300;
				border-bottom: 1px solid #ff3300;
				position: relative;
			}
				header nav ul ul li:first-child {
					border-left: 0;
				}
				header nav ul ul li a {
					padding: 5px 20px;
					color: #fff;
				}	
					header nav ul ul li a:hover {
						background: #ff896b;
					}
		
#main {
	clear: both; height: 550px; overflow: hidden; margin: 0;
	color: #494949;
	padding-top: 70px;
	background: #fff;
	text-align: center;
}
	#main h1 {
		margin: 0 auto;
		font-size: 35px;
		padding: 10px 0;
	}
	#main h2 {
		margin: 0 auto;
		font-size: 18px;
	}
	#main p {
		margin: 0 auto;
		font-size: 14px;
		line-height: 110%;
	}
	#main img {
		margin-top: 20px;
	}
	
.button a {
	margin: 10px auto;
	margin-top: 20px;
	height: 65px; width: 275px; line-height: 65px;
	color: white; font-size: 20px; font-weight:bold; text-align: center;
	display:inline-block;
	text-decoration: none;
	background: #ff5123;
	background: -moz-linear-gradient(top, #ff5123  0%, #db441e 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff5123), color-stop(100%, #db441e));
	background: -webkit-linear-gradient(top, #ff5123 0%, #db441e 100%);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 2px 2px 8px rgba(0,0,0,0.2);
	-moz-box-shadow: 2px 2px 8px rgba(0,0,0,0.2);
	-webkit-box-shadow: 2px 2px 8px rgba(0,0,0,0.2);
	}
	.button a:hover {
		background: #ff896b;
		background: -moz-linear-gradient(top, #ff896b 0%, #ff5123 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff896b), color-stop(100%,#ff5123));
		background: -webkit-linear-gradient(top, #ff896b 0%,#ff5123 100%);
	}
 .bar {
	margin: 0 auto;
	height: 22px; width: 100%;
	background: transparent url(../img/bar.png) center left repeat;
	}

		
#content {
	overflow: hidden; clear: both;
	padding-bottom: 20px;
}
	#content p.link {
		background: transparent url(../img/link.png) center left no-repeat;
		padding-left: 15px;
		color: #ff3300;
		font-weight: bold;
		font-size: 18px;
	}
	#content .line-red {
		height:2px; float: left; margin: 0 30px 0 30px; width: 895px;
		border-top: 2px solid #ff3300;
		display: inline;
	}
	#content .spacer {
		margin-top: 70px;
	}
	#content > h1 {
		margin-left: 30px;
		margin-right: 30px;
		margin-bottom: 20px;
	}
	#content .feature {
		width: 280px; height: 220px; float: left; margin: 10px 0 20px 20px;
		padding: 5px;
		border: 1px solid #fff;
		background: #fff;
		display: table;
	}
	#content .feature:hover{
		color: #494949;
	}
		#content .feature .description {
			vertical-align: middle; 
			margin-top: 10px;
		}
		#content .feature .title{
		    display:inline-block;
			font-size: 20px;
			font-weight:bold;
		}
		#content .feature .title span{
			display: inline-block;
			vertical-align:middle;
			line-height:120%;
		}
		#content .feature .title img {
		    height: 99px; width: 99px;
			display: inline-block;
			vertical-align: middle;
			margin: 10px 10px 0 0;
		}
		#content .feature table {
			margin: 0 13px 0 13px;
			border-collapse: collapse; 
			border-spacing: 50px 50px;
			font-size: 18px; font-weight:bold;
		}
			#content .feature table td{
				padding: 10px 10px;
			}
			#content .feature table tr:first-child  td{
				border-bottom: 2px solid #ff3300;
			}

	#content .download {
		width: 289px; height: 250px; float: left; margin: 70px 0 20px 20px;
		padding-top:20px;
		border: 1px solid #e0e0e0;
		background: #fff;
	}
		#content .download:hover {
			background: #f7f7f7;
		}
		#content .download .title {
			font-size: 20px;
			font-weight:bold;
			text-align:center;
		}
		#content .download img {
			display: block;
			margin-left: auto;
			margin-right: auto;
		}
		#content .download p {
			margin: 0 0 5px 0; padding: 0 13px 0 13px;
			text-align:center;
			}
		#content .download p a {
			color: #ff3300;
		}
	#content .changelog{
	    clear:both;
		margin: 20px 20px 20px 20px;
	}
		#content .changelog li {
			margin: 0 20px 0 20px;

		}
	#content .support {
		width: 397px; height: 180px; float: left; margin: 0 30px 0 30px;
		border: 1px solid #fff;
		border-bottom: 2px solid #ff3300;
		padding: 10px;
		background: #fff;
		display: inline;
	}
		#content .support:hover {
			border: 1px solid #e0e0e0;
			border-bottom: 2px solid #ff3300;
			background: #f7f7f7;
			color: #494949;
		}
		#content .support img{
			margin: 10px;
			float: left;
			padding: 15px 0;
		}
		#content .support p{
			margin: 10px;
			overflow: auto;
		}

footer {
	width: 100%; height:100px;
	color: #fff;
	background: #000;
	padding-top:20px;
}
	footer .button p, footer .button a{
		display: block;
		margin: 0 auto;	
		text-align: center;
	}
	footer .button a {
		height: 50px; width: 200px; line-height: 50px;
		font-size: 17px;
	}
		
.howto {
	margin: 10px 30px 10px 30px;
	display: inline-block;
}
	.howto:first-child {
		margin-top: 70px;
	}
	.howto:last-child {
		margin-bottom: 50px;
	}
	.howto img{
		margin-right: 10px;
		vertical-align:middle;
	}
	.howto .text{
		float:left;
		width: 26%;
	}
	.howto .spacer{
		float:left; height: 1px;
		width: 3%;
	}
	.howto .image{
		float:left;
		width: 69%;
	}
	.howto  .image img{
		margin-top: 25px;
		width:591px;
	}
	.howto .image img.shadow {
		margin-top: 75px;
		border: 1px solid #e0e0e0;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		box-shadow: 2px 2px 8px rgba(0,0,0,0.2);
		-moz-box-shadow: 2px 2px 8px rgba(0,0,0,0.2);
		-webkit-box-shadow: 2px 2px 8px rgba(0,0,0,0.2);
	}
	.howto h2, h3{
		margin: 10px 0 10px 0;
		color: #ff3300;
	}
	.howto .screenshots img{
		padding: 16px;
	}
	
.anonymity {
	margin: 10px 30px 10px 30px;
	display: inline-block;
}
	.anonymity:first-child {
		margin-top: 70px;
	}
	.anonymity:last-child {
		margin-bottom: 50px;
	}
	.anonymity img{
		margin-right: 10px;
		vertical-align: middle;
	}
	.anonymity .text{
		float: left;
		width: 28%;
	}
	.anonymity .spacer{
		float: left; height: 1px;
		width: 3%;
	}
	.anonymity .image{
		float: left;
		width: 62%;
	}
	.anonymity .image img {
		border: 1px solid #e0e0e0;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		box-shadow: 2px 2px 8px rgba(0,0,0,0.2);
		-moz-box-shadow: 2px 2px 8px rgba(0,0,0,0.2);
		-webkit-box-shadow: 2px 2px 8px rgba(0,0,0,0.2);
	}
	.anonymity h1{
		margin-bottom: 30px;
	}
	.anonymity h2, h3{
		margin: 10px 0 10px 0;
		color: #ff3300;
	}
	.anonymity .disclaimer {
		padding: 10px 150px 0 150px;
		background: #e8d4d1;
		background: url(../img/danger.png) no-repeat left 10px center, url(../img/danger.png) no-repeat right 10px center, -moz-linear-gradient(top, #e8d4d1 0%, #fee9e5 100%);
		background: url(../img/danger.png) no-repeat left 10px center, url(../img/danger.png) no-repeat right 10px center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e8d4d1), color-stop(100%,#fee9e5));
		background: url(../img/danger.png) no-repeat left 10px center, url(../img/danger.png) no-repeat right 10px center, -webkit-linear-gradient(top, #e8d4d1 0%,#fee9e5 100%);
		border: 1px solid #fee9e5;
		border-radius: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		box-shadow: 2px 2px 8px rgba(0,0,0,0.2);
		-moz-box-shadow: 2px 2px 8px rgba(0,0,0,0.2);
		-webkit-box-shadow: 2px 2px 8px rgba(0,0,0,0.2);
		behavior: url(/js/PIE.htc);
	}
	
.about {
	margin: 70px 30px 50px 30px;
}
.about h1 {
	margin-bottom:25px;
}
.about .vision {
	color: #ff3300;
}
.about .contact {
	width: 310px;
	margin-left: 15px;
	color: #fff;
	padding: 10px 10px 10px 10px;
	background: #ff3300;
	border: 1px solid #e0e0e0;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 2px 2px 8px rgba(0,0,0,0.2);
	-moz-box-shadow: 2px 2px 8px rgba(0,0,0,0.2);
	-webkit-box-shadow: 2px 2px 8px rgba(0,0,0,0.2);
	behavior: url(/js/PIE.htc);
}

.faq {
	margin: 70px 35px 50px 35px;
}
	.faq h2 {
		margin-top: 50px;
		border-bottom: 1px solid #ff3300;
	}
.faq_item {
	overflow:hidden;
	margin-bottom:0px !important;
}
	.faq_item  li{
		margin-left:30px;
	}
.faq_question {
	background: transparent url(../img/faq_active.png) center left no-repeat;
	font-weight:normal;
	margin-top:5px !important;
	margin-bottom:0px !important;
	padding-left:25px;
	padding-top:5px;
	padding-right:5px;
	text-decoration:underline;
	cursor: pointer;
	background-color:#f7f7f7;
	border-color:#e0e0e0;
	border-style:solid;
	border-width:1px 1px 0 1px;	
}
.faq .inactive {
	background: transparent url(../img/faq_inactive.png) center left no-repeat;
	padding-top:5px;
	padding-right:5px;
	padding-bottom:0;
	height:auto;
	background-color:#fff;
	border:None;
}

.faq_answer {
	padding:5px 25px 10px 25px;
	overflow:hidden;
	height:auto;
	background-color:#f7f7f7;
	border-color:#e0e0e0;
	border-style:solid;
	border-width:0 1px 1px 1px;
}
