/* RESET CSS */
html, body, div, span,h1, h2, h3, h4, h5, h6, p,
a,font, img, strong, ol, ul, li
 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:normal;
	}

a{
color: #8cc541;
	text-decoration:underline;
	padding: 0px;
	font-size: 14px;
	}
a:hover{
	color: #4396b1;
	text-decoration:underline;
	padding: 0px;
	font-size: 14px;
}
.table {
	
	border-right: #c5c5c5 1px solid;
	border-top: #c5c5c5 1px solid;
}
.table tr td{
	margin: auto;
	padding: 4px;
	border-bottom: #c5c5c5 1px solid;
	border-right: #c5c5c5 0px solid;
	border-top: #c5c5c5 0px solid;
	border-left: #c5c5c5 1px solid;
	
}

.zag{
display: block;
	margin-left: 85%;
}


div, ul{
	-webkit-border-radius: 10px;    /* for Safari */
    -moz-border-radius: 10px;       /* for Firefox */

	}

div #container{
	display:block;
	margin: auto;
	width:auto;
	}
div #top{
	background:url(../images/bg_top.jpg) repeat-x;
	height:228px;
	-webkit-border-radius:0;    /* for Safari */
    -moz-border-radius:0;       /* for Firefox */
	}
div #logo{
	display:block;
	margin:auto;
	width:auto;
	height: 178px;
	}

#featured {
	float: right; /*floats our featured area right*/
	width: 680px; /*gives our featured area a width of 900px*/
	margin-bottom: 20px; /*gives our featured area a bottom margin*/
}

.featured-text {
	float: left; /*floats our featured text left*/
	width: 412px; /*sets our featured text box width*/
	margin-top: 10px; /*gives our featured text box a top margin*/
}

#featured-text p {
	font-size: 0.7em; /*sets our featured text paragraph font size*/
	line-height: 24px; /*sets our featured text line height*/
	text-align: justify; /*justifys our paragraphs*/
	padding-top: 10px; /*adds top padding to our featured text paragraph*/
}

#featured-image01, #featured-image02, #featured-image03 {
	float: right; /*floats our featured images rights*/
	width: 190px; /*gives our featured images a fixed width same as our images*/
	background-repeat: no-repeat; /*stops images from repeating*/
	background-position: right; /*sets background position right*/
	height: 147px; /*gives our featured image a fixed height same as our images*/
}

#featured-image01 {
	background-image: url(../images/featured_image.png); /*our featured image #1*/
}

#featured-image02 {
	background-image: url(../images/featured_image01.png); /*our featured image #2*/
}

#featured-image03 {
	background-image: url(../images/featured_image02.png); /*our featured image #3*/
}

.hidden {
	display: none; /*hides our 2nd and 3rd featured images*/
}

h1.featured {
	color: #FFFFFF; /*sets featured H1 color*/
	text-transform: uppercase; /*transforms featured H1 tag to uppercase*/
	font-size: 14px; /*sets font size of featured H1 tag*/
	background-image: url(../images/bullet_icon.png) ; /*addeds our bullet image to our featured H1 tag*/
	background-repeat: no-repeat; /*stops bullet from repeating*/
	padding-left: 24px; /*adds padding to the left of our featured H1 tag*/
	line-height: 18px; /*sets featured H1 tag's line height*/
}

#featured-image {
	float: right; /*floats our featured image right*/
	width: 190px; /*sets our featured image width same dimensions as our featured image*/
	background-image: url(../images/featured_image.png); /*adds a featured image as a background*/
	background-repeat: no-repeat; /*stops featured image repeatsing*/
	background-position: right; /*sets our featured image backgroud position*/
	height:147px; /*adds a fixed height same dimensions as our featured image*/
}

.featured-btn {
	height: 22px; /*adds a fixed height*/
	width: 30px; /*adds a fixed width*/
	cursor: pointer; /*sets cursor to point cursor*/
}

.featured-buttons {
	height: 144px; /*sets fixed height*/
	width: 30px; /*sets fixed width*/
	margin-left: -30px; /*adds left margin*/
	padding-top: 50px; /*adds top padding*/
}	

/* MENU CSS */
#menu {
	display: block;
	height: 50px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	font-weight:normal
	}
#menu ul{
	display:block;
	margin:0px;
	padding:0px;
	list-style-type:none;
	width:auto;
	}
#menu ul li{
	float:left;
	}

#menu ul li a{
	color: #8cc541;
	text-decoration:none;
	margin-left:20px;
	font-size: 16px;
	}
