@charset "utf-8";
body {
	background-color: #373737;
	color: #888888;
	margin: 0px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;	
}

html {
	background-color: #222222;

}

a {
	text-decoration: none;
	color: #ED164F;
}

a:hover {
	color: #cfcece;
}

a:visited {
	text-decoration: none;
	color: #D81047;
}

#logo-light a {
	display: block;
	height: 86px;
	width: 237px;
	text-indent: -8888px;
}


#header {
	width: 1042px;
	margin-right: auto;
	margin-left: auto;
}
#header-wrapper {
	background-image: url(../images/header-bg.png);
	background-repeat: repeat-x;
	width: 100%;
	background-color: #373737;
	height: 87px;
}

#language-selection {
	background-image: url(../images/language-bg.png);
	height: 21px;
	width: 61px;
	float: right;
	background-repeat: no-repeat;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
}

#main {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	clear: left;
	padding-top: 16px;	
	padding-bottom: 27px;
}

.greek {
	color: #000;
	display: block;
	padding-top: 5px;
	padding-left: 6px;
	float: left;
	padding-right: 17px;

}
.english {
	padding-top: 5px;
	padding-left: 17px;
	display: block;
}



img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#header-top-r {
	float: right;
	width: 164px;
	height: 28px;
	padding-bottom: 11px;
}


.logo {
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
	height: 86px;
	width: 237px;
}
#header-right {
	float: right;
	height: 86px;
	width: 571px;
	padding-right: 51px;
}

#nav {
	float: right;
	height: 35px;
}
#nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#nav ul li{
	float: left;
	margin-left: 30px;
}
#nav ul li a {
	color: #888888;
	display: block;
	float: left;
	line-height: 30px;
	font-weight: bold;
	text-decoration: none;
	font-size: 11pt;
	letter-spacing: 1pt;
}

#nav ul .selected a {
	color: #e0174c;
}
#slideshow {
	height: 362px;
	width: 912px;
	margin-right: auto;
	margin-left: auto;
	border: 14px solid #404040;
	margin-bottom: 17px;
}

#slideshow.inside{
	height: 215px;
	}
.beta {
	text-transform: uppercase;
	font-weight: bold;
	color: #747578;
	font-size: 8pt;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
#logo-light {
	background-image: url(../images/logo-light.png);
	height: 86px;
	width: 237px;
	position: absolute;

}

#loginpanel {
	position: relative;
	z-index: 999;
	text-align: center;
	top: 0px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

#panel {
	color: #FFFFFF;
	background-color: #525252;
	height: 250px;
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 5;
	margin-right: auto;
	margin-left: auto;
	opacity: 0.9;
	-moz-opacity: 0.9;
	filter: alpha(opacity=90);
	background-image: url(../images/login-bg.png);
	background-repeat: repeat-x;
}

#login {
	float: left;
}

.clearfix {
	display:block;
	clear: left;
}
#boxes {
	width: 940px;
}

.box {
	background-color: #404040;
	border: 1px solid #373737;
	float: left;
	height: 118px;
	width: 272px;
	margin-right: 17px;
	padding: 14px;
	overflow: visible;
}

#rightb.box {
    margin-right: 0px;
}

.box img {
	float: left;
	margin-right: 15px;
	background-image: url(../images/img-bg.png);
	background-repeat: repeat;
	padding: 8px;
}
.box h2 {
	font-size: 13pt;
	color: #ed164f;
	letter-spacing: 0.8pt;
	margin: 0px;
	padding: 0px;
}
.box h2 span {
	color: #888888;
}
.box p {
	color: #888888;
	font-size: 8.6pt;
	letter-spacing: 0.6pt;
	word-spacing: 0pt;
	line-height: 11pt;
	margin: 0px;
	height: 76px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: left;
}

.box a {
	color: #ed164f;
	font-size: 8.6pt;
	letter-spacing: 0.7pt;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ed164f;
	float: right;
}


#footer-wrapper {
	background-color: #222222;
	background-image: url(../images/footer-bg.png);
	background-repeat: repeat-x;
	width: 100%;
	height: 92px;
}

#footer {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
}

#copyright {
	font-size: 8.6pt;
	color: #666666;
	float: left;
}
#footer-nav ul li {
	float: left;
	margin-left: 20px;
}


