body {
	background-image: url(../images/background.png);
	font-size: 12px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}
h1, h2, h3, h4, h5, h6 {margin-bottom: 2px; margin-top: 15px; color: #4f7b1d; font-weight: bold;}
h1 {font-size:3em;}
h2 {font-size:2em;}
h3 {font-size:1.5em;}
h4 {font-size:1.3em;}
h5 {font-size:1em;}
h6 {font-size:1em;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p{
	margin-left: 0px;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-top: 0px;
	padding: 0px;
}

ul {
	padding-left: 16px;
	padding-right: 0px;
	margin: 0px;
}

li {
	padding: 0px;
	margin: 0px;
	marker-offset: 100px;
	list-style-position: outside;
	list-style-image: url(../images/gestosoft_bullet.png);
}

.description_table{
	width: 100%;
	font-size: 12px;
}
.description_table td{
	width: 50%;
	color: inherit;
	text-align: left;
	vertical-align: top;
	font-size: 12px;
}
.description_table tr{
	margin: 0px;
	padding-left: 0px;	
	font-size: 12px;
}

.ratings {
	width: 100%;
	font-size: 12px;
}

.ratings td{
	vertical-align: middle;
	font-size: 12px;
}

.header {
	width: 800px;
	background-image: url(../images/header/bg.png);
	margin-bottom: 3px;
	/*background-image: url(../images/header-bg.png);*/
	background-repeat: repeat-x;
	margin-top: 1px;
	height: 285px;
	max-width: 800px;
	margin-right: auto;
	margin-left: auto;

}

.bg-left {
	width: 3px;
	height: 285px;
	max-width: 3px;
	display: block;
	float: left;
	background-repeat: no-repeat;
	background-image: url(../images/header/bg-left.png);
}

.bg-right {
	width: 3px;
	height: 285px;
	display: block;
	max-width: 3px;
	float: right;
	background-image: url(../images/header/bg-right.png);
}

.topLeft {
	width: 458px;
	max-width: 458px;
	margin-left: 16px;
	margin-top: 50px;
	float: left;
	text-align: center;
	display: block;
}

.promotion {
	float: left;
	display: inline-block;
	width: 135px;
	max-height: 135px;
	height: 135px;
	max-width: 135px;
}

.title {
	width: 458px;
	float: none;
	display: block;
	max-height: 93px;
	height: 93px;
	max-width: 458px;
	background-repeat: no-repeat;
	background-image: url(../images/header/title-en.png);
}

.donation {
	width: 458px;
	height: 49px;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	font-weight:normal;
}

.downloadCounter {
	width: 458px;
	max-height: 20px;
	text-align: center;
	margin-top: 5px;
	color: white;
}

.logo {
	width: 226px;
	height: 284px;
	margin-left: 10px;
	float: left;
	display: block;
	max-width: 226px;
	max-height: 284px;
	background-repeat: no-repeat;
	background-image: url(../images/header/logo.png);
}

.mac {
	width: 76px;
	height: 119px;
	max-width: 76px;
	max-height: 119px;
	background-image: url(../images/header/mac.png);
	margin-top: 50px;
	float: left;
	display: block;
	background-repeat: no-repeat;
}

.wrapper {
	width: 900px;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
}

.content {
	float: left;
	min-width: 800px;
	max-width: 800px;
	width: 800px;
}
.screenshot {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	display: block;
}

/* download button */
.downloadbuttonContainer{ 
	width: 100px; 
	margin-right: auto; 
	margin-left: auto; 
	height: 20px;
}
.downloadbutton { 
	width: 214px; 
	margin-right: auto; 
	margin-left: auto; 
	text-align: center; 
	height: 20px; 
	display: block; 
	font-size:9px; 
	text-decoration:none; 
	cursor:pointer; 
}
.downloadbutton:hover { 
	text-decoration:none; 
}
.downloadbutton b { 
	color: #444444; 
	padding-left: 10px; 
	padding-bottom: 1px; 
	padding-top: 2px; 
	height:20px; 
	display: block; 
	float:left; 
	width: 70px; 
	line-height: 20px; 
	font-weight:normal; 
	font-style:normal; 
	text-align: left; 

	background:url(../images/btn_download_left.png) no-repeat 0 center; 
	}
.downloadbutton i { 
	width: 120px; 
	color: #444444; 
	padding-left: 4px; 
	padding-bottom: 1px; 
	padding-right: 10px; 
	padding-top: 2px; 
	line-height: 20px; 
	height:20px; 
	display: block; 
	float: left; 
	font-weight:normal; 
	font-style:normal; 
	background:url(../images/btn_download_right.png) no-repeat 100% center; 
	_zoom:1; 
}
.downloadbutton i:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden; 
}
.formTextField {
	width: 50%;
}
.formTextArea {
	width: 100%;
}
.formTable {
	font-size:inherit;
	border-spacing: 8px 8px;
	width: 100%;
}
.formTable_td {
	font-size:inherit;
	border-spacing: 8px 8px;
	width: 20%;
	text-align: left;
}
#noname {
	display: none;
}
#noemail {
	display: none;
}
#bademail {
	display: none;
}
#nomessage {
	display: none;
}
#email {
	text-decoration: underline;
}
.copyright {
	max-width: 800px;
	display: block;
	padding-top: 10px;
	text-align: center;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	width: 800px;
}

.contributors {
	text-decoration: none;
	font-size: 10px;
	margin-bottom: 6px;
}

#email {
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
	color: #639a22;
}
.lang {
	margin-bottom: 10px;
	text-decoration: none;
	text-align: right;
	margin-right: auto;
	margin-left: auto;
	width: 800px;
}

.lang a {
	text-decoration: none;
	color: #639a22;
}

.addthis_button {
	float: right;
}

.footer {
	margin-bottom: 50px;
}

.adCenter {
	padding-left: 310px;
	text-align: center;
}


