@charset "iso-8859-2";
/* CSS Document */
@import url(http://fonts.googleapis.com/css?family=Reenie+Beanie);
/**************************************************************************/
/*									GLOBAL OBJECTS
/**************************************************************************/
* {
	margin: 0px;
	padding: 0px;
	outline: none;
	border: 0px;
	background: none;
}
ul {
	margin: 10px 0;
	padding-left: 20px;
}
p {
	margin: 10px 0;
}
a {
	text-decoration: none;
	color: #2c84b1;
}
a:hover {
	color: #dc8530;
}
hr {
	border: 0px;
	background: none;
	margin: 4px 0;
	border-bottom: 1px dashed #b7b7b7;
}
input[type=text],
input[type=password],
input.txt,
input.text,
textarea {
	margin: 6px 0;
	padding: 3px 6px;
	border: 0px;
	background: #fff;
	border: 1px solid #aaa;
	color: #444;
	font: normal 14px Arial, Helvetica, sans-serif;

	-moz-border-radius: 16px;
	-webkit-border-radius:16px;
	border-radius: 16px;
}
textarea {
	padding: 1px;
}
input[type=text]:hover,
input[type=password]:hover,
input.txt:hover,
input.text:hover,
textarea:hover {
/*	background: #fdfdfd;*/
	border: 1px solid #999;
	
	-webkit-box-shadow: 0px 0px 3px #ccc;
	-moz-box-shadow: 0px 0px 3px #ccc;
	box-shadow: 0px 0px 3px #ccc;
}
input[type=text]:focus,
input[type=password]:focus,
input.txt:focus,
input.text:focus,
textarea:focus {
	background: #fff;
	border: 1px solid #777;
	
	-webkit-box-shadow: 0px 0px 4px #aaa;
	-moz-box-shadow: 0px 0px 4px #aaa;
	box-shadow: 0px 0px 4px #aaa;
}

input[type=button],
input[type=submit],
input.btn,
input.button {
	border: 1px solid #72c1ea;
	background: #2780ae url(../images/button.png) repeat-x left top;
	padding: 2px 10px;
	font: normal 14px Arial, Helvetica, sans-serif;
	color: #fff;
	text-shadow: #4e4e41 0px 1px 0px;
	cursor: pointer;
	margin: 10px 0;
	
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	border-radius: 16px;
}
input[type=button]:hover,
input[type=submit]:hover,
input.btn:hover,
input.button:hover {
	-moz-box-shadow: 0px 0px 3px #5ba8d0;
	-webkit-box-shadow: 0px 0px 3px #5ba8d0;
	box-shadow: 0px 0px 3px #5ba8d0;
}

div.search-input {
	position: relative;
	width: 150px;
}
div.search-input input.txt {
	display: block;
	width: 136px;
	margin: 0px auto;
	background: #fff;
}
div.search-input div.search-go {
	display: block;
	position: absolute;
	right: 8px;
	top: 6px;
	width: 12px;
	height: 12px;
	background: url(../images/icon-search.gif) no-repeat left top;
	cursor: pointer;
}
div.search-input div.search-go:hover {
	background-position: right;
}




/**************************************************************************/
/*									BASE GRID
/**************************************************************************/
body {
	background: #e9edef;
	margin-top: 190px;
	font: normal 12px Arial, Helvetica, sans-serif;
	background: url(../images/body.jpg) repeat center top;
}

div#header-frame {
	position: absolute;
	top: -190px;
	left: 0px;
	width: 100%;
	height: 190px;
}
div#header-bg {
	position: relative;
	width: 100%;
	height: 190px;
	background: url(../images/header.png) no-repeat center top;
}
div#header {
	position: relative;
	width: 960px;
	height: 190px;
	margin: 0 auto;
}
div#main-frame {
	position: relative;
	width: 100%;
	background: url(../images/page.png) repeat-y center top;
}
div#page {
	position: relative;
	width: 960px;
	margin: 0 auto;
	padding: 20px 0 20px 0;
}
div#footer-frame {
	position: relative;
	width: 100%;
	background: url(../images/footer.jpg) no-repeat center bottom;
}
div#footer {
	position: relative;
	width: 960px;
	margin: 0 auto;
}



/**************************************************************************/
/*									HEADER
/**************************************************************************/
a#homenav {
	position: absolute;
	top: 44px;
	left: 10px;
	display: block;
	width: 180px;
	height: 110px;
}
#headerbanner {
	position: absolute;
	width: 728px;
	height: 90px;
	top: 15px;
	left: 217px;
	overflow: hidden;
}
/********************** MENU ********************/
div#header-menu {
	position: absolute;
	z-index: 100;
	top: 120px;
	left: 200px;
	height: 60px;
	width: 560px;
}
div#header-menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	position: absolute;
	display: block;
	height: 22px;
}
div#header-menu ul li {
	position: relative;
	display: block;
	float: left;
	padding: 0;
	margin: 0px;
}
div#header-menu ul li a {
	display: block;
	float: left;
	position: relative;
	text-decoration: none;
	color: #6c757f;
	text-shadow: #fff 0px 1px 0px;
	font: normal 30px/40px 'Reenie Beanie', Arial, Helvetica, sans-serif;
	padding: 0 24px;
	background: url(../images/menu.gif) no-repeat center bottom;
}
div#header-menu ul li a.active,
div#header-menu ul li a:hover {
	color: #555;
	background-image: url(../images/menu-over.gif);
}
div#header-menu ul li a.active {
	color: #2066b5;
}

