/* CSS Document */

body {
	background-color: #6C4B2B;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/site-top-bg.png);
	background-position: top;
	background-repeat: repeat-x;
}

.header-blue {
	font-family: Tahoma, "Times New Roman", Arial;
	color: #795E2B;
	padding-left: 20px;
	font-weight: bold;
	background-image: url(images/header-star.png);
	background-position: left;
	background-repeat: no-repeat;
	font-size: 14px;
}

.normal-text {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	line-height: 20px;
}

.normal-text-10px {
	font-family: Arial, Helvetica, sans-serif;
	color: #795E2B;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
}

.normal-text-brown {
	font-family: Arial, Helvetica, sans-serif;
	color: #795E2B;
	font-size: 16px;
	font-weight: bold;
}

a.link-latnivalok:link,
a.link-latnivalok:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6C4B2B;
	text-decoration: underline;
	font-weight: bold;
	background: url(images/image-icon.gif) no-repeat;
	background-position: right;
	padding-right: 20px;
}
a.link-latnivalok:hover {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

a.normal-text-link:link,
a.normal-text-link:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
a.normal-text-link:hover {
	color: #5C392E;
	text-decoration: none;
}

.flowers-left {
	background: url(images/flowers-bg-left.png) no-repeat bottom left;
	width: 100%;
}

.flowers-right {
	background: url(images/flowers-bg-right.png) no-repeat bottom right;
	width: 100%;
}

.top-14px {
	margin-top: 14px;
}

a.bottom-menu-link:link,
a.bottom-menu-link:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	padding: 2px !important;
}
a.bottom-menu-link:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #583E24;
}

.bottom-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

ul {
	list-style: none;
	padding: 8px;
	margin: 0px;
}

ul li {
	padding-left: 20px;
	line-height: 160%;
	background: url(images/bulletM.gif) no-repeat 8px 2px;
}

ol li {
	margin-left: 15px;
	line-height: 150%;
}

.border-secimg {
	border-color: #6C4B2B;
}

input,
textarea {
	font-family: Arial, Helvetica, sans-serif;
	color: #6C4B2B;
	background-color: #F4F4F4;
	border: 1px solid #795E2B;
	font-size: 11px;
	vertical-align: middle;
}
