body { 
	background: #2A2A2A;
	color: #FFF;
	font-size: 125%;
}

a {
	color: #FF3;
	text-decoration: none;
}
a:hover {

}
a:active {

}
strong {
	color: #FF3;
	font-weight: lighter;
}

/* ----------------------------------------- */
/* Layout elements */
/* ----------------------------------------- */

div.wrapper {
	margin: 0;
	position: relative;
	width: 950px;
}
div#header {
	background: #00B0C7 url(../images/header-background.png) top left no-repeat;
	height: 250px;
}

	div#header h1 {
		padding: 20px 0 0 0;
		width: 840px;
	}
	div#header h1 a {
		background: url(../images/header-h1.png) top left no-repeat;
		display: block;
		height: 55px;
		margin: 0 0 0 auto;
		width: 314px;
	}

div#content {
	background: #3A3A3A;
	padding: 50px 0;

}

	div#sidebar {
		float: left;
		font-size: 1.5em;
		line-height: 1.6em;
		text-align: right;
		width: 185px;
	}
		div#sidebar a {
			color: #FFF;
		}
		div#sidebar a:hover {
			color: #FF3;
		}
	div#main {
		float: left;
		margin: 0 0 0 85px;
		width: 600px;
	}

div#footer {
	height: 230px;
	padding: 20px 0 0 0;
}
div#footer span {
	border-right: 1px solid #FFF;
	padding: 0 1em;
}
div#footer span:last-child {
	border: none;
}

/* clients */
ul#clients {
	overflow: auto;
}
ul#clients li {
	border: 10px solid #2A2A2A;
	display: block;
	float: left;
	margin: 0 30px 30px 0;
	width: 160px;
	height: 90px;
}
ul#clients li a {
	background: url(../images/logos.png) top left no-repeat;
	display: block;
	height: 90px;
	overflow: hidden;
	text-indent: -9999px;
}

ul#clients li#avi a { background-position: 0 0; }
ul#clients li#int a { background-position: -160px 0; }
ul#clients li#fri a { background-position: -320px 0; }
ul#clients li#son a { background-position: 0 -180px; }
ul#clients li#dep a { background-position: -160px -180px; }
ul#clients li#uni a { background-position: -320px -180px; }
ul#clients li#lcs a { background-position: 0 -360px; }
ul#clients li#dos a { background-position: -160px -360px; }
ul#clients li#col a { background-position: -320px -360px; }

ul#clients li#avi a:hover { background-position: 0 -90px; }
ul#clients li#int a:hover { background-position: -160px -90px; }
ul#clients li#fri a:hover { background-position: -320px -90px; }
ul#clients li#son a:hover { background-position: 0 -270px; }
ul#clients li#dep a:hover { background-position: -160px -270px; }
ul#clients li#uni a:hover { background-position: -320px -270px; }
ul#clients li#lcs a:hover { background-position: 0 -450px; }
ul#clients li#dos a:hover { background-position: -160px -450px; }
ul#clients li#col a:hover { background-position: -320px -450px; }


/* forms */
form p {
	margin: 0 0 40px 0;
	position: relative;
}

label {
	color: #FF3;
	display: block;
	margin: 0 0 0 5px;
}
input, textarea {
	border: 1px solid #666;
	background: #333;
	color: #FFF;
	font-size: .7em;
	height: 32px;
	padding: 0 10px;
	width: 300px;

	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
textarea {
	height: 130px;	
}
form small {
	color: #F00;
	left: 10px;
	position: absolute;
	top: 65px;
}
p#p-message small {
	top: 160px;
}
p.buttonholder {
	clear: both;
	float: none;
	margin: 0 0 35px 0;
}
button {
	height: 30px;
	margin: 0 0 0 120px;
	width: 200px;

}


div.warning, div.success, div.error {
	/* border: 1px solid; */
	margin: 0 0 30px 0;
	min-height: 20px;
	padding: 12px;
	width: 576px;
}
div.warning {
	background: #ED9EAE;
	color: #000;
}
div.success {
	background: #C3E884;
    color: #000;
}
div.error {
	background: #ED9EAE;
	color: #000;
}




.y {
	color: #FF3;
}
.img {
	overflow: hidden;
	text-indent: -9999px;
}
span.fa {
	clear: both;
	display: block;
	height: 0px;
}
