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

body a {
	color:#a09f9f;
}

body, th, td  {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
}

.left_background {
	background-image: url('http://modernconstructions.gr/images/left_background.jpg');
	background-position: 50px 90px;
	background-size: 80% 80%;
    background-repeat:no-repeat;
}

h1, h2 {
	margin-top: 1em;
	text-indent: 50px;	
/*	color: #124d78; */
	letter-spacing: -.075em;
	font-size: 18px;
	color: black;
}


h2 {
	letter-spacing: -.05em;
	text-transform: uppercase;
	font-size: 1.0em;
	font-weight: bold;
	color: white;	
}

p, ul {
	line-height: 1.8em;
	font-size: 14px;
}

.blue {
	margin-left:50px;
	padding-left: 2em;
	background: rgba(149, 177, 198, 0.8);
	color: white;
}

a {
	text-decoration: none;
	color: #3C7BCF;
}

a:hover {
	background-color: white;	/*#66FFFF;*/
/*	border: none; */
}

h1 a, h2 a, h3 a {
	border: none;
	text-decoration: none;
	color: white;
}

hr {
	display: none;
}

#header {
	width: 1140px;
	height: 35px;
	background-color:transparent;
	background-image:url(images/transbg.png);
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
}

#menu {
	float: right;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	float: left;
	height: 25px;
	padding: 10px 20px 0 20px;
	text-decoration: none;
	font-size: 1.1em;
	font-weight: bold;
	color: #565656;
}

#menu a:hover {
	background:  white;
	color: #2C2E22;
}

#menu .current_page_item a {
	background:  #ffffff;
	color: #2C2E22;
}

/* Logo */

#logo {
	width: 1140px;
	height: 200px;
	margin: 0 auto;
	background: url(images/logo.jpg) no-repeat right;
	text-align:left;
}

.phones {
	float: left;
	width: 1140px; /* 1024 */
	background-color:#d8d7cb; /*#255c85; /* #124d78 */
	border:0;
	line-height: 3em;
	font-size: 1.1em;
	font-weight: bold;
	color:#a09f9f;
/*	opacity: 0.5;
    filter: alpha(opacity=50); */
	z-index:1;
	position:relative;
	text-align: right;
}

/* Content */

#content {
	background:#FFFFFF; /* white */
	width: 1140px;
	margin: 0 auto;
}

.news {
	background-color:#FFFFFF;
}

.news .title {
	margin: 0;
	font-weight: normal;
        color: white;
}

.news h1.title {
	background: url(images/largebar.gif);
	padding: 10px 0  0 15px;
        height: 50px;
	font-size: 2.0em;
}

/*
Footer
*/

#footer {
	text-align: center;
	font-size: 10px;
    color: grey;
	background-color: #d8d7cb; /*#124d78*/
}


#footer a {
	text-align: center;
	font-size: 10px;
        color: cyan;
}
