body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-size: 80%;
}
a img {
	border: none;
}

.projects_item {
	clear: both;
}
.projects_item .col1, .projects_item .col2 {
	padding: 0 0 1em 0;
}

.plan {
	position: relative;
}
.plan a {
	position: absolute;
	display: block;
	background-repeat: no-repeat;
	text-decoration: none;
}
a.z_1 {
	z-index: 1;
}
a.z_2 {
	z-index: 2;
}
.projects_item  h3{
	margin-left: 320px;
}
.projects_item  div h3{
	margin-left: 0;
}

tr.active {
	background: #B6DDC8;
}

#sidebar1 table {
	border: 2px solid #aaa;
	width: 100%;
	border-collapse: collapse;
	margin: 0.5em 0;
	text-align: center;
}
#sidebar1 td, #sidebar1 th {
	border: 1px solid #aaa;
	padding: 2px;
}
#sidebar1 table a {
	text-decoration: none;
	font-weight: bold;
}

#container { 
	background: url(../../images/bg.png) repeat-y;
	width: 870px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#container_h { 
	background: #eee;
} 
#container_f { 
	background: #6B97DE;
} 
#header, #header2 { 
	width: 868px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-left: 1px solid #777;
	border-right: 1px solid #777;
	height: 241px;
	background: #777 url(../../images/MRE_top.jpg) no-repeat right top;
} 
#header2 {
	height: 120px;
	position: relative;
	background-image: url(../../images/top_mansarde.jpg);
}
#header2 ul {
	list-style: none;
	padding: 10px 0 0 20px;
	margin: 0;
}
#header2 a {
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}
#header2 .menu_item_0-3 a, #header2 a.menu_active, #header2 a:hover {
	text-decoration: underline;
}
#header2 .lang {
	position: absolute;
	right: 10px;
	bottom: 10px;
}
#header2 .lang a {
	color: #000;
}
#header2 .lang li {
	float: left;
	padding: 0 5px;
}

#header h1, #header .slogan,
#header2 h1, #header2 .slogan {
	display: none;
}
#main {
	border-right: 1px dashed #777;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 10px 10px 5px 20px;
}
#mainContainer { 
	float: right;
	width: 610px;
	padding: 0 10px 10px 10px;
} 
#mainContainer .col1 { 
	float: left;
	width: 310px;
	border-right: 1px dashed #777;
}
#mainContainer .col1 img {
	border: 1px solid #000; 
}
#mainContainer .col2 { 
	float: right;
	width: 290px;
} 
#bottom { 
	padding: 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	clear: right;
	background: #DAECFA;
	margin: 0 0 0 186px;
} 
#footer { 
	width: 850px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background: #214285;
	color: #fff;
	font-size: 90%;
	padding: 5px 10px;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0 ; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer .copy {
	float: right;
}
#footer a {
	color: #fff;
	text-decoration: none;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

a {
	color: #142D66;
	text-decoration: underline;
}
a:hover {
	color: #F1790D;
}

h2 {
	margin: 0 0 0.5em 0;
	font-family: "Book Antiqua", "Times New Roman", Times, serif;
	font-variant: small-caps;
	border-bottom: 1px solid #6B97DE;
	color: #142D66;
	font-size: 120%;
	padding: 0.5em 0 0.2em 0;
}
h2 a , h3 a {
	text-decoration: none;
}
h3 {
	margin: 0.5em 0 0 0;
	font-size: 100%;
	border-bottom: 1px dashed #444;
	display: inline;
}
p {
	margin: 0.5em 0 1em 0;
}
.details {
	margin: -0.5em 0 1em 2px;
	padding: 0 0 2px 15px;
	background: url(../../images/bullet.jpg) no-repeat left center;
}
#header .menu ul {
	position: absolute;
	list-style: none;
	margin:  0;
	padding: 0;
	height: 35px;
}
#header .menu li {
	margin: 0;
	padding: 0;
	color: #fff;
}
#header .menu a {
	padding: 10px 0 10px 35px;
	height: 19px;
	width: 195px;
	font-weight: bold;
	background: #ccc url(../../images/menu_bg.png) no-repeat;
	color: #000;
	border-top: 1px solid #777;
}
#header .menu a.menu_active {
	text-decoration: underline;
}
#header .menu a:hover {
	background-image: url(../../images/menu_bg_a.png);
}
#header li a {
	display: block;
	color: #fff;
	text-decoration: none;
}
#header li a:hover {
	text-decoration: underline;
}
#header .lang {
	position: absolute;
	list-style: none;
	margin: 220px 0 0 700px;
	padding: 0 5px;
	font-size: 20px;
	font-weight: bold;
	z-index: 3;
}
#header .lang li {
	float: left;
	margin: 0;
	padding: 0 5px;
	color: #fff;
	width: 35px;
}
#header .lang a {
	border-bottom: 3px solid #777;
}
#header .lang a:hover {
	border-bottom: 3px solid #F1790D;
}
#sidebar1 a img {
	border: 2px solid #777;
	padding: 1px;
}
#sidebar1 a:hover img {
	border: 2px solid #F1790D;
}

.input {
	width: 420px;
	background-color: #ffffff;
	border: 1px solid #4C8AC5;
	color: #000000;
}
form {
	margin: 0;
}

.banner {
	position: absolute;
	margin-left: 235px;
	background: #f00;
	width: 363px;
	height: 220px;
	visibility: hidden;
	background: url(../../images/MRE_top_a.jpg) no-repeat;
	padding: 10px 250px 10px 10px;
}
.banner h2 {
	border: none;
	padding-top: 0;
}
#banner_0 {
	background-image: url(../../images/MRE_top_home.jpg);
}
#banner_1 {
	padding-right: 200px;
}
#banner_1 p {
	font-size: 80%;
	color: #444;
}
#banner_2 {
	background-image: url(../../images/MRE_top_works.jpg);
}
#banner_3 {
	background-image: url(../../images/MRE_top_about.jpg);
}
#banner_4 {
	background-image: url(../../images/MRE_top_offer.jpg);
}