#menu ul li a:hover, #currentpage{
	padding-bottom: 4px;
	border-bottom: #8cc541 4px solid;
	
	}
	
/* TAGS CSS */
#logo_img{
	display:inline;
	float:left;
	padding: 40px;
	border: 0;
	}
#logo span{
	display:block;
	color:#666;
	padding: 20px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
	font-weight:normal;
	width: 200px;
	}
h2 {
	list-style-type:none;
	color: #4396b1;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:normal;
	padding-top: 4px; 
	padding-bottom: 4px;	
	}
p{
	text-align:justify;
	text-indent: 20px;
	}
/* MAIN CSS */

/* #main{
	display: block;
	float:left;
	}
*/
/* MENU1 CSS */
#menu1{
	display:block;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight: normal;
	width:220px;
	height: 100%;
	padding:0;
	}
#menu1 ul{
	list-style-type:none;
	border-top:#c5c5c5 1px solid;
	border-right:#c5c5c5 1px solid;
	border-left:#c5c5c5 1px solid;
	border-bottom:#c5c5c5 1px solid;
	background-color:#f7f7f7;
	}
#menu1 ul li{
	display:block;
	padding: 4px;
	}
#menu1 ul li a{
	color: #8cc541;
	text-decoration:underline;
	padding: 0px;
	}
#menu1 ul li ul{
	display:block;
	width: 170px;
	margin-left: 5px;
	padding: 4px;
	border-left: #c5c5c5 1px solid;
	border-bottom: #c5c5c5 1px solid;
	border-top: #c5c5c5 0px solid;
	border-right:#c5c5c5 0px solid;
	}
#menu1 ul li a:hover{
	color: #4396b1;
	text-decoration:underline;
	}
#menu1 ul li:hover ul{
	display:block;
	position:relative;
	margin-left: 5px;
	}
#menu1 h2{
	
	}
#menu1 span{
	display:block;
	list-style-type:none;
	color: #4396b1;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:normal;
	border:#c5c5c5 1px solid;
	padding:6px;
	background: url(../images/mail_button.jpg) repeat-x center;
	-webkit-border-radius: 10px;    /* for Safari */
    -moz-border-radius: 10px;       /* for Firefox */
	}

#content {
	display: block;
	width:auto;
	}
/* form */
.formtable {
	font-size: 12px;
}
.formtable span {
	display: block;
	font-weight: bold;
	color: #fff;
	background: grey;
	padding: 4px;
}
.error {
	color: red;
}
.textinput {
	border: 1px solid silver;
	background-color: #fff;
	margin: 6px;
	height: 20px;
	width: 300px;
	font-size: 12px;
}
.textarea {
	border: 1px solid silver;
	background-color: #fff;
	margin: 6px;
	width: 300px;
	font-size: 12px;
}
.results {
	border: 1px solid silver;
	background-color: #fff;
	margin: 6px;
	width: 50px;
	font-size: 12px;
}
.button {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid grey;
	background: grey;
	color: #fff;
	height: 30px;
	margin: 6px;
	padding: 5px;
}
/* end form */
/* EDIT CLASS OFFER */
.offer {
	list-style-type:none;
	display:block;
	padding:0;
	margin-bottom:20px;
	width: auto;
	height: 256px;
	background: url(../images/content.jpg) repeat-x top center;
	border: #c5c5c5 1px solid;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:normal;
	}
.offer ul li{
	list-style-type:none;
	display:block;
	margin:4px;
	}
.img{
	display: block;
	float:left;
	margin:10px;
	border: #c5c5c5 1px solid;
	}
.offer p{
	padding: 10px;
	text-align:justify;
	text-indent: 20px;
	}
.offer a{
	display:block;
	float:right;
	margin:8px;
	padding:4px 4px 4px 4px;
	color:#8cc541;
	text-decoration:none;
	background:url(../images/mail_button.jpg) repeat-x  center;
	border:#c5c5c5 1px solid;
	-webkit-border-radius: 10px;    /* for Safari */
    -moz-border-radius: 10px;       /* for Firefox */
	}
.text{
	list-style-type:none;
	display:block;
	padding:0;
	margin-top:20px;
	width: auto;
	background: url(../images/i.png) no-repeat left center;
	border: #c5c5c5 0px solid;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:normal;
	}
.text ul li{
	list-style-type:none;
	display:block;
	margin:4px;
	}
/* RIGHT BAR CSS */

#right_bar{
	display:block;
	padding: 0;
	margin: 0;
	
	}
#right_bar p{
	display:block;
	font-size:10px;
	margin-bottom:10px;
	}
