/* Eric Meyer Reset */
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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* End reset */
body {
	background: url("images/bg_steel.jpg");
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	
}
a {
	color: #003366;
}
li a {
	background: none;
}
#container {
	width: 990px;
	margin: 0 auto 0 auto;
	padding-top: 20px;
	background: url("images/gradient_bg_steel.jpg") no-repeat;
	position: relative;
} 
#header {
	padding: 0 15px;
}
h1 {
	text-indent: -9000px;
	position: absolute;
	top: 50px;
	right: 15px;
	background: url("images/tagline.png") no-repeat;
	width: 384px;
	height: 27px;
}
#intro {
	margin-top: 10px;
	text-indent: -9000px;
	height: 317px;
	background: url("images/intro.png") no-repeat;
	position: relative;
}
#intro img {
	position: absolute;
	right: -20px;
}
#portfolio {
	padding: 0 15px;
}
h2 {
	text-indent: -9000px;
	height: 57px;
	background-repeat: no-repeat;
	background-position: 0 20px;
	margin: 0 0 10px 0;
	clear: left;
}
#h_web {
	background-image: url("images/h_websites.png");
}
#h_ui {
	background-image: url("images/h_ui.png");
}
.item {
	background: url("images/item_bg.png") no-repeat;
	margin-right: 24px;
	float: left;
	width: 460px;
	padding: 4px;
	height: 464px;
}
.item.last {
	margin-right: 0;
}
.item img {
	width: 460px;
}
.item h3 {
	padding: 10px;
	color: #555;
	font-size: 15px;
	border-bottom: 1px solid #333;
}
.item h4 {
	border-top: 1px solid #333;
	padding: 10px;
	font-size: 12px;
	font-style: italic;
	color: #777;
}