html, body {
	height: 100%;
}

body {
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	line-height: 1.5;
	background-image:url(http://www.pittakos.eu/images/white/bg.png);
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

#totaal {
	margin-left:auto;
	margin-right: auto;
	width: 100%;
	min-width: 800px;
	height: auto;
	z-index: 1;
}

#logo {
	float: left;
	width: 100%;
	height: 110px;
	background-image:url(http://www.pittakos.eu/images/white/logo.png);
	background-position: center;
	background-repeat: no-repeat;
	z-index: 1;
}

#menu{
	float: left;
	width: 100%;
	height: 33px;
	text-align: center;
	background-image:url(http://www.pittakos.eu/images/white/menu.png);
	z-index: 1;
	cursor: default;
}
	#menu_items {
		margin-left:auto;
		margin-right: auto;
		width: 550px;
		height: 33px;
	    margin-top : 2px;
		z-index: 2;
		cursor:default;
	}
	.item {
		float: left;
		width: auto;
		padding-left: 20px;
		padding-right: 20px;
		height: 28px;
		font-size : 14px;
		padding-top : 5px;
	}
	.itemactive {
		float: left;
		width: auto;
		padding-left: 20px;
		padding-right: 20px;
		height: 24px;
		font-size : 14px;
		padding-top : 5px;
		background-image:url(http://www.pittakos.eu/images/white/menu_bg.png);
		background-position: center;
		background-repeat: no-repeat;
	}

#field{
	float: left;
	width: 100%;
	height: 481px;
	z-index: 1;
	cursor: default;
}
	.bg {	
		background-image:url(http://www.pittakos.eu/images/white/field_bg.png);
		background-position: center;
		background-repeat: no-repeat;
	}
	
	.bg_project {
		background-image:url(http://www.pittakos.eu/images/white/bg_project.png);
		background-position: center;
		background-repeat: no-repeat;
	}
	
	.bg_tt {
		background-image:url(http://www.pittakos.eu/images/white/bg_tt.png);
		background-position: center;
		background-repeat: no-repeat;
	}
	
	.bg_int {
		background-image:url(http://www.pittakos.eu/images/white/bg_int.png);
		background-position: center;
		background-repeat: no-repeat;
	}
	#content {
		margin-left: auto;
		margin-right: auto;
		margin-top: 50px;
		width: 800px;
		height: 431px;
		z-index: 2;
		cursor: default;
	}
		#menu2{
			float: left;
			width: 170px;
			height: 200px;
			padding-left: 10px;
			z-index:3;
			line-height: 2;
			cursor: default;
		}
		#menu2 .contact{
				line-height: 1;
		}
		
		#content_text {
			float: right;
			width:607px;
			height:auto;
			padding-left: 10px;
			padding-bottom: 10px;
			z-index:3;
			cursor: default;
		}
		#portfolio {
			float: left;
			width: 602px;
			height: 186px;
			z-index:3;
			cursor: default;
		}
		.big {
			float: left;
			width: 300px;
			height: 186px;
		}
		.small {
			float: left;
			margin-left: 10px;
			margin-bottom: 6px;
			width: 90px;
			height: 90px;
		}
		.medium {
			float: left;
			margin-left: 10px;
			margin-bottom: 6px;
			width: 90px;
			height: 186px;
		}
		.empty {
			background-color: #6d8d24;
		}

#footer{
	float: left;
	width: 100%;
	height: 86px;
	background-image:url(http://www.pittakos.eu/images/white/footer.png);
	background-position: center;
	background-repeat: no-repeat;
	margin-top: -62px;
	z-index: 4;
	cursor: default;
}

#sitemap{
	margin-left: auto;
	margin-right: auto;
	width: 750px;
	height: auto;
	z-index: 4;
	cursor: default;
	text-align: center;
}
	.credits {
		float: left;
		width: 750px;
		height: 75px;
		text-align: center;
		padding-top: 75px;
		color: #ffffff;
		font-size: 11px;
	}
	.sitemap {
		float: left;
		width: 125px;
		height: auto;
		text-align: left;
		line-height: 2;
		font-size: 10px;
		color: #262626;
	}
	#sitemap .sitemap a {
	  color: #262626;
	}
	#sitemap .credits a {
	  color: #ffffff;
	}

h1 {
	font-size: 13px;
	color: #6d8d24;
	font-weight: bold;
}
h1 .a{
	color: #6d8d24;
}

h2 {
	font-size: 10px;
	font-weight: bold;
}
hr {
	color: #7f7f7f;
}

i {
	color: #669933;
}

a:link {
	color: #000000;
	text-decoration:none;
}
a:active {
	color: #000000;
	text-decoration:none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration:none;
}

