@CHARSET "UTF-8";
body, html {
	width:100%;
	height:100%;
	font-size:14px;
}

#main {
	width:100%;
	height:100%;
	position:relative;
	overflow:hidden;
}

#map {
	position:absolute;
	width:0;
	height:0;
	left:50%;
	top: 50%;
	_margin-top:-38%;
	_margin-left: -4%;
}
#icons {
	position:absolute;
	width:0;
	height:0;
	left:50%;
	top: 50%;
	_margin-top:-50%;
	_margin-left: -4%;
	
}

#icons a {
	text-decoration:none;
	color:#b6b6b6;
	text-align:center;
	font-size:12px;
	font-weight:bold;
}

#icons div {
	width:115px;
	text-align:center;
	z-index:1;
	padding-bottom:3px;
}

#map .map {
	position:absolute;
}

#map .a {
	position:absolute;
	left:50%;
	top: 50%;
	background: url(../images/navigation.icon.background.png) left top no-repeat;
	_background: url(../images/navigation.icon.background.ie6.png) left top no-repeat;
	white-space:nowrap;
	display:none;
	z-index:10;
	height:33px;
	line-height:33px;
	padding:0px 0px 0px 15px;
}

#map .a a {
	position:absolute;
	background: url(../images/navigation.icon.background.png) right top no-repeat;
	_background: url(../images/navigation.icon.background.ie6.png) right top no-repeat;
	height:33px;
	line-height:33px;
	padding-right:15px;
	color:#ad1528;
	font-style:italic;
}

#preloader {
	width:210px;
	padding-top:75px;
	position:absolute;
	left:50%;
	top:50%;
	background:url(../images/logos/red.png) top center no-repeat;
	margin-left:-105px;
	margin-top:-50px !important;
	margin-top:-100px;
	text-align:center;
}

#preloader .load {
	width:200px;
	background-color:#e8e8e8;
	height:2px;
	font-size:2px;
	overflow:hidden;
	text-align:left;
}

#preloader .load .cur {
	height:2px;
	background-color:#b12647;
	width:0%;
}

#preloader .percents {
	color:#b12647;
	font-size:12px;
	font-weight:bold;
	margin-top:7px;
}

#info {
	position:absolute;
	right:0;
	bottom:0;
	width:100px;
	height:50px;
	background-color:#FFF;
	font-size:10px;
}

#main .t, #main .tr, #main .r, #main .br, #main .b, #main .bl, #main .l, #main .tl {
	position:absolute;
	z-index:11;
	background:url(../images/pixel.png);
}

#main .t {
	width:100%;
	height:73px;
	top:0;
	left:0;
}

#main .tr {
	width:73px;
	height:73px;
	top:0;
	right:0;
	z-index:11;
}

#main .r {
	top:0;
	right:0;
	width:73px;
	height:100%;
}

#main .br {
	width:73px;
	height:73px;
	bottom:0;
	right:0;
	z-index:11;
}

#main .b {
	width:100%;
	height:73px;
	bottom:0;
	left:0;
}

#main .bl {
	width:73px;
	height:73px;
	bottom:0;
	left:0;
	z-index:11;
}

#main .l {
	width:73px;
	height:100%;
	top:0;
	left:0;
}

#main .tl {
	width:73px;
	height:73px;
	top:0;
	left:0;
	z-index:11;
}

#header {
	position:absolute;
	left:50%;
	width:310px;
	margin-left:-250px;
	height:73px;
	background:url(../images/navigation.header.png);
	_background:url(../images/navigation.header.ie6.png);
	z-index:20;
	padding-left:190px;
	line-height:73px;
	top:0;
}

#header a {
	color:#ad1528;
	font-style:italic;
	margin-right:16px;
	text-decoration:none;
	border-bottom: 1px dashed #ad1528;
	 
}

#header a:hover {
	border-bottom:none;
}

#main .itl, #main .itr, #main .ir, #main .il, #main .ib {
	position:absolute;
	width:40px;
	height:40px;
	background-image:url(../images/navigation.icons.png);
	_background-image:url(../images/navigation.icons.ie6.png);
	background-repeat:no-repeat;
	z-index:11;
}

#main .itl {
	background-position:-40px 0;
	left: 15%;
	margin-left:-20px;
	top:20px;
}

#main .itr {
	background-position:-40px 0;
	left: 85%;
	margin-left:-20px;
	top:20px;
}

#main .ir {
	right: 20px;
	top:50%;
	margin-top:-20px;
	background-position:-120px 0;
}

#main .il {
	left: 20px;
	top:50%;
	margin-top:-20px;
}

#main .ib {
	background-position:-80px 0;
	left: 50%;
	bottom:20px;
	margin-left:-20px;
}

#nav {
	display:none;
}

#plane, #cont {
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	z-index:20;
}

#cont {
	z-index:40;
	overflow:auto;
}

#cont #wind {
	width:538px;
	margin:0px auto;
	position:relative;
	top:120px;	
}

#cont #wind .cont {
	background-color:#FFF;
}

#cont #wind .t, #cont #wind .b {
	background-image:url(../images/window.borders.png);
	background-position:top left;
	background-repeat:no-repeat;
	height:25px;
	width:100%;
}

#cont #wind .t {

}

#cont #wind .b {
	background-position:bottom left;
}

#cont #wind .close {
	position:absolute;
	right:20px;
	top:10px;
}

.fll {
	float:left;
	margin-top:-50px;
}

.info {
	display:none;
}

#cont #wind .cont h2 {
	line-height:60px;
	font-size:26px;
	font-family:Georgia, serif;
	font-style:italic;
	color:#e8b70b;
	border-bottom:2px dashed #e8b70b;
	margin-bottom:20px;
}

.c {
	padding: 0px 20px;
	color:#939393;
	overflow:hidden;
}

.sep {
	border-bottom:2px dashed #939393;
	line-height:0;
	font-size:0;
	margin:10px 0;
}

.author {
	margin: 5px 0px;
	font-weight:bold;
	clear:both;
	text-align:right;
}

form input, form textarea, form a {
	display:block;
	width:100%;
}

form .submit {
	width:96px;
	background-image:url(../images/backgrounds/feedbackbutton.png);
	background-repeat:no-repeat;
	color:#fff;
	height:32px;
	line-height:32px;
	font-family:Georgia;
	font-style:italic;
	text-align:center;
	text-decoration:none;
	float:right;
	margin-top:10px;
}

form .submit:active {
	background-position:0 -32px;
}

form input {
	margin-bottom:6px;
}

.map {
	overflow:hidden;
	width:2000px;
	height:1500px;
}

.map img {
	float:left;
}

#ie6 {
	position:absolute;
	 width: 500px; 
	 height: 200px; 
	 padding: 20px;
	 background:#f7f4dd;
	 border:1px solid #9c9a8e;
	 top: 40px;
	 left:50%;
	 margin-left:-250px;
}

#ie6 a {
	margin:10px;
	width:80px;
	float:left;
	line-height:18px;
}

#ie6 p {
	margin: 5px 0px;
}

