body {
	background-color:#222;
	font-size:85%;
	font-family:helvetica;
	color:#d7d1c5;
	text-shadow: 1px 1px 1px #000;
	text-align:center;
	padding:0;
	margin:0;
}
.senchaButtonContainer {

	width:60em;
	margin:-1px auto 0 auto;
	height:3em;
}
#senchaButton {
	background-color:#135f04;
	border:1px solid #2a8218;
	border-top:0px;
	background-image:-webkit-gradient(linear,left bottom,left top, color-stop(0.2, #2a8218),color-stop(0.95, #135f04));
	background-image:-moz-linear-gradient(center bottom,#2a8218 20%,#135f04 95%);

	display:block;
	width:17em;
	color:#a2de96;
	padding:0.5em;
	text-decoration:none;
	margin:0 0 0 auto;

	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	cursor:pointer;
	cursor:hand;
	display:none;
}
#sencha {
	background-color:#135f04;
	background-image:-webkit-gradient(linear,left bottom,left top, color-stop(0.2, #135f04),color-stop(0.95, #2a8218));
	background-image:-moz-linear-gradient(center bottom,#4b6f05 20%,#6f9b1b 95%);
	color:#a2de96;
	border-bottom:1px solid #2a8218;
	vertical-align:bottom;
	display:none;
}

#sencha .senchaContent {
	width:60em;
	margin:0 auto 0 auto;
	padding:1.5em 0 1em 0;
	text-align:left;
}
#sencha .senchaContent img.icon {
	float:left;
	margin:-0.5em 1em 0 0;
	width:64px;
	height:64px;
}
#sencha .senchaContent h3 {
	margin:0;
}

#sencha .senchaContent p {
	margin-top:0.5em;
}
img.logo {
	margin:1em auto 2em auto;
	width:360px;
	height:116px;
	clear:both;
	display:block;
}
div.content {
	width:60em;
	margin:20px auto 50px auto;
	text-align:left;
}
.content .about, .content .download {
	width:25em;
	background-color:#111;
	padding:1em 2em 2em 2em;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
}
h2 {
	color:#bf754d;
	font-style:italic;
	line-height:0.9em;
}
p {
	font-style:italic;
	font-size:1.1em;
	line-height:1.3em;
}
p a {
	color:#a98d7e;
	text-decoration:none;
}	
.content .about {
	float:left;
}
.content .download {
	float:right;
}
.content .boxContent {
	height:15em;
}
a.button {
	display:block;
	color:#7eb367;
	font-size:1.8em;
	
	font-style:italic;
	background-color:#222;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	padding:10px 25px;
	border:1px solid #000;
	text-decoration:none;
	background-image:-webkit-gradient(linear,left bottom,left top, color-stop(0.2, rgb(20,20,20)),color-stop(0.95, rgb(50,50,50)));
	background-image:-moz-linear-gradient(center bottom,rgb(20,20,20) 20%,rgb(50,50,50) 95%);

}
a.button span {
	background-image:url(/img/arrows.png);
	width:18px;
	height:19px;
	display:block;
	float:right;
	margin-top:5px;
} 
a.button:hover {

	color:#9ed586;
	background-image:-webkit-gradient(linear,left bottom,left top, color-stop(0.2, rgb(20,20,20)),color-stop(0.95, rgb(70,70,70)));
	background-image:-moz-linear-gradient(center bottom,rgb(20,20,20) 20%,rgb(70,70,70) 95%);

}

a.button:hover span {
	background-position:0 -19px;
}
.legals {
	clear:both;
	padding:1.5em 0 0 0.5em;
	
	color:#444;
}
.legals a {

	color:#444;
	text-decoration:none;
}
