/* CSS Document */

body, fieldset, form, ul, li {
	margin: 0px;
	padding: 0px;
	border: none;
}

body {
	background: #4E5A77;
	margin-bottom: 20px;
}

.wrapper {
	font-family: "Trebuchet MS";
	width: 745px;
	text-align: left;
	color: #000000;
	margin: 0 auto;
	background: url(/images/wrapper_bg.gif) bottom left no-repeat #FFFFFF;
	padding-bottom: 3px;
}


/**********/
/* HEADER */
/**********/

.logo {
	margin-left: 22px;
	margin-top: 10px;
	float: left;
	margin-bottom: 15px;
}

.language {
	float: right;
	padding: 14px 34px 0px 0px;
}

.language li {
	float: left;
	list-style: none;
	margin-left: 17px;
}

.language li a {
	display: block;
	width: auto;
	height: 17px;
}

.language li span {
	display: none
}

.language li.lang {
	background: url(/images/btn_slo.gif) no-repeat;
	width: 20px;
	height: 15px;
}

.language li.langEng {
	background: url(/images/btn_eng.gif) no-repeat;
	width: 20px;
	height: 15px;
}

.language li.cont {
	background: url(/images/btn_contact.gif) no-repeat;
	width: 77px;
	height: 17px;
}

.menu {
	font-family: Arial, Verdana;
	font-weight: bold;
	font-size: .75em;
	clear: both;
	height: 37px;
	width: 735px;
	margin: 0 auto;
	margin-bottom: 1px;
	color: #002161;
	background: url(/images/header_bg.gif) top left no-repeat;
	position: relative;
	text-transform: uppercase;
}

.menu ul {
	padding-top: 11px;
	padding-bottom: 12px;
}

.menu li {
	color: #636363;
	display: inline;
	list-style: none;
}

.menu a {
	color: #002161;
	text-decoration: none;
	padding: 11px 20px 11px 20px;
}

.menu a:hover, .menu a.active {
	color: #FFF;
	background: #a71931;
	text-decoration: none;
	padding: 11px 20px 11px 20px;
}

.menu > ul > li:hover > a {
	color: #FFF;
	background: #a71931;
	text-decoration: none;
	padding: 11px 20px 11px 20px;
}

.red a {
	color: #a71931;
}

.menu li ul {
	display: none;
	position: absolute;
	top: 36px;
	left: 0px;
	width: 735px;
	background: #a71931;
	text-align: right;
	padding: 11px 0px 11px 0px;
	margin: 0px;
}

.menu li.show ul {
	display: block;
	position: absolute;
	top: 36px;
	left: 0px;
	width: 735px;
	background: #a71931;
	text-align: right;
	padding: 11px 0px 11px 0px;
	margin: 0px;
}

.menu li:hover ul, .menu li.over ul {
	display: block;
}

.submenu ul {
	padding-top: 11px;
	padding-bottom: 12px;
}

.submenu li {
	color: #FFF;
	display: inline;
	list-style: none;
	height: 37px;
}

.submenu a {
	color: #FFF;
	text-decoration: none;
	padding: 11px 18px 11px 18px;
}

.submenu a:hover, .submenu a.active {
	color: #FFF;
	background: #002161;
	text-decoration: none;
	padding: 11px 18px 11px 18px;
}

.headerPic {
	width: 735px;
	height: 138px;
	margin: 0 auto;
}

.pic0 {
	background: url(/images/header0.jpg) top left no-repeat;
}

.pic1 {
	background: url(/images/header1.jpg) top left no-repeat;
}

.pic2 {
	background: url(/images/header2.jpg) top left no-repeat;
}

.pic3 {
	background: url(/images/header3.jpg) top left no-repeat;
}

.pic4 {
	background: url(/images/header4.jpg) top left no-repeat;
}

.pic5 {
	background: url(/images/header5.jpg) top left no-repeat;
}

.noPic {
	height: 35px;
}
/*
.pic6 {
	background: url(/images/header6.jpg) top left no-repeat;
}
*/

.title {
	background: url(/images/title_bg.gif) bottom left no-repeat #FFFFFF;
	font-size: .8em;
	height: 52px;
	color: #6A6A6B;
	padding: 5px 20px 0px 20px;
	clear: both;
}

.title h2 {
	font-size: 2em;
	color: #A71931;
	font-weight: normal;
	padding: 0px;
	margin-top: 0px;
}

/**********/
/* FOOTER */
/**********/

.footer {
	background: #001C5C;
	font-size: .7em;
	color: #FFF;
	padding: 5px 20px 5px 15px;
	clear: both;
	margin: 3px 3px 0px 3px;
	display: block;
}

.footer a {
	color: #FFF;
	text-decoration: none;
	float: right;
}

.footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.panTitle {
	color:#A71931;
	font-size:1.3em;
	font-weight:normal;
}