/*------ Body and Header ------*/
body { 
	background-color: #232323; 
	background-image: url('../images/bg.jpg');
	background-repeat: repeat-x;
	font-family: Arial;
	font-size: 11px;
	color: #FFF;
	width: 100%;
	text-align: center;
	}

html>/**/body {
	width: 99%;
	}

.links a:link {
	text-decoration: none;
	color: #CCC;
	}

.links a:hover {
	text-decoration: underline; 
	color: #FFF;	
	}
	
a:link    { 
	text-decoration: none;
	color: #666;
	}
	
a:hover { 
	text-decoration: underline; 
	color: #FFF;
	}

a:visited {
	text-decoration: underline;
	color: #CCC;
	}

.footer a:link {
	text-decoration: none;
	color: #CCC;
	}

.footer a:hover {
	text-decoration: underline; 
	color: #FFF;	
	}

.content {
	width: 817px;
	text-align: center;
	margin: 0 auto;
	}

.header {
	width: 817px;
	height: 171px;
	text-align: center;
	margin: 0 auto;
	}

img.banner {
	text-align: center;
	margin: 0 auto;
	}
	
li {
	line-height: 150%;
	list-style-image: url('../images/sitephotos/bullet.gif');
	}

h2 {
	font-size: 13px;
	height: 16px;
	font-weight: bold;
	}

/* Main Links */

.links {
	width: 817px;
	height: 51px;
	text-align: center;
	margin: 0 auto;
	}

#begin, #home, #about, #faq, #services, #clients, #testimonials, #contact, #end {
	height: 51px;
	text-align: center;
	padding-top: 16px;
	font-size: 14px;
	font-weight: bold;
	}

			/*------ FF Hack ------*/
			
			html>/**/body #begin { float: left; height: 35px; }
			html>/**/body #home { float: left; height: 35px; }
			html>/**/body #about { float: left; height: 35px; }
			html>/**/body #faq { float: left; height: 35px; }
			html>/**/body #services { float: left; height: 35px; }
			html>/**/body #clients { float: left; height: 35px; }
			html>/**/body #testimonials { float: left; height: 35px; }
			html>/**/body #contact { float: left; height: 35px; }
			html>/**/body #end { float: left; height: 35px; }

#begin {
	width: 87px;
	background-image: url('../images/homepage_04.png');
	}

#home {
	width: 73px;
	background-image: url('../images/homepage_05.png');
	}

#about {
	width: 80px;
	background-image: url('../images/homepage_06.png');
	}

#faq {
	width: 58px;
	background-image: url('../images/homepage_07.png');
	}

#services {
	width: 104px;
	background-image: url('../images/homepage_08.png');
	}

#clients {
	width: 105px;
	background-image: url('../images/homepage_09.png');
	}

#testimonials {
	width: 133px;
	background-image: url('../images/homepage_10.png');
	}

#contact {
	width: 90px;
	background-image: url('../images/homepage_11.png');
	}

#end {
	width: 87px;
	background-image: url('../images/homepage_12.png');
	}
	

/*------ Main Text Area ------*/

.maincontent {
	width: 817px;
	background-image: url('../images/homepage_13.png');
	text-align: center;
	margin: 0 auto;
	}

.textarea {
	width: 770px;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	}
	
			/*FF Hack */
			
			html>/**/body .textarea { margin-left: 22px ; }

.lefttext {
	width: 350px;
	float: left;
	padding-bottom: 5px;
	}

.righttext {
	width: 400px;
	float: right;
	padding-bottom: 5px;
	}

/*------ Bottom Text & Images ------*/

.bottomtext {
	width: 100%;
	height: 80px;
	margin-top: 10px;
	padding-top: 5px;
	border-top: 2px #CCC solid;
	}

.first {
	width: 250px;
	height: 75px;
	float: left;
	}

.second {
	width: 250px;
	height: 75px;
	float: left;
	}

.third {
	width: 250px;
	height: 75px;
	float: left;
	}

/*------ FAQ ------*/

.q {
	font-size: 13px;
	font-weight: bold;
	color: #44861D;
	}

.question {
	font-style: italic;
	padding-left: 5px;
	}

.a {
	font-size: 13px;
	font-weight: bold;
	color: #B0FE84;
	}

.answer {
	padding-left: 5px;
	}

/*------ Clients ------*/

.clients {
	width: 770px;
	height: 81px;
	border: 1px #CCCCCC solid;
	margin-bottom: 2px; 
	}

.clientimg {
	float: left;
	width: 125px;
	height: 80px;
	padding-top: 2px;
	}

.clienttext {
	float: left;
	width: 600px;
	height: auto;
	font-size: 14px;
	padding-bottom: 5px;
	}
	
/*------ Testimonials ------*/

.testimonials {
	width: 750px;
	font-style: italic;
	font-size: 12px;
	}

.by {
	font-weight: bold;
	font-size: 13px;
	padding-left: 50px;
	}

/*------ Footer ------*/

.footer {
	width: 817px;
	height: 33px;
	background-image: url('../images/homepage_14.png');
	}

.footertext {
	width: 770px;
	height: 13px;
	font-size: 9px;
	text-align: left;
	margin-top: 7px;
	}

			/*FF Hack */
			
			html>/**/body .footertext { margin-left: 22px ; margin-top: 0; padding-top: 7px; }

.netweb {
	position: absolute;
	bottom: 1px;
	right: 1px;
	}