#right_bar span{
	color: #8cc541;
}
#mail{
	list-style-type:none;
	display:block;
	width:202px;
	height:174px;
	margin-bottom:20px;
	background-color:#f7f7f7;
	border:#c5c5c5 1px solid;
	/* rem background:url(../images/mail.jpg) no-repeat center; */
	}
#mail ul{
	display:block;
	list-style-type:none;
	margin:auto;
	}
#mail ul li{
	margin:auto;
	}
#mail ul li a{
	display:block;
	color:#8cc541;
	margin-top:20px;
	margin-bottom:20px;
	margin-left:auto;
	margin-right:auto;
	width:148px;
	text-decoration:none;
	padding:7px;
	background:url(../images/mail_button.jpg) repeat-x  center;
	border:#c5c5c5 1px solid;
	font-size: 16px;
	-webkit-border-radius: 10px;    /* for Safari */
    -moz-border-radius: 10px;       /* for Firefox */
	}
#mail span{
	display:block;	
	color: #4396b1;
	text-align:center;
	width:180px;
	margin:10px;
	}
#mail_img{
	display:block;
	margin:auto;
	}
#right_bar a, #news a{
	text-decoration: underline;
	font-size: 12px;
	font-weight: normal;
}
#footer{
	display:block;
	height: 150px;
	background:url(../images/bg_bottom.jpg) repeat-x;
	margin:auto;
	-webkit-border-radius:0;    /* for Safari */
    -moz-border-radius:0;       /* for Firefox */
	}
#footer #menu3{
	display:inline;
	width:700px;
	margin:auto;
	list-style-type:none;
	}
#footer #menu3 ul li{
	list-style-type:none;
	float:left;
	margin-left: 20px;;
	margin-top:20px;
	}
#footer #menu3 ul li a{
	
	color:#8cc541;
	font-size:12px;
	text-decoration:none;
	margin:auto;
	}
#footer #menu3 ul li a:hover{
	text-decoration:underline;
	}
#footer #rights{
	display:inline-block;
	margin-left:25%;
	margin-right:25%;
	font-weight:normal;
	color:#666;
	font-size:10px;
	width:400px;
	}
/* A CURRENT */

body#home a#homenav,
body#uslugi a#uslnav,
body#sotrud a#sotrnav,
body#part a#partnav,
body#work a#worknav,
body#cont a#contnav{
	padding-bottom: 4px;
	border-bottom: #8cc541 4px solid;
}
body#bezreag a#beznav,
body#reag a#reagnav,
body#umyag a#zasnav,
body#fcub a#kabnav,
body#fosv a#osvnav,
body#disp a#dispnav,
body#ufster a#sternav,
body#fmeh a#mehnav,
body#osmos a#vodnav,
body#magn a#magnnav,
body#ozon a#ozonnav,
body#aerac a#aernav,
body#kosmos a#komnav,
body#vodop a#vodo,
body#bur a#burenie{
	font-weight: bold;
}

/* USLUGI */
#usltext{
display: block;
margin-top: 10px;
list-style-type: none;
}
#usltext ul{
	list-style-type:none;
}
#usltext ul li{
	display:block;
	float: left;
	border:#c5c5c5 0px solid;
	padding: 4px;
}
#usltext ul li h2{
	margin:auto;
}

.classtext{
display: block;
margin-top: 10px;
list-style-type: none;
}
.classtext ul{
	list-style-type:none;
}
.classtext ul li{
	display:block;
	border:#c5c5c5 0px solid;
	padding: 4px;
}
.rss{
	display: block;
}
#news{
	display: block;	
	width: 202px;
}
#news ul li{
display: block;
	list-style-type: none;
}
#news h3{
	list-style-type:none;
	color: #4396b1;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:normal;
	background:url(../images/rss.png) no-repeat right;
	width: auto;
	padding: 8px;
}
#news ul li i{
	color:#c5c5c5;
	margin-bottom: 4px; 
}
#reklama{
	display: block;
}
#reklama h2{
	padding: 8px;	
}
/* RSS */

.divrrs{width:100%;font-size:10px;background-color:#ffffff;color:#000000;padding:0px;margin:0px;}

.divrrs i{
	display: block;
	color:gray;
	margin-bottom:4px;
	padding:0px;
}

.arss{color:#8cc541;font-size:10px;}

.h1rss{font-size:10px;}

.h2rss{font-size:10px;}
/* SEARCH FORM */
hr{
color:#ffffff;
}
input{
border: #c5c5c5 1px solid;
}


