@charset "utf-8";

body {
	padding: 0px;
	margin: 0px;
	background: url('../images/bg.jpg');
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	direction: ltr;
	text-align: left;
}
img { border: 0px; }
a { 
	text-decoration: none; 
	color: #ffffff;
	outline: 0px;
}
a:hover { /**text-decoration: underline;**/ }
.clear { clear: both;font-size: 0px;margin: 0px;}

/** Wrappers **/
#outer_wrapper {
	width: 100%;
	height: 100%;
}

#inner_wrapper {
	width: 691px;
	margin: auto;
	padding: 35px 31px 20px 0px;
}

/** Header **/
.header_outer { 
	width: 100%; 
	background: url('../images/menu_bg.jpg') no-repeat top center; 
	height: 140px;
}
.header { 
	height: 114px; 
	margin-bottom: 30px; 
	width: 760px; 
	margin: auto;
	padding-top: 10px;
}
.header .logo { float: left; }
.header .topmenu {
	float: right;
	height: 82px;
	width: 73px;
	padding: 10px;
	background: url('../images/topmenu_bg.jpg') no-repeat top center #111110;
	margin-top: 5px;/*12px;*/
	margin-right: 56px;
	line-height: 17px;
	font-weight: bold;
}
.header .topmenu a { border-left: 3px solid #b00000; padding-left: 4px;  padding-right: 5px; }
.header .topmenu a:hover { background: black; }

#topblend { background: url('../images/topblend.png') repeat-x;width: 100%; }
/** Content **/
/** template Block wrapper **/
.block {
	float: right;
	width: 691px;
	background: url('../images/block_bg.jpg');
	position: relative;
	margin-bottom: 30px;
}


/** unique blocks **/

.gotop 
{
	display:none!important;
}


.bg-wrapper
{
	background: rgba(0, 0, 0, .4);
	height: calc(100% - 40px);
	width: calc(100% - 20px);
	z-index: 1;
	position: absolute;
	top: 40px;
	padding: 0px;
	left: 10px;
	border-radius: 16px;
	filter: blur(4px);
}
.top-img
{
	height: 100%;
	width: 100%;
	z-index: 2;
	position: absolute;
	top: 0;
}
.content-wrapper
{
	z-index: 3;
	position: relative;  
}


/** WakeUp - Block **/
#wake 
{
}
#wake .bg-wrapper
{
}
#wake .top-img
{
	background: url('../images/wakeup_block-2.png') no-repeat;
}
#wake .content-wrapper
{
	padding: 180px 16px 10px;
}

#wake p {
	/*float: left;*/
	margin-left: 19px;
	margin-right: 5px;
	width: 260px;
	display: inline-block;
	vertical-align: top;
}
#wake p.details {
	width: 330px;
}
#wake div.mailinglist {
	width: 260px;
	display: inline-block;  
	padding-left: 10px;
}
#wake div.mailinglist p {
	margin: 0px;
	padding: 0px;
	padding-bottom: 10px;
}

#wake #award
{
	position: absolute;
	right: 30px;
	top: -50px;
	z-index: 5;
	transform: rotate(0deg) scale(0.75);
	transition: transform 0.25s;
}

#wake #award:hover
{
	transform: rotate(0deg) scale(0.85);
}

#wake .iframe-container
{
	display: block;
	margin: 0 auto;
	text-align: center;
	padding-top: 10px;
}


/** Gallery - Block **/
#gallery {
	/*height: 774px;
	background: url('../images/gallery_block-2.png') no-repeat;*/
}
#gallery .top-img
{
	background: url('../images/gallery_block-2.png') no-repeat;
}
#gallery .content-wrapper
{
	padding: 70px 4px 16px;
}
#gallery .bg-wrapper
{
	height: calc(100% - 90px);
	top: 90px;
}
	#gallery .gotop {
		width: 77px;
		height: 24px;
		margin: 27px 61px;
	}
	#gallery p.details {
		width: 289px;
		float: right;
		margin: 151px 20px 0px 0px;
	}
	#gallery .grid {
		padding-left: 32px;
		width: 336px;
		height: 205px;/*266px;*/
	}
	#gallery .grid .galleryPage {
		margin-bottom: 15px;
		display: none;
	}
	#gallery .grid img.pic {
		float: left;
		border: solid 4px #ffffff;
		margin-left: 14px;
		margin-top: 17px;
	}
	#gallery .grid .pages {
		text-align: center;
		font-size: 14px;
	}
	#gallery .grid .pages a { font-weight: bold; padding: 5px; }
	#gallery .grid .pages a.selected { color: #151515; background: white; }

	#gallery .videoarea { 
		width: 648px;
		margin: 21px 21px 0px; 
		position: relative;
		display: block;
	}
	#gallery .videoarea .tabs {
		background: url('../images/videos_choose_bg.png');
		width: 257px;
		height: 46px;
		font-size: 14px;
		position: absolute;
		top: -44px;
		right: 10px;
		text-align: center;
		color: rgba(255,255,255,0.8);  
		padding: 10px 0 0 0;
	}
	#gallery .videoarea .playnow { display: block; }
	#gallery .videoarea .video { 
		display: none; 
		position: relative; 
		z-index:10;
	}
	
	#gallery .videoarea .tabs { 
	}
	#gallery .videoarea .tabs a.current { 
		font-weight: bold; 
		color: white;
		font-size: 22px;
	}





	/** Downloads - Block **/