/*** lenyíló ***/
div#header-menu ul li.dropdown {
	background: url(../images/menudown.gif) no-repeat right bottom;
}
div#header-menu ul li.dropdown:hover {
	background-image: url(../images/menudown-over.gif);
}
div#header-menu ul li.dropdown a {
	padding-right: 20px;
}

div#header-menu ul li ul.sub {
	display: none;
	
	position: absolute;
	z-index: 200;
	top: 40px;
	left: 50px;
	background: #fff;
	height: auto;
	min-width: 130px;
	
	-moz-box-shadow: 0px 0px 3px #888;
	-webkit-box-shadow: 0px 0px 3px #888;
	box-shadow: 0px 0px 3px #888;
}
body.browserIE div#header-menu ul li ul.sub {
	border: 1px solid #ccc;
}
div#header-menu ul li ul.sub li {
	display: block;
	float: none;
}
div#header-menu ul li ul.sub li a {
	font: normal 12px/14px Arial, Helvetica, sans-serif;
	background: none;
	float: none;
	padding: 4px 10px;
}
div#header-menu ul li ul.sub li a:hover {
	color: #2066b5;
	background: #e7edf1;
}

/********************** SEARCH ********************/
div#header-search {
	display: block;
	position: absolute;
	left: 786px;
	top: 114px;
	height: 50px;
	width: 160px;
	margin: 0px;
	font: bold 22px/24px 'Reenie Beanie', Arial, Helvetica, sans-serif;
	color: #25587f;
}
div#header-search div.search-input {
	margin: 0 auto;
}
/********************** LOCATION ********************/
div#location {
	position: absolute;
	top: 176px;
	left: 0px;
	width: 950px;
	padding: 0 5px;
	color: #4f4f4f;
	font-size: 10px;
	line-height: 14px;
}
div#location a {
}
div#location a:hover {
}
div#location span {
	color: #818181;
	padding: 0 8px 0 0;
}
div#location h3 {
	display: inline;
	font-weight: bold;
}

/**************************************************************************/
/*									PAGE
/**************************************************************************/
div#page-left {
}
div#page-right {
	float: right;
}

/**************************************************************************/
/*								SIDE ELEMENTS
/**************************************************************************/
div.sidebox {
	margin: 0 0 20px 0;
}
div.sidebox h4 {
	font: normal 34px/40px 'Reenie Beanie', Arial, Helvetica, sans-serif;
	color: #367ca9;
	margin: 0px 0px 10px 0;
}

#loginbox {
	text-align: center;
}
#loginbox h4 {
	text-align: left;
}
#loginbox h4 span {
	display: block;
	font-size: 30px;
	color: #479A1F;
}
#loginbox input.btn {
	margin: 2px 0;
}

/**************************************************************************/
/*									BANNERS
/**************************************************************************/
.banner {
	background: #fff;
	padding: 5px;
	overflow: hidden;
	
	-moz-box-shadow: 0px 0px 3px #888;
	-webkit-box-shadow: 0px 0px 3px #888;
	box-shadow: 0px 0px 3px #888;
}
body.browserIE .banner {
	padding: 4px;
	border: 1px solid #ccc;
}
.banner160x600 {
	width: 160px;
	height: 600px;
}
.banner336x280 {
	width: 336px;
	height: 280px;
}


/**************************************************************************/
/*									FOOTER
/**************************************************************************/
div#footer div#footer-head {
	font: normal 11px/24px Arial, Helvetica, sans-serif;
	color: #676e76;
	background: url(../images/footertop.gif) no-repeat center bottom;
}
div#footer div#footer-head a {
	color: #4a5159;
}
div#footer div#footer-head a:hover {
	color: #3e79bb;
}
div#footer div.rights {
	padding: 0px 0 0 0px;
}
div#footer ul.menu {
	float: right;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
div#footer ul.menu li {
	display: block;
	float: left;
	padding: 0px 0px 0 40px;
	margin: 0px;
}
div#footer ul.menu li a {
	display: block;
	float: left;
}

div#footer div#footer-content {
	font: normal 10px/16px Arial, Helvetica, sans-serif;
	color: #8c9297;
	padding: 10px 0;
	text-shadow: #fff 0px 1px 0px;
}
div#footer div#footer-content div.links {
	text-align: center;
}
div#footer div#footer-content a {
	color: #5f686f;
}
div#footer div#footer-content a:hover {
	color: #30363b;
}
div#footer div#footer-content h2 {
	text-align: center;
	font: normal 30px/34px 'Reenie Beanie', Arial, Helvetica, sans-serif;
	margin: 10px 0 20px 0;
	color: #9ca5ac;
}




