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

body {
	margin:0;
}

.container{
	margin-left:auto;
	margin-right:auto;
	width:1095px;
	height:768px;
}


.header1{
	width:1095px;
	/*width:100%;*/
	text-align:center;
	background-color:#c7c7c9;
	height:28px;
}

.menu  {
		position:absolute;
		padding-left:10px;
		margin-top:8px;
		margin-bottom:0px;
	}
	
	
#aboutus a {
		margin-bottom:0px;
		font-size:12px;
		width:150px;
		color: #999;
		line-height:20px;
}

#aboutus a:hover{
		color: #C00;
}


#whatwedo a {
		line-height:20px;
		font-size:12px;
		width:150px;
		color: #999;
}

#whatwedo a:hover{
		color: #C00;
}
	
.id  {
		color:#C00;
		font size:10;
		margin-top:8px;
		margin-bottom:0px;
	}

.menuback {
	background-image:url("../images/menuback.png");
	width:183px;
	height:125px;
	position:absolute;
	margin-left:115px;
	z-index:1;
	top:91px;
}

.menuback2 {
	background-image:url("../images/menuback2.png");
	width:183px;
	height:145px;
	position:absolute;
	margin-left:115px;
	z-index:1;

}



.menuback3 {
	background-image:url("../images/menuback2.png");
	width:183px;
	height:170px;
	position:absolute;
	margin-left:115px;
	z-index:1;

}

.menu {
	position:absolute;
	margin-left:10px;
	width:150px;
	
	
}
.menu li{
	text-decoration:none;
	list-style-type:none;
	line-height:20px;
	color:#666;
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	
}
.menu li a{
	text-decoration:none;
	color:#666;
	
}

.menu li a:hover{
	text-decoration:none;
	color:#C00;
	
}

#imageback {
	/*position:relative;*/
	/*width:100%;*/
	overflow:hidden;
	width:1095px;
	height:434px;
	z-index:0;
	/*text-align:center;*/
}

.imageback2{
	width:1095px;
	height:177px;
	overflow:hidden;
	z-index:0;
}

.map{
	padding-left:110px;
	float:left;
	
}

.bodytext{
	float:left;
	padding-top:45px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	line-height:18px;
	width:300px;
	padding-left:15px;
	padding-right:30px;
	color:#666;
}

.bodytext1{
	padding-top:15px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	line-height:18px;
	width:700px;
	padding-left:110px;
	color:#666;
}

.bodytext2{
	padding-top:10px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	line-height:20px;
	width:800px;
	padding-left:145px;
	padding-right:145px;
	color:#666;
	height:340px;
	overflow:hidden;
}

.bodytext3{
	padding-top:10px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	line-height:20px;
	width:800px;
	padding-left:145px;
	padding-right:145px;
	color:#666;
	height:100px;
	overflow:hidden;
}

.links{
	clear:right;
}

.footer{
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#666;
}

.footer1{
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#666;
	padding-top:50px;
}


.contactsform {
	background-image:url("../images/contact_back2.png");
	width:454px;
	height:410px;
	position:absolute;
	margin-left:500px;
	margin-top:10px;
	z-index:2;
}

.contactdetails{
	text-decoration:none;
	list-style-type:none;
	line-height:20px;
	color:#666;
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	padding-left:15px;
	margin-top:15px;
	margin-bottom:0px;
	
}
.input{
	line-height:30px;
	float:left;
	width:110px;
}

.inputbox input{
	margin-bottom:10px;
}

.button {
    border: 1px solid  #FFF;
    background: #C00;
	color:#FFF;
}
/******************** Form Validation ********************/
.regularTxt{

}
form input.error,
form textarea.error 
{
	background-color:#F3A8AA;
}

