/* main structure */



#container{
width:760px;
margin:auto;
background-color:#f6fbff;
text-align:left;
font-family:Arial, Helvetica, sans-serif;
font-size:0.9em;
}

#content{
background-color:#f6fbff;
}

#column{
display:inline;
float:left;
width:350px;
margin-top:30px;
}

#nav{
height:81px;
padding:10px 0px 0px 10px;
background-image:url(../images/bkg_image.jpg);
background-repeat:repeat-x;
}

#footer{
clear:both;
}



/* navigation link styles */

#logo {display: inline; float:left; width: 139px; height: 51px; margin-right:15px; background: url("../images/quench_logo.png") no-repeat 0 0;}
#bottleless {display: inline; float:right; width: 179px; height: 33px; margin-right:20px; margin-top:15px; background: url("../images/nav_1.png") no-repeat 0 0;}
#technology  {display: inline; float:right; width: 179px; height: 33px; margin-top:15px; background: url("../images/nav_2.png") no-repeat 0 0;}
#quench  {display: inline; float:right; width: 179px; height: 33px; margin-top:15px; background: url("../images/nav_3.png") no-repeat 0 0;}


#bottleless:hover{background-position: 0 -33px;}
#technology:hover{background-position: 0 -33px;}
#quench:hover{background-position: 0 -33px;}

#logo span{display: none;}
#bottleless span{display: none;}
#technology span{display: none;}
#quench span{display: none;}

/* misc */

h3,h4{color:#006294;}

img{
border:none;
}

.term{
color:#006294;
font-weight:bold;
}