/* CSS Document */

* {

padding: 0;
margin: 0;

} 

body{

/* Background image is the image that will appear over entire page. Background Color is a plain colour over the entire page

/* background-image:url(i/bigbg.jpg); */
 background-color:#CDC2FE;

}


.outer{

margin-left:auto;
margin-right:auto;
position:relative;
width:900px;
margin-top:1px;
height:940px;
background-image:url(i/mainbg.jpg);
background-repeat:no-repeat; 

}

.homeouter{

margin-left:auto;
margin-right:auto;
position:relative;
width:900px;
margin-top:-8px;
height:940px;
background-image:url(i/homebg.jpg);
background-repeat:no-repeat; 

}

.introouter{

margin-left:auto;
margin-right:auto;
position:relative;
width:900px;
margin-top:-8px;
height:820px;
background-image:url(i/introbg.jpg);
background-repeat:no-repeat; 

}



.orgouter{

margin-left:auto;
margin-right:auto;
position:relative;
width:900px;
margin-top:-8px;
height:1250px;
background-image:url(i/orgbg.jpg);
background-repeat:no-repeat; 

}

.scopeouter{

margin-left:auto;
margin-right:auto;
position:relative;
width:900px;
margin-top:-8px;
height:1600px;
background-image:url(i/scopebg.jpg);
background-repeat:no-repeat; 

}

.enviroouter{

margin-left:auto;
margin-right:auto;
position:relative;
width:900px;
margin-top:-8px;
height:1150px;
background-image:url(i/envirobg.jpg);
background-repeat:no-repeat; 

}

.clientouter{

margin-left:auto;
margin-right:auto;
position:relative;
width:900px;
margin-top:-8px;
height:1000px;
background-image:url(i/clientlistbg.jpg);
background-repeat:no-repeat; 

}

.contactouter{

margin-left:auto;
margin-right:auto;
position:relative;
width:900px;
margin-top:-8px;
height:1000px;
background-image:url(i/contactbg.jpg);
background-repeat:no-repeat; 

}

.projouter{

margin-left:auto;
margin-right:auto;
position:relative;
width:900px;
margin-top:-8px;
height:2755px;
background-image:url(i/projbg.jpg);
background-repeat:no-repeat; 

}

.orgouter p{
	
	padding-top:0px;
	margin-top:0px;
	margin-bottom:8px;
	
}

.scopeouter p{
	
	padding-top:0px;
	margin-top:0px;
	margin-bottom:8px;
	
}

p{
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-top:5px;
	padding-bottom:5px;
}

h1{
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	padding-top:5px;
	padding-bottom:5px;
	color:#036;
	
	
}

h3{
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	padding-top:5px;
	padding-bottom:0px;
	margin-bottom:0px;
	margin-top:7px;
	
	color:#036;
	
}

.topmenu{
	width:885px;
	height:30px;
	position:absolute;
	top:104px;
	left:6px;
	z-index:120;
	background-image:url(i/menubg.jpg);
	background-repeat:no-repeat;

}
.topmenu, .topmenu ul{
	
	list-style:none;
	
}

.topmenu li{ 

float:left;

}

.topmenu a{

font-family:Arial, Helvetica, sans-serif;
margin:0px;
padding-top:8px;
padding-bottom:7px;
padding-right:16px;
padding-left:16px;
text-decoration:none;
color:#FFF;
font-size:12px;
border-right:1px solid #FFFFFF;
text-transform:capitalize;
display:block;

}

.topmenu a:hover{


padding-right:16px;
padding-left:16px;
background-color:#003366;
color:#FFC;
}

.topmenu li ul {
    position: absolute;
    width: 152px;
    left: -999em;
	background-color:#036;
}
.topmenu li:hover ul {
    left: auto;

}

.topmenu li ul a{
	
	border:0px;
	
}

.topmenu li ul a:hover{
	
	border:0px;
	background-color:#069;
	width:120px;
	
}

#topmenu li:hover ul, #topmenu li.sfhover ul {
    left: auto;
}

#homems{
	position:absolute;
	width:266px;
	height:131px;
	left: 582px;
	top: 512px;
	padding:10px;
	
}

#homems h2{
	
	font-size:16px;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	
}

#phone{
	position:absolute;
	width:368px;
	height:32px;
	left:516px;
	top:20px;
	
}

#phone p{
	
	font-size:14px;
	
}

#logo{
	
	position:absolute; width:464px; height:91px; left:12px; top:11px
	
}

#homelogos{
	
	position:absolute; width:298px; height:218px; left: 555px; top: 629px; padding:10px;
	
}

#footer{
	
	position:absolute; width:909px; height:20px; left: 17px; top: 856px; padding:10px;
	
}

#wblink{
	
	position:absolute; width:211px; height:20px; left: 681px; top: 897px; padding:10px;
	
}