body {
	background: white url(../images/body_background.jpg) repeat-x;
}

.container {
	width: 890px;	
}

#background-left {
	position: absolute;
	width: 50%;
	top: 0;
	height: 365px;
	z-index: -1;
	background: url(../images/header_left.jpg) repeat-x right;

}

#background-right {
	position: absolute;
	width: 50%;
	top: 0;
	right: 0;
	height: 365px;
	z-index: -1;
	background: url(../images/header_right.jpg) repeat-x left;

}


#header{		
	z-index: 10; 
	height: 365px;
	background: url(../images/header.jpg) no-repeat;
}

#logo {
	width: 100%;
	display: block;
	height: 140px;
	background: url(../images/logo_screen.jpg) no-repeat right 0;
}

#logo img,
#logo a {
	height: 115px;
	width: 226px;
	float: right;
	display: block;
}

#logo img{
	display: none;
}


#header_image {
	margin-top: -25px;
	height: 249px;
	display: block;
}

.news #header_image {
	background-image: url(/images/header/news.jpg);
}

.sector #header_image {
	background-image: url(/images/header/sector.jpg);
}


.about #header_image {
	background-image: url(/images/header/sector.jpg);
}

.projects #header_image {
	background-image: url(/images/header/projects.jpg);
}

.projects #header_image {
	background-image: url(/images/header/projects.jpg);
}

#header_image img {
	display: none;
}

#content {
	
	margin-top: 120px;

	display: block;
}


.line {
	border-bottom: 1px solid #eee;
	padding-bottom: 15px;
	margin-left: 0;
	margin-right: 0;
	padding-left: 10px;
	padding-right: 5px;
	margin-bottom: 17px;
}

#main .line {
  border-bottom: 0px none #eee;
	padding-bottom: 0px;
	margin-left: 0;
	margin-right: 0;
	padding-left: 10px;
	padding-right: 5px;
	margin-bottom: 17px;
}

.about #main .line {
	border-bottom: 1px solid #eee;
	padding-bottom: 15px;
	margin-left: 0;
	margin-right: 0;
	padding-left: 10px;
	padding-right: 5px;
	margin-bottom: 17px;
}

h2.line {
  border-bottom: 1px solid #eee !important;
	padding-bottom: 15px !important;
	margin-left: 0;
	margin-right: 0;
	padding-left: 10px;
	padding-right: 5px;
	margin-bottom: 17px;
}

.dark_line {
	border-bottom: 1px solid #7b9caf;
	padding-bottom: 12px;
	margin-left: 0;
	margin-top:-2px;
	margin-right: 0;
	padding-left: 10px;
	padding-right: 5px;
	margin-bottom: 17px;
}

#main {
	margin-left: -12px;
	margin-right:0px		
}

.news #main {
	width:570px;

}

.sector #main {
	width: 510px;
}

.projects #info {
  width: 340px;
}

.projects #main {
width: 490px;
margin-right: 0;
}

.about #main {
 width: 570px;	
}

.testimonials #main {
width: 540px;		
}

#info {
	border-right: 1px solid #e3e3e4;
}

.partner-image {
	margin-right: 10px;
float: right;}

.citee {
  font-style: italic;
}