/*
  elogic.gr - Layout Styles
*/
body {
  margin: 0;
  padding: 0;
  color: #8C8B8A;
  font-family: verdana, sans-serif;
  font-size: 0.9em;
}
/* 
	Container Definitions 
*/
/* Page Container */
#body{
  	background-color: #ffffff; 
	overflow: hidden; /* this has the effect of hiding the scroll bars in Internet Explorer.*/
}
#pageWrap {
  text-align: center; /* Win IE5 */
  padding: 0;
  margin-top:40px;

}
#page {
  margin: 0em auto;
  width: 900px;

	padding: 0px;
  text-align: left; /* Win IE5 */
  background-color: #ECECE9;
 border-top: #e7e7e4 1px solid;border-left: #e7e7e4 1px solid;border-right: #e7e7e4 1px solid;
  	

}
/* Header Container E5E5E1*/
#headerWrap {
	height: 80px;
	position:absolute;
	top:120px;
 	padding: 0;
	margin: 0;
	background-color: #F78E1E; width: 100%;

z-index: 3 ;
}
#header {

height: 80px;
  padding: 0;
  margin-top:79px;
background-color: #F78E1E;

}
img.logo {
	position: absolute;
	z-index: 3 ;
	border:0px;
	width: 198px;
  	height: 80px;
}

#flash-content{
border-right: white 1px solid;border-left: white 1px solid;
}

/* Content Container */
#content2 {
	min-height:340px;
	height: auto !important;
	height:340px;
	padding:0 10px 20px 28px;
}
#contentWrap {
 padding:0px;
 margin:0px;
}

#content-left {
	float:left;
	width:170px;
	height:100%;
	padding-right:36px;
	 margin-top:2px;
}
#content-center {
  margin-left:210px;
	padding: 0;
  text-align: left; /* Win IE5 */

}
#content-right {
	float:left;
	width:10px;
	padding-left:20px;
}
#line-dashed{
	float:left;
	height:87px;

	border-left:1px  dashed #d7d7d7;
}
h2{
 color:#727070;
 font-size: 1.2em;
 font-weight: bold;
 font-family: Trebuchet MS,verdana, sans-serif;

 margin-left: 20px;
 margin-bottom:0px;
}
ul{
list-style:none;
	margin-top:0px;
}


#mainWrap {
  clear: both;
  display: block;
}


#content2222222{
float: left;
width:358px;
  margin-left: 8px;
	margin-bottom:20px;
	font-size: 0.8em;
} 


/* Footer Container */
#footerWrap { 
  clear: both;
    text-align: center; /* Win IE5 */
margin: 0px;
}
#footer{ 
	height:22px;
  	font-size: 0.85em;
	width: 900px;
	background-color: #ECECE9;border-left: #e7e7e4 1px solid;border-right: #e7e7e4 1px solid;
  	 border-bottom: #e7e7e4 1px solid;
	    margin: 0em auto; /* mozilla center  */
	      padding-top: 12px;
}

#copyright {
	color:#ABABAA;
	background-color: #fff;
  	margin-top: 2px;
	font-size: 0.85em;
	font-family: sans-serif;
}










#elogic2 { 
clear: both;
  color: #666; 


}


/* Link Styles   */
a:link                          { color:#2E4996; text-decoration: underline; }
a:visited                       { color:#2E4996; text-decoration: underline; }
a:active                        { color:#F96915; text-decoration: underline; }
a:hover                         { color:#FF6600; text-decoration: underline; }


#elogic a:link                          { color:#fff; text-decoration: none; }
#elogic a:visited                          { color:#fff; text-decoration: none; }
#elogic a:hover                          { color:#FF6600; text-decoration: underline; }


hr {
	background-color: #E0E0E0;
}



.button {
	PADDING-RIGHT: 2px; PADDING-LEFT: 2px; 
	FONT-WEIGHT: bold; FONT-SIZE: 11px; PADDING-BOTTOM: 2px; 
	COLOR: white; PADDING-TOP: 2px; 
	FONT-FAMILY: Verdana, Helvetica, sans-serif, Arial;
	BACKGROUND-COLOR: #3B4583;
}