#footer-nav {
	float: right;
	font-size: 8.6pt;
	color: #666666;
}
#footer-nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#footer-nav ul li a {
	color: #666666;
}



#content {
	background-color: #404040;
	width: 912px;
	padding-top: 14px;
	padding-right: 14px;
	padding-bottom: 14px;
	padding-left: 14px;
}

#content.latestprojects
 {
	padding-bottom: 34px;
}

#content p {
color:#888888;
font-size:8.6pt;
letter-spacing:0.7pt;
line-height:12pt;
margin:0;
padding:7px 0 0;
text-align:left;
word-spacing:1pt;
}



#content h2 {
color:#ED164F;
font-size:18pt;
letter-spacing:0.8pt;
margin:0;
padding:0;
}

#content h2 span {
color:#888888;
}


/* ----- FORMS ----- */

label {

	font-weight:bold;
	color:#c7c7c7;
}

fieldset {
	margin-left:    0px;
	margin-right:  0px;
	margin-top:    10px;
	margin-bottom: 5px;
	border: 1px solid #686868;
	background:#595959;
	padding-top: 25px;
	padding-bottom: 12px;
}

#commentForm fieldset {
	padding-bottom: 54px;
}


#content fieldset p {

letter-spacing:0.pt;
line-height:25pt;
margin:0;
padding:0;
font-size:8.7pt;

}


legend {
	font-weight:bold;
    /*font-size:16px;*/
    font-size: 11pt;
	color:#C7C7C7
}




input {
	margin:5px;
	padding:5px;
	border-width:1px;
	border-style:solid; 
	border-color:#666 #999 #ccc #999;
	font-size: 1em;
	width:200px
}

/* removes checkbox/radio-button borders in IE 5.0+: */
/* (commented out for validation, uncomment to apply)
input {
    border: expression(this.type=="checkbox"? 'none':
                       this.type=="radio"?    'none':
                       '1px solid #000');
}
*/

input.full {
	width:95%;
}

select {
	margin:3px;
	font-size: 1em;
	color:#333;
}

textarea {
	padding:5px;
	width:53%;
	border-width:1px;
	border-style:solid;
	border-color:#666 #999 #ccc #999;
	font-size: 1em;
	color:#333;
	margin: 5px;
}

/* affects buttons only: */
input.plain,
input.processing,
input.cautionary,
input.alertive {
	font-weight:bold;
	color:#FFFFFF;
	border-color:#ccc #999 #666 #999;		
}

input.plain {
	background-color:#ccf;
}

input.processing {
	background-color:#ED164F;
	width: 80px;
	margin-left: 92px;
	padding: 3px;
	margin-top: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F793AE;
	border-right-color: #A20D36;
	border-bottom-color: #A20D36;
	border-left-color: #F793AE;
	font-size: 9.7pt;
	display: block;
}

input.processing-gr {
	background-color:#ED164F;
	width: 100px;
	margin-left: 92px;
	padding: 3px;
	margin-top: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F793AE;
	border-right-color: #A20D36;
	border-bottom-color: #A20D36;
	border-left-color: #F793AE;
	font-size: 9.7pt;
	display: block;
	font-weight:bold;
	color:#FFFFFF;	
}

input.cautionary {
	background-color:#ffc;
}

input.alertive {
	background-color:#f66;
}

input.disabled {
    color: #999; 
	background-color:#ccc;
	border:1px solid black;
}



div.buttonfloat {
	float:right;
}





#loginpanel label {
	font-weight:bold;
	color:#DDD;
	font-size: 11pt;
}



#loginpanel input {
	padding:2px;
	border-width:1px;
	border-style:solid;
	border-color:#666 #999 #ccc #999;
	font-size: 1em;
	width:140px;
	margin-right: 15px;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
}

#loginpanel input.bt_login{
	font-weight: bold;
	width: 80px;
	margin-left: 15px;
	padding: 2px;
	background-image: url(../images/button-bg.png);
	background-repeat: no-repeat;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	color: #E0174C;
	font-size: 11pt;
	font-family: Arial, Helvetica, sans-serif;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #787878;
	border-right-color: #787878;
	border-bottom-color: #272727;
	border-left-color: #272727;
	background-color: #292929;
}

