HTML, BODY {
	margin : 0;
	padding: 0;
	font-family: arial, Helvetica, sans-serif;
	letter-spacing: 0.1;
	font-size: 9pt;
	color: #252525;
	background-color: White;
}

P {
	font-size: 10pt;
}

TD {
	font-size: 10pt;
}

LI {
	font-size: 10pt;
}

A.link1 {
	font-size: 10pt;
}

A:hover {
	text-decoration: none;
}

A.small {
	font-size: 8pt;
}

A.link2 {
	font-size: 12pt;
}
H1 {
	font-size: 16pt;
	font-weight: bold;
	color: #531500;
}

H2 {
	font-size: 15pt;
	font-weight: normal;
	color: #531500;
}

H3 {
	font-size: 11pt;
	font-weight: bold;
	color: #531500;
}

#head {
	background-image: url(../images/bg_header.jpg);
	height: 179px;
	background-repeat: repeat-x;
	width: 100%;
}

#logo {
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	height: 100;
	padding: 5px 0px 0px 0px;
	position: absolute;
	left: 80px;
    top: 5px;
	width: 80%;
}

#logo H1 {
	margin: 0px 0px 70px 3px;
	font-size: 16pt;
	color: #940000;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
}

#logo H2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16pt;
	color: #940000;
	margin: 0;
	margin-bottom: 8;
	font-weight: normal;
}

#doska {
	background-image: url(../images/bg_doska.jpg);
	height: 31px;
	position: absolute;
	top: 179px;
	width: 100%;
}

#header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	height: 136px;
	position: absolute;
	top: 75px;
	width: 100%
}

#main {
   margin-top: 30px;
}

#left_block {
	width: 30%;
}


#lng .inside  {
	padding: 10px 0px 10px 40px;
}

#menu {
	background-image: url(../images/bg_menu.jpg);
	background-repeat: no-repeat;

}

#menu .inside {
	padding: 20px 10px 10px 40px;
}

#menu .item {
	margin: 8px 0px 8px 0px;
	font-size: 11pt;
}

#menu A {
	color: #940000;
	text-decoration: underline;
}

#menu A:hover {
	text-decoration: none;
}

#content {
	width: 70%;
	padding-top: 20px;
}

#last .inside{
	background-color: #FFF3D8;
	width: 90%;
	padding: 10px;
	border: 1px solid #CDCDCD;
	float: left;
}

#subscribe .inside {
	padding: 10px 30px 10px 40px;
}

HR {
	color: #940000;
}

#bottom {
	background-image: url(../images/bg_bottom.jpg);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #EFEFEF;
	height: 200px;
	width: 100%;
	margin-top: 40px;
	color: #353535;
    float: left;
}

#contacts {
	width: 30%;
	float: left;
}

#contacts .inside {
	padding: 20px 20px 40px 40px;
}


#phones {
	width: 50%;
	float: left;
}

#phones .inside {
	padding: 20px 20px 40px 0px;
}

#info {
	width: 15%;
	float: left;
}

#info .inside {
	padding: 30px 0px 40px 0px;
}

.form_item {
	border-width: 1;
	border-style: solid;
	border-color: Gray;
}

TD.active {
	border-bottom-width: 2;
	border-bottom-style: solid;
	border-bottom-color: #940000;
}

#news {
	font-size: 8pt;
}

.date {
	background-color: #72AC62;
	padding: 1px;
	color: white;
}

#news .item {
	margin: 0px 0px 10px 0px;
}
