﻿*
{
	margin: 0;
	padding: 0;
	list-style: none;
}

h1, h2, h3, h4, h5, h6
{
	font-family: Arial Narrow;
	font-size: 12px;
	color: #000;
}

p
{
	line-height: 17px;
}

a
{
	font-family: Verdana;
	color: #000;
	text-decoration: none;
	display: block;
}

a:hover
{
	color: #000;
}

body
{
	font-family: Lucida Sans Unicode;
	font-size: 11px;
	color: #000;
	background: #fff;
}

#header
{
	width: 1000px;
	margin: 0 auto;
	margin-top: 13px;
	margin-bottom: 17px;
}

#header h1
{
	width: 272px;
	padding: 0 0 10px 21px;
	float: left;
}

#header h2
{
	float: right;
	padding: 10px 20px 0 0;
}

#header #slideshow
{
	height: 212px;
	position: relative;
}

#slideshow IMG
{
	position: absolute;
	z-index: 8;
}

#slideshow IMG.active
{
	z-index: 10;
}

#slideshow IMG.last-active
{
	z-index: 9;
}

#navmenu
{
	width: 995px;
	height: 38px;
	margin: 0 auto;
	position: relative;
	margin-bottom: 37px;
	background: url(../img/bg-navmenu.png);
	padding-left: 3px;
	z-index:2;
}

#navmenu li
{
	float: left;
}

#navmenu li a
{
	display: block;
	padding: 12px 16px 11px 16px;
	background: url(../img/navmenu-sag-cizgi.jpg) no-repeat right;
	font-weight: bold;
	height: 14px;
}

#navmenu li a:hover
{
	background: url(../img/bg-navmenu-li-hover.jpg) repeat-x;
	color: #fff;
}

#navmenu li.last
{
	padding: 3px 0 0 10px;
}

#navmenu li ul
{
	position: absolute;
	display: none;
	z-index:55;
}

#nav-menu li ul li
{
	clear:both;
	width:250px;
}

#nav-menu li ul li a
{
	display: block;
	color:#fff;
	background: url(../img/bg-navmenu-li2.jpg) repeat-x;
	padding: 7px 17px 7px 16px;
	height:17px;
	font-weight:bold;
	border-bottom:1px solid #ccc;
}

#nav-menu li ul li a:hover
{
	background: url(../img/bg-navmenu-li2-hover.jpg) repeat-x;
	color:#000;
}

#nav-menu ul li:hover ul
{
	display: block;
}

#myslides
{ z-index:1;}

#page
{
	width: 980px;
	margin: 0 auto;
	margin-bottom: 15px;
	padding: 0 10px 0 10px;
	position: relative;
}

#page h1
{
	font-family: Arial Narrow;
	font-size: 14px;
	margin-bottom: 15px;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
}

#footer
{
	width: 1000px;
	margin: 0 auto;
	height: 31px;
	background: url(../img/bg-footer.jpg) repeat-x;
}

#footer p
{
	color: #17375E;
	float: left;
	font-weight: bold;
}

#footer p.first
{
	margin: 6px 95px 0 5px;
}

#footer p.last
{
	margin: 6px 0 0 0;
}