#loginpanel input#rememberme{
	width: 23px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#latest-projects img, #latest-webs img {
	float:left;
	margin-right:13px;
	padding:8px;
	background-color: #4a4a4a;
}

#latest-projects img.selected, #latest-webs img.selected {
	background-color: #6B6B6B;
}
#latest-projects, #latest-webs {
	margin-top: 15px;
	padding: 10px;
	background-color: #444444;
	height: 118px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #4A4A4A;
}
.project {
	margin-top: 70px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.project ul li {
	font-size: 9pt;
	letter-spacing: 0.8pt;
	line-height: 15pt;
	word-spacing: 1pt;
	list-style-position: inherit;
	list-style-type: square;
	list-style-image: url(../images/a-arrow.gif);
}
.project h3, .latestprojects h3 {
	font-size: 13pt;
	background-color: #545454;
	border-top: 1px solid #636363;
	color: #A8A9AD;
	padding: 5px;
}
.project ul {
	float: left;
	margin: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 30px;
	background-color: #424242;
	height: 107px;
}
.img-right {
	float: right;
	margin-bottom: 25px;
	background-color: #4A4A4A;
	padding: 8px;	
}
h3 span {
	color: #ED164F;
}

a.top {
	color:#ED164F;
	float:right;
	font-size:9.6pt;
	letter-spacing:0.7pt;
	text-decoration:none;
	padding-right: 8px;
}


#myGallery
{
width: 912px !important;
height: 362px !important;
} 

a:active
{
outline: none;
}

a:focus
{
-moz-outline-style: none;
}

#footer #copyright a {
	color: #666666;
}

#content ul.contact-us {
	list-style-type: none;
	width: 524px;
	background-color: #494949;
	height: 35px;
	line-height: 35px;
	margin-top: 25px;
	margin-bottom: 25px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-right: 0px;
	margin-left: 0px;
}
#content ul.contact-us-en {
	list-style-type: none;
	width: 554px;
	background-color: #494949;
	height: 35px;
	line-height: 35px;
	margin-top: 25px;
	margin-bottom: 25px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-right: 0px;
	margin-left: 0px;
}
#content  ul.contact-us li, #content  ul.contact-us-en li {
	font-size: 9pt;
	letter-spacing:0.7pt;
	word-spacing:1pt;
	float: left;
	margin-right: 30px;
}
#content ul.contact-us li span, #content ul.contact-us-en li span {
	font-weight: bold;
	color: #909090;
	cursor: default;
}
#main #content .contact-us .last, #main #content .contact-us-en .last {
	margin: 0px;
}
#content .project ul li span {
	font-weight: bold;
	color: #909090;
}
#myGallery p {
	position: absolute;
	z-index: 99999;
	color:#FFF;
	font-size:8.6pt;
	height:76px;
	letter-spacing:0.6pt;
	line-height:11pt;
	text-align:justify;
	word-spacing:0;
	padding-top: 7px;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
	margin-top: 277px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

#myGallery p span {
	display: block;
	padding-top: 7px;
	padding-bottom: 7px;
}





#form_box {
	width: 580px;
	background: #f8f8f8;
	border: 1px solid #d6d6d6;
	border-left-color: #e4e4e4;
	border-top-color: #e4e4e4;
	font:0.8em Arial, Helvetica, Sans-serif;
	padding: 0.5em;
	margin-top: 10px;
	margin-bottom: 2px;
}
 
#form_box div {
	padding: 0.2em 0.5em;
}
 
#form_box div.hr {
	border-bottom: 2px solid #e2e2e1;
	height: 0px;
	margin-top: 0pt;
	margin-bottom: 7px;
}
 
#form_box p {
	float: left;
	margin: 4px 0pt;
	width: 120px;
}
 
 
#log {
	width: 750px;
	padding-top: 5px;
	padding-left: 91px;
}
 
#log_res {
	overflow: auto;
	color: #D1D1D1;
	font-size: 9.6pt;
}

#log #log_res span{
	color: #ED164F;
	font-weight: bold;
}
 
#log_res.ajax-loading {
	padding: 20px 0;
	background: url(http://demos.mootools.net/demos/Group/spinner.gif) no-repeat center;
}