/*
 * Defaults
 */
 
html {
	padding: 0;
	margin: 0;
	font-size: 62.5%;
	font-family: Verdana, sans-serif;
}

body {
	float: left;
	padding: 0 0 40px 0;
	margin: 0;
	width: 100%;
	font-size: 1.1em;
	background-color: #FFF;
	color: #000;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0;
}

p {
	padding: 0;
	margin: 5px 0 0 0;
	width: 620px;
	line-height: 1.3em;
}

/*
 * Utilities
 */
 
.center {
	margin-left: auto;
	margin-right: auto;
}

.col {
	float: left;
	margin-right: 10px;
}

.last {
	margin-right: 0;
}

.col-2 {
	width: 184px;
}

.col-4 {
	width: 369px;
}

.col-5 {
	width: 460px;
}

.side {
	float: left;
}

/*
 * Page parts
 */
 
#layout {
	margin-top: 10px;
	width: 920px;
}

#contactLine {
	position: absolute;
	top: -4px;
	left: 0;
	color: #999;
}

#contactLine strong {
	font-weight: bold;
	color: #515151;
}

#contactLine a {
	color: #999;
}

#header {
	position: relative;
	float: left;
	top: 10px;
	left: 0px;
}

#menu {
	float: left;
	position: relative;
	width: 714px;
	height: 115px;
}

#menu ul {
	position: absolute;
	left: 0;
	bottom: -8px;
	padding: 0;
	margin: 0;
	list-style: none;
}

#menu ul li {
	float: left;
	margin-right: 20px;
}

#menu a {
	position: relative;
	top: 0;
	left: 0;
	font-weight: bold;
	text-decoration: none;
	color: #000;
}

#menu a:hover, #menu .active a {
	top: -7px;
	left: 0;
	font-size: 1.6em;
	color: #000;
}

#logo {
	position: relative;
	float: right;
	width: 206px;
	text-align: right;
}

#logo a {
	outline: none;
}

#content {
	float: left;
	clear: both;
	position: relative;
	margin-top: 22px;
	width: 100%;
}

#content a, #content a:visited {
	color: #0000EE;
}

/*
 * Misc.
 */

.fileGroup {
	margin-bottom: 15px;
}

.textblock {
	margin: 0 0 20px 0;
	width: 600px;
}

.displayImg {
	margin-bottom: 15px;
}

.newsPost {
	margin-bottom: 20px;
}

.img img {
	display: block;
	margin: 0;
	padding: 0;
}

.light {
	background: #EEE;
}

.download {
	position: relative;
	float: left;
	clear: both;
	margin-bottom: 1px;
	width: 320px;
}

.download .img {
	cursor: pointer;
}

.small {
	height: 140px;
}

.small .img {
	width: 184px;
	height: 140px;
}

.big {
	height: 210px;
}

.big .img {
	width: 276px;
	height: 210px;
}

.download img {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
}

.download .side {
	position: relative;
	height: 100%;
}

.download .side .details {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 320px;
}

.block img {
	width: 100%;
	height: 100%;
}

.info {
	display: none;
	position: absolute;
	top: 50px;
	left: 50px;
	padding: 10px 10px 10px 40px;
	z-index: 400;
	min-width: 156px;
	height: 60px;
	overflow: hidden;
	text-decoration: none;
	background: transparent url('../../../img/infoarrow.png') no-repeat;
	color: #FFF;
}

.last .info {
	top: 50px;
	left: 100px;
}

.info .inner {
	margin-top: 2px;
	margin-left: 3px;
}
		
.download-hover .info {
	display: block;
	z-index: 300;
}
		
.hover-last {
/*	left: -20px;*/
}

.block {
	position: relative;
	float: left;
	width: 184px;
	height: 140px;
	cursor: pointer;
	outline: none;
}

.block a {
	display: block;
	text-decoration: none;
	outline: none;
}

.block-hover {
	z-index: 300;
}
				
.hover {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 200;
	overflow: hidden;
	width: 100%;
	height: 100%;
	background: #FFF;
	opacity: 0.5;
	-moz-opacity: 0.4;
	filter:alpha(opacity=50);
}

.tag {
	top: 0;
	left: 0;
	z-index: 500;
}