@CHARSET "UTF-8";
/******* GENERAL RESET *******/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em,
font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody,
 tfoot, thead, tr, th, td {
border:0pt none;
font-family:inherit;
font-size: 100%;
font-style:inherit;
font-weight:inherit;
margin:0pt;
padding:0pt;
vertical-align:baseline;
}
body{
	background: #fff;
	line-height:14px;
	font-size: 12px;
	font-family: Arial,  Verdana, Helvetica, sans-serif;
	margin:0pt;
	cursor:default;
	overflow: auto;
}

html,body{
	height:100%;
	width:100%;
	text-align: center;
}
.clear{
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
}
a{
	text-decoration: none;
}
/******* GENERAL RESET *******/
/******* LOGO *******/
#logo{
	margin-top: 1em; 
	margin-left: 1em; 
        align: left;
        width: 96px;
        height: 96px;
	display: block;
}
/******* /LOGO  *******/
/******* MENU *******/
#container{
	margin: 1em auto;
        width : 80%;
        border-color: #5BD11B;
}

#container ul{
	list-style: none;
	list-style-position: outside;
}
#container ul.menu li{
	float: left;
	margin-right: 5px;
	margin-bottom: -1px;
}
#container ul.menu li{
	font-weight: 700;
	display: block;
	padding: 5px 10px 5px 10px;
	background: #7BD95B;
	color: #000000;
	margin-bottom: -1px;
	border: 1px solid #5BD11B;
	border-width: 1px 1px 1px 1px;
	position: relative;
	cursor: pointer;
}
#container ul.menu li.active{
	background: #fff;
	top: 1px;
	border-bottom: 0;
	color: #5f95ef;
}
/******* /MENU *******/
/******* CONTENT *******/
.content{
	margin: 0pt auto;
	/*background: #efefef;*/	
	background: #fff;
	border: 1px solid #d0ccc9;
	text-align: left;
	padding: 10px;
	padding-bottom: 20px;
	font-size: 11px;
}
.content h1{
	line-height: 1em;
	vertical-align: middle;
	padding: 6px 10px 6px 10px;
	font-size: 15px;
}

/******* /CONTENT *******/
/******* HOME *******/
.content.home h6{
        margin:0pt;
	font-size: 15px;
        color: #5f95ef;
}
.content.home{
	display: block;
}
/******* /HOME*******/

/******* DOWNLOADS *******/
.content.downloads{
	display: none;
}
/******* /DOWNLOADS *******/
/******* FEATURES *******/

.content.features{
	display: none;
}
/******* /FEATURES *******/

/******* SCREENSHOTS *******/
.content.screenshots{
	display: none;
}
/******* /SCREENSHOTS *******/

/******* VIDEOS *******/
.content.videos{
	display: none;
}
/******* /VIDEOS*******/

/******* FEEDBACK *******/
.content.feedback{
	display: none;
}
/******* /FEEDBACK*******/

/******* DONATE *******/
.content.donate{
	display: none;
}
/******* /DONATE*******/

/******* CONTACTS *******/
.content.contacts{
	display: none;
}
/******* /CONTACTS *******/

/******* LICENSE *******/
.content.license{
	display: none;
}
/******* /LICENSE *******/