@charset "utf-8";
/* CSS Document */

@import url("nav.css");
@import url("content.css");

/* begin 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, 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;
	font-weight:normal;
	font-style:normal;
}
body {
	line-height: 1;
}
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;
}

a {
	cursor:pointer;
	text-decoration:none;
	color:inherit;
}

/* end reset */

/* webfonts */

@font-face {font-family: 'Swiss721GreekBT-Light';src: url('../webfonts/1545DF_0.eot');src: url('../webfonts/1545DF_0.eot?#iefix') format('embedded-opentype'),url('../webfonts/1545DF_0.woff') format('woff'),url('../webfonts/1545DF_0.ttf') format('truetype'),url('../webfonts/1545DF_0.svg#wf') format('svg');}
@font-face {font-family: 'Humanist521BT-Light';src: url('../webfonts/1545DF_1.eot');src: url('webfonts/1545DF_1.eot?#iefix') format('embedded-opentype'),url('../webfonts/1545DF_1.woff') format('woff'),url('../webfonts/1545DF_1.ttf') format('truetype'),url('../webfonts/1545DF_1.svg#wf') format('svg');}
@font-face {font-family: 'Humanist521BT-LightItalic';src: url('../webfonts/1545DF_2.eot');src: url('../webfonts/1545DF_2.eot?#iefix') format('embedded-opentype'),url('../webfonts/1545DF_2.woff') format('woff'),url('../webfonts/1545DF_2.ttf') format('truetype'),url('../webfonts/1545DF_2.svg#wf') format('svg');}

/* /webfonts */

header,
#content,
footer,
hdrImage {
	position:absolute;
	left:0px;
	font-family:Swiss721GreekBT-Light,arial,sans-serif;
}

header {
	top:0px;
	width:100%;
	height:200px;
	z-index:5;
}

	header #hdrLogo {
		width:34px;
		height:56px;
		text-indent:-9999px;
		background:url(../images/headerLogo.png) no-repeat;
		position:absolute;
		z-index:5;
		top:32px;
		left:23px;
		cursor:pointer;
	}
	
	header #lebook_hdr {
		width:26px;
		height:42px;
		position:absolute;
		top:7px;
		left:1074px;
		text-indent:-9999px;
		background:url(../images/header_lebook.png) no-repeat;
		z-index:5;
	}
	
		header #lebook_hdr a {
			width:26px;
			height:42px;
			display:block;
		}
	
	header .addthis_toolbox {
		position:absolute;
		top:85px;
		left:912px;
		white-space:nowrap;
		z-index:5;
	}

#content {
	top:227px;
	width:100%;
	height:1005px;
	z-index:1;
	overflow:hidden;
}

footer {
	width:1171px;
	height:320px;
	border-top:4px solid #e5e5e5;
	position:relative;
	left:15px;
	margin:115px 0 0 0px;
	clear:both;
}

	footer ul {
		float:left;
		margin:17px 0 0 0px;
		color:#666;
		width:700px;
	}
	
		footer ul li {
			float:left;	
		}
		
		footer ul li#footerLogo {
			text-indent:-9999px;
			background:url(../images/logo_footer.png) no-repeat;
			width:67px;
			height:57px;
			margin-right:30px;
			cursor:pointer;
		}
		
		footer ul li.toprow {
			font-size:0.75em;
			margin-right:30px;
			padding-top:45px;
		}		
		
		footer ul li.middlerow {
			font-size:0.625em;
			margin-top:45px;
			text-align:left;
		}
		
		footer ul li.lebook {
			clear:left;
			width:45px;
			margin-right:50px;
		}
		
			footer ul li.lebook span#lebook {
				display:block;
				width:42px;
				height:54px;
				text-indent:-9999px;
				margin-top:12px;
				background:url(../images/logo_footer_leBook.gif) no-repeat bottom right;
			}
			
			footer ul li.middlerow span {
				float:left;	
			}
			
			footer ul li.middlerow span#iava {
				width:76px;
				height:73px;
				text-indent:-9999px;
				margin:12px 20px 0 0px;
				background:url(../images/logo_footer_iava.gif) no-repeat;
				clear:left;
			}
			
			footer ul li.middlerow span#aiga {
				width:41px;
				height:73px;
				text-indent:-9999px;
				margin-top:22px;
				background:url(../images/logo_footer_aiga.gif) no-repeat;
			}
			
		footer ul li.middlerow#partner {
			margin-left:150px;	
		}
			
			footer ul li.middlerow#partner span#nyit {
				width:162px;
				height:40px;
				text-indent:-9999px;
				margin-top:28px;
				background:url(../images/logo_footer_nyit.gif) no-repeat;
				clear:left;
			}
		
		footer ul li.bottomrow {
			margin-top:25px;
			font-size:0.875em;
			margin-right:10px;
		}
		
		footer ul li.bottomrow#copyright {
			clear:left;
		}


#headerImage {
	height:475px;
	width:100%;
	overflow:hidden;
	top:0px;
	z-index:0;
}

	#headerImage img {
		width:100%;
		min-width:1500px;
		min-height:475px;
	}
