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

a img {
	border: 0px;
}

a {
	outline: none;
	text-decoration: none;
}

div[id="mainContainer"] {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}
	
div[id="designStripTop"] {
	background-color: #33ccff;
	height: 4px;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}

div[id="info"] {
	width: 100%;
	height: 200px;
}

div[id="info"] img{
	overflow: hidden;
	position: relative;
	top: 30px;
	left: 28px;
}


div[id="showcase"] {
	background-image:url(images/sideStripeShowcase.jpg);
}


div[id="motion"] {
	background-image:url(images/sideStripeMotion.jpg);
}

div[id="interactive"] {
	background-image:url(images/sideStripeInteractive.jpg);
}

div[id="design"] {
	background-image:url(images/sideStripeDesign.jpg);
}

div[id="photography"] {
	background-image:url(images/sideStripePhoto.jpg);
}

div[id="experiments"] {
	background-image:url(images/sideStripeExperiments.jpg);
}

div[id="health"] {
	background-image:url(images/sideStripeBannerads.jpg);
}

div[id="threed"] {
	background-image:url(images/sideStripe3d.jpg);
}


.sideTitle {
	position: relative;
	top: 0px;
	left: 0px;
	float: left;
	margin-right: -24px;
}


.section {
	width: 100%;
	margin-bottom: 90px;
	background-position: left;
	background-repeat: repeat-y;
}

.piece {
	width: 232px;
	height: 220px;
	margin-left: 50px;
	margin-right: -30px;
	background-image: url(images/pieceBg.jpg);
	background-repeat:no-repeat;
	position: relative;
	margin-bottom: 30px;
	margin-top: -7px;
	display: inline-block;
}

.piece img{
	position: relative;
	left: 8px;
	top: 5px;
	border: 1px solid #e9e9e9;
}

.description {
	font-family: Georgia, "Times New Roman", Times, serif;
	
	font-size: 11px;
	color: #666666;
	margin-left: 8px;
	margin-top: 20px;
	line-height: 18px;
}

.description strong {
	color: #999999;
	font-weight: normal;
}

.strip {
	width: 201px;
	height: 2px;
	position: relative;
	top: 6px;
	left: 15px;
}

.motion {
	background-color: #00ff33;
}

.interactive {
	background-color: #3399ff;
}

.design {
	background-color: #ff33ff;
}

.photo {
	background-color: #ffff00;
}

.experiments {
	background-color: #2283cb;
}

.health {
	background-color: #ff3333;
}

.threed {
	background-color: #ff0099;
}

.hidden {
	display: none;
	visibility: hidden;
}

#networking {
	position: absolute;
	left: 294px;
	top: 38px;
	width: 140px;
	height: 20px;
	border: 0px;
}

#networking img {
	margin-right: 10px;
}