/* @override http://local/misc/krasznai/styles/main.css */

/* @group RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
html, body {
	height: 100%;
}
body {
	line-height: 1;
	background: #ddd;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 16px;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* @end */


/* @group STRUCTURE */

#header {
	border-bottom: 9px solid #505765;
}

#menu {
	height: 155px;
	background: url(../images/web/menu_bg.png) repeat-x;
}

#menu_wrapper {
	width: 852px;
	margin: 0 auto;
	position: relative;
}

#logo {
	background: url(../images/web/logo.png) no-repeat;
	width: 206px;
	height: 123px;
	margin-top: 32px;
	float: left;
	display: inline;
	margin-left: 5px;
}

#menu ul {
	height: 20px;
	margin-top: 127px;
	float: left;
	font-weight: bold;
}

#menu ul li {
	display: inline;
	float: left;
	padding: 0 10px;
	border-right: 1px solid #7d2b21;
	border-left: 1px solid #a83f41;
}

#menu ul li a {
	font-size: 90%;
	color: #fff;
	text-decoration: none;
	padding: 3px 0;
}

#menu ul li a:hover {
	border-bottom: 2px solid #da2f2f;
}

#menu ul li:first-child {
	border-left: none;
}
#menu ul li:last-child {
	border-right: none;
}

#flash {
	height: 161px;
	background: url(../images/web/flash_bg.png) repeat-x;
}
#flash_wrapper {
	width: 852px;
	height: 161px;
	margin: 0 auto;
}

#body {
	background: #fff;
	width: 852px;
	margin: 0 auto;
}

#body h1 {
	background: #414967 url(../images/web/page_title_bg.png) repeat-x;
	height: 24px;
	color: #dbe3ec;
	font-weight: bold;
	font-size: 14px;
	padding-top: 8px;
	padding-left: 20px;
	text-shadow: #323952 0 -1px 0;
}

#body #contents {
	font-size: 82%;
	color: #444;
	line-height: 130%;
	padding: 30px 40px;
}

#body #contents p {
	/*margin-left: 240px;*/	
	padding-bottom: 15px;
	text-align: justify;
}

#body #contents ul li {
	margin-bottom: 4px;
}

#body #contents a {
	color: #008fb5;
	font-weight: bold;
	text-decoration: none;
}
#body #contents a:hover {
	color: #00aedc;
	font-weight: bold;
}

#body h2 {
	font-size: 120%;
	margin: 15px 0 5px;
	text-transform: capitalize;
}
#body h3 {
	font-size: 110%;
	margin-bottom: 5px;
}

#body li {
	list-style: disc;
	margin-left: 15px;
}

#body #contents table {
	margin: 0px 0 20px;
	width: 60%;
}

#body #contents table td{
	border: 1px solid #ccc;
	padding: 5px 10px;
}

#body #contents table.clean td{
	border: 0;
}

#footer {
	color: #ddd;
	font-size: 77%;
	height: 24px;
	text-align: center;
	padding-top: 8px;
	background: url(../images/web/footer_bg.png) repeat-x;
	text-shadow: #787878 0 -1px 0;
}

#footer a {
	color: inherit;
/*	color: #ffefc6;*/
	text-decoration: none;
/*	text-shadow: #00ff16 0 0 1px;*/
}

#footer a:hover {
/*	text-shadow: #9bffa4 0 0 6px;*/
}

/* @end */

/* @group WRAPPING */

#wrapper {
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -32px;
}
#push {
height: 32px;

}

.clearfix:after{clear: both; content: '.'; display: block; visibility: hidden; height: 0;}
.clearfix{display: inline-block;}
* html .clearfix{height: 1%;}
.clearfix{display: block;}

/* @end */

#map_link {
	float: left;
	margin-right: 50px;
	background-color: #eee;
	padding: 5px;
	border: 1px solid #ddd;
	margin-bottom: 25px;
}


