@charset "utf-8";
/* CSS Document */
html{
	height:100%;
}
img{
	border:0px;
}

a:link     { color: #000; text-decoration: none; font-weight:normal; font-size:11px; target-name: new; target-new: window; target:blank;}
a:active   { color: #000; text-decoration: none; font-weight:normal; font-size:11px; target-name: new; target-new: window; target:blank;}
a:visited  { color: #000; text-decoration: none; font-weight:normal; font-size:11px; target-name: new; target-new: window; target:blank;}
a:hover    { color: red; text-decoration: none; font-weight:normal; font-size:11px; target-name: new; target-new: window; target:blank;}

a.contactLink:link     { color: #fff; text-decoration: none; font-weight:normal; font-size:18px; target-name: new; target-new: window; target:blank;}
a.contactLink:active   { color: #fff; text-decoration: none; font-weight:normal; font-size:18px; target-name: new; target-new: window; target:blank;}
a.contactLink:visited  { color: #fff; text-decoration: none; font-weight:normal; font-size:18px; target-name: new; target-new: window; target:blank;}
a.contactLink:hover    { color: red; text-decoration: none; font-weight:normal; font-size:18px; target-name: new; target-new: window; target:blank;}

body,td,th {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #fff;
}
body {
	background-color:#000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height:100%;
}
#controls{
	top:15px;
	left:15px;
	position:absolute;
}
.noLink{
	text-decoration:0px;
}
.menuBtn{
	display: block;
	width:200px;
	height:29px;
	border:0px;
	background-repeat:no-repeat;
	margin-bottom:5px;
}
.menuBtn:hover{
	background-position:0 -29px;
}

.emailBtn{
	display: block;
	width:250px;
	height:32px;
	border:0px;
	background-repeat:no-repeat;
	margin-bottom:1px;
}
.emailBtn:hover{
	background-position:0 -32px;
}
.contact{
	position:absolute;
	bottom:15px;
	left:15px;
	visibility:hidden;
	font-size:18px;
}
.magazine{
	position:absolute;
	width:100%;
	height:100%;
	z-index:9;
}
.homeDiv{
	position:absolute;
	z-index:10;
	top:0px;
	left:50%;
	margin-left:-302px;
}
.homeBtn{
	display: block;
	width:64px;
	height:49px;
	border:0px;
	background-repeat:no-repeat;
}
.homeBtn:hover{
	background-position:0 -49px;
}
.leftPage{
	width:75%;
	height:100%;
	position:absolute;
	right:60px;
}
.arhiveItem{
	float:right;
	max-height:800px;
	margin-left:10px;
	font-size:18px;
	font-weight:bold;
}
.tf{
	border:0px;
	font-size:20px;
	width:400px;
	margin-bottom:15px;
	margin-left:5px;
	font-family: Tahoma, Geneva, sans-serif;	
}
.cTitle{
	font-size:18px;
	text-align:right;
}
.blog{
	height:100%;
}
iframe { margin:0; padding:0; height:100%; }
iframe { display:block; width:100%; border:0px; }
