/* Common
====================================*/
	HTML{
		font-size:100.1%;
		}
	BODY{
		margin:0;
		padding:0;
		background-color:#FFF;
		font:85% Arial, Helvetica, sans-serif;
		color:#000;
		}
	H1,H2,H3{
		display:inline;
		margin:0 0.1em 0 0;		
		
		font-size:100%;
		font-weight:normal;
		color:#bababa;
		}
		H1 STRONG,
		H2 STRONG,
		H3 STRONG{
			font-weight:normal;
			
			}
		H1{
			display:none
			}
		H2{
			
			}
	.nobr{
		white-space:nowrap
		}
	BUTTON STRONG{
		display:none;
		}
	.hidden{
		display:none;
		}
	.showed{
		display:block;
		}
	.js-link{
		border-bottom:1px dashed #000;
		text-decoration:none;
		
		}
		
	
	#wrap{
		position:absolute;
		top:50%;
		left:0;
		height:20em;		
		margin-top:-5em;
		width:100%;
		text-align:center;
		
		}
		#wrap.open{
			margin-top:-10em;
			height:35em;
			}
	
	#main{
		
		margin:0 auto;
		width:80%;
		min-width:63em;
		
		
		}
		
	.col_l{					
		width:50%;
		float:left;
		text-align:center;
		}
		.col_l IMG{
			display:block;
			margin:0 0 1em -2px;
			}
		.col_l .core{
			margin:0 auto;;
			width:25em;
			text-align:left;
			}
		.col_l .core:after{
			content:"";
			}
	.col_r{
		margin:20px 0 0 0;
		width:25em;	
		float:right;
		text-align:left;
		}

	#null{
		width:63em;
		background:#000;
		}
	.res-ok{
		color:#a3a3a3;	
		}
		P.res-ok{
			margin-bottom:2em;
			}
	.error{
		padding-top:0.5em;
		color:#bababa;
		font-weight:normal;
		
		}
	/* Contacts
	====================================*/	
	#cc{
		margin:0;
		padding:0;
		width:100%;
		list-style:none;
		font-size:0.8em;
		font-weight:bold;
		}
		#cc LI{
			margin:0 0 1.5em;
			padding:9px 0 9px 40px;
			width:100%;
			background:url('/i/bullet_1.gif') no-repeat 0 50%;
			}
			#cc LI.open{
				position:relative;
				}
		#cc A{
			color:#000;
			}
			#cc A:HOVER{
				color:#BABABA
				}
				
		/* Message */
		#ta{
			position:absolute;
			top:28px;
			left:13px;
			padding:1.5em 0 0 25px;
			width:100%;
			border-width:2px;
			border-style:solid;
			border-color:#fcf5ed;
			border-width:0 0 1px 1px;
			}
			#ta TEXTAREA{
				display:block;
				margin-bottom:2em;
				border:1px solid #bfbfbf;
				width:100%;
				height:20em;
				}
			#ta BUTTON{
				width:112px;
				height:30px;
				border:0;
				background:#f7f7f7 url('/i/btn_send.gif') no-repeat 50% 50%;
				}
			#ta .submit{
				position:absolute;
				left:25em;
				bottom:-15px;
				}

