body{
	background-image: url('../images/website/background.gif');
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

h1, h3 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 23px;
	color: #3e6c14;
	font-weight: bold;
}

h2 {
	font-size: 16px;
	color: #cc0000;
}

h2 a {
	color: #cc0000;
}

h4 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #fff;
	font-size: 25px;
	padding: 13px;
	padding-top: 2px;
	padding-left: 5px;
	text-align: center;
}

h5, h6 {
	font-size: 22px;
	font-weight: bold;
	margin: 0px;
}

#header {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	position: fixed;
	top: 0px;
	width: 96%;
	background-color: #fff;
	padding-top: 15px;
	padding-left: 2%;
	padding-right: 3%;
	padding-bottom: 15px;
	font-size: 27px;
	color: #000;
	background-image: -ms-linear-gradient(top, #FFFFFF 0%, #999999 100%);
	background-image: -moz-linear-gradient(top, #FFFFFF 0%, #999999 100%);
	background-image: -o-linear-gradient(top, #FFFFFF 0%, #999999 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #999999));
	background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #999999 100%);
	background-image: linear-gradient(to bottom, #FFFFFF 0%, #999999 100%);
	z-index: 3;
}

#header span {
	padding-top: 10px;
	padding-left: 20px;
	font-size: 14px;
	color: #333;
	font-weight: bold;
}

#header a {
	float: right;
	padding-top: 8px;
	font-size: 15px;
	color: #cc0000;
	font-weight: bold;
}

#container {
	width: 960px;
	padding-top: 65px;
	margin:auto;
	position:relative;
}

.content {
	visibility: hidden;
}

#content-background {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity:0.8;
	z-index: 2;
}

#about-content, #download-content {
	width: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 2;
}

#browsers {
	float: right;
}

#condensed {
	letter-spacing: -0.1em;
}

#close-about {
	float: right;
}

#close-download {
	float: right;
}

.fliplink {
	padding-left: 10px;
}

.fliplink a {
	color: #cc0000;
	font-size: 14px;
}

.star {
	color: #3e6c14;
}

#inner-download-content {
	width: 985px;
	padding-top: 70px;
	padding-left: 25px;
	margin:auto;
	position:relative;
}

#inner-about-content {
	width: 985px;
	padding-top: 107px;
	padding-left: 25px;
	margin:auto;
	position:relative;
}

#about-column {
	float: left;
	width: 895px;
	padding: 30px;
	margin-top: 3px;
	background-color: #fff;
	background-image: -ms-linear-gradient(top, #FFFFFF 0%, #999999 100%);
	background-image: -moz-linear-gradient(top, #FFFFFF 0%, #999999 100%);
	background-image: -o-linear-gradient(top, #FFFFFF 0%, #999999 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #999999));
	background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #999999 100%);
	background-image: linear-gradient(to bottom, #FFFFFF 0%, #999999 100%);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-size: 15px;
	line-height: 1.3;
}


#about-column  a, .how-to-email {
	color: #3e6c14;
	font-weight: bold;
}

.script {
	float: left;
	width: 98%;
	padding: 1%;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #000;
	font-family: "Lucida Console", Monaco, monospace;
	color: #fff;
	font-size: 14px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.option-column {
	float: left;
	color: #000;
	width: 210px;
	height: 395px;
	margin-left: 5px;
	margin-right: 5px;
	padding: 10px;
	padding-top: 20px;
	background-color: #fff;
	background-image: -ms-linear-gradient(top, #FFFFFF 0%, #999999 100%);
	background-image: -moz-linear-gradient(top, #FFFFFF 0%, #999999 100%);
	background-image: -o-linear-gradient(top, #FFFFFF 0%, #999999 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #999999));
	background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #999999 100%);
	background-image: linear-gradient(to bottom, #FFFFFF 0%, #999999 100%);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	text-align: center;
}

.option-column a {
	color: #3e6c14;
	font-weight: bold;
}

.price {
	font-size: 44px;
	color: #3e6c14;
}

.licence {
	float: left;
	width: 100%;
	line-height: 1.4;
	color: #666;
	font-weight: bold;
}

.features {
	float: left;
	width: 100%;
	line-height: 1.4;
	text-align: left;
	color: #333;
}

.features b {
	color: #000;
	font-size: 16px;
}

#non-commercial-use-download {
	color: #cc0000;
	text-decoration: none;
	font-weight: bold;
	font-size: 19px;
}

#star {
	color: #3e6c14;
	line-height: 1.4;
}

#footer {
	width: 960px;
	float: left;
	margin-top: 30px;
	margin-bottom: 20px;
	font-size: 12px;
}

#contact {
	float: left;
}

#contact a {
	color: #666;
	text-decoration: underline;
}

.contact {
	float: left;
	width: 100%;
	margin-top: 20px;
	text-align: center;
	color: #999;
	font-size:  12px;
}

#copyright {
	float: right;
	color: #666;
}

#host {
	float: left;
	width: 100%;
	font-size: 11px;
	color: #666;
	font-weight: normal;
	text-align: center;
}

#host a {
	color: #336600;
	font-weight: bold;
}

@media (max-width: 985px) {
	
#inner-download-content, #inner-about-content {
	width: 905px;
}

#about-column {
	width: 815px;
}

.option-column {
	width: 190px;
	height: 365px;
}

.features {
	font-size: 12px;
}	
		
}

@media (max-width: 660px) {

#header span {
	position: absolute;
	left: -9999px;
}	

}
