html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
:focus {
	outline: 0;
}

body {
	background: #181818 url(images/background.gif) repeat-x top;
	font-family: Verdana, Arial, sans-serif;
	font-size: 68.8%;
	line-height: 1.818em;
	color: #cacaca;
}

a {
	color: #ffcc00;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

p, ul {
	padding: 10px 0;
}

ul li {
	background: url(images/listicon.gif) no-repeat 13px 7px;
	font-style: italic;
	padding: 0 0 0 29px;
}

#header {
	width: 100%; height: 440px;
	background: #1d1d1d;
}

	#header .wrapper {
		width: 903px; height: 391px;
		background: url(images/header.gif) no-repeat top;
		padding: 49px 50px 0 51px;
		margin: 0 auto;
	}
	
		h1 a {
			width: 364px; height: 25px;
			background: url(images/logo.gif) no-repeat;
			text-indent: -10000px;
			margin: 0 0 83px 0;
			float: left;
		}
		
		.contactinfo {
			height: 25px;
			margin: 0 0 83px 0;
			padding: 0;
			float: right;
		}
		
			.contactinfo .phone {
				color: #ffcc00;
			}
			
		.services {
			width: 441px;
			float: left;
		}
		
	 		.services h2 {
				width: 441px; height: 33px;
				background: url(images/services.gif) no-repeat;
				text-indent: -10000px;
				float: left;
				clear: left;
			}
			
			.services .content {
				width: 411px;
				padding: 15px;
				clear: left;
				float: left;
			}
			
		.about {
			width: 462px;
			float: left;
		}
		
			.about h2 {
				width: 462px; height: 33px;
				background: url(images/about.gif) no-repeat;
				text-indent: -10000px;
				float: left;
			}
			
			.about .content {
				width: 432px;
				background: url(images/aboutbg.png) repeat;
				padding: 15px;
				float: left;
			}
			
#projects {
	width: 100%;
	background: #171717;
	overflow: hidden;
}

	#projects .wrapper {
		width: 964px;
		margin: 0 auto;
	}
	
		#projects .wrapper h2 {
			width: 903px; height: 33px;
			background: #202020 url(images/projects.gif) no-repeat 13px 12px;
			text-indent: -10000px;
			margin: 0 auto 25px auto;
			display: block;
		}
		
		#projects .wrapper .project {
			width: 376px;
			padding: 0 53px 20px 53px;
			float: left;
		}
		
			#projects .wrapper .project h3 a {
				font-size: 1.636em;
				font-weight: normal;
				margin: 0 0 10px 0;
				text-decoration: none;
			}
			
				#projects .wrapper .project h3 a:hover {
					text-decoration: underline;
				}
				
			#projects .wrapper .project img {
				margin: 0 0 15px 0;
				float: left;
			}
			
			#projects .wrapper .project .services {
				color: #777777;
				display: inline;
				float: none;
			}
			
	#contact {
		width: 100%; height: 228px;
		background: url(images/contactrepeat.gif) repeat-x top;
	}
	
		#contact .wrapper {
			width: 903px; height: 227px;
			background: url(images/contactbg.gif) no-repeat top;
			padding: 0 50px 0 51px;
			margin: 0 auto;
		}
		
			#contact .wrapper h2 {
				width: 903px; height: 33px;
				background: #252525 url(images/contact.gif) no-repeat 13px 11px;
				text-indent: -10000px;
				margin: 0 auto 10px auto;
				display: block;
			}
			
			#contact p {
				padding: 0;
			}
			
			#contact .success,
			#contact .error {
				padding: 0 0 15px 0;
			}
			
			#contact .error { color: #da0000; }
			
			#contact .success { color: #24da00; }
			
			#contact form .left {
				width: 330px;
				padding: 0 38px 0 0;
				float: left;
			}
			
				#contact form .left p {
					width: 328px; height: 27px;
					background: #171717;
					line-height: 27px;
					padding: 0;
					margin: 0 0 20px 0;
					border: 1px solid #242424;
				}
				
					#contact form .left p label {
						width: 90px; height: 27px;
						line-height: 27px;
						color: #838383;
						padding: 0 0 0 10px;
						float: left;
					}
					
					#contact form .left p input {
						width: 228px; height: 27px;
						background: #171717;
						color: #838383;
						padding: 0;
						border: 0;
						float: left;
					}
					
				#contact form textarea {
					width: 523px; height: 67px;
					background: #171717;
					color: #838383;
					padding: 5px;
					margin: 0 0 10px 0;
					border: 1px solid #242424;
				}
				
				#contact form #send {
					width: 110px; height: 28px;
					background: url(images/send.gif) no-repeat;
					border: 0;
					margin: 0;
					float: right;
					cursor: pointer;
				}
				
	#footer {
		width: 903px; height: 140px;
		line-height: 140px;
		margin: 0 auto;
	}
	
		#footer .top {
			display: inline;
			float: right;
		}