/*--------------------------------------------------------*/
/* BODY -----------------------------------------------*/
/*--------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	font-size: 16px;
	color: #d2d2d2;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000;
}
a {
	outline: none;	
}
#container {
	background-color: #fff;
}
#content {
	position: relative;
	margin: 0 auto;
	width: 770px;
}

/*--------------------------------------------------------*/
/* HEADER ----------------------------------------------*/
/*--------------------------------------------------------*/

#header {
	height: 105px;
	padding-top: 45px;
	background: #fff url(../images/headerBgrd.jpg) top left repeat-x;	
}
#logo {
	position: relative;
	top: -45px;
	width: 298px;
	height: 95px;
	text-indent: -9999px;
	text-decoration: none;
	padding: 0 0 0 117px;
	background: url(../images/logo.jpg) top right no-repeat;	
}

/*--------------------------------------------------------*/
/* NAVIGATION -----------------------------------------------*/
/*--------------------------------------------------------*/

#nav {
	float: right;
	position: relative;
	top: -57px;
	margin: 0 4px -57px 0;
}
#nav li {
	list-style: none;
}
#nav a {
	display: block;
	width: 96px;
	height: 36px;
	float: right;
	text-indent: -9999px;
	text-decoration: none;
}
#nav a.contactBtn:link,
#nav a.contactBtn:visited {
	background: #d2d2d2 url(../images/contactBtn.jpg) top right no-repeat;
}
#nav a.contactBtn:hover {
	background: #d2d2d2 url(../images/contactBtn.jpg) top right no-repeat;
}

/*--------------------------------------------------------*/
/* FOOTER -----------------------------------------------*/
/*--------------------------------------------------------*/

#footer {
	clear: both;
	position: relative;
	height: 115px;
	background: #000 url(../images/footerBgrd.jpg) top left repeat-x;
}
#toTop a {
	position: relative;
	bottom: -31px;
	display: block;
	width: 65px;
	height: 62px;
	text-indent: -9999px;
	text-decoration: none;
	background: url(../images/topBtn.jpg) bottom left no-repeat;	
}
#contact {
	clear: both;
	position: relative;
	top: -35px;
	margin: 0 auto;
	width: 748px;
	color: #fff;
	padding: 0 0 10px 0;
}
#contact ul {
	list-style: none;
	float: right;
	text-align: right;
}
#contact li {
	padding-bottom: 3px;
}
#contact a.email {
	color: #fff;	
}

/*--------------------------------------------------------*/
/* Content -----------------------------------------------*/
/*--------------------------------------------------------*/

.pieces {
	padding: 8px 0 8px 0;	
}
.portBgrd {
	margin: 0 auto;
	width: 600px;
	background: #000 url(../images/portfolioTop.jpg) top left no-repeat;
}
h4{
	clear: both;
	color: #d2d2d2;
	font-size: 20px;
	padding: 25px 0 0 31px;
	
}
.pieces img {
	float: left;
	margin-top: 10px;
	padding: 0 0 40px 31px;
	border: none;
}
.pieces a {
	text-decoration: none;
}
.info {
	float: right;
	width: 260px;;
	list-style: none;
	font-size: 13px;
	color: #fff;
	padding: 6px 30px 15px 0
}
.info strong {
	color: #d2d2d2;
	font-size: 16px;
	padding-right: 3px;
}
.info li {
	padding-bottom: 2px;
}
.info a {
	color: #fff;
	text-decoration: underline;
}
.goal {
	border-bottom: 2px dotted #d2d2d2;
	padding-bottom: 3px;
	margin-bottom: 4px;
}
.work {
	clear: both;
	width: 600px;
	height: 12px;
	background: #fff url(../images/portfolioBottom.jpg) top left no-repeat;
}
