﻿/* General */
* {
	font-size:100%;
}
html, body, ul, ol, li, dl, dt, dd, p, h1, h2, h3, h4, h5, h6, blockquote, form, fieldset, legend, table, td, th {
	margin:0;
	padding:0;
}
body{
	background-color:#fff;	
}
.clear{
	clear:both;
	font-size:0;
	height:1px;
	overflow:hidden;
}
.clickable{
	cursor:pointer;
}
.nobr{
	white-space:nowrap;
}
.hidden{
	display:none !important;
}
.pseudo_link{
	border-bottom:1px dashed;
	text-decoration:none;
}
/* Texts */
body{
	color:#000;
	font:1em/1.4 Arial, sans-serif;
}
p, 
address,
blockquote{
	margin:0 0 0 0;
}
small{
	font-size:.8em;
}
h1,h2,h3{
	font-weight:normal;
}
h1{
}
h2{
}
h3{
}
a{
	color:#3763c2;
}
a:visited{
	color:#3763c2;
}

a:hover,
a:focus{
	color:#3763c2;
}
.pseudo_link{
	color:#3763c2;
}
.pseudo_link:hover{
	color:#3763c2;
}
.text{
	font-size:10.5pt;
}
.text h2{
	font-size:16pt;
	margin-bottom:1em;
}
.text p{
	margin-bottom:1em;
}
.blinded{
	font-size:17pt;
	margin-top:-12px;
}
em{
	font-style:normal;
	font-weight:bold;
}
/* Elements */
img{
	border:0;
}
ul{
}
/* Layout */
html,
body{
	height:100%;
	overflow:hidden;
}
.crop{
	position:relative;
	width:100%;
	height:100%;
}
.map{
	position:absolute;
	top:-1060px;
	left:-1018px;
	width:3072px;
	height:3072px;
}
/* Backgrounds */
.bg{
	position:relative;
	width:3072px;
	height:3072px;
	overflow:hidden;
}
.n{
	position:absolute;
	top:0px;
	left:0px;
	width:1536px;
	height:1536px;
	background:url('../img/bg/1.png') no-repeat left top;	
	//background:none;
	//filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/bg/1.png');
}
.e{
	position:absolute;
	top:0px;
	right:0px;
	width:1536px;
	height:1536px;
	background:url('../img/bg/2.png') no-repeat left top;	
	//background:none;
	//filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/bg/2.png');
}
.s{
	position:absolute;
	bottom:0px;
	right:0px;
	width:1536px;
	height:1536px;
	background:url('../img/bg/3.png') no-repeat left top;	
	//background:none;
	//filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/bg/3.png');
}
.w{
	position:absolute;
	bottom:0px;
	left:0px;
	width:1536px;
	height:1536px;
	background:url('../img/bg/4.png') no-repeat left top;	
	//background:none;
	//filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/bg/4.png');
}
/* Banners */
.family2008{
	position:absolute;
	top:10px;
	left:10px;
	z-index:9998;
	margin-left:185px;	
}
.culture{
	position:absolute;
	top:10px;
	left:10px;
	z-index:9998;
}
/* Nav */
.nav{
	position:absolute;
	top:66%;
	left:50%;
	width:224px;
	height:224px;
	margin:-112px 0 0 -112px;
	z-index:888;
}
.nav .bar{
	width:224px;
	height:224px;
	list-style-type:none;
	padding:0;
	margin:0;
	position:relative;
}
.nav .bar li a{
	display:none;
}
.nav .bar li.mnu1{
	position:absolute;
	top:11px;
	left:61px;
	padding:0;
	width:95px;
	height:21px;
	background:url('../img/nav/1.png') no-repeat left top;	
	//background:none;
	//filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/nav/1.png');
}
.nav .bar li.mnu2{
	position:absolute;
	bottom:27px;
	right:16px;
	padding:0;
	width:47px;
	height:54px;
	background:url('../img/nav/2.png') no-repeat left top;	
	//background:none;
	//filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/nav/2.png');
}
.nav .bar li.mnu3{
	position:absolute;
	bottom:9px;
	left:47px;
	padding:0;
	width:70px;
	height:33px;
	background:url('../img/nav/3.png') no-repeat left top;	
	//background:none;
	//filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/nav/3.png');
}
.nav .bar li.mnu4{
	position:absolute;
	top:58px;
	left:11px;
	padding:0;
	width:23px;
	height:83px;
	background:url('../img/nav/4.png') no-repeat left top;	
	//background:none;
	//filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/nav/4.png');
}
.nav .bar li.mnu5{
	position:absolute;
	top:54px;
	right:12px;
	padding:0;
	width:24px;
	height:47px;
	background:url('../img/nav/5.png') no-repeat left top;	
	//background:none;
	//filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/nav/5.png');
}
.nav .bar li.mnu6{
	position:absolute;
	top:45px;
	left:45px;
	width:120px;
	height:120px;
}
/* Compass */
.compass{
	position:absolute;
	top:66%;
	left:50%;
	margin:-112px 0 0 -112px;
	width:224px;
	height:224px;
	background:url('../img/compass/icon.png') no-repeat left top;
	//background:none;
	//filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/compass/icon.png');
	cursor:dafault;
	z-index:777;
}
/* Orients */
.orient1,.orient2,.orient3,.orient4,.orient5,.orient6,.orient7,.orient8{	
	position:absolute;
	top:66%;
	left:50%;
	z-index:778;
}
/* N,S */
.orient1,.orient5{
	width:12px;
	height:126px;
	margin:-63px 0 0 -6px;
}
/* E,W */
.orient3,.orient7{
	width:126px;
	height:12px;
	margin:-6px 0 0 -63px;
}
/* NE,NW,SE,SW */
.orient2,.orient4,.orient6,.orient8{
	width:86px;
	height:94px;
	margin:-47px 0 0 -43px;
}
.orient1{
	background:url('../img/compass/1.png') no-repeat left top;
	//background:none;
	//filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/compass/1.png');
}
.orient2{
	background:url('../img/compass/2.png') no-repeat left top;
	//background:none;
	//filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/compass/2.png');
}
.orient3{
	background:url('../img/compass/3.png') no-repeat left top;
	//background:none;
	//filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/compass/3.png');
}
.orient4{
	background:url('../img/compass/4.png') no-repeat left top;
	//background:none;
	//filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/compass/4.png');
}
.orient5{
	background:url('../img/compass/5.png') no-repeat left top;
	//background:none;
	//filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/compass/5.png');
}
.orient6{
	background:url('../img/compass/6.png') no-repeat left top;
	//background:none;
	//filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/compass/6.png');
}
.orient7{
	background:url('../img/compass/7.png') no-repeat left top;
	//background:none;
	//filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/compass/7.png');
}
.orient8{
	background:url('../img/compass/8.png') no-repeat left top;
	//background:none;
	//filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/compass/8.png');
}
/* Main */
.main{
	position:absolute;
	left:1016px;
	top:1152px;	
}
.main .title{
	width:895px;
	height:271px;
	background:url('../img/main.png') no-repeat left top;
	//background:none;
	//filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/main.png');
}
.main .text{
	margin:8px 0 0 86px;
	width:666px;
}

