body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul, ol,
li, dl, dt, dd, form, a, fieldset, th, td, hr
{
	margin: 0; padding: 0; border: 0; outline: none;
}

body {
	background: #dce1e4;
	font: 12px Arial;
	color: #7d7d7d;
	border-top: 10px solid #fff;
}

.wrapper {
	width: 960px;
	margin: 0 auto;
	position: relative;
}

h1 a {
	background: url(/img/mwsdesigns.jpg) no-repeat;
	width: 202px;
	height: 58px;
	display: block;
}

h1 a:hover {
	background-position: 0 -58px;
}

h3 {
	font-size: 1.2em;
	color: #7a7a7a;
	margin-bottom: 15px;
	text-transform: uppercase;
}

h3 img {
	margin-right: 10px;
}

p {
	line-height: 1.4em;
	margin-bottom: 10px;
}

a {
	color: #7d7d7d;
	text-decoration: none;
}

a:hover {
	color: #333;
}

.clear {
	clear: both;
}

/* HEADER */

#header {
	margin-top: 20px;
	margin-bottom: 60px;
}

#header.homepage {
	margin-bottom: 30px;
}

#header img {

}

#header h2 {
	position: absolute;
	right: 0px;
	top: 15px;
	color: #a7a7a7;
	font-size: 1.2em;
	text-align: right;
}

#header h2 a {
	color: #666666;
}

#header h2 a:hover {
	color: #444652;
}

/* PORTFOLIO */

#portfolio {
	background: url(/img/portfolio_bg.jpg) repeat-x;
	height: 390px;
}

#work {
	list-style-type: none;
}

#work li {
	float: left;
	margin-top: 30px;
	width: 280px;
	margin-right: 60px;
}

#work li.third {
	margin-right: 0px;
}

.img_holder { float:left; width:280px; height:150px; background:url(/img/loading.gif) center no-repeat #fff; }

/* CONTENT */

#content {
	margin-top: 30px;
}

.col, .col3 {
	float: left;
	width: 280px;
	margin-right: 60px;
}

.col3 {
	margin: 0;
}

.colLarge {
	float: left;
	width: 620px;
}

/* POTFOLIO ITEM */

#portfolioItem .col .description {
	background-color: #fff;
	padding: 15px;
	height: 250px;
	color: #666;
}

/* FOOTER */

#footer {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 10px solid #fff;
}

#footer ul {
	list-style-type: none;
}

#footer ul li {
	float: left;
	width: 280px;
	margin-right: 60px;
}

#footer ul li.third {
	margin-right: 0px;
}

#footer p {
	margin-top: 15px;
	color: #adadad;
}