@charset "utf-8";
/* CSS Document */

html, body, form, h1, h2, h3, h4, h5, p, ul {
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Geneva, sans-serif;
}
html, body {
	font-family: Tahoma, Geneva, sans-serif;
	color: #333;
	height: 100%;
	width: 100%;
	background-color: #FFF;
}
h2 {
	color: #FFF;
	font-size: 22px;
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
h5 {
	font-size: 22px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #757575;
	font-weight: normal;
	padding-bottom: 10px;
}
h1 {
	font-size: 24px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333;
	font-weight: normal;
	padding-bottom: 10px;
	text-transform: uppercase;
}



.wraper {
	width: 1015px;
	margin-right: auto;
	margin-left: auto;
}
.header {
	height: 340px;
	width: 100%;
	background-image: url(../images/header_bg.jpg);
	background-repeat: no-repeat;
	position: relative;
}
.header .links {
	font-size: 11px;
	position: absolute;
	right: 60px;
	top: 0px;
	background-image: url(../images/top.jpg);
	width: 266px;
	line-height: 22px;
	height: 26px;
	background-repeat: no-repeat;
	background-position: bottom;
	text-align: center;
	display: block;
	color: #FFF;
}
.header .links a {
	color: #FFF;
	text-decoration: underline;
}


.header .logo {
	position: absolute;
	top: 10px;
	left: 250px;
}
.header .news_subject {
	position: absolute;
	left: 100px;
	top: 305px;
}
.header .moto {
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 15px;
	top: 60px;
	width: 700px;
	right: 0px;
	text-align: right;
}
.header .moto strong {
	font-weight: normal;
}
.header .menu {
	width: 700px;
	position: absolute;
	right: 0px;
	top: 190px;
}
.header .menu .part ul {
	list-style-type: none;
	padding-top: 15px;
}
.header .menu .part a {
	color: #FFF;
	font-size: 12px;
	text-decoration: none;
	line-height: 17px;
}
.header .menu .part {
	display: block;
	float: left;
	width: 180px;
}
.container .content {
	width: 700px;
	display: block;
	float: right;
}
.container {
	width: 100%;
	clear: both;
	float: left;
	background-image: url(../images/grass.gif);
	background-repeat: no-repeat;
	background-position: 70px bottom;
}
.header .links a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.news  {
	float: left;
	width: 210px;
	padding-bottom: 45px;
	padding-left: 70px;
}
.news p em {
	font-size: 11px;
	color: #84C125;
	font-style: normal;
	display: block;
}
.news p {
	padding-left: 0px;
	padding-top: 15px;
	font-size: 11px;
}
.news a {
	color: #333;
	text-decoration: none;
}
.news a:hover {
	text-decoration: underline;
}
.news p strong {
	display: block;
	padding-bottom: 4px;
}
.info p {
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;
	padding-bottom: 10px;
}
.info {
	padding-top: 10px;
}
.info h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #84C125;
	padding-bottom: 5px;
}
.info ul {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	list-style-position: outside;
	line-height: 16px;
	padding-left: 25px;
	padding-bottom: 15px;
	padding-right: 10px;
}
.info ul li {
	padding-bottom: 5px;
}
.info p img {
}
.info .two_parts  {
	font-size: 12px;
	list-style-type: none;
	width: 520px;
	display: block;
	float: right;
	height: 60px;
	margin: 0px;
	padding: 0px;
}
.info .two_parts li {
	background-image: url(../images/bul.gif);
	background-repeat: no-repeat;
	padding-left: 16px;
	background-position: left center;
	display: block;
	width: 240px;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.footer {
	clear: left;
	float: left;
	width: 950px;
	background-image: url(../images/footer_bg.gif);
	height: 142px;
	margin-left: 65px;
	position: relative;
}
.footer a {
	color: #FFF;
}

.footer .re {
	background-image: url(../images/re.gif);
	height: 23px;
	line-height: 23px;
	width: 400px;
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 11px;
	position: absolute;
	left: 15px;
	top: 65px;
	color: #060;
}
.footer .copyright {
	font-size: 11px;
	color: #FFF;
	position: absolute;
	width: 400px;
	top: 18px;
	left: 15px;
}
.index {
	width: 700px;
	clear: both;
	float: left;
	margin-top: 15px;
	padding-top: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	height: 250px;
	font-size: 11px;
}
.index .banner_index {
	height: 250px;
	width: 300px;
	float: right;
	display: block;
}
.index .banner_index img {
	padding: 1px;
	border: 1px solid #CCC;
}
.index .moto {
	width: 700px;
	float: left;
}
.index form {
	width: 350px;
	float: left;
}

.index form .tfield {
	width: 300px;
	margin-bottom: 5px;
	font-size: 11px;
	padding: 3px;
	border: 1px solid #CCC;
	color: #666;
}
.index form p {
	padding-bottom: 10px;
}
.but {
	background-color: #84C225;
	font-size: 12px;
	color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
}
.contacts {
	width: 700px;
	clear: both;
	float: left;
	position: relative;
}
.contacts .left {
	width: 350px;
}
.contacts .right {
	position: absolute;
	width: 330px;
	top: 0px;
	right: 0px;
	font-size: 12px;
}
#gallery  select {
	width: 300px;
	font-size: 12px;
}
#gallery  {
	display: block;
	width: 630px;
	padding-bottom: 50px;
	overflow: hidden;
	padding-top: 20px;
	padding-right: 0px;
	padding-left: 0px;
	margin: 0px;
	clear: left;
}
#gallery p {
	margin: 0px;
	padding: 0px;
}
#gallery  .img {
	float: left;
	margin-right: 10px;
	border: 1px solid #CCCCCC;
	padding: 2px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	height: auto;
	width: auto;
	position: relative;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	background-image: none;
}
#gallery form {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#gallery  .img  img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: auto;
}
#arhiv {
	color: #84C125;
	text-transform: uppercase;
	font-weight: bold;
}
.microsoft {
	position: absolute;
	bottom: 15px;
	left: 565px;
}
.microsoft img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.gl {
	position: absolute;
	bottom: 15px;
	left: 485px;
}
.gl img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.header .lng {
	position: absolute;
	right: 0px;
	line-height: 24px;
	background-image: url(../images/lng_bg.jpg);
	text-align: center;
	height: 26px;
	width: 74px;
	top: 0px;
	background-position: bottom;
}
.tel {
	position: absolute;
	bottom: 65px;
	left: 768px;
}
.tel img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

