@charset "UTF-8";

/* CSS Document */

.oneColFixCtr #container {
font-size:10px;
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #eeeeee;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #eeeeee;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.wiresNav{
padding:20px;
border: 1px solid #dddddd;
text-align:left;
border-bottom: 1px solid #cccccc;
background:#ffffff;
}


.vDiv{
float:left;
width:100px;
margin:0px;
padding:0px;

}
.halfLine{

line-height:15px;
vertical-align:middle;
padding:0px;
margin:0px;
}
.wire{
background:#ffffff;
width:600px;
padding:20px;

margin-top:5px;
margin:8px;
margin-bottom:5px;
border: 1px solid #dddddd;

border-bottom: 1px solid #cccccc;
}

.wireHeader{
margin-bottom:10px;

}
.wireName{
font-size:3em;
height:40px;
font-weight:bold;

}
.wireType{
  

height:30px;
padding:5px;
text-align:center;
vertical-align:middle;
width:120px;

}
.wirePic{
width:140px;
padding:5px;
height:140px;
}
.wirePicDesc{
font-size:9px;
line-height:10px;
}
.wireImg{
width:120px;
}
.wireDesc{
width:430px;
padding:5px;


}
.wireDescPoint{
line-height:1.5em;
font-size:1.5em;
text-align:left;
}
.wireTable{
width:600px;
padding:0px;
margin:0px;
text-align:center;
border: 1px solid #dddddd;
}
.wireTabel td{
line-height:40px;
vertical-align:middle;
text-align:center;

border: 0px solid #dddddd;
}
.wireTabel th{


font-weight:normal;
line-height:40px;
vertical-align:middle;
text-align:center;
}
li{
margin:0px;
padding:0px;

}
/* colors for different sections */
.general{
color:#003366

}
.generalFill{
background-color:#003366;
color:#FFFFFF;

}
.special{
color:#006699;
}
.specialFill{
background-color:#006699;
color:#FFFFFF;
}
.coated{
color:#009999;
}
.coatedFill{
background-color:#009999;
color:#FFFFFF;
}