#downloads {
	min-height: 190px;
	/*margin-top: 21px;
	height: 924px;
	background: url('../images/downloads_block-2.png') no-repeat;*/
}
#downloads .top-img
{
	background: url('../images/downloads_block-2.png') no-repeat;
}
#downloads .content-wrapper
{
	padding: 10px 4px 16px;
}
#downloads .bg-wrapper
{
	height: calc(100% - 90px);
	top: 90px;
}

		#downloads .gotop {
			width: 77px;
			height: 24px;
			margin: -9px 61px;
			float: right;
		}
		#downloads p.details {
			width: 350px;
			float: right;
			margin: 44px 13px 0 144px;
		}
		#downloads .details  a{
			text-decoration: underline;
		}
		#downloads .details  a:hover{
			color: #b00000;
		}
		/*#downloads img.dbutton {
			float: left;
			margin: 28px 75px 0px 0px;
		}*/
		#downloads div.csbutton {
			/*margin-left: 83px;*/
			text-align: center;
		}
		
		#downloads .mirrors { font-size: 15px; line-height: 25px; } /*font-weight: bold;*/
		#downloads .category { 
			width: 600px;
			float: left;
			margin-left: 32px;
		}
			#downloads .category .grid { 
				width: 636px;
				float: left;
				font-size: 14px;
				/*font-weight: bold;*/
				margin-top: 3px;
				margin-bottom: 7px;
				padding: 0px 10px;
				border-left: 5px solid #54141c;
				
			}
				#downloads .category .grid a.item{  /*#downloads .category .grid .item { */
					float: left;
					margin: 2px;
					width: 152px;
					height: 11px;
					background: #1e1e1e;
					font-size: 12px;
					font-weight: bold;
					text-align: center;
					padding: 8px 0px;
					border-bottom: 3px solid #1e1e1e;
				}
				#downloads .category .grid a.item:hover{
					background: #ededed;
					color: #54141c;
					border-bottom: 3px solid #54141c; 
				}
				#downloads .mirrors  a{
					background: 0;
					border-bottom: 0px ;
					text-decoration: underline;
				}
				#downloads .mirrors  a:hover{
					color: #b00000;
				}
				/*.header .topmenu a { border-left: 3px solid #b00000; padding-left: 4px;  padding-right: 5px; }
.header .topmenu a:hover { background: black; }*/

				#downloads .category .grid .space { 
					float: left;
					margin: 2px;
					width: 152px;
					height: 30px;
				}
				#downloads .category .grid span { 
					line-height: 25px;
				}
			#downloads .category .note { 
				font-size: 11px;
				font-weight: bold;
				margin-left: 18px;
				margin-bottom: 10px;
			}



/** About Block **/		
#about {
}
#about .top-img
{
	background: url('../images/about_block-2.png') no-repeat;
}
#about .content-wrapper
{
	padding: 10px 30px 16px;
}
#about .bg-wrapper
{
	height: calc(100% - 90px);
	top: 90px;
}
#about div.about {
	width: 280px;
	margin-top: 120px;
	display: inline-block;
	vertical-align: top;
}
#about div.second {
	margin-top: 40px;
	padding-left: 20px;
}

/** Copyrighst Block **/		
#copyrights {
	margin: 10px 0px;
	padding: 20px 0px;
	text-align: center;
	width: 686px;
	height: 17px;
	background: url('../images/copyright_block.png') no-repeat;
}
/** Credits Block **/
#credits {
	text-align: center;
}
	#credits img {
		margin: 0px 15px;
	}
