a {text-decoration: none; outline: none;}
a:link, a:active, a:visited {color: #000073;}
a:hover {color: #8ab1cc;}

.wow {background-color: #7faff3; font-size:1.4em; padding:6px;}

body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.6em;
	margin: 0 auto;
	border: none;
	overflow: auto;
}

#container {
	width:100%;
	height:100%;
	text-align:center;	
}

/* Header with title and dl button */

#header {
	margin: 0 auto;
	text-align: left;
	height: 97px;
	padding:0 2% 0 2%;
	background: url('images/hdr_bkg.gif') repeat-x 0px 0px;
}

#title {
	padding-top: 3px;	
}

#langs {
	line-height: 1em;
	padding: 0 1% 0 0;
	font-size: .75em;
	letter-spacing: .1em;
	color: #666;
	text-align: right;
}

#langs a, a:visited {
	color: #666;
}
#langs a:hover {
	color: #B0D11C;
}

span.blue {
	color: #6699cc;
}

#button, #button_hu {
	margin-top: 2.7%;
	float: right;
	clear: both;
}

#button a {
	background: url('images/download.png') no-repeat;	
	display: block;
	height: 43px;
	width: 145px;
}

#button a:hover {
	background-image: url('images/download_hover.png');
}

#button_hu a {
	background: url('images/download_hu.png') no-repeat;	
	display: block;
	height: 43px;
	width: 145px;
}

#button_hu a:hover {
	background-image: url('images/download_hover_hu.png');
}

/* Navigation bar */

#navigation {	
	margin: 0 auto;
	text-align: left;
	font-size: 1.4em;
	letter-spacing: -0px;
	height:5%;
	margin:0 15%;
}

#navigation a {
	font-family: Verdana, Helvetica, sans-serif;	
	font-size: 0.9em;
	font-weight: bold;
	white-space: nowrap;
	color: #797979;
	padding: 0 0.7em 0.5em 0;
	padding-right: 40px;
	cursor: pointer;
}

#navigation a:hover {
	color: #C6DE43;
}

/* Content text */

.content {
	text-align: left;
	padding: 0 15%;
}

/* Screenshots window */

#screenshots {
	text-align: left;
	margin: 0 19%;
}

#aslides {
	color: #fff;
}

#aslides:hover {
	color: #B0D11C;
}

#slides {
	cursor: pointer;
}

#imgcount {
	text-align: center;
	color: #B0D11C;
	font-size: 1.2em;
}

.faq {
	font-weight:bold;
	font-size:1.4em;
}
