@charset "utf-8";
body {
	margin: 0px;
	background-color: rgb(74,81,85);
	background-image: url(images/mainbg.jpg);
}
#flash {
	float: right;
	height: 271px;
	width: 970px;
	padding-left: 10px;
	background-image:url(images/news.jpg);
	background-repeat: no-repeat;
	background-position: 10px; margin:-30px 0 0 0;
}
#main {
	background-color: #E7EBEC;
	margin: auto;
	height: 700px;
	width: 980px;
}
#banner {
	background-color: #6A8DA0;
	float: left;
	height: 100px;
	width: 960px;
}
#banner_logo {
	background-image: url(images/logo_01.jpg);
	float: left;
	height: 100px;
	width: 279px;
}
#banner_right {
	background-image: url(images/bg.jpg);
	float: left;
	height: 100px;
	width: 681px;
}

#banner_lr {
	background-color: #E7EBEC;
	float: left;
	height: 100px;
	width: 10px;
}
#menubar {
	float: left;
	height: 32px;
	width: 960px;
}
#menubar_left {
	background-color: #E7EBEC;
	float: left;
	height: 32px;
	width: 10px;
}
#menubar_all {
	float: left;
	height: 32px;
	width: 980px;
}

#projects {
	float: left;
	height: 271px;
	width: 980px;
	overflow: visible;
}
#projects_left {
	background-color: #FFFFFF;
	float: left;
	height: 271px;
	width: 10px;
}
#projects_middle {
	float: left;
	height: 271px;
	width: 960px;
	overflow: visible;
}
#projects_1 {
	float: left;
	height: 271px;
	width: 700px;
}
#projects_2 {
	background-image: url(images/commercial.jpg);
	float: left;
	height: 271px;
	width: 233px;
}
#projects_3 {
	background-image: url(images/industrial.jpg);
	float: left;
	height: 271px;
	width: 233px;
}
#projects_4 {
	float: left;
	height: 271px;
	width: 260px;
	background-image: url(images/location.jpg);
	overflow: visible;
}
#line {
	float: left;
	height: 10px;
	width: 980px;
	background-color: #E7EBEC;
	overflow: hidden;
}
#line_1 {
	float: left;
	height: 1px;
	width: 980px;
	background-image: url(images/line.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#footer {
	background-color: #FFFFFF;
	float: left;
	height: 55px;
	width: 980px;
}
