/* CSS Document */
* {
	margin:0;
	padding:0;
}
body {
	font-family: "Trebuchet Ms", Arial, Helvetica, sans-serif;
	text-align:center;
	background:#1d0a00 url('http://www.allaria.gr/images/bg.jpg') repeat-x left top;
}
#container {
	width:960px;
	text-align:left;
	margin:0 auto;
}
#header {
	width:960px;
	height:312px;
	position:relative;
}
#header h1 { margin:0;}
#header h1 a {
	display:block;
	background:url('http://www.allaria.gr/images/logo.gif') no-repeat;
	width:198px;
	height:122px;
	text-indent:-9999px;
	position:absolute;
	left:0;
	top:0;
}
ul#languages {
	list-style-type:none;
	position:absolute;
	right:0;
	top:20px;
}
ul#languages li {
	display:inline;
	float:left;
	margin-right:5px;
}
ul#languages li a {
	display:block;
	width:28px;
	height:28px;
	text-indent:-9999px;
}
ul#languages li a.gr {background:url('http://www.allaria.gr/images/gr.gif') no-repeat;}
ul#languages li a.en {background:url('http://www.allaria.gr/images/en.gif') no-repeat;}
ul#languages li a.de {background:url('http://www.allaria.gr/images/de.gif') no-repeat;}
ul#languages li a.fr {background:url('http://www.allaria.gr/images/fr.gif') no-repeat;}

ul#languages li a:hover {
	opacity:.60;
	filter: alpha(opacity=60); 
	-moz-opacity: 0.6;
}
#flash {
	position:absolute;
	left:70px;
	bottom:14px;
}
#nav {
	width:960px;
	height:36px;
	background:url('http://www.allaria.gr/images/navBar.gif') no-repeat;
	margin-top:-14px;
	padding-left:30px;
}
#nav li {
	display:inline;
	float:left;
	text-align:center;
	font-size:13px;
}
#nav li a {
	color:#FFFFFF;
	float:left;
	display:block;
	padding:8px 30px 0 30px;
	text-decoration:none;
	height:28px;
}
#nav li a:hover, #nav li.selected a {background:url('http://www.allaria.gr/images/navActive.gif') no-repeat center;}

#content {
	width:960px;
	overflow:hidden;
	position:relative;
	padding-bottom:30px;
}
.homeContent {background:url('http://www.allaria.gr/images/homeContent.gif') no-repeat bottom;}
.contentInside {background:url('http://www.allaria.gr/images/content.gif') no-repeat bottom;}

#welcome {
	width:390px;
	padding:10px;
	float:left;
}
#welcome a.more { left:35px;}
#homeRooms {
	width:299px;
	padding:10px;
	float:left;
}
#homeLocation {
	width:211px;
	height:300px;
	padding:10px;
	float:left;
	background:url('http://www.allaria.gr/images/creteGraphic.gif') no-repeat right 150px;
}
#homeRooms h2, #homeLocation h2, #rightSidebar h2 {margin:0;}
#leftSidebar {
	width:709px;
	padding:10px;
	float:left;
}
#rightSidebar {
	width:211px;
	float:left;
}
#content ul {margin:0 0 0 15px;}
p {
	font-size:80%;
	line-height:18px;
	margin:8px 0;
}
a {
	color:#723717;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
li {font-size:80%;}

h1, h2, h3, h4 {color:#733818; font-weight:normal;}

h1 {
	font-size:180%;
	margin-bottom:15px;
}
h2 {
	font-size:120%;
	margin:20px 0 0 0;
}
h3 {
	font-size:100%;
	margin:20px 0 0 0;
}
p img {
	border:3px solid #a08c5e;
	padding:1px;
	background:#FFFFFF;
}
blockquote {
	background:#f8f3e8;
	padding:10px;
	font-size:80%;
	margin:10px;
}
a.more {
	position:absolute;
	bottom:0;
	display:block;
	background:url('http://www.allaria.gr/images/moreBtn.gif') no-repeat;
	width:95px;
	padding:3px 0 0 16px;
	height:22px;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
a.more:hover {
	opacity:.80;
	filter: alpha(opacity=80); 
	-moz-opacity: 0.8;
}
#footer {
	width:869px;
	height:70px;
	padding:10px;
	margin:0 auto;
	background:url('http://www.allaria.gr/images/footerBg.gif') no-repeat;
	position:relative;
}
#footer p {
	color:#FFFFFF;
	font-size:75%;
}
ul#developers {
	position:absolute;
	right:5px;
	top:25px;
}
ul#developers li {
	display:inline;
	float:left;
	margin-right:15px;
}
ul#developers li a {
	display:block;
	text-indent:-9999px;
}
ul#developers li a.nohsys { background:url('http://www.allaria.gr/images/nohsys.gif') no-repeat; width:60px; height:23px;}
ul#developers li a.petrosdimitriadis { background:url('http://www.allaria.gr/images/petrosdimitriadis.gif') no-repeat; width:117px; height:23px;}



