@charset "UTF-8";
/* CSS Document */

img.nohover {
	border:0
	}
img.hover {
	border:0;
	display:none
	}
a:hover img.hover {
	display:inline
	}
a:hover img.nohover {
	display:none
	}


body {
	background-image: url(images/BG.jpg);
	
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-x;
	background-color: #000;
}
.contact_left {
	float: left;
	width: 350px;
}
.contact_right {
	float: left;
	width: 300px;
}
.header {
	background-color: #000;
	height: 500px;
	width: 100%;
	margin-top: 80px;
	overflow: hidden;
	background-repeat: no-repeat;
}
.header_about {
	background-color: #000;
	height: 500px;
	width: 100%;
	margin-top: 80px;
	background-image: url(images/image-about.jpg);
	overflow: hidden;
	background-repeat: no-repeat;
}
.header_adv {
	background-color: #000;
	height: 500px;
	width: 100%;
	margin-top: 80px;
	background-image: url(images/image-adv.jpg);
	overflow: hidden;
	background-repeat: no-repeat;
}
.header_prop {
	background-color: #000;
	height: 500px;
	width: 100%;
	margin-top: 80px;
	background-image: url(images/image-prop.jpg);
	overflow: hidden;
	background-repeat: no-repeat;
}
.header_feat {
	background-color: #000;
	height: 500px;
	width: 100%;
	margin-top: 80px;
	background-image: url(images/image-feat.jpg);
	overflow: hidden;
	background-repeat: no-repeat;
}
.header_pub {
	background-color: #000;
	height: 500px;
	width: 100%;
	margin-top: 80px;
	background-image: url(images/image-pub.jpg);
	overflow: hidden;
	background-repeat: no-repeat;
}
.header_contact {
	background-color: #000;
	height: 500px;
	width: 100%;
	margin-top: 80px;
	background-repeat: no-repeat;overflow: hidden;
	
}
.header_dis {
	background-color: #000;
	height: 500px;
	width: 100%;
	margin-top: 80px;
	background-image: url(concrete_images/image-2.jpg);
	overflow: hidden;
	background-repeat: no-repeat;
}

#Menu {
	height: 40px;
	width: 603px;
	text-align: left;
	vertical-align: bottom;
	font-size: 22px;
	color: #CCC;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#content {
	width: 800px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #CCC;
	line-height: 20px;
	text-align: left;
	padding-left: 20%;
}
#content h1{
	height:60px;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #CCC;
	line-height: 20px;
	height: 40px;
	width: 100%;
	padding-top: 5px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CCC;
}
