body {
	color: #aaa;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	min-width: 960px;
	margin: 80px 50px 20px 50px;
}

img, a {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}



a {
	color: #c93;
	text-decoration: none;
}

#logo {
	display: block;
	width: 380px;
	height: 79px;
	background-image: url(images/logo.gif);
	
}

#hover{
	text-align: center;
	padding: 9px;
	background: #eee;
	position: fixed;
	width: 600px;
	height: 339px;
	top: 50%;
	left: 50%;
	margin-left: -320px;
	margin-top: -190px;
	z-index: 1001;
	border: solid 10px #ccc;

}

#hoverbg {
	display: block;
	background: black;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	opacity: 0.75;
 	filter: alpha(opacity = 75);
 	zoom:1;
}

#closeButton{
	position: absolute;
	top: -25px;
	right: -25px;
}


.invisable {
	display: none;
}	

#projects {
	width: 550px;
	float: left;
	border-right: solid 1px #ccc;
}

.interactionLink{
	display: block;
	height: 60px;
	overflow: hidden;
	width: 490px;
	margin-bottom: 10px;
	border: solid 1px #aaa;
}

.interactionLink:hover {
	opacity: 0.5;
 	filter: alpha(opacity = 50);
 	zoom:1;
}

.selected{
	border-right: solid 10px #ff9800;
}


#projectDetail {
	margin-left: 600px;
	width: 440px;
}

#projectDetail .object {
	display: block;
	border: solid 1px #ccc;
	background: #eee;
	width: 436px;
	height: 249px;
}

#projectDetail .object object{
	background: #eee;
}

#projectDetail h1{
	margin: 10px 0 0 0;
	color: #58585a;
	font-weight: normal;
	line-height: 40px;
	font-size: 38px;
}

#projectDetail h2{
	margin: 0;
	color: #00aeef;
	line-height: 18px;
	font-weight: bold;
	font-size: 18px;
}


#projectDetail p{
	color: #58585a;
	font-size: 13px;
}

.blue {
	color: #00aeef;
	text-decoration: none;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
}

#ptype {
	margin: 10px 0 20px 175px;
	padding-left: 20px;
	font: 18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background: url(images/elbar.gif) no-repeat;
}

#menu, #footer {
	margin-bottom: 0;
	font: 26px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#footer a, #menu a, #ptype a{
	color: #00aeef;
	text-decoration: none;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
}


#footer a:hover, #menu a:hover, #ptype a:hover, .selectedp{
	text-decoration: none;
	border-bottom: 4px solid #ff9800;
}

#newItems {
	float: left;
	border-top: solid 1px #ccc;
	padding-top: 100px;
	background: url(images/new.gif) no-repeat 0px 30px;
}

.new{
	padding: 5px;
	float: left;
	margin-right: 10px;
	border: solid 1px #ccc;
	width: 160px;
	height: 158px;
}

.new a{
	display: block;
	height: 130px;
	border: solid 1px #ccc;

}	

.new a:hover{
	opacity: 0.5;
 	filter: alpha(opacity = 50);
 	zoom:1;
}


#bildr{
	background: url(images/bildr.gif) no-repeat 3px 13px;
}


#foode{
	background: url(images/foode.gif) no-repeat 3px 13px;
}

#rfid{
	background: url(images/rfid.gif) no-repeat 3px 13px;
}

#touch{
	background: url(images/touch.gif) no-repeat 3px 13px;
}

#respondDesign{
	background: url(images/cms.gif) no-repeat 3px 13px;
}

#jumpWire{
	background: url(images/jumpwire.gif) no-repeat 3px 13px;
}

#thegiant{
	background: url(images/thegiant.gif) no-repeat 3px 13px;
}


#photo{
	background: url(images/photo.gif) no-repeat 3px 13px;
}

#risdpedia{
	background: url(images/risdpedia.gif) no-repeat 3px 13px;
}

#dfo{
	background: url(images/dfo.gif) no-repeat 3px 13px;
}

#calendar{
	background: url(images/calendar.gif) no-repeat 3px 13px;
}



#bildr a{
	background-image: url(images/bildrIcon.gif);
}

#foode a{
	background-image: url(images/foodeIcon.gif);
}

#rfid a{
	background-image: url(images/rfidIcon.gif);
}

#touch a{
	background-image: url(images/touchIcon.gif);
}

#respondDesign a{
	background-image: url(images/rdIcon.gif);
}

#jumpWire a{
	background-image: url(images/jumpWireIcon.gif);
}

#thegiant a{
	background-image: url(images/thegianticon.gif);
}

#photo a{
	background-image: url(images/photoicon.gif);
}

#risdpedia a{
	background-image: url(images/risdpediaicon.gif);
}

#dfo a{
	background-image: url(images/dfoicon.gif);
}

#calendar a{
	background-image: url(images/calendaricon.gif);
}

#more{
	margin: 5px 0;
	height: 30px;
	width: 103px;
	float: right;
	background: url(images/more.gif) no-repeat 0;
}

#more:hover{
	cursor: pointer;
	opacity: 0.5;
 	filter: alpha(opacity = 50);
 	zoom:1;
}


#wrapper {
	width: 910px;
	overflow: hidden;
}

#wrapperInner{
	width: 3000px;
}


