
@import url("reset.css");

html, body {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	text-align:left;
}

#background {
	position:fixed;
	z-index:1;
	width:100%;
	height:100%;
}

#background img {
	width:100%;
	height:100%;
}

body {
	color: #777;
	text-align: center;
	font-size: 12px;
	font-family: Tahoma,Verdana,Arial;
}

body a {
	text-decoration: none;
	color: #777;
}

body a:hover {
	color: #000;
}

#container {
	position: absolute;
	width:100%;
	z-index: 2;
}

#page {
	width: 940px;
	min-height: 960px;
	background:url(../images/bg.png) repeat-x;
	margin: 0 auto;
	position: relative;
}

#header {
	width: 940px;
	height: 412px;
	position: relative;
}

#header .wall {
	width: 940px;
	height: 390px;
	position:absolute;
	top:12px;
	background-repeat: no-repeat;
	z-index: 5;
}

#header ul#menu {
	position: absolute;
	z-index: 15;
	left: 120px;
}

#header ul#menu li {
	float:left;
	width:102px;
	height:30px;
	background: url(../images/tab.png) no-repeat 0px -20px;
	margin: 0 2px 0 0;
	padding: 20px 0;
}

#header ul#menu li a {
	font-size: 14px;
	color:#fff;
}

#header ul#menu li a:hover {
	color: #2d3397;
}

#header img.logo {
	position:absolute;
	top:150px;
	left:90px;
	z-index: 10;
}

#header ul#langs {
	position:absolute;
	top:20px;
	right:10px;
	z-index: 10;
}

#header ul#langs li {
	float:left;
	margin-left: 5px;
}

#main {
	position: relative;
	top:-30px;
	margin: 0px auto;
	width: 720px;
	height: 525px;
	background: url(../images/main.png) no-repeat;
	z-index: 20;
}

#main .welcome {
	font-size: 26px;
	z-index: 25;
	color: #606060;
	padding: 0 0 6px 0;
	border-bottom: 1px solid #606060;
	width: 455px;
	position: relative;
	top: 10px;
	left: 15px;
	text-align: left;
}

#main .welcome strong {
	color: #212592;
}

#main .main-photo {
	width: 210px;
	height: 320px;
	position: relative;
	top: 25px;
	left: 20px;
}

#content {
	position: absolute;
	top: 50px;
	left: 235px;
	width: 215px;
	height: 320px;
	color: #4b4b4b;
	padding: 10px;
	overflow: auto;
}

#content p {
	margin-left: 10px;
	margin-top: 10px;
	padding-bottom: 10px;
	text-align: left;
	line-height: 16px;
	font-size: 14px;
}

#content h1 {
	font-size:20px;
	font-weight:bold;
	text-align:left;
}

#content h2 {
	margin-left: 10px;
	font-size:14px;
	font-style:italic;
	text-align:left;
}

#photos {
	position: relative;
	left: 10px;
	width: 460px;
	background: #f2f2f2;
	z-index: 20;
}

.mini-gallery {
	top: 40px;
	height: 120px;
}

.gallery {
	top: 20px;
	height: 420px;
}

#photos ul {
	float:left;
	padding: 10px 5px 10px 5px;
}

#photos ul li {
	float:left;
	padding-left:10px;
}

#right {
	position: absolute;
	top: 15px;
	right: 15px;
	width:220px;
}

#right div {
	width:220px;
	float:left;
}

#right div.facebook {
	height: 120px;
	background: url(../images/facebook.png) no-repeat;
}

#right div.gmap {
	margin-top:2px;
}

#right div.gmap a {
	font-family: Arial;
	font-size: 10px;
}

#right div.facebook ul {
	padding: 90px 0;
	width:220px;
}

#right div.facebook ul li.join {
	float:left;
	width:80px;
}

#right div.facebook ul li.like {
	float:left;
	margin-left:20px;
}

#right div.facebook ul li a {
	margin-left:10px;
	font-size: 18px;
	color: #fff;
}

#right div.facebook ul li a:hover {
	font-size: 20px;
}

#vassilisdesign .copyright {
	float:left;
	padding-left: 110px;
}

#vassilisdesign .copyright,#vassilisdesign .copyright a {
	font-size:11px;
	color:#fff;
}
#vassilisdesign .copyright a:hover {
	text-decoration: underline;
}

#vassilisdesign {
	position: absolute;
	top:920px;
	margin: 0px auto;
	z-index: 20;
	width: 830px;
	height: 18px;
}

#vassilisdesign img {
	width: 106px;
	height: 18px;
	float:right;
}

#scrollable {
	position:relative;
	overflow:hidden;
	width:460px;
	height: 410px;
}

#scrollable .items {
	position: absolute;
	top:0px;
}

#scrollable-actions {
	width:430px;
	margin:15px 10px 0px 10px;
}

#scrollable-actions a {
	font-size:20px;
	cursor:pointer;
	color:#666;
}

#scrollable-actions a:hover {
	text-decoration:none;
	color:#000;
}

#scrollable-actions a.prev {
	float:left;
}

#scrollable-actions a.next {
	float:right;
}
