* {margin: 0; padding: 0;}

.clear {
	clear: both;
	width: 100%;
	height: 1px;
}
#wrapper {
	margin: 10px auto;
	width: 960px;
	font-family: 'Georgia', 'Times New Roman', serif;	

}

#top {
	margin: 0 0 10px 0;
	padding: 0 0 20px 0;

	
}
#top h1 {
	text-align: right;
	font-style: italic;
	font-size: 65px;
}

#top p {
	border-top: 1px solid #eee;
}

p {
	font-size: 14px;
}

p.formthankyoumessage { color: red; }
p.formerrormessage { color: red; }


#skillset {
	width: 960px;
	padding: 10px 0 140px 0;
	background: url('images/ringus.png') no-repeat 500px 0px;
	
}

#skillset div h3, #websites h3, #footer h3 {
	padding: 5px;
	margin: 0 0 6px 0;
	font-size: 18px;
	font-weight: bold;
	
	background-color: #1e8aff;
}

#websites h3 a:link, #websites h3 a:visited {
	font-size: 18px;
	color: black;
}

#websites h3:hover {
	color: white;
	
}

#skillset h2, #websites h2, #footer h2 {
	background: url(images/arrowdown.png) no-repeat;
	margin: 0 0 8px 0;

	padding: 10px;
}

#skillset h2 {
	background-position: 220px 0;
}
#skillset div {
	float: left;
	width: 230px;
	margin: 0 10px 0 0;
}

#websites {
	margin: 0 0 50px 0;
}

#websites h2 {
	background-position: 340px 0;
}

#websites div.client {
	width: 230px;
	float: left;
	margin: 0 10px 0 0;
}

#websites img {
	width: 200px;
	margin: 0 auto;
	border: 1px solid black;
	margin: 8px;
}

#websites a {
	font-size: 13px;
	color: #111;
	text-decoration: none;
	text-align: right;
}

#websites a:hover {
	color: black;
	font-weight: bold;
}

#otherclients {
	width:  960px;
	margin: 20px 0 0 0;
}

#otherclients h4, #otherclients ul {
	float: left;
	width: 44%;
}

#otherclients h4 {
	font-size: 23px;
	padding: 10px 50px 30px 5px;
	background: url(images/arrowright.png) no-repeat 90% 10px;
}
#otherclients ul{
	list-style: none;
	margin: 0 0 0 20px;
}
#otherclients ul li {
	padding: 0; margin: 0; text-align: left;
}
#otherclients ul li a, #otherclients ul li a:visited {
	
	font-weight: bold;
	background-color: #1e8aff;
	font-size: 18px;
	font-weight: bold;
	float: left;
	width: 190px;
	text-align: left;
	margin: 15px 0 0 5px;
	padding:  5px;
}

#otherclients ul li a:hover {
	background-color: white;
	border:  1px solid black;
	width:  188px;
	margin: 13px 0 0 5px;
}
#footer {
	margin: -30px 0 0 0;
}
#footer h2 {
	background-position: 230px 0;
}
#footer div {
	width: 460px;
	float: left;
	margin: 0 0 0 10px;
}

form input, textarea {
	display: block;
	margin: 4px 0 0 5px;
}

form p {
	margin: 10px 0 0 0;
}



form p:hover span {
	display: block;
}



#testimonials p {
	margin: 15px 0 0 0;
	padding: 10px;
	font-style: italic;
}
