@charset "windows-1251";
/* SkyScript 2009 */

/* общий вид */

body {
margin:0;
font-family: arial;
font-size: 12px;
color: #666666;
line-height:1.3;
}
a {
	text-decoration:none;
	}
img {border: 0;}
p {
font-family: arial;
font-size:11px;
line-height:1.4;
color:#777777;
}
form {
margin:0;
padding:0;
}


input, textarea {
	font-family: arial;
	padding:2px;
	border:1px solid #cccccc;
	color:#555555;
	font-size:10px;
	background-color:#f9f9f9;}
p.bol {
font-family: arial;
font-size:11px;
line-height:1.3;
font-weight:bold;
color:#555555;
}
p.no {
font-family: arial;
font-size:11px;
line-height:1.4;
color:#777777;
margin:0;
padding:0;
}

.pzag {
font-size: 22px;
color: #808080;
background:url(pic/str.png) no-repeat left 6px;
padding:11px 0 5px 30px;
border-bottom:1px solid #cccccc;
font-weight: bold;
letter-spacing: -0.03em;
}

ul, ol { list-style:none; }

.menuli ul {
margin:0; padding:0;
list-style:none;
}

.menuli ul li a {
list-style:none;
font-size:11px; padding:4px 0 4px 5px; color:#000; display:block; font-weight:bold; margin-bottom:2.5px; text-decoration:none; background:#e6e6e6;
color:#666666;
}
.menuli ul li a:hover { list-style:none; background:#ff9100; color:#fff; }
.sm {
	font-size:10px;
	}
.kr {
	font-size:18px;
	color:#ff9100;
	margin:0;
	padding:0;
	
	}
.kr2 {
	font-size:14px;
	color:#ff9100;
	margin:0;
	padding:0;
	
	}
.tbl {
font-size:12px;
}
.tbl tr:hover {
	background-color: #eeeeee;
}
.tbl2 td:hover {
	background-color: #eeeeee;
}
.nobg {
	
	background:none;
	border-width: 0px;
	}



	.formError {
			position:absolute;
			top:300px; left:300px;
			width:150px;
			padding-bottom:15px;
			display:block;
			z-index:5000;
		}
			.formError .formErrorContent {
				width:100%; 
				background:#000;
				color:#fff;
				font-family:arial;
				font-size:10px;
				box-shadow: 1px 1px 6px #000;
				-moz-box-shadow: 1px 1px 6px #000;
				-webkit-box-shadow: 1px 1px 6px #000;
				padding:4px 10px 4px 10px;
				border-radius: 6px;
				-moz-border-radius: 6px;
				-webkit-border-radius: 6px;
			}
			.formError .formErrorArrow{
				position:absolute;
				bottom:0;left:20px;
				width:15px; height:15px;
				
			}
				.formError .formErrorArrow div{
					box-shadow: 1px 4px 5px #000;
					-moz-box-shadow: 1px 4px 5px #000;
					-webkit-box-shadow: 1px 1px 5px #000;
					font-size:0px; 
					
				}
				.formError .formErrorArrow .line10{width:15px;height:1px; background:#000;margin:0 auto; font-size:0px; display:block;} 
				.formError .formErrorArrow .line9{width:13px;height:1px; background:#000;margin:0 auto;display:block;} 
				.formError .formErrorArrow .line8{width:11px;height:1px; background:#000;margin:0 auto;display:block;} 
				.formError .formErrorArrow .line7{width:9px;height:1px; background:#000;margin:0 auto;display:block;} 
				.formError .formErrorArrow .line6{width:7px;height:1px; background:#000;margin:0 auto;display:block;} 
				.formError .formErrorArrow .line5{width:5px;height:1px; background:#000;margin:0 auto;display:block;} 
				.formError .formErrorArrow .line4{width:3px;height:1px; background:#000;margin:0 auto;display:block;} 
				.formError .formErrorArrow .line3{width:1px;height:1px; background:#000;margin:0 auto;display:block;} 
				
				
				
				
				
				
				
.banner{
	/* The banner divs */
	position:relative;
	width:160px;
	height:160px;
	overflow:hidden;
}

.banner img{
	/* The banner divs */
	display:block;
	border:none;
}

.banner div{
	/* The dark animated divs */
	
	position:absolute;
	z-index:100;
	background-color:#222;
	width:100px;
	height:100px;
	cursor:pointer;
	
	/*	Setting a really big value for border-radius
		will make the divs perfect circles */
		
	-moz-border-radius:100px;
	-webkit-border-radius:100px;
	border-radius:100px;
}

/*	Positioning the animated divs outside the
	corners of the visible banner area: */

.banner .cornerTL{ left:-100px;top:-100px; }
.banner .cornerTR{ right:-100px;top:-100px; }
.banner .cornerBL{ left:-100px;bottom:-100px; }
.banner .cornerBR{ right:-100px;bottom:-100px; }

.banner p{
	/* The "Visit Company" text */
	
	display:none;	/* hidden by default */
	
	left:0;
	top:57px;
	width:100%;
	z-index:200;
	position:absolute;
	
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	color:white;
	font-size:11px;
	text-align:center;
	
	cursor:pointer;
}

/* The styles below are only necessary for the styling of the demonstration page: */
