body {
	background:#444; 
	margin:0;
	font-family: verdana, arial;
	color: #444;
	font-size: 12px;
	line-height: 18px;
	}

a {
	text-decoration: none;
	color: #000;
	}

ul, li {
	margin: 0px;
	padding: 0px;
	}	
	
h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS";
	margin: 20px 0;
	font-size: 21px;
	color: #ec9600;
	}

.fr {
	float: right;
	}
	
.f1 {
	float: left;
	}	

.clearfix {
	overflow: auto;
	zoom: 1;
	}	
	
.container {
	background: #fff;
	width: 1000px;
	margin: 0 auto;
	}
		
.header {
	background:url(images/logo-shadow.png) no-repeat top right;
	}

.menu {
	border-top: 1px solid #bebebe;
	text-align: right;
	padding: 15px 0;
	}

.menu a {
	display: inline-block;
	color: #919191;
	margin-right: 20px;
	text-transform: uppercase;
	font-size: 12px;
	}
	
	
.menu a:hover {
	color: #000;
	}	

.menu a.active {
	color: #000;
	}	
	
.mid {
	
}

.mid .intro {
	padding:15px 30px;
	}

.mid .intro h1{
	color: #ec9600;
	}

.mid .intro p{
	margin: 15px 0px;
	}

.mid .intro p.caption{
	font-style: italic;
	font-size: 14px;
	line-height: 21px;
	color: #000;
	}	

.mid .services {
	border-top: 1px solid #ebebeb;
	margin: 30px 0 45px;
	}
	
	
.mid .services div {
	float: left;
	width: 270px;
	border-right: 1px solid #d6d6d6;
	padding: 10px 30px ;
	}
	
.mid .services  h5{
	font-size: 18px;
	font-weight: normal;
	}	
	
.mid .services div a {
	display: block;
	text-align: right;
	}	
	

.mid .services h5 {	
	text-align: center;
	text-transform: uppercase;
	}
	
.mid .hilights {
	background: #ec9600;
	padding: 10px;
	color: #fff;
	}

.mid .hilights  h3 {
	color: #fff;
	}	

.mid .hilights  p {
	padding-right: 180px;
	margin-right: 180px;
	}	

	
.footer {
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size:11px;
	padding: 5px 0;
	}
	