/* CSS Document */

#tovNav {height:29px; text-align:left;}
#topNav a {display:block; background:no-repeat; height:29px; float:left;}
 
#topNav a.home {width:62px; background-image:url(images/home.gif);}
#topNav a.home:hover {background-image:url(images/home_ro.gif);}
 
#topNav a.customprocess{width:105px; background-image:url(images/customprocess.gif);}
#topNav a.customprocess:hover {background-image:url(images/customprocess_ro.gif);}
 
#topNav a.portfolio{width:68px; background-image:url(images/portfolio.gif);}
#topNav a.portfolio:hover {background-image:url(images/portfolio_ro.gif);}
 
#topNav a.aboutus{width:71px; background-image:url(images/aboutus.gif);}
#topNav a.aboutus:hover {background-image:url(images/aboutus_ro.gif);}

#topNav a.faqs{width:60px; background-image:url(images/faqs.gif);}
#topNav a.faqs:hover {background-image:url(images/faqs_ro.gif);}
 
#topNav a.testimonials{width:81px; background-image:url(images/testimonials.gif);}
#topNav a.testimonials:hover {background-image:url(images/testimonials_ro.gif);}

#topNav a.projectchallenges{width:116px; background-image:url(images/projectchallenges.gif);}
#topNav a.projectchallenges:hover {background-image:url(images/projectchallenges_ro.gif);}

#topNav a.otherservices{width:99px; background-image:url(images/otherservices.gif);}
#topNav a.otherservices:hover {background-image:url(images/otherservices_ro.gif);}

#topNav a.contactus{width:88px; background-image:url(images/contactus.gif);}
#topNav a.contactus:hover {background-image:url(images/contactus_ro.gif);}

html, body {width:100%;}



body{
	font-family: Arial, Helvetica, sans-serif;
 	line-height: 1.5;
	font-size: 13px; 
	color:#e8c699;
	font-style: normal;
	background-color: #000000;
	margin: 0px;
	align: left;
}

h1 {font-family: Arial, Helvetica, sans-serif;
 	line-height: 1.5;
	font-size: 16px; 
	font-weight: bold;
	border-bottom: 1px solid; 
	color:#e8c699;
	font-style: normal;
	
	padding:5px 10px;
	margin: 0px 0px 5px 0px;
	align: left;
}

h2 {font-family:Arial, Helvetica, sans-serif;
	line-height:normal;
	font-weight:bold;
	font-size:14px;
	color:#e8c699;
	padding:5px 10px;
	margin: 0px 0px 5px 0px;
	align: left;}
td {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 2;
	font-size: 12px;
	color:#e8c699;
	font-style: normal;
	margin: 0px;
	align: left;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#e8c699;
	font-style: normal;
	padding:0 0 5px 10px;
	margin:0;
}

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

a:hover {
	text-decoration: underline;
}


#footer {font-size:10px;
text-align:center; margin:0 auto; width:750px;}
#footer a {padding:0 5px;}

hr {color:#530000;}