* {
	padding:0px;
	margin:0px;
}
html {
	height:100%;
	max-height:100%;
	overflow:auto;
}
body {
	height:100%;
	overflow:auto;
	max-height:100%;
	padding:0px;
	margin:0px;
	font-family:tahoma,arial;
	font-size:12px;
	color:#fff;
	background-color:#101010;
	min-width:940px;
	min-height:510px;
	_width:expression(((document.compatMode && document.compatMode=='CSS1Compat') ? document.documentElement.clientWidth : document.body.documentElement.clientWidth) < 940 ? "940px" : "auto");
	_height: expression(((document.compatMode && document.compatMode=='CSS1Compat') ? document.documentElement.clientHeight : document.body.documentElement.clientHeight) < 510 ? "510px" : "auto%");
}
a:active, a:focus {
	outline:none;
	-moz-outline-style:none;
}
.wrap {
	position:absolute;
	width:100%;
	height:100%;
	min-height:520px;
	min-width:920px;
	_height: expression(((document.compatMode && document.compatMode=='CSS1Compat') ? document.documentElement.clientHeight : document.body.documentElement.clientHeight) < 520 ? "520px" : "auto%");
	top:-50px;
	-moz-user-select:none;
	-khtml-user-select: none;
	user-select: none;
}
h1.title {
	display:none;
	visibility:hidden;
	position:absolute;
	margin-top:-999px;
	margin-left:-999px;
	z-index:1;
}
.front-menu {
	text-align:right;
	position:absolute;
	z-index:999;
	right:50%;
	bottom:50%;
	margin-right:150px;
	margin-bottom:-58px;
	white-space:nowrap;
}
.front-menu h3 {
	display:inline;
}
.front-menu h3 a {
	font-size:15px;
	font-weight:400;
	color:#fff;
	line-height:55px;
	text-decoration:none;
	text-align:right;
	padding:8px;
	padding-right:38px;
	background:url(../images/new_layout/homepage/front-button.gif) right no-repeat;
}
.front-menu h3 a:hover {
	background:url(../images/new_layout/homepage/front-button-anim.gif) right no-repeat;
}
.back-menu {
	text-align:left;
	position:absolute;
	z-index:998;
	margin-left:50%;
	margin-bottom:55px;
	bottom:50%;
	padding-left:110px;
	white-space:nowrap;
}
.back-menu h4 {
	display:inline;
}
.back-menu h4 a {
	font-size:13px;
	font-weight:400;
	color:#fff;
	line-height:42px;
	text-decoration:none;
	text-align:left;
	padding:10px;
	padding-left:37px;
	background:url(../images/new_layout/homepage/back-button.gif) 7px no-repeat;
}
.back-menu h4 a:hover {
	background:url(../images/new_layout/homepage/back-button-anim.gif) left no-repeat;
}
.swirl {
	width:478px;
	height:478px;
	top:50%;
	left:50%;
	position:absolute;
	margin-top:-250px;
	margin-left:-239px;
	/*background:url(../images/new_layout/homepage/swirl.gif) no-repeat;*/
	background-repeat: no-repeat;
}
.frame {
	width:346px;
	height:344px;
	top:50%;
	left:50%;
	position:absolute;
	margin-top:-180px;
	margin-left:-172px;
	background:url(../images/new_layout/homepage/frame.gif) no-repeat;
}
.deco {
	width:706px;
	height:566px;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-352px;
	margin-top:-260px;
	background:url(../images/new_layout/homepage/bg.gif) no-repeat;
}
.logo {
	width:122px;
	height:116px;
	position:absolute;
	bottom:-50px;
	left:0px;
	background:url(../images/new_layout/homepage/logo-r.gif) no-repeat;
	
	display:none;
}
.logo-tl {
	width:120px;
	height:59px;
	position:absolute;
	top:65px;
	left:15px;
	background:url(../images/new_layout/plain-logo.png) no-repeat;
}
.contact {
	font-size:11px;
	color:#e6b792;
	text-align:right;
	position:absolute;
	right:10px;
	top:60px;
	width:200px;
	height:75px;
	background:url(../images/new_layout/homepage/contact.gif) no-repeat;
}
.contact a {
	text-decoration:none;
	color:#e6b792;
}
.contact a:hover {
	color:#fff;
}
.img-placeholder {
	width:314px;
	height:312px;
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-156px;
	margin-top:-167px;
}
#logo-big {/*left:1px;*/}
.img-placeholder img {
	position:absolute;
	top:0px;
	left:0px;
	/*opacity:0;
	-moz-opacity:0;
	filter:alpha(opacity=0);*/
	display:none;
}
#mask {
	opacity:0.1;
	-moz-opacity:0.1;
	filter:alpha(opacity=10);
}

.awards {
	position:absolute;
	bottom:-37px;
	left:175px;
}
#awards-gallery {
	position:absolute !important;
	/*right:210px;*/
	width:100%;
	text-align:center;
	bottom:-35px;
	margin-left:-30px;
}
#awards-gallery a {
	/*position:absolute;
	bottom:0px;*/
}
#awards-gallery span {
	text-align:center;
}
#awards-gallery img {
	bottom:0px;
	border:0px none;
	margin:0 9px;
}
.over {
	position:absolute;
	bottom:0px;
	left:-11px;
	margin:0px;
	opacity:0.0;
	-moz-opacity:0.0;
	filter:alpha(opacity=0);
}
*:first-child+html .over {
	left:-20px;
}

.copyright {
	position:absolute;
	bottom:-46px;
	height:12px;
	left:10px;
	font-size:10px;
}