body {
	margin: 0px 0px 0px 0px;
	background-image: url(images/bg.jpg);
}

#wrapper {
	margin: 0 auto;
	width: 100%;
}

#header {
	margin: 0 auto;
	width: 100%;
	height: 194px;
	position: relative;
	background-image: url(images/bg_header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}


#logo {
	height: 123px;
	width: 1015px;
	margin: 0 auto;
}

/* ----------------- MENU ------------------ */

#menuwrap {
	margin: 0 auto;
	background-image:url(images/bg_menu.jpg)
}
	
	#menuitem_bg{
		margin: 0 auto;
		background-image: url(images/bg_menuitems.jpg);
		width: 949px;
		height: 38px;
	}	
	
	ul#menu {
		width:630px;
		height:38px;
		list-style:none;
		margin:0 auto;
		padding:0;
		padding-top:0px;
		padding-left:0px;
		position:relative;
	}
	
	ul#menu li {
		float:left;
	}
	
	ul#menu li a {
		background:url(images/spritemenu.jpg) no-repeat scroll top left;
		display:block;
		height:76px;
		position:relative;
	}
	
	ul#menu li a.home {
		width:108px;
		height:38px;
	}
	
	ul#menu li a.aboutus {
		width:136px;
		height:38px;		
		background-position:-108px 0px;
	}
	
	ul#menu li a.services {
		width:144px;
		height:38px;		
		background-position:-244px 0px;
	}	

	ul#menu li a.erga {
		width:92px;
		height:38px;		
		background-position:-388px 0px;
	}	

	ul#menu li a.contact {
		width:150px;
		height:38px;		
		background-position:-480px 0px;
	}	
	
	ul#menu li a span {
		background:url(images/spritemenu.jpg) no-repeat scroll bottom left;
		display:block;
		position:absolute;
		top:0;
		left:0;
		height:100%;
		width:100%;
		z-index:100;
	}
	
	ul#menu li a span:hover {
		cursor:pointer;
	}
	
	ul#menu li a.home span {
		background-position:0px -38px;
	}
	
	ul#menu li a.aboutus span {
		background-position:-108px -38px;
	}
	
	ul#menu li a.services span {
		background-position:-244px -38px;
	}

	ul#menu li a.erga span {
		background-position:-388px -38px;
	}

	ul#menu li a.contact span {
		background-position:-480px -38px;
	}

	.current_home {
		background:url(images/spritemenu.jpg) no-repeat scroll bottom left;		
		width:108px;
		height:38px;		
		background-position:0px -38px;
	}
	
#content {
	margin: 0 auto;
	width: 100%;
	min-height: 650px;
	background-image: url(images/bg_content.jpg);
	background-repeat: repeat-x;
	position: relative;
	background-color: #FFF;
}

#maincontent {
	margin: 0 auto;
	width: 949px;
	min-height: 650px;
	position: relative;
	z-index: 98;
}

#flash {
	width: 944px;
	height: 290px;
	position: relative;
	float:left;
	margin-top: 23px;
}

#text {
	width: 949px;
	height: 292px;
	position: relative;
	float:left;
	margin-top: 10px;
}

#thecompany {
	width: 410px;
	height: 289px;
	position: relative;
	float:left;
	margin: 0px 7px 0px 0px;
	background-image: url(images/bg_thecompany2.jpg);
}

#thecompany img{
	border: none;	
}

	#title_thecompany {
		width: 410px;
		height: 19px;
		position: relative;
		float:left;
		margin-top: 9px;
	}

	#img_thecompany {
		width: 170px;
		height: 170px;
		position: relative;
		float:left;
		margin-top: 12px;
	}

	#text_thecompany {
		width: 217px;
		height: 170px;
		position: relative;
		float:left;
		margin-top: 12px;
		margin-left: 12px;
		font-family: "Century Gothic", Arial;
		font-size: 17px;
		line-height: 27px;
	}

#ourservices, #erga, #contact {
	width: 171px;
	height: 289px;
	position: relative;
	float:left;
	margin: 0px 6px 0px 0px;
	background-image: url(images/bg_ourservices.jpg);
	background-repeat: no-repeat;
}

#ourservices img, #erga img, #contact img{
	border: none;	
}

	#title_ourservices {
		width: 171px;
		height: 19px;
		position: relative;
		float:left;
		margin-top: 9px;
	}

	#img_ourservices {
		width: 170px;
		height: 170px;
		position: relative;
		float:left;
		margin-top: 12px;
	}

	#text_ourservices {
		width: 171px;
		height: 50px;
		position: relative;
		float:left;
		margin-top: 7px;
		margin-bottom: -9px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #666;
		line-height: 16px;
	}
	
#moreinfo {
	width: 100px;
	height: 21px;
	position: relative;
	float:left;
	margin: 14px 0px 0px 3px;
	color: #E4312A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#moreinfo a{
	text-decoration: none;
	color: #E4312A;
}

#moreinfo a:hover{
	background-color: #e4312a;
	color: #FFF;
}

#arrow {
	width: 16px;
	height: 16px;
	position: relative;
	float:left;
	margin: 14px 0px 0px 0px;
}


#footer {
	margin: 0 auto;
	width: 100%;
	height: 143px;
	position: relative;
	background-position: center;	
}

#footercontent {
	margin: 0 auto;
	width: 949px;
	height: 124px;
	position: relative;
	z-index: 99;
}

#footercontent img{
	margin-top: -8px;
}

