/* main structure */
body{
font-family:Arial, Helvetica, sans-serif;
font-size:0.9em;
background:#31719d url(http://www.quenchonline.com/newhomepage/images/bkg.jpg) repeat-x;
}


#container{
width:960px;
margin:auto;
background-image:url(http://www.quenchonline.com/newhomepage/images/content_bkg.jpg);
background-repeat:no-repeat;

}

#content{


height:450px;
padding: 5px 0px 0px 0px;
}

#nav{
height:71px;
padding:10px 0px 0px 0px;
text-align:center;
}

#footer{
position:relative;
top:-10px;
text-align:center;
}

#footer a:link{
color:#ffffff;
margin-right: 15px;
}

#footer a:visited{
margin-right: 15px;
}


/* navigation link styles */

#logo {display: inline; float:left; width: 139px; height: 51px; margin-right:15px; background: url("http://www.quenchonline.com/landingpages/images/quench_logo.png") no-repeat 0 0;}
#bottleless {display: inline; float:right; width: 179px; height: 32px; margin-right:20px; margin-top:15px; background: url("http://www.quenchonline.com/landingpages/images/nav_1.png") no-repeat 0 0;}
#technology  {display: inline; float:right; width: 179px; height: 32px; margin-top:15px; background: url("http://www.quenchonline.com/landingpages/images/nav_2.png") no-repeat 0 0;}
#quench  {display: inline; float:right; width: 179px; height: 32px; margin-top:15px; background: url("http://www.quenchonline.com/landingpages/images/nav_3.png") no-repeat 0 0;}
#products  {display: inline; float:right; width: 179px; height: 32px; margin-top:15px; background: url("http://www.quenchonline.com/landingpages/images/nav_4.png") no-repeat 0 0;}


#bottleless:hover{background-position: 0 -33px;}
#technology:hover{background-position: 0 -33px;}
#quench:hover{background-position: 0 -33px;}
#products:hover{background-position: 0 -33px;}

#logo span{display: none;}
#bottleless span{display: none;}
#technology span{display: none;}
#quench span{display: none;}
#products span{display: none;}

/* misc */

h3,h4{color:#006294;}

img{
border:none;
}

.left{
float:left;
margin:0px 15px 5px 10px;
}

.right{
float:right;
margin-left:15px;
}



