@charset "ISO-8859-1";
	
/* hide from ie on mac \*/
	html {
		height: 100%;
		overflow: hidden;
	}
	
	#flashcontent {
		height: 100%;
	}
	/* end hide */

body {
	background-color: #6c98b3;
	height: 100%;
	margin: 0;
	padding: 0;
	color:#ffffff;
	text-align: center;
	font-family: sans-serif;
	overflow: scroll;
}

a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
}

a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #b5d3ec;
	text-decoration: none;
}

a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #b5d3ec;
	text-decoration: none;
}

a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
}

span.selected {

	color: #7ba3bb;
	background-color: #b5d3ec;
	padding: 6px;

}

div.borders {

	height: 750px;
	width: 885px;
	background-image: url("portfolio/borders.jpg");
	margin-left: auto;
	margin-right: auto;


}

div.webspace {

	position: relative;
	top: 0px;
	height: 200px;
	width: 845px;
	background-color: #b5d3ed;
	margin-left: auto;
	margin-right: auto;
	
}

div.toolbar {

	height: 142px;
	width: 845px;
	background-color: #dddddd;
	position: relative;
	top: 0px;
	left: 0px;

}

div.projectlist {

	position: relative;
	top: 0px;
	left: -14px;
	height: 650px;
	width: 265px;
	align: left;
	background-image: url("portfolio/borderproject.jpg");
	
}

div.swappable {

	position: relative;
	top: 0px;
	left: 251px;
	background-color: #bdb5ee;
	height: 650px;
	width: 594px;
	
}

div.overlay {

	position: relative;
	top: 0px;
	left: 0px;
	height: 0px;
	width: 100%;
	z-index: 1;

}

img.selected {

	visibility: hidden;

}


/*preload classes*/

.svw {
	width: 50px;
	height: 20px;
	background: #fff;
}

.svw ul {
	position: relative;
	left: -999em;
	}
	
/*core classes*/

.stripViewer {
	position: relative;
	overflow: hidden;
	border: 5px solid #ffffff;
	margin: 0 0 1px 0;
}

.stripViewer ul {
	/* this is your UL of images */
	margin: 0;
	padding: 0;
	position: relative;
	left: 0;
	top: 0;
	width: 1%;
	list-style-type: none;
}

.stripViewer ul li {
	float:left;
}

.stripTransmitter { overflow: auto; width: 1%; }
.stripTransmitter ul { margin: 0; padding: 0; position: relative; list-style-type: none; }
.stripTransmitter ul li{ width: 20px; float:left; margin: 0 1px 1px 0; }
.stripTransmitter a{ font: bold 10px Verdana, Arial; text-align: center; line-height: 22px; background: #41407c; color: #fff; text-decoration: none; display: block; }
.stripTransmitter a:hover, a.current{ background: #fff; color: #41407c; }

/*tooltips formatting*/

.tooltip { padding: 0.5em; background: #fff; color: #000; border: 5px solid #dedede; }


#virtualfish {
display:block;
background: red;
}
#sensefiles {
display:block;
background: blue;
}
#subdiv3 {
display:block;
background: green;
}
#subdiv4 {
display:none;
background: black;
}