body{
margin:0 auto;
padding:0;
font:12px/14px verdana,arial,helvetica,sans-serif;
color:#000;
background:#666666 url(/images/background.gif);
}

h1{
margin:3px 0 12px 0;
font: lighter 150% verdana,arial,helvetica,sans-serif;
color:#4d7a88;
font-weight:bold;
}

h2{
margin:20px 0 0 0;
font: 110% verdana,arial,helvetica,sans-serif;
color:#4d7a88;
font-weight:bold;
}

a{
color:#4d7a88;
}

a.logout{
background-image:url(/images/bulletArrow.gif);
background-position:0em 0.3em;
background-repeat:no-repeat;
padding-left:15px;
font-size:12px;
color:#f9c43a;
}

p{
margin:3px 0 5px 0;
color:#666;
}

.innerTube{
padding:20px;
}

#siteWrapper{
width:969px;
margin:0 auto;
background:#000 url(/images/backgroundWrapper.gif);
}

.globalTube{
padding-left:10px;
}

#headerSection{
background:#000 url(/images/backgroundHeader.gif);
height:117px;
}

#contentWrapper{
float: left;
width: 100%;
background:#fff url('/images/backgroundContent.gif') repeat-y;
}

#contentColumn{
margin-left: 213px; /*Set left margin to LeftColumnWidth*/
margin-bottom:30px;
}

#leftColumn{
float: left;
width: 213px; /*Width of left column*/
margin:0 auto;
margin-left: -959px; /*Set left margin to -(MainContainerWidth)*/
}

#leftNav{
margin-top:50px;
}

  .nav_0_unsel:link,.nav_0_unsel:visited,.nav_0_unsel:active {
    display:block;
    padding:4px 10px 4px 28px;
    color:#666666;
    font-size:11px;
    text-decoration:none;
 }
  .nav_0_unsel:hover {
    display:block;
    padding:4px 10px 4px 28px;
    color:#8f8f8f;
    font-size:11px;
    text-decoration:none;
  }

#specWrapper{
float:right;
margin-left:20px;
width:250px;
margin-bottom:20px;
}

#searchCriteria{
float:right;
width:210px;
padding:20px;
background:#666;
color:#fffef1;
margin-left:20px;
}

#techBulletins, #catalogSpecs{
width:210px;
padding:20px;
background:#666;
color:#fffef1;
}

#catalogSpecs{
margin-bottom:5px;
}

#techBulletins{
background:#ffed00;
color:#000;
}

#techBulletins h3{
color:#000;
}

#searchResults{
width:400px;
}

.specRow{
display:block;
border-bottom:1px solid #7b7b7b;
padding:5px 0;
font-size:90%;
}
#techBulletins .specRow{
border-bottom:1px solid #c7ba2f;
}
#searchResults .specRow{
border-bottom:1px solid #eee;
}
.specLabel{
width:100px;
padding-left:5px;
float:left;
font-weight:bold;
}
#catalogSpecs .specLabel{
width:130px;
}
#techBulletins .specLabel{
display:block;
float:none;
padding:0;
margin-left:62px;
}
.specDesc{
}

#techBulletins .specDesc{
display:block;
margin-left:62px;
}

#techBulletins .specDesc a{
font-size:90%;
}

#techBulletinResults{
margin-top:15px;
}

#techBulletinResults h2{
margin-top:5px;
}

#techBulletinResults small{
font-size:80%;
color:#666;
}

.reveal {
background-color: #f7ec14;
color: #000;
padding: 7px;
border: 2px solid #eee;
margin:7px 0 10px 0;
display:none;
width:370px;
}


.clearIt{
clear:both;
}

.confirm, .error{
background:#fff url("/images/confirm.gif") 5px 10px no-repeat;
margin:auto;
padding:10px 10px 10px 25px;
width:500px;
border:1px solid #b2b2b2;
margin-bottom:30px;
}

.error{
background:#fff url("/images/error.gif") 5px 10px no-repeat;
border:1px solid #c0442a;
}

