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

body{
	margin: 0;
	padding: 0;	
	font-family: Helvetica, Arial, sans-serif;	
	color: #888888;
	background: url(images/bg.jpg) repeat;	
	overflow-x: hidden;
}
.container{
	width: 100%;
	height: 100;
	background: url(images/circle_L.png) no-repeat right top;
	padding: 40px 0 0 0;
	min-width: 1450px;
}
.logo{
	width: 447px;
	height: 180px;
	background: url(images/logo.png) no-repeat;	
	margin: 0 0 60px 80px;
}
.content{
	height: 220px;
	width: 100%;
	width: 900px;	
}
.details{
	height: 200px;
	float: left;
	width: 650px;	
}
.nav{
	width: 200px;
	height: 200px;
	float: left;
	margin: 3px 20px 0 0;	
}
.aboutUs{
	background: url(images/about.png) no-repeat right top;	
}
.ourService{
	background: url(images/ourService.png) no-repeat right top;
}
.getInTouch{
	background: url(images/getInTouch.png) no-repeat right top;
	height: 40px;
}
.hideText{
	margin: 0 0 0 -9999px;		
}
p{
	font-size: 18px;
	line-height: 22px;
	margin: 0;
	padding: 0;
}
.message{
	width: 100%;
	background: #f4ffe7;
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
}
.message p{
	padding: 25px 0 25px 220px;	
}
.smallText{
	font-size: 12px;
	margin: 50px 0 0 0;
	display: block;
}
a{
	color: #73a2d3;
	text-decoration: none;
	padding: 1px 0 0 0;
	display: inline;	
}
a:hover{
	text-decoration: underline;
}
.short{
	height: 75px;	
}
.last{
	height: 40px;
	margin: 30px 0 0 0;	
}
.ourService{
	height: 60px;		
}