@charset "utf-8";
#Bg_white {
	height: 1000px;
	width: 1004px;
	position: relative;
	visibility: visible;
	z-index: 0;
	background-color: #FFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
}
#Bg_whiteWithBorder {
	height: 1000px;
	width: 903px;
	position: relative;
	visibility: visible;
	z-index: 0;
	left: 49px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #eff5f7;
	border-left-color: #eff5f7;
}
#Bg_underMenu {
	height: 1000px;
	width: 255px;
	position: absolute;
	visibility: visible;
	z-index: 1;
	left: 0px;
	top: 120px;
	background-color: #6dbae9;
}
#Block1 {
	position:absolute;
	width:11px;
	height:33px;
	z-index:3;
	left: 635px;
	top: 106px;
	background-color: #6dbae9;
}
#Header1 {
	position:absolute;
	width:300px;
	height:auto;
	z-index:3;
	left: 655px;
	top: 113px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	vertical-align: middle;
}
#techInfoContainer{
	position:absolute;
	top: 160px;
	left: 255px;
	width:667px;
	z-index:1;
	margin-left:30px;
}
#askAquestion{
	position:relative;
	float:right;
}
#pdfIcon{
	position:relative;
	float:left;
}
.techRow{
	position:relative;
	float:left;
	width:665px;
	margin-left: 2px;
	padding-bottom: 15px;
	}
	
.techRow a{
	text-decoration:none
}
.techName{
	color:#336699;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	margin-left: 10px;
}
.techDescription{
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	margin-left: 10px;

}
#downMenu {
	position:absolute;
	width:auto;
	height:auto;
	z-index:4;
	left: 70px;
	top: 980px;
}
