html, body {
	height: 100%;
}

body {
font: 14px Verdana, Tahoma, sans-serif;
color: #444;
margin: 0 auto 20px auto;
padding: 0;

}

#main {
    	overflow: auto;
	margin: 0 auto;
	padding: 0;
	width: 100%;
}

.logo {
	margin-left: 50px;
}

#container {
  width: 1024px;
  margin: 0px auto 0 auto;
  padding: 0;
}

#main {
	margin: 0 auto;
	padding: 0;
	width: 1100px;
}

#header {
	margin: 0 auto;
	padding: 0;
	width: 1100px;
	height: 500px;
	background: #1f2f14 url(../images/header.jpg) 100% 0 no-repeat;
}


#top {
	position: absolute;
	margin: 0 auto;
	padding: 0;
	width: 1100px;
	height: 110px;
	background: url(../images/bg.png) 100% 0 repeat-x;
}

#top ul {
	margin: 0;
	margin-top: 23px;
	padding: 0;
	float: right;
}

#top ul li {
	width: 165px;
	height: 85px;
	padding: 0;
	float: right;
	background-image: url(../images/nav-bg.png);
	background-repeat: no-repeat;
	list-style: none;
	text-align: center;
	padding-top: 15px;
	font-size: 10px;
	font-weight: bold;
}

#top ul li:hover {
	width: 165px;
	height: 85px;
	padding: 0;
	float: right;
	background-image: url(../images/nav-bg-sel.png);
	background-repeat: no-repeat;
	list-style: none;
	text-align: center;
	padding-top: 30px;
	font-size: 12px;
	font-weight: bold;
}

#top ul li.sml:hover {
	font-size: 10px;
}

.deviz {
	position: absolute;
	margin: 0;
	top: 4px;
	right: 10px;
	color: #fff;
	font-family: Tahoma, Verdana, Arial;
	font-weight: bold;
}



#menu #verh {
    margin: 0;
    margin-top: -15px;
    padding: 0;
    width: 300px;
    height: 15px;
    background: url(../images/menu-bg-top.png) 0 0 no-repeat;
}

#menu #niz {
    position: absolute;
    padding: 0;
    width: 300px;
    height: 17px;
    background: url(../images/menu-bg-bottom.png) 0 0 no-repeat;
}

#menu {
    position: absolute;
    margin: 0 0 0 6px;
    margin-top: -1px;
    padding: 0;
    width: 300px;
    background: url(../images/menu-bg.png) 0 0 repeat-y;
    float: left;
}

#menu li {
    padding-top: 4px;
    padding-bottom: 4px;
}

#menu li a {
	display: block;
	text-decoration: none;
	color: #70351a;
	
	font-weight: bold;
}

#menu ul{
    list-style: none;
    margin-left: 10px;
    padding: 0;
    width: 275px;
    font-family: Arial, sans-serif;
    font-size: 11px;
    float: left;
}

#menu li ul {
  display: none;
  position: absolute;
  width: 230px;
  background: #fff;
  margin-left: 270px;
  z-index: 1;
  margin-top: -19px;
  border: 1px solid #fdb067;
}

#menu li:hover ul,
#menu li.jshover ul {
	display: block;
}

#menu li ul li {
	padding: 5px;
	display: block;
	color: #1c60aa;
}

#menu li ul li:hover {
	padding: 5px;
	display: block;
	color: #333;
	background-color: #ffddbc;
}

#menu li:hover {
	display: block;
	color: #333;
	background-color: #e8dcd6;
}

#telo {
    background-color: #d2c9bb;
    margin: 0;
    padding: 16px;
    padding-left: 316px;
    width: 768px;
    float: left;
    text-align: justify;
}

#telo h1 {
    margin-bottom: 20px;
    color: #1c60aa;
    font: bold 16px "Trebuchet MS", Arial, Helvetica, Sans-serif;
    line-height: 110%;
}

#copy {
	margin: 0 auto;
	padding: 0;
	width: 1100px;
	height: 135px;
	background: #ed9332 url(../images/copy.jpg) 100% 0 no-repeat;
	color: #fff;
	text-align: center;
}

#copy a {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dashed #fff;
}

#copy a:hover {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #fff;
}
