*{
	margin: 0;
	padding: 0;
	}

body {
	background:#fff;
	background:url('images/head-bg.jpg') repeat-x;
	font:normal 11px Tahoma;
	color:#3b3b3b;
	}

img {
	border: 0;
	}

#body{
	min-width:1000px;
	width:expression((document.body.clientWidth<=1000)?'1000px':'auto');
	background:url('images/left-head.jpg') no-repeat 0 0;
	}

a{
	color:#ffad08;
	}



a:focus{
	outline: none;
	}

ul{
	list-style:none;
	}

table{
	border-collapse:collapse;
	}

/*PNG FIX*/

.iePNG, IMG { 
filter:expression(fixPNG(this)); 
} 
.iePNG a {
position: relative; 
}

/*END PNG FIX*/
	
#head{
	height:321px;
	background:url('images/center-head.jpg') no-repeat 378px 0;
	}

#foot{
	position:relative;
	height:146px;
	background:url('images/foot-bg.gif') repeat-x;
	}
/*Autorization*/

#autorization{
	float:right;
	width:216px;
	height:190px;
	background:url('images/screen.png') no-repeat;
	margin:8px 21px 0 0;
	_margin:8px 11px 0 0;
	}
	
	#autorization div.text{
		font-size:10px;
		margin:13px 0 10px 22px;
		}
		
	#autorization label{
		display:block;
		font-weight:bold;
		color:#484848;
		padding:0 0 5px 22px;
		}
		
	#autorization input.form-text{
		position:relative;
		border:solid 1px #e4e4e4;
		font-size:11px;
		margin:0 0 5px 22px;
		height:15px;
		width:107px;
		}
		
	#autorization input.enter{
		position:relative;
		margin:7px 0 0 22px;
		_margin:3px 0 0 22px;
		}
/*End Autorization*/

/*Navigation*/

#nav-block{
	float:left;
	width:460px;
	background:url('images/nav-bg.jpg') no-repeat;
	height:1%;
	overflow:hidden;
	padding:26px 0 300px 0;
	}

	
	#nav-block h2{
		font:normal 19px Tahoma;
		color:#1c1c1c;
		padding:0 0 10px 0;
		}
	
div.column-1{
	float:left;
	width:170px;
	padding:0 0 0 58px;
	}
	
div.column-2{
	float:left;
	padding:0 0 0 35px;
	width:170px;
	}

div.minigallery{
	width:145px;
	height:1%;
	overflow:hidden;
	margin-bottom:15px;
	}


	div.minigallery td{
		padding-right:5px;
		}
	
	div.minigallery a{
		display:block;
		border:solid 1px #9a9a9a;
		float:left;
		margin:0 0 5px 0;
		background:#fff;
		}
	
	div.minigallery img{
		display:block;
		border:  solid 1px #fff;
		filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
		opacity: 0.5;
		}
		
	div.minigallery a:hover img{
		filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
		opacity: 1;
		background:#fff;
		}
		
div.news{
	margin-bottom:15px;
	}

	div.news li{
		border-bottom:solid 1px #e5e5e5;
		padding-bottom:13px;
		margin-bottom:11px;
		}
	
	div.news strong.date span{
		color:#ffad08;
		}

form.subscribing label{
	display:block;
	color:#484848;
	padding:0 0 5px 0;
	}

form.subscribing input.form-text{
	border:solid 1px #e4e4e4;
	font-size:11px;
	margin:0 0 5px 0;
	height:15px;
	width:90%;
	display:block;
	}
	
div.section{
	margin-bottom:15px;
	}

	div.section ul{
		border-top:solid 1px #e5e5e5;
		}
	
	div.section a{
		display:block;
		padding:3px 0 5px 20px;
		border-bottom:solid 1px #e5e5e5;
		text-decoration:none;
		background:url('images/bullet.gif') no-repeat 6px 50%;
		height:1%;
		}

	
	div.section a:hover{
		background:url('images/bullet.gif') no-repeat 6px 50% #F8F8F8;
		}


form.questioning{
	position:relative;
	}

form.questioning ul{
	margin:10px 0;
	}	
	
form.questioning li{
	padding:3px 0;
	_padding:0;
	}

	form.questioning label{
		color:#ffad08;
		position:relative;
		top:-1px;
		}

input.submit{
	font:normal 11px Tahoma;
	}
 
/*cnt-block*/

#cnt-block{
	padding:25px 25px 0 470px;
	}

	#cnt-block h2{
		font:normal 19px Tahoma;
		color:#ffab06;
		margin-bottom:10px;
		}

	#cnt-block p{
		padding-bottom:10px;
		}

div.attention{
	padding:7px;
	background:#ebebeb;
	border:solid 1px #999999;
	height:1%;
	overflow:hidden;
	margin-bottom:10px;
	}

	div.attention a.img-attention{
		display:block;
		border:solid 1px #999999;
		float:left;
		margin-right:7px;
		}

		div.attention a.img-attention img{
			border:solid 1px #fff;
			}
/*end cnt-block*/

/*foot*/

div.copyright{
	height:114px;
	background:url('images/left-foot.jpg') no-repeat;
	padding:32px 0 0 60px;
	color:#c8c8c8;
	}

	div.copyright p{
		margin-bottom:10px;
		}

.created{
	color:#c8c8c8;
	position:absolute;
	right:117px;
	top:49px;
	}

	.created a{
		color:#c8c8c8;
		}

/*end foot*/

/*End Navigation*/