@charset "utf-8";
/* CSS Document */
/* ---[ main body ]--- */
body{ 
background-image: url(img/tile.gif);
background-color: #10405F;
background-repeat: repeat-x;
background-attachment: scroll;
background-position: top center;
margin-left: 0px;
margin-right: 0px;
margin-top: 50px;
margin-bottom: 50px;
}
.container{
width: 570px;
}
/*header*/
.home, .about, .process, .services, .testimonial, .contact{
	width: 570px;
	height: 300px;
	background-image: url(/img/main_pic.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	}
			.about{
			background-image: url(/img/about_pic.jpg);
			}
			.process{
			background-image: url(/img/main_pic.jpg);
			}
			.services{
			background-image: url(/img/services_pic.jpg);
			}
			.Testimonial{
			background-image: url(/img/main_pic.jpg);
			}
			.contact{
			background-image: url(/img/contact_pic.jpg);
			}
		#logo{
		width: 570px;
		height: 52px;
		background-image: url(img/logo.gif);
		background-repeat: repeat-x;
		background-position: center center;
		padding-bottom: 70px;
		}
	#content{
	width: 570px;
	height: auto;
	background-color: white;
	padding-top: 30px;
	padding-left: 30px;
	padding-right: 30px;
	}
		#main_text{
		width: 510px;
		height: auto;
		font-family: trebuchet ms;
		color: #3F3F3F;
		text-align: justify;
		line-height: 1.1em;
		font-size: 11px;
		}
		/*heading*/
		h1{
		font-family: Trebuchet ms;
		font-size: 25px;
		letter-spacing: -1px;
		color: #033966;
		padding-top:5px;
		}
		/*small heading*/
		h2{
		font-family: Trebuchet ms;
		font-size: 15px;
		letter-spacing: -1px;
		color: #0469aa;
		}
		/*links style*/
		.style1 {
		font-size: 11px;
		text-align:center;
		padding-left: 20px;
		padding-right: 20px;
		color: #333333;
		}
		.enfuselink {
		font-size: 11px;
		color: white;
		}
		.maplinks{
		font-family: Trebuchet ms;
		font-weight: bold;
		text-decoration:none;
		font-size: 13px;
		color: #0469aa;
		}
		/*italic fonts*/
		.style2 {
		font-family: "Times New Roman", Times, serif;
		font-size: 14px;
		color: #a8a8a8;
		}
		.style3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color:#0000FF;
		}
	#content_round{
	width: 570px;
	height: 23px;
	background-image: url(img/content_corner.gif);
	background-repeat: no-repeat;
	background-position: top center;
	}
	#sitemap{
	width:auto;
	padding-left:25px;
	padding-bottom: 10px;
	font-family: trebuchet ms;
	color: #5899CF;
	text-align: left;
	line-height: 1.1em;
	font-size: 10px;
	word-spacing: 2px;
	}
	#copyright{
	width: 570px;
	height: auto;
	padding-top: 5px;
	padding-left: 10px;
	font-family: trebuchet ms;
	color: #5899CF;
	text-align: left;
	line-height: 1.1em;
	font-size: 11px;
	}
