@CHARSET "UTF-8";

.content {
	position: absolute;
	/*border: solid 1px white;*/
	overflow-x:hidden;
	overflow-y:hidden;
	height:470px;
	width:1000px;
}

.content div.technology {
	position: absolute;
	height:470px;
	width:660px;
	top:0px;
	left:0px;
}

table.technologyDescriptionFrame {
	 position:absolute;
	 top:0px;
	 left:0px;
	 width: 100%;
	 height: 470px;
	 z-index:1000;
	 border-collapse: collapse;
}

table.submenuFrame {
	 position:absolute;
	 top:0px;
	 left:680px;
	 width: 320px;
	 height: 470px;
	 z-index:1000;
	 border-collapse: collapse;
}

div.technologyDescriptionContent{
	max-height: 420px;
	overflow-y:hidden;
}

div.technologyDescriptionContent h2{
	text-align:left;
	color:#F04400;
}

div.technologyDescriptionContent h3{
	text-align:left;
	color:#F04400;
}

div.galleryDescription{
	color:#B3B2B2;
}

.contentContainer {
	height: 490px;
}









