@charset "UTF-8";
/* CSS Document */

/*_____GENERAL_____*/

#clr {
	clear: both;
}
body {
	background-image: url(../images/pattern.png);
	background-repeat: repeat;
	margin: 0 auto;
	padding: 0px;
}
html {
	overflow-y: scroll;
}
img { 
	border: none 
}
#space {
	margin-bottom: 5px;
}
a:focus {
	outline: 0px;
}

/*_____CONTAINERS_____*/

#container {
	margin: 0 auto;
	width: 920px;
	border: none;
	background-image: url(../images/bg_dropshadow.png);
	background-repeat: repeat-y;
}
#container2 {
	margin: 0 10px;
	width: 900px;
	border: none;
	background-image: url(../images/canvas.jpg);
	background-repeat: repeat;
}
#header  {
	width: 900px;
	border: none;
}
#body  {
	width: 900px;
	border: none;
	clear: both;
}
#footercontainer  {
	width: 900px;
	border: none;
	clear: both;
	margin-top: 50px;
}

/*_____HEADER_____*/

#logo {
	width: 280px;
	float: left;
}
#right_header {
	width: 620px;
	float: left;
}
#top_spacer {
	width: 620px;
	height: 58px;
}

/*_____NAVBAR_____*/

#navbar {
	padding: 0;
	margin: 0;
	height: 122px;
	width: 620px;
	float: left;
	clear: both;
}
#navlist, #navlist ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
}
#navlist a {
	display: block;
	text-decoration: none;
	padding: 0;
	border: 0;
	font-size: .85em;
	color: #989797;
}
#navlist li {
	float: left;
}
#navlist a.portfolio {
	padding: 0;
	margin: 0;
	background-image: url(../images/btn_portfolio.png);
	background-repeat: no-repeat;
	width: 125px;
	height: 122px;
	text-indent: -5000px;
}
#navlist a.portfolio:hover{
	background-position: 0 -122px;
}
#navlist a.what_we_do {
	padding: 0;
	margin: 0;
	background-image: url(../images/btn_what_we_do.png);
	background-repeat: no-repeat;
	width: 127px;
	height: 122px;
	text-indent: -5000px;
}
#navlist a.what_we_do:hover{
	background-position: 0 -122px;
}
#navlist a.collective {
	padding: 0;
	margin: 0;
	background-image: url(../images/btn_collective.png);
	background-repeat: no-repeat;
	width: 128px;
	height: 122px;
	text-indent: -5000px;
}
#navlist a.collective:hover{
	background-position: 0 -122px;
}
#navlist a.contact {
	padding: 0;
	margin: 0;
	background-image: url(../images/btn_contact.png);
	background-repeat: no-repeat;
	width: 128px;
	height: 122px;
	text-indent: -5000px;
}
#navlist a.contact:hover{
	background-position: 0 -122px;
}

/*_____FOOTER_____*/
#footercopy  {
	width: 900px;
	text-align: center;
	border-top: dotted #999999 1px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 11px;
}


