@charset "utf-8";

body {
    background: url("images/pat.png") repeat-x scroll 0 0 #FFFFFF;
    color: #848484;
    font-family: Arial;
    font-size: 12px;
    margin: 0;
    padding: 0;
    width: 100%;
}

asdas{
	font-family: 'Roboto Condensed', sans-serif;
	font-family: 'Roboto', sans-serif;
	font-family: 'Titillium Web', sans-serif;
	font-family: 'Belleza', sans-serif;
	font-family: 'Oxygen', sans-serif;
	font-family: 'Archivo Narrow', sans-serif;
}

div.item{
    padding-bottom:25px;
}

p, div.blok{
    line-height: 1.6em;
}

#tags ul {
    float: right;
    line-height: 1.6em;
    list-style-type: none;
    margin: 0;
    padding: 30px 100px 0 0;
    text-align: right;
    width: 200px;
}
#tags li{}
#tags li a{
	color:#fff;
}
.ieSlogans {
    float: right;
    margin-right: 125px;
    margin-top: 46px;
}

#myCanvas {
    float: right;
    margin-top: 20px;
}

#contentpat {
    background: url("images/contentpat.png") repeat-x scroll 0 0 #FFFFFF;
    min-height: 187px;
    width: 1000px;
}

#container {
    border-left: 4px solid #FFFFFF;
    border-right: 4px solid #FFFFFF;
    margin: auto;
    width: 1000px;
}

#menu{
	background: url('images/menu.png') repeat-x;
	width: 933px;
	height: 57px;
}

#header {
    background: url("images/header.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    height: 279px;
    position: relative;
    width: 1000px;
}



#logo {
    background: url("images/logo.png") no-repeat scroll 0 0 transparent;
    height: 29px;
    left: 87px;
    position: absolute;
    top: 36px;
    width: 147px;

}
#logo a{
	display:block;
	width:100%;
	height:100%;
	text-decoration:none;
}
#logo span{ visibility: hidden; }


#menuleft{
	width: 238px;
	float: left;
}

#content {
    margin: auto;
    min-height: 272px;
    padding-top: 22px;
    width: 797px;
}



#footer {
    background: url("images/footer.jpg") repeat scroll 0 0 #E9E9E9;
    color: #787878;
    height: 27px;
    margin: auto;
    padding-top: 133px;
    text-align: center;
    width: 1000px;
    color: white;
}

a{
	color: #abb820;
	text-decoration: underline;
}
a:hover{ text-decoration: none; }




hr.cleaner {
      clear:both;
      height:1px;
      margin: -1px 0 0 0; padding:0;
      border:none;
      visibility: hidden;
}

h2{
	color: black;
	font-size: 24px;
	font-family: Myriad Pro;
	width: 279px;
	border-bottom: 1px dotted #cdcdcd;
}


.item h2 {
    width: 100%;
}

.blok {
    float: left;
    margin: 15px;
    text-align: justify;
    width: 367px;
}
h2 span{
	color: #abb820;
}

#slideshowHolder{
	border: 4px solid #d7d7d7;
	margin: auto;
}





.underlinemenu{
font-size: 1.2em;
width: 100%;
}

.underlinemenu ul {
    margin: 0;
    padding: 0 68px 7px 0;
    text-align: right;
}

.underlinemenu ul li {
    background: url("images/separator.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: inline-table;
    height: 21px;
    padding: 44px 23px 0 23px;
    font-size: 17px;
}
.underlinemenu ul li:first-child {
    background: none;

}

.underlinemenu ul li a {
    border-bottom: 4px solid #757575;
    color: #FFFFFF;
    font-weight: bold;
    padding: 6px 4px 4px;
    text-decoration: none;
}
.underlinemenu ul li a.active {
	border-bottom: 4px solid #abb820;
}

a.less, a.more{
	padding-top: 10px;
	float: right;
}
h2 a{
	text-decoration: none;
	color: #000;
}
h2 a:hover{
	color: silver;
}




//.underlinemenu ul li a:hover, .underlinemenu ul li a.selected{
//color: white;
//border-bottom-color: silver;
//}