@charset "windows-1255";
.info-boxes {
	overflow: hidden;
	width: 664px;
	margin: 0 0 10px -22px;
}
.info-box {
	margin: 0 0 0 22px;
	display: inline;
	word-spacing: -1px;
	letter-spacing: -1px;
	float: left;
	border: 1px solid #1a82b6;
	background:#b6e5f3;
	width: 182px;
	height: 109px;
	padding: 0 5px 0 120px;
}
.blue-info-box {background:#b6e5f3 url(../images/ui/bg-clock.jpg) no-repeat;}
.green-info-box {
	border-color: #76c028;
	background:#b7e474 url(../images/ui/bg-date.jpg) no-repeat;
}
.info-box p{
	font-weight: bold;
	margin: 10px 0 0;
	font-size: 15px;
	line-height: 24px;
	color: #1a82b6;
} 
.green-info-box p {color: #54ac01;}
.green-info-box p a{color: #54ac01;}

.promo {
	border: 1px solid #000;
	width: 636px;
	margin: 0 0 25px;
	position: relative;
	overflow: hidden;
	height: 206px;
}
.promo div.text-h {
	width: 100%;
	position: absolute;
	top:155px;
	left: 0;
}
.promo div.text-h .bg{
	height: 51px;
	width: 100%;
	background: url(../images/ui/bg-promo-text.png);
}
.promo div.text-h a{
	margin: 7px 0 0 126px;
	background: url(../images/ui/bg-arrow.gif) no-repeat 0 6px;
	padding: 0 0 0 28px;
	color: #fff;
	position: relative;
	font-style: italic;
	font-size: 34px;
	line-height: 38px;
	float: left; 
}
.promo div.text-h a:hover{ text-decoration: none;}
.promo div.text-h a span{
	font-weight: bold;
	color: #4797c0;
}

.boxes {
	overflow: hidden;
	width: 651px;
	margin: 15px 0 0 -13px;
}
.box{
	width: 205px;
	float: left;
	padding: 0 0 36px 12px;
}
.box .photo { margin-bottom: 7px; height: 148px;}
.box .photo img{
	display: block;
	border: 4px solid #76c028;
}
.box h3{
	margin: 0;
	font-size: 14px;
	line-height: 18px;
}
.box .date {
	display: block;
	color: #76c028;
	font-style: normal;
}
.box  p{margin: 0;}
.btn {
	float: left;
	height: 20px;
	line-height: 20px;
	color: #fff;
	padding: 0 3px 0 5px;
	background: url(../images/ui/bg-btn.gif) repeat-x;
}
