@font-face
{
    font-family: MtCorsiva;
    src: url("../fonts/mtcorsva.eot");
    src: local(Monotype Corsiva), url("../fonts/mtcorsva.ttf") format('opentype');
}

body, div, section, nav, p, img, footer, header, a, a:link 
{
    margin: 0;
	padding:0;
	text-decoration: none;
}

html, body{
    height: 100%;
	font-family: Verdana;
	font-size: 14px;
}

body, a
{
	color: #603200;
}


h1, h2, h3, h4, h5, h6
{
	padding: 10px 20px;
	text-align: left;
	margin: 0;
	font-family: MtCorsiva;
}


#wrapper
{
    font-size: 16px;
	height: auto !important;
    min-height: 100%;
    margin: 0 0 -80px 0; 
}

.main
{
	padding: 0 20px;
	position: relative;
}

header
{
	position: relative;
}

header a.logo
{
	display: block;
	width: 250px;
	padding: 150px 20px 120px 100px;
}

header a.logo img 
{
	height: 300px;
}

header #topGallery
{
	position: absolute;
	top: 100px;
	right: 50px;
	width: 600px;
	height: 420px;
	overflow: hidden;
}

header #topGallery canvas
{
	position: absolute;
	top: 0;
	left: 0;
}

header #topGallery img
{
	display: none;
}

header .lang
{
	position: absolute;
	right: 10px;
	top: -30px;
	width: 100px;
	text-align: right;
}

header .lang a
{
	padding: 0;
	margin: 0;
	font-size: 14px;
	height: 16px;
}

header .lang a:hover,
header .lang a:active
{
	padding: 0;
	border: none;
	text-decoration: underline;
	color: #A3A5A2;
}

header .lang a.active
{
	color: #FFFFFF;
}

header .lang img
{
	height: 13px;
	width: 19px;
	vertical-align: middle;
}

nav
{
	padding: 0 20px;
	text-align: center;
}

nav a,
nav a:link,
nav a:visited
{
	font-family: MtCorsiva;
	color: #603200;
	text-decoration: none;
	height: 30px;
	line-height: 30px;
	font-size: 1.6em;
	font-style: italic;
	display: inline-block;
	vertical-align: bottom;
	padding: 20px 20px 20px 70px;
}

nav a:active,
nav .active > a
{
	color: #000;
}

nav a:hover
{
	color: #222;
}

nav div
{
	display: inline-block;
	padding: 0;
	margin: 0;
	position: relative;
}

nav div ul
{
	display: none;
	position: absolute;
	top: 50px;
	left: 0;
	z-index: 100;
}

nav div ul a,
nav div ul a:link,
nav div ul a:visited
{
	font-size: 1em;
	height: 20px;
	line-height: 20px;
	padding: 10px 4%;
	width: 92%;
	text-align: left;
}

.pathway
{
	padding: 0 20px;
	color: #9E0000;
}

.padding a,
.pathway a:link,
.pathway a:visited
{
	color: #EEEEEE;
}

.pathway a:hover,
.pathway a:active
{
	color: #FFFFFF;
	text-decoration: underline;
}

#main
{
	position: relative;
	padding: 20px 20px 20px 340px;
	min-height: 300px;
}

#content, #sidebar .sidebar
{
	border-radius: 10px;
}

#sidebar
{
	width: 280px;
	position: absolute;
	left: 20px;
	top: 20px;
	min-height: 200px;
}

#sidebar .sidebar
{
	margin-bottom: 20px;
	padding: 10px;
}

#sidebar .plate
{
	padding: 10px 20px 10px 80px;
	text-align: right;
	font-size: 1.4em;
	font-weight: bold;
	font-family: MtCorsiva;
	background-image: url('../images/plate.png');
	background-repeat: no-repeat;
	background-position: 10px center;
	background-size: auto 100%;
}

#sidebar ul li
{
	padding: 0 20px;
}

footer, .push, 
footer .main
{
    height: 80px;
}

.push
{
	clear: both;
}

footer .phone
{
	font-size: 22px;
	text-align: center;
}

footer .fb
{
	font-size: 18px;
	text-align: center;
}

footer .fb img,
footer .phone img
{
	vertical-align: middle;
}


#copyright,
#ilweb
{
	position: absolute;
	bottom: 0;
	line-height: 20px;
	font-size: 10px;
}

#copyright
{
	left: 0;
}

#ilweb
{
	right: 0;
}