@charset "UTF-8";

/*Conent Window*/

#frameSet{
	border: 1px #333 solid;
	width: auto;
	max-width: 800px;
	height: auto;
	position: absolute;	
	padding-bottom: 0px;
	background-image: url('../gfx/bg_factory.jpg');
	background-position: right center;
	background-repeat: no-repeat;
	margin-top: 20px;
	margin-left: 20px;
}

/*Display Pane*/

#mainImageOutline {
	border: #464d50 0px dotted;
	padding: 1em;
	float: left;
	margin-left: 0px;
}

#mainImage {
	width: 100%;
	height: 100%;
}

#picture {
	padding: 0px;
	width: auto;
	float: left;
}

#picture img {	border: 1px solid #666; }

/*Description Area
Contains DIV element parent region, paragraph region, control set region
------------------------------------------------------------------------
*/

#description{
	border: 0px blue solid;
	width: 250px;
	height: 410px;
	float: left;
	clear: right;
	overflow: hidden;
}


p.title{
	border: 0px dotted #000;
	font-family: Verdana;
	font-size: 110%;
	font-weight: bold;
	color: #464d50;
	padding: .1em;
}

p.description{
	border: green 0px dotted;
	padding: 1em;
	font-family: verdana;
	font-size: 75%;
	font-weight: 400;
	color: #900;
	text-align: justify;
}

.sequence{
	color: #d3d4aa;
	font-weight: bold;
}

#controls {
	position: absolute;
	bottom: 10px;
	margin-top: 0px; 
	border: 0px solid red; 
	padding: .1em; 
	margin-bottom: 0px;
	margin-left: 5px;
	width: 250px; 
	height: auto;
}

#transport {
	border: 0px #000 dotted;
	margin: 0;
	padding: 0px;
	height: auto;
	list-style: none;
}

#transport li {
	float: left;
	margin: 0;
	padding: 0px;
	text-align: center;
	border: red solid 0px;
	width: 32%;
}

#transport a {
	border: #464d50 solid 1px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 85%;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin: 0 0 0 0;
	padding: 4px 8px;
	display: block;
	-moz-user-select: none;
	-khtml-user-select: none;
}

#transport a:link {
	background: #FFF url('../gfx/btn_grad_tan1.jpg') repeat-x;
	color: #464d50;
	border: #000 solid 1px;
}

#transport a:visited {
	background: #FFF url('../gfx/btn_grad_tan1.jpg') repeat-x;
	color: #464d50;
	border: #000 solid 1px;
}

#transport a:hover {
	background: url('../gfx/btn_grad_tan2.jpg') repeat-x;
	color: #901808;
	border: #901808 solid 1px;
}

#transport a:focus {
	-moz-user-select: none;
	-khtml-user-select: none;
}


/*Thumbnails Window*/

#previews {
	border: #ABC solid 1px;
	padding: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url('');
	width: 255px;
	height: auto;
}


/*info from screen.css*/
#galleries label { padding-bottom: 2px; border: 0px solid #DDD; float: right;}
#gallerySelect { width: 180px; float: right; margin-left: 00px; background-color: #FFF;}


#button{
	border: 1px #000 solid;
	widows: 25px;
	height: 25px;
	float: left;
}

#thumbnails {
	border: 1px #DDD solid;
	float: left;
	clear: both;
	width: 490px;
	height: 65px;
	margin-top: 20px;
	margin-left: 15px;
	overflow: hidden;
	display: none;
}
#thumbnails div {
	width: 50px;
	height: 33px;
	position: relative;
	margin: 15px;
	padding: 0;
	float: left;
	display:inline;
}

#thumbnails img {
	width: 50px;
	height: 33px;
	position: absolute;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #333;
	border-left: solid 1px #404040;
}

.selectedThumbnail {  border: solid 2px #fc0 !important; }
.inFocus {  border: solid 1px #fc0 !important; }

.clear {
	visibility: hidden;
	display: block;
	clear: right;
	height: 0px;
	margin: 0;
	padding: 0;
	}
	
/*SEO Purposes.... do not display to browser */

p.foundations{
	display: none;

}