@import url("main.css");

#faq {
	width: 94px;
	height: 350px;
	float: left;
}

#faq a {
	margin-top: 15px;
	float: left;
	text-align: right;
	font-size: 13px;
	line-height: 18px;
	color: #2F72B1;
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(../pic/faq.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}

#faq a:hover {
	color:#F5A53B;
	background-image: url(../pic/faq-hover.gif);
}

#one {
	width: 239px;
	height: 350px;
	float: left;
}

#one a {
	margin-top: 15px;
	float: left;
	text-align: right;
	font-size: 13px;
	line-height: 18px;
	color: #2F72B1;
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(../pic/ort_izd.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}

#one a:hover {
	color:#F5A53B;
	background-image: url(../pic/ort_izd-hover.gif);
}

#two {
	width: 234px;
	height: 350px;
	float: left;
}

#two a {
	margin-top: 15px;
	float: left;
	text-align: right;
	font-size: 13px;
	line-height: 18px;
	color: #2F72B1;
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(../pic/ekzoprot.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}

#two a:hover {
	color:#F5A53B;
	background-image: url(../pic/ekzoprot-hover.gif);
}

#three {
	width: 253px;
	height: 350px;
	float: left;
}

#three a {
	margin-top: 15px;
	float: left;
	text-align: right;
	font-size: 13px;
	line-height: 18px;
	color: #2F72B1;
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(../pic/parapod.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}

#three a:hover {
	color:#F5A53B;
	background-image: url(../pic/parapod-hover.gif);
}

#three span {
	display: block;
	margin-right: 5px;
}

#podval {
	clear: both;
	border-top: 1px solid #c7cdd1;
	margin-left: 20px;
	margin-right: 20px;
	padding-top: 20px;
	margin-top: 10px;
}

#podval strong {
	font-size: 13px;
	color: #2F72B1;
}

#podval a {
	color: #90989e;
}

#podval a:hover {
	color:#2F72B1;
}

#podval div {
	width:27%;
	float: left;
	padding-left: 6%;
}

#podval li {
	color: #90989e;
	font-size: 11px;
	text-indent: -9px;
	padding-left: 9px;
}