/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License:none (public domain)
*/
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,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,
article,aside,canvas,details,embed,
figure,figcaption,footer,header,hgroup,
menu,nav,output,ruby,section,summary,
time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section{display:block;}
body{line-height:1;}
ol,ul{list-style:none;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,
q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing: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%;
	background: #1d1d1d url(images/header.gif) no-repeat top;
}

header .wrapper {
	width: 904px;
	overflow: hidden;
	padding: 50px 50px 20px 50px;
	margin: 0 auto;
}

h1 a {
	width: 364px;
	height: 25px;
	background: url(images/logo.gif) no-repeat;
	text-indent: -9999px;
	margin: 0 0 83px 0;
	float: left;
}

.contactinfo {
	height: 25px;
	padding: 0;
	float: right;
}

.services {
	clear: both;
	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 ul {
	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 p {
	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 h1 {
	width: 903px;
	height: 33px;
	background: #202020 url(images/projects.gif) no-repeat 13px 12px;
	text-indent: -10000px;
	margin: 0 auto 25px auto;
	display: block;
}

.project {
	width: 376px;
	padding: 0 53px 20px 53px;
	float: left;
}

.project h2 a {
	font-size: 1.636em;
	font-weight: normal;
	margin: 0 0 10px 0;
	text-decoration: none;
}

.project h2 a:hover {
	text-decoration: underline;
}

.project img {
	margin: 0 0 15px 0;
	float: left;
}

.project strong {
	color: #777777;
	display: inline;
	float: none;
}

footer {
	width: 903px;
	height: 140px;
	line-height: 140px;
	margin: 0 auto;
}
