*{
	margin: 0;
	padding: 0;
	border: none;
}

body{
	background-image: url(../images/home_background.gif) ;
}
#tovabb{
	text-align: center;
	font-family: "HelveticaNeueLTStd Th", Helvetica;
	font-weight: bold;
	font-size: 14pt;
	color: #3e3e3e;
}

#container{
	position: absolute;
	top: 0;
	/*left: 0;*/
	min-width: 1200px;
	width:100%;
	min-height: 100.1%;
	margin-left:auto;
	margin-right:auto;
	
}

#header{
	width: 100%;
	min-height: 146px;
	border-bottom: solid 1px #17479e;
	border-top: solid 30px #fafafa;
	background: #fafafa;
	text-align: center;
}
#header div{
	display: block;
	height: 59px;	
	text-align: center;
}
#header div a{
	line-height: 59px;
	letter-spacing: -3px;
	font-style: italic;
	font-size:  48pt;
	font-family: "MinionPro-Semibold" , "Times New Roman", Times;
}

#menu{
	margin: 65px auto 0 auto;
	min-height: 45px;
}
#menu tr{
	height: 45px;
}
#menu td{
	height: 45px;
	padding: 0 25px;
	height: 45px;
	margin: 0;
	border-left: solid 1px #dcdcdc;
	vertical-align: top;
	text-align: center;
	font-family: "HelveticaEastA 35 Thin", Helvetica;
	font-size: 12pt;
	color: #000;
}
#menu td:first-child{
	border-left: none;	
}
#menu td a{
	display: inline;
	height: 45px;
	font-family: "HelveticaEastA 35 Thin", Helvetica;
	font-size: 12pt;
	color: #ababab;
}
#menu td a:hover{
	color: #898989;
}
#content{
	overflow: hidden;
	position: relative;
	padding-bottom: 134px;	
}
#footer{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 75px;
	padding: 58px 0 0 0;
	background: url(../images/footer.gif);
	text-align: center;
	font-family: Arial, Tahoma;
	font-size: 8pt;
	border-top: solid 1px #fafafa;
	color: #464646;
}

#footer a{
	color: #464646;
	text-decoration: none;
	font-family: "HelveticaNeue LT 25 UltLight", Helvetica;
}
#footer span a{
	font-family: "HelveticaNeueLTStd Th", Helvetica;
	font-weight: bold;
	font-size: 14pt;
	color: #3e3e3e;
}
#footer a:hover{
	color: #000;
}
