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

* { margin:0px; padding:0px; }
body { background-image:url(../img/bg.jpg); background-repeat:repeat-x; background-color:#D4EDF9; font-family:Arial, Helvetica, sans-serif; font-size:11px; line-height:16px; color:#666666; }
p, h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #666666;
}

.clearer { clear:both; height:1px; }

#page {
	background-image: url(../img/page-bg.png);
	background-repeat: repeat-y;
	background-position: center;
	position: relative;
}
#header {
	margin-right: auto;
	margin-left: auto;
	width: 950px;
}
#nmeLogo {
	background-image: url(../img/nme-logo.jpg);
	height: 144px;
	width: 505px;
	color: #FFFFFF;
	display: block;
	float: left;
	font-size: 1px;
}
#quickLinks {
	background-image: url(../img/top-link-bar-bg.jpg);
	height: 45px;
	width: 445px;
	line-height: 45px;
	float: right;
	display: block;
	text-align: center;
	list-style-type: none;
	color: #003366;
}
#quickLinks li {
	list-style-type: none;
	display: inline;
	text-transform: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#quickLinks li a {
	color:#003366;	
	text-decoration:none;
}
a{	color:#666;}
#loginForm {
	display: inline;
}
#loginForm input {
	width: 70px;
	font-size: 10px;
	text-align: center;
	border:1px solid #999999;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #FFFFFF;
	color: #003366;
}
#loginForm #Go {
	width: 27px;
	background-color: #CCCCCC;
	color: #003366;
	font-size: 10px;
	font-weight: bold;
	padding: 0px;
	line-height: 12px;
}
#navigation {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	list-style-type: none;
	display: block;
	background-image: url(../img/nav1.png);
	height: 26px;
	clear: both;
	position:relative;
}
#navigation li {
	list-style-type:none;
	position:absolute;
	top:0px;
}
#navigation li a {
	display:block;
	height:26px;
	text-indent: -9999px;

}
#n1 {left:20px;width:60px;}
#n2 {left:90px;width:70px;}
#n3 {left:160px;width:95px;}
#n4 {left:280px;width:55px;}
#n5 {left:350px;width:50px;}
#n6 {left:420px;width:70px;}

#n1 a:hover, #n2 a:hover, #n3 a:hover, #n4 a:hover, #n5 a:hover, #n6 a:hover {background-image:url(../img/nav2.png);}
#n1 a:hover { background-position:-20px;}
#n2 a:hover { background-position:-90px;}
#n3 a:hover { background-position:-160px;}
#n4 a:hover { background-position:-280px;}
#n5 a:hover { background-position:-350px;}
#n6 a:hover { background-position:-420px;}


.navLinksText{
	width:160px;
	position:absolute;
	padding-left:17px;
	height:30px;
	padding-top:50px;
	font-size:10px;
	line-height:normal;
	}
.navLinksText a{
	color:#000;
}



#pageWrapper {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/page-corner.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
}
#services {
	list-style-type: none;
	float: right;
	width: 340px;
	position: relative;
	right: 10px;
	top: 27px;
}
#services li a{
	height: 100px;
	width: 340px;
	display: block;
	background-image: url(../img/services.jpg);
	background-repeat: no-repeat;
}
#services li a:hover {
	width:340px;
	height:100px;
	background-repeat:no-repeat;
	background-image: url(../img/services_2.jpg);
}

#electricalRepair {

}

#imagesBottom{
	bottom:20px;
	position:absolute;
	height:100px;
	clear:both;}

#electricalSafety {
	background-position: 0px -100px;
}

	
#plumbingDrainage {
	background-position: 0px -200px;
}
#floorWallFinishes {
		background-position: 0px -300px;
}
#glazingLocksShutters {
		background-position: 0px -400px;
}
#content {
	width: 500px;
	padding-top: 50px;
	padding-left: 40px;
	min-height:500px;

}
#content h1 {
	font-size: 16px;
	margin-bottom: 16px;
}
#content a{
	color:#666;}
#content p {
	margin-bottom: 14px;
	margin-left: 14px;
}
#content h2 {
	margin-bottom: 14px;
	margin-left: 14px;
	font-size:13px;
	font-weight:500;
	font-style:italic;
}
#content ul li {
	list-style-type:square;
	margin-left: 45px;
	
}
#content ul {
	margin-bottom:15px;
	
}
#navigation  li {
	list-style-type: none;
}

#footer {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	line-height: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
#footerLinks {
	position: relative;
}
#footerLinks li {
	float: left;
	padding:0px 10px;
	list-style-type: none;
	
}
#footerLinks a {
	text-decoration: none;
	color: #666666;
}
#footerLinks a:hover{
	text-decoration: underline;
	}
#copyRight {
	float:right;
	right: 0px;
	position: absolute;
}
#end {
	background-image: url(../img/page-block-end.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 20px;
}

.blueText{color:#0f92da;}
.greenText{color:#009534;}
.redText{color:#e60515;}
.yellowText{color:#f99d00;}
.purpleText{color:#6664d1;}

.clientBox{
	width:50%;
	float:left;}

