/* style reseter for every browser*/
*{
	margin:0;
	padding:0;
}

/*main container*/
html, body {
	height:100%;
	background:#000;
	color:#444;
	font-size:0.9em;
	font-family: verdana,arial,sans-serif;
}

#wrapper{
	position:relative;
	width:940px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -60px;
	background:#000 url('img/background.jpg') top center repeat-y;
}

#main{
	background:transparent url('img/sprux-header.jpg') top center no-repeat ;
}

#pusher{
	height:60px;
	clear:both;
}

#foot{
	position:relative;
	text-align:center;
	height:60px;
	clear:both;
	width:940px;
	margin: 0 auto;
}

h1,h2,h3{
	color:#000;
}


/*header*/
a#banner{
	height:160px;
	display:block;
	outline:0;
	overflow:hidden;
	
}

a#banner img{
	border:0;
}

ul#menu{
	height: 25px;
	width:685px;
	margin: 12px 127px;
	position: relative;
}

ul#menu li{
	display:block;
	float:left;
}

a.menu3d{
	width: 137px;
	height: 25px;
	display: block;
	text-indent:-2000px;
	outline:0;
	background-position:left top;
	background-repeat:no-repeat;
}

a.news{
	background-image:url('img/menu-news.gif');
}

a.people{
	background-image:url('img/menu-people.gif');
}

a.projects{
	background-image:url('img/menu-projects.gif');
}

a.about{
	background-image:url('img/menu-about.gif');
}

a.contact{
	background-image:url('img/menu-contact.gif');
}



/*main content*/

div#separator{
	margin:0 20px 0 50px;
	border-top:1px solid #444;
}

div#right-column{
	clear:left;
	float:right;
	width:252px;
	margin:0;
}

div#right-column img{
	border:1px solid #444;
	border-top:0;
}

div#content{
	clear:left;
	margin:10px 290px 0 0;
}

h3{
	border-bottom:1px solid #808DB2;
	border-left:3px solid #EB3748;
	padding:1px 5px;
	margin:4px 0;
}

ul.items{
	list-style-type: none;
}

ul.items li{
	margin:40px 20px;
	text-align:justify;
}



span.thumb{
	padding:0 5px;
	margin:5px 0;
	float:right;
	display:block;
	position:relative;
	width:64px;
	height:64px;
}

.clear{
	clear:left
}

p.gallery span.thumb{
	float:left;
}

span.thumb img{
	position:absolute;
	border:1px solid #444;
	top:0;
	right:0;
	width:64px;
}

p.gallery span.thumb img{
	left:0;
}

/*footer*/
div#foot hr{
	width:90%;
	margin:auto;
	border:0;
	border-bottom:1px solid #747591;
}

div#foot a{
	margin:0 5px;
}

label{
	display:block;
}
#email-form input{
	width:200px;
}
textarea{
	width:400px;
	height:200px;
}
#email-form  p{
	margin:0.5em 0;
}

span.required, b.error{
	color:#f00;
}