 * {
     margin: 0;
 }
 
 
 html, body {
     height: 100%;
}

h2 {
	color: white;
}


.wrapper {
	position: relative;
	min-height: 100%;
	margin-bottom: -50px;
}

.footer  {
    height: 50px;
	position: relative;
}

.clearfooter {
	height: 50px;
	clear: both;
	}


body {	background-color: black;	}
p {	
	color: #FFF;
	font-family:Verdana, Geneva, sans-serif;
	
	}


/* Menu-specific CSS */
div#container-menu {
	width: 740px;
	margin-top: 0;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
}

ul#menu {
	margin: 0;
	padding: 0;
	list-style:none;
	text-align: center;
}

li.menu {
	font-size: 1.3em;
	display: inline;
	padding-right: 50px;
}

li.menu-last { padding-right: 0px;}
li.menu-special {
	padding-left: 100px;
	color: #fe9500;
	font-size: 1.6em;

}

ul#menu li a {
	color: #fff;
	text-decoration: none;
}

ul#menu li a.feedback, ul#menu li a.feedback:hover { color: #fe9500; }
ul#menu li a:hover { 	color: #666; }



/* End of menu-specific CSS */



textarea#feedback {width:360px;height:150px}
p.feedback, hr.feedback {width:360px;}
input.feedback {color: #000;background:#fff;border: 1px solid gray;}
p.bigger { font-size: 1.3em;}
	
label { color: #FFF }

a {
	color: #FFF; 
	text-decoration: none;
}



a:hover { 
	color: #FFF;
	text-decoration: underline;
}

div.pagebody {
	margin-top: 25px;
	width: 880px;
	margin-left: auto;
	margin-right: auto;
}

div.pagebody p.half {
	width: 50%;
}


ul.main {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	}
	
#s1 { background-image: url('../img/s1.jpg'); }	
#s2 { background-image: url('../img/s2.jpg'); }	
#s3 { background-image: url('../img/s3.jpg'); }	
#s4 { background-image: url('../img/s4.jpg'); }	
	

	
ul.main li {
	color: white;
	font-family: Verdana;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 110px;
	
	}

ul.main li h3 {
	color: #ccc;
	font-size: 1.3em;
}

ul.main li p {
	width: 60%;
}

li.selected {
		color: #666;
		text-decoration: underline;
		}
	
h1.service-type, h2.service-type {
	color: #FFF;	
	
}

.underline {border-bottom: 1px solid #fff}
.a-lign-center {text-align: center;}

p.copyright { 
	text-align: center;
	font-size: 0.8em;
	}
	
/* For the clients page */

div.clients-item {
	border-top: 1px solid #666; 
	padding: 2px; 
	margin-bottom: 10px;
}

img.clients {
	border: 1px solid #666;
	float: left;
	margin: 6px 6px 6px 0;
	}

	img.services {
	float:left;
	display:inline;
	margin-right: 30px;
	}
	
	
div.service-background {
	background-repeat:no-repeat;
	background-position: top right;
}

div.service-background-1 {
	background-image:url('../img/service-2.png');
}

div.service-background-2 {
	background-image:url('../img/service-1.png');
}

div.service-background-3 {
	background-image:url('../img/service-3.png');
}

div.service-background-x {
	background-image:url('../img/faceplate.png');
}

h3.clients {
	border-top: 1px solid #666;
	padding-top: 1px;
	margin-top: 10px;
	color: white;
		}
	
div#accordion {
	width: 750px;
	}

.clients-content {
	margin-bottom: 40px;
}

div.clients_gallery img {
	#float: right;
	}

div#accordion p {
	margin-bottom: 5px;
	}

