@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: Open Sans;
	src: url("fonts/OpenSans-Regular.eot") /* EOT file for IE browsers ;*/
	}
@font-face {
	font-family: Open Sans Light;
	src: url("fonts/OpenSans-Light.eot") /* EOT file for IE browsers ;*/
	}
@font-face {
	font-family: Open Sans Semibold;
	src: url("fonts/OpenSans-Semibold.eot") /* EOT file for IE browsers ;*/
	}
@font-face {
	font-family: Open Sans;
	src: url("fonts/OpenSans-Regular.ttf") /* TTF file for CSS3 browsers */;
	}
@font-face {
	font-family: Open Sans Light;
	src: url("fonts/OpenSans-Light.ttf") /* TTF file for CSS3 browsers */;
	}
@font-face {
	font-family: Open Sans Semibold;
	src: url("fonts/OpenSans-Semibold.ttf") /* TTF file for CSS3 browsers */;
	}
	
body{
	padding: 0px;
	margin: 0px;
	font-family: Open Sans;
	background: url(bg.gif) repeat;
	}
a{
	color: inherit;
	text-decoration: none;
	}
#container{
	width: 960px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	}
#container_iner{
	float: left;
	width: 960px;
	height: 95%;
	position: absolute;
	background-color: #fafafa;
	margin: 20px 0px 20px 0px;
		-moz-box-shadow: 0px 0px 15px #cccccc;
		-webkit-box-shadow: 0px 0px 15px #cccccc;
		box-shadow: 0px 0px 15px #cccccc;
		-moz-border-radius: 6px 6px 6px 6px;
		-khtml-border-radius: 6px 6px 6px 6px;
		-webkit-border-radius: 6px 6px 6px 6px;
		border-radius: 6px 6px 6px 6px;
	}
.header{
	float: left;
	width: 960px;
	margin: 0px 0px 20px 0px;
	}
.stoixeia_etairias{
	float: left;
	font-size: 16px;
	color: #333333;
	list-style: none;
	padding: 0px 0px 0px 0px;
	margin:  20px 0px 0px 20px;
	font-family: Open Sans Semibold;
	}
.stoixeia_etairias li{
	padding: 0px 0px 10px 0px;
	}
.stoixeia_etairias li .val{
	font-family: Open Sans;
	}
.main{
	float: left;
	width: 960px;
	height: auto;
	margin: 20px 0px 0px 20px;
	}
.title{
	float: left;
	width: 920px;
	font-size: 24px;
	font-family: Open Sans Light;
	border-bottom: 1px solid #cccccc;
	margin: 0px 0px 20px 0px;
	}
.isologismoi_list{
	float: left;
	list-style: none;
	font-family: Open Sans;
	padding: 0px 0px 50px 0px;
	margin: 0px 0px 0px 0px;
	color: #666666;
	}
.isologismoi_list li{
	float: left;
	width: 100%;
	line-height: 40px;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 50px;
	background: url(imgres.jpg) no-repeat left center;
	}
.isologismoi_list li:hover{
	color: #cc3333;
	}