/*
 * manolis bournadas - architects template
 * Copyright (c)2010 by Emmanuel Tzevelekakis (manosATfivosnetDOTcom)
 * Last update: Nov 12, 2010
*/
/*	border:1px solid red;*/
/*////////// GENERAL //////////*/
html,body {
	height: 100%;
	width: 100%;
	
	margin: 0px;
	padding: 0px;

	background-color:#959595;
	color:#ffffff;
}

#background-image {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

table.centerBoth {
	position: absolute;
	border-spacing: 0;
	border-collapse: collapse;
	height: 100%;
	width: 100%;
/*	border:1px solid red;*/
}
table.centerBoth,table.centerBoth td {
	padding: 0;
	margin: 0;
	border: 0 none;
}
table.centerBoth td {
  text-align: center; /* IE/Win bug fix */
}

#container {
	width: 1000px;
	text-align: left;
	margin: 0 auto;
/*	padding: 0 0 2em;*/
	padding: 0px;
}
#container a {
	text-decoration: none;
}

#background {
	text-align: left;
	margin: 0 auto;
	padding: 0 0 2em;

	z-index:-1;
	width:700px;
	height:670px;

	background-image:url('../images/bgsquare.jpg');
	background-repeat:repeat-x;
	background-attachment:scroll;
}

/*////////// header //////////*/
#header {
	margin:0px;
	height:53px;

	color:#ffffff;
	background-color:#858585;
	white-space:nowrap;

	background-image:url('../images/bgheader.jpg');
	background-repeat:repeat-x;
}
#hd-logo {
	position:absolute;
	margin-top:10px;
	margin-left:48px;
	width:60px;
	height:32px;
	background-image:url('../images/logo.gif');
	background-repeat:repeat-none;
}
#hd-title {
	position:absolute;
	margin-left:140px;
	margin-top:20px;

	font-family:"Century Gothic",  "Lucida Grande", "Lucida Sans Unicode", "Arial Black", sans-serif;
	font-weight: bolder;
	font-size:1.1em;
}
.hd-slogan-en {
	margin-left:340px;
}
.hd-slogan-el {
	margin-left:360px;
}
.hd-slogan {
	position:absolute;
	margin-top:21px;

	font-family:"Century Gothic", "Lucida Grande", "Lucida Sans Unicode", "Arial", sans-serif;
	font-size:1.1em;

/*	margin-left:360px;*/
}


/*////////// main-container //////////////*/
#main-container {
	position:relative;
	margin-top: 10px;
	padding:0px;
}

#sidebarLT {
	position:absolute;
	margin-right:10px;
	width:210px;
	top:0; left:0; bottom:0;
	z-index: 2;
}

.content-container p {
	margin: 0px;
}
.content-container {
	margin-left:220px;
	padding:0px;

	overflow: hidden;
	width:auto;
	height:auto;

	background-color:transparent;
/*	border:1px solid red;*/
}
/*////////// footer //////////*/
#footer {
	position:relative;
	margin-top:30px;
	padding:0px;

	border-top: 1px solid red;
}
