/* MSTER RESET */
* { padding: 0; margin: 0; border: 0; outline: none; }

/*USEFUL STYLES*/
.clear { clear: both; }
.ftleft { float: left; }
.ftright { float: right; }
.grey { color: #999; }
.orange { color: #ff3e06; }


/* begin layout structure */
body {
	background: rgb(213, 213, 213);
	color: #4b4b4b;
	font-family: Helvetica;
	font-size: 11px;
}

.wrapper {
	width: 700px;
	margin: 0 auto;
}

#header {
	background: url(images/banner.jpg) bottom left no-repeat white;
	height: 105px;
	position: relative;
}
#header h1 { 
	position: absolute;
	left: 25px;
	top: 20px;
	background: url(images/logo.gif) 0 0 no-repeat;
	height: 31px;
	width: 185px;
}

#footer {
	background: url(images/footer.jpg) top left no-repeat white;
	height: 105px;
	clear: both;
	color: #999;
	position: relative;
}
#footer a {color: #999;}
#footer h1 {
	position: absolute;
	right: 25px;
	top: 55px;
	font-weight: normal;
	font-size: 18px;
}


/*FONT / LINK STYLES*/	
p { line-height: 16px; margin-bottom: 5px; }
h2 { font-size: 18px; line-height: 23px; margin-bottom: 5px; }
a {
	color: #ff3e06;
	text-decoration: none;
	font-weight: bold;
}


/* begin content styling */
.copy { float: left; padding: 10px; width: 213px; }


/* begin form styling */
.form-field { margin-bottom: 5px; }
input, textarea, select {
	font-family: Helvetica;
	font-size: 10px;
	color: #999;
}
input[type=submit] {
	width: 80px;
	background: black;
	border: 1px solid #f8f8f8;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: white;
	font-weight: bold;
	cursor: pointer;
}
input[type=text] { width: 50%; }
input, textarea {
	padding: 3px 5px;
	line-height: 15px;
	width: 100%;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #c5c2c2;
}


/*gallery windows*/
.flashgallery { width: 700px; background: black; }
.project { width: 490px; }
.description {
	width: 190px;
	padding: 10px 10px 10px 0;
	color: white;
	height: 230px;
	position: relative;
}
.description h1 {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 15px;
	margin-bottom: 9px;
}
.icons {
	position: absolute;
	bottom: 0;
}
.icons li {
	float: left;
	display: inline;
	margin-right: 10px;
}
.icons li a { margin-right: 0; }
