@charset "utf-8";

/* ---------------------------------------------------------------------------------------------------------------------------- CSS RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: none;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

/* ---------------------------------------------------------------------------------------------------------------------------- Typo */
body {
	font-family: "Trebuchet MS", verdana, tahoma, arial, sans-serif;
	font-size: 100%;
	line-height: 1.3;
	background-color: #FFF;
	color: #000;
	}

h1 {
	position: absolute;
	left: -9999px;
	}
	
h2 {
	font-size: 0.95em;
	font-weight: 700;
	}

h3 {
	font-size: 0.8em;
	font-weight: 700;
	text-transform: uppercase;
	}


p {
	font-size: 0.8em;
	}

ul {
	font-size: 1em;
	}
		
a {
	color: #000;
	outline: none;
	text-decoration: underline;
	}

a:hover {
	background-color: #E6E6E6;
	}


/* ---------------------------------------------------------------------------------------------------------------------------- Layout */
#page {
	width: 12000px;
	padding-bottom: 50px;
	}

/* ------------------------------------------------------------ Content */
#content {
	padding-top: 46px;
	}

#content .box {
	float: left;
	width: 340px;
	height: 457px;
	margin-right: 190px;
	}

#content .box#support {
	width: 270px; /*245px;*/
	margin-right: 60px;
	}

#content .box h2 {
	height: 18px;
	padding-bottom: 50px;
	text-indent: -9999px;
	background-position: left top;
	background-repeat: no-repeat;
	}

#content .box#about h2 {
	width: 338px;
	background-image: url(../img/heading-about.png);
	}
	
#content .box#store h2 {
	background-image: url(../img/heading-store.png);	
	}

#content .box#press h2 {
	background-image: url(../img/heading-press.png);	
	}

#content .box#support h2 {
	background-image: url(../img/heading-support.png);	
	}

#content .box#press .article {
	position: absolute;
	top: -10000px;
	left: -10000px;
	height: 450px;
	overflow: hidden;
	}

#content .box#press .article.current {
	position: static;
	}
#content .box#press .article p quote {
	font-style: italic;
	}

#content .box p {
	padding-bottom: 20px;
	}

#content .box p.first {
	padding-top: 75px;
	}

#content .box p span.col {
	float: left;
	width: 145px;
	}

#content .box p span.important {
	float: right;
	width: 145px;
	margin: 20px 0 0 40px;
	text-transform: uppercase;
	font-size: 1.15em;
	font-weight: 700;
	text-align: right;
	}

#content .box p.buy {
	float: left;
	padding-bottom: 0;
	margin: 0 0 0 255px;
	font-size: 0.95em;
	font-weight: 700;
	}

#content .box form.buy {
	float: left;
	clear: both;
	margin: 2px 0 0 256px;
	}

#content .box form.buy fieldset {
	float: right;
	}
	
#content .box#store img {
	margin-bottom: 35px;
	}

#content .box ul#downloads li {
	float: left;
	width: 161px;
	}

#content .box ul#downloads li.last {
	width: 109px;
	}

#content .box ul#downloads li img {
	float: left;
	margin-bottom: 7px;
	}	

#content .donate {
	float: left;
	width: 220px;
	margin-left: 60px;
	}

#content .donate form {
	margin-top: 3px;
	}

/* ------------------------------------------------------------ FAQ */
#faq {
	padding: 20px 0 0 150px;
	}

#faq h2 {
	height: 42px;
	background: url(../img/heading-faq-repeat.png) repeat-x;
	text-indent: -9999px;
	}
	
#faq h2 span {
	display: block;
	width: 120px;
	background: #FFF url(../img/heading-faq.png) no-repeat left top;
	line-height: 42px;
	}
	
#faq ul {
	padding: 120px 0 0 140px;
	}

#faq ul li {
	float: left;
	height: 70px;
	margin-right: 50px;
	}

#faq ul li h3 {
	float: left;
	width: 340px;
	padding-top: 15px;
	margin-right: 10px;
	text-align: right;
	}

#faq ul li span.question-mark {
	float: left;
	width: 38px;
	height: 61px;
	font-size: 0;
	background: url(../img/question-mark.png) no-repeat left top;
	}

#faq ul li p {
	float: left;
	width: 330px;
	padding-top: 15px;	
	margin-left: 10px;
	}

/* ---------------------------------------------------------------------------------------------------------------------------- Javascript ON */
.js-on body {
	overflow: hidden; 
	}
	
.js-on #page {
	position: absolute;
	left: 0;
	top: 0;
	}	

.js-on #content {
	position: absolute;
	left: 0;
	top: 0;
	width: 15000px;
	}
	
.js-on #faq {
	position: absolute;
	left: 0;
	width: 15000px;
	}	

.js-on #faq h2 {
	cursor: pointer;
	}

.js-on #faq ul {
	position: relative;
	width: 15000px;
	left: 0;
	top: 0;
	}

.js-on #tooltip {
	position: absolute;
	left: -500px;
	top: -500px;
	width: 155px;
	height: 27px;
	z-index: 500;
	background: url(../img/tooltip-2.png) no-repeat 0 0;
	}

.js-on #tooltip.hidden {
	display: none;
	}

.js-on #tooltip.press {
	background-position: 0 -27px;	
	}

/* ---------------------------------------------------------------------------------------------------------------------------- CLEARFIX */
.clearfix:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
	}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */	