/* Global */
.hide {
	display: none
}
.hidden {
	display: none;
}
* {
	margin: 0px;
	padding: 0px;
}

a:active {
	outline:none;	
}
a:focus {
	-moz-outline-style:none;	
}

html,body {
	height: 100%;
	font-family: Tahoma,Geneva,Kalimati,sans-serif;
	background: #fff;
	color: #858585;
}

hr {
	width: 708px;
	/*border: inside 1px solid #858585;*/
	border: none;
	height: 1px;
	background-color: #a6a3a3;
}

a img {
	border: 0px;
}
.clear {
	clear: both;
}
.ac {
	text-align: center;
}

/* Header */
#header {

}

#logoContent {
	height: 50px;
	margin: 0;
	padding: 25px 0 25px 0;
	width: 190px;
	text-align: center;
	background: url('/images/logo.jpg') no-repeat center;
}

#logoContent:hover {
	background: url('/images/logo_hover.jpg') no-repeat center;
}

#top_hr {
	margin-bottom: 20px;
}
#bottom_hr {
    margin-top: 20px;
}

/* Content */

#content{
	position: relative;
	min-height: 408px;
}

body{
	font-size:12px;
	margin: 0;
	padding: 0;
}

#contacts {
	position: relative;
	left: 50%;
	margin-left: -354px;
	width: 708px;
}

#contacts h2 {
	margin-bottom: 20px;
}

div.wraper{
	position: relative;
}

/* Μενώ */

div.myMenu {
	position:relative;
	z-index:99;
	width: 708px;
}
a img {
	border: none;
}