/* One */
.one{
	position:absolute;
	left:1236px;
	top:1594px;
}
.one .title{
	width:217px;
	height:135px;
	margin-left:13px;
	background:url('../img/1.png') no-repeat left top;
	//background:none;
	//filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/1.png');
}
.one .text{
	margin:20px 0 0 0;
	width:350px;
}
/* Tow */
.tow{
	position:absolute;
	left:1812px;
	top:1774px;
}
.tow .title{
	width:204px;
	height:100px;
	background:url('../img/2.png') no-repeat left top;
	//background:none;
	//filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/2.png');
}
.tow .text{
	margin:15px 0 0 0;
	width:290px;
}
/* Three */
.three{
	position:absolute;
	left:882px;
	top:2116px;
}
.three .title{
	width:313px;
	height:133px;
	background:url('../img/3.png') no-repeat left top;
	//background:none;
	//filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/3.png');
}
.three .text{
	margin:44px 0 0 16px;
	width:465px;
}
/* Four */
.four{
	position:absolute;
	left:1678px;
	top:2366px;
}
.four .title{
	width:375px;
	height:63px;
	background:url('../img/4.png') no-repeat left top;
	//background:none;
	//filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/4.png');
}
.four .text{
	margin:29px 0 0 43px;
	width:400px;
}
/* Five */
.five{
	position:absolute;
	left:592px;
	top:2728px;
}
.five .title{
	width:307px;
	height:94px;
	background:url('../img/5.png') no-repeat left top;
	//background:none;
	//filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/5.png');
}
.five .text{
	margin:25px 0 0 112px;
	width:460px;
}
/* Six */
.six{
	position:absolute;
	left:1474px;
	top:2814px;
}
.six .title{
	width:238px;
	height:64px;
	background:url('../img/6.png') no-repeat left top;
	//background:none;
	//filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/6.png');
}
.six .text{
	margin:18px 0 0 60px;
	width:460px;
}
/* Seven */
.seven{
	position:absolute;
	left:2271px;
	top:2542px;
}
.seven .title{
	width:214px;
	height:103px;
	background:url('../img/7.png') no-repeat left top;
	//background:none;
	//filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/7.png');
}
.seven .text{
	margin:19px 0 0 0;
	width:560px;
}
/* Museums */
.museums{
	position:absolute;
	left:50px;
	top:1064px;
}
.museums .title{
	width:418px;
	height:48px;
	margin-left:102px; 
	margin-top:129px;
	background:url('../img/museums.png') no-repeat left top;
	//background:none;
	//filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/museums.png');
}
.museums .text{
	margin:0 0 0 0;
	position:relative;
}
.ajax-loader{
	z-index:999;
	padding-top:2em;
}
.ajax-loader img{
	margin-left:90px;
}
.museumname{
	position:absolute;
	top:350px;
	left:0;
	width:1000px;
}
.museums .text .description,.ajax-loader{
	position:absolute;
	top:350px;
	left:0;
	width:560px;
	padding-top:3.5em;
}
.museums .text .address{
	position:absolute;
	top:350px;
	left:600px;
	width:170px;
	font-size:90%;
	padding-top:3.5em;
}
.museums .text .site{
	position:absolute;
	top:350px;
	left:790px;
	font-size:90%;
	padding-top:3.5em;
}
.on,.hover,.off{
	text-align:center;
}
.on,.hover{
	cursor:pointer;
}
.off{
	cursor:default;
}
.museum1{
	position:absolute;
	top:180px;
	left:260px;
}
.museum2{
	position:absolute;
	top:220px;
	left:160px;
}
.museum3{
	position:absolute;
	top:230px;
	left:450px;
}
.museum4{
	position:absolute;
	top:135px;
	left:590px;
}
.museum5{
	position:absolute;
	top:120px;
	left:168px;
}
.museum6{
	position:absolute;
	top:170px;
	left:375px;
}
.museum7{
	position:absolute;
	top:250px;
	left:340px;
}
.museum8{
	position:absolute;
	top:60px;
	left:520px;
}
.museum9{
	position:absolute;
	top:240px;
	left:570px;
}
.museum10{
	position:absolute;
	top:90px;
	left:370px;
}
.museum1 .on,.museum1 .off,.museum1 .hover{
	width:58px;
	height:48px;
	padding-top:17px
}
.museum2 .on,.museum2 .off,.museum2 .hover{
	width:107px;
	height:96px;
	padding-top:38px;
}
.museum3 .on,.museum3 .off,.museum3 .hover{
	width:74px;
	height:65px;
	padding-top:20px;
	padding-left:6px;
}
.museum4 .on,.museum4 .off,.museum4 .hover{
	width:73px;
	height:79px;
	padding-top:10px;
}
.museum5 .on,.museum5 .off,.museum5 .hover{
	width:67px;
	height:48px;
	padding-top:10px;
}
.museum6 .on,.museum6 .off,.museum6 .hover{
	width:74px;
	height:67px;
	padding-top:17px;
}
.museum7 .on,.museum7 .off,.museum7 .hover{
	width:83px;
	height:66px;
	padding-top:20px;
}
.museum8 .on,.museum8 .off,.museum8 .hover{
	width:91px;
	height:64px;
	padding-top:20px;
}
.museum9 .on,.museum9 .off,.museum9 .hover{
	width:100px;
	height:100px;
	padding-top:30px;
}
.museum10 .on,.museum10 .off,.museum10 .hover{
	width:74px;
	height:62px;
	padding-top:18px;
	padding-left:2px;
}
.museum1 .off{
	background:url('../img/museum/1/1.png') no-repeat left top;
	//background:none;
	//filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/museum/1/1.png');
}
.museum1 .on{
	background:url('../img/museum/1/2.png') no-repeat left top;
	//background:none;
	//filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/museum/1/2.png');
}
.museum1 .hover{
	background:url('../img/museum/1/3.png') no-repeat left top;
	//background:none;
	//filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/museum/1/3.png');
}
.museum2 .off{
	background:url('../img/museum/2/1.png') no-repeat left top;
	//background:none;
	//filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/museum/2/1.png');
}
.museum2 .on{
	background:url('../img/museum/2/2.png') no-repeat left top;
	//background:none;
	//filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/museum/2/2.png');
}
.museum2 .hover{
	background:url('../img/museum/2/3.png') no-repeat left top;
	//background:none;
	//filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/museum/2/3.png');
}
.museum3 .off{
	background:url('../img/museum/3/1.png') no-repeat left top;
	//background:none;
	//filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/museum/3/1.png');
}
.museum3 .on{
	background:url('../img/museum/3/2.png') no-repeat left top;
	//background:none;
	//filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/museum/3/2.png');
}
.museum3 .hover{
	background:url('../img/museum/3/3.png') no-repeat left top;
	//background:none;
	//filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/museum/3/3.png');
}
.museum4 .off{
	background:url('../img/museum/4/1.png') no-repeat left top;
	//background:none;
	//filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/museum/4/1.png');
}
.museum4 .on{
	background:url('../img/museum/4/2.png') no-repeat left top;
	//background:none;
	//filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/museum/4/2.png');
}
.museum4 .hover{
	background:url('../img/museum/4/3.png') no-repeat left top;
	//background:none;
	//filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/museum/4/3.png');
}
.museum5 .off{
	background:url('../img/museum/5/1.png') no-repeat left top;
	//background:none;
	//filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/museum/5/1.png');
}
.museum5 .on{
	background:url('../img/museum/5/2.png') no-repeat left top;
	//background:none;
	//filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/museum/5/2.png');
}
.museum5 .hover{
	background:url('../img/museum/5/3.png') no-repeat left top;
	//background:none;
	//filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/museum/5/3.png');
}
.museum6 .off{
	background:url('../img/museum/6/1.png') no-repeat left top;
	//background:none;
	//filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/museum/6/1.png');
}
.museum6 .on{
	background:url('../img/museum/6/2.png') no-repeat left top;
	//background:none;
	//filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/museum/6/2.png');
}
.museum6 .hover{
	background:url('../img/museum/6/3.png') no-repeat left top;
	//background:none;
	//filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/museum/6/3.png');
}
.museum7 .off{
	background:url('../img/museum/7/1.png') no-repeat left top;
	//background:none;
	//filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/museum/7/1.png');
}
.museum7 .on{
	background:url('../img/museum/7/2.png') no-repeat left top;
	//background:none;
	//filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/museum/7/2.png');
}
.museum7 .hover{
	background:url('../img/museum/7/3.png') no-repeat left top;
	//background:none;
	//filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/museum/7/3.png');
}
.museum8 .off{
	background:url('../img/museum/8/1.png') no-repeat left top;
	//background:none;
	//filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/museum/8/1.png');
}
.museum8 .on{
	background:url('../img/museum/8/2.png') no-repeat left top;
	//background:none;
	//filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/museum/8/2.png');
}
.museum8 .hover{
	background:url('../img/museum/8/3.png') no-repeat left top;
	//background:none;
	//filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/museum/8/3.png');
}
.museum9 .off{
	background:url('../img/museum/9/1.png') no-repeat left top;
	//background:none;
	//filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/museum/9/1.png');
}
.museum9 .on{
	background:url('../img/museum/9/2.png') no-repeat left top;
	//background:none;
	//filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/museum/9/2.png');
}
.museum9 .hover{
	background:url('../img/museum/9/3.png') no-repeat left top;
	//background:none;
	//filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/museum/9/3.png');
}
.museum10 .off{
	background:url('../img/museum/10/1.png') no-repeat left top;
	//background:none;
	//filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/museum/10/1.png');
}
.museum10 .on{
	background:url('../img/museum/10/2.png') no-repeat left top;
	//background:none;
	//filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/museum/10/2.png');
}
.museum10 .hover{
	background:url('../img/museum/10/3.png') no-repeat left top;
	//background:none;
	//filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/museum/10/3.png');
}
/* Photo */
.photo{
	position:absolute;
	left:2271px;
	top:50px;
}
.photo .title{
	width:325px;
	height:48px;
	margin-top:10px;
	background:url('../img/photo.png') no-repeat left top;
	//background:none;
	//filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/photo.png');
}
.photo .text{
	margin:40px 0 0 386px;
	position:relative;
}
.photo .from_museums_1{
	position:absolute;
	top:4em;
	left:0;
	width:170px;
}
.photo .from_museums_2{
	position:absolute;
	top:4em;
	left:200px;
	width:170px;
}
.ajaxcall span{
	border-bottom:1px dashed;
	cursor:pointer;
}
.ajaxcall img{
	cursor:pointer;
}
.selected span{
	border-bottom:none;
	cursor:default;
}
.selected img{
	cursor:default;
}
.ajax-photos{
	position:absolute;
	top:144px;
	left:1938px;
	width:700px;
	height:700px;
	z-index:555;
}
.ajax-photos div{
	width:700px;
	height:700px;
	overflow:hidden;
	position:relative;
}
.preview{
	width:700px;
	height:700px;
	margin-top:-700px;
	text-align:center;
	z-index:9998;
}
.preview img{
	cursor:default;
	margin-top:100px;
}
/* Press */
.press{
	position:absolute;
	left:2214px;
	top:1084px;
}
.press .title{
	width:47px;
	height:270px;
	margin-top:30px;
	background:url('../img/press.png') no-repeat left top;
	//background:none;
	//filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/press.png');
}
.press .text{
	margin:0 0 0 0;
	position:relative;
}
.press .release{
	position:absolute;
	top:337px;
	left:0;
	margin-left:47px;
	width:200px;
}
.press .release .date{
	font-size:8.5pt;
	margin-top:0.8em;
}
.press .logotype{
	position:absolute;
	top:143px;
	left:138px;
	margin-left:47px;
	width:200px;
}
.press .mailto{
	position:absolute;
	top:201px;
	left:426px;
	margin-left:47px;
	width:300px;
}
.press-photos{
	position:absolute;
	top:1588px;
	right:529px;
	width:404px;
	height:394px;
	z-index:555;
}
.press-photos .holder{
	overflow:hidden;
	position:relative;
	width:404px;
	height:394px;
}
.press-photos .holder div{
	position:absolute;
	width:70px;
	font-size:8.5pt;
}
.press-photos .holder div.f1{
	bottom:50px;
	left:193px;
}
.press-photos .holder div.f2{
	top:157px;
	left:170px;
}
.press-photos .holder div.f3{
	top:150px;
	right:60px;
}
.press-photos .holder div.f4{
	top:34px;
	left:194px;
}
.press-photos .holder div.f5{
	top:150px;
	left:80px;
}
.feedback,.sending,.sent{
	position:absolute;
	top:365px;
	left:400px;
	margin-left:47px;
	width:280px;
	z-index:999;
}
.sending img{
	margin-left:80px;
}
/* News */
.news{
	position:absolute;
	left:50px;
	top:110px;
}
.news .title{
	width:120px;
	height:65px;
	background:url('../img/news.png') no-repeat left top;
	//background:none;
	//filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/news.png');
}
.news .text{
	margin:2em 0 0 0;
}
/* Thank */
.thank{
	position:absolute;
	left:1064px;
	top:308px;
}
.thank .title{
	width:292px;
	height:38px;
	background:url('../img/thank.png') no-repeat left top;
	//background:none;
	//filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/thank.png');
}
.thank .text{
	margin:0 0 0 0;
}
/* Colors */
.color_ff4b1b{
	color:#ff4b1b;
}
.color_fe5e32{
	color:#fe5e32;
}
.color_f36d21{
	color:#f36d21;
}
.color_ff9c00{
	color:#ff9c00;
}
.color_68c812{
	color:#68c812;
}
.color_0ba60b{
	color:#0ba60b;
}
.color_1bb15b{
	color:#1bb15b;
}
.color_519613{
	color:#519613;
}
.color_f36d21{
	color:#f36d21;
}
.color_f98305{
	color:#f98305;
}
.color_f42800{
	color:#f42800;
}
/* Link Colors */
a.color_ff9418,
a.color_ff9418:visited,
a.color_ff9418:hover,
a.color_ff9418:focus{
	color:#ff9418;
}
a.color_f52402,
a.color_f52402:visited,
a.color_f52402:hover,
a.color_f52402:focus{
	color:#f52402;
}
/* 404, 403 */
.error{
	position:absolute;
	top:0;
	left:50%;
	margin-left:-450px;
	width:900px;
	padding-left:28px;
}
.error .number{
	margin-left:-28px;
	margin-top:90px;
}
.error .msg{
	margin-top:50px;
	padding-left:88px;
	color:#444;
	width:70%;
	font-size:90%;
}
/* Just Be Nice studio */
.justbenice{
	position:absolute;
	bottom:10px;
	right:10px;
	width:163px;
	height:25px;
	overflow:hidden;
	font-size:8.5pt;
	text-align:center;
	color:#fff;
	background:url('../img/justbenice.png') no-repeat left top;	
	//background:none;
	//filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/justbenice.png');
	z-index:9991;
	padding-top:5px;
}
.fff{
	color:#fff !important;
}