@charset "utf-8";
/* CSS Document */

body {
	background-attachment:fixed;
	background-position: top center;
	background-repeat: repeat;
}

#Page{
	width:1000px;
	height:100%;
	margin:0 auto;
	padding:0;
	text-align:center;
}

#title {
	margin:0 auto;
}

#MenuSection {
}

#Content {
	min-height: 400px;
	text-align: left;
}

#Footer {
	margin: 20px;
	color:#717171;
	font-size:11px;
}

#Content h1{
	margin-bottom:12px;
	font-size:24px;
	color: red;
}
#Content h2{
	margin-bottom:12px;
	font-size:22px;
	font-weight:normal;	 
	color: black;
}
		 
#Content p, td{
	color: black;
	font-size:16px;
}

#Content ul {
	color: black;
	font-size:16px;
	padding-left: 40px;
}

#Content li {
	list-style: disc;
}

.banner{
	margin-left: 50px;
	margin-right: 50px;
}

.banner img{
	margin-top: 20px;
}

.services {
	margin-left: 100px;
}

.gallery {
	margin-left: 25px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.gallery_people {
	margin-top: 20px;
	margin-bottom: 20px;
}

.gallery img, .gallery_people img {
	margin: 10px;
}

#img_products {
	margin-top: 50px;
	margin-left: 45px;
	margin-bottom: 20px;
}

.indented {
	padding-left: 100px;
}

.Home #MenuSection #menu_home, .Services #MenuSection #menu_services, .People #MenuSection #menu_people,
.Products #MenuSection #menu_products, .Contact #MenuSection #menu_contact	 {
	background: url(../img/button4.gif);
}

td {
	padding: 2px;
	vertical-align: top; 
}


