/* main structure */
body{
font-family:Arial, Helvetica, sans-serif;
font-size:0.90em;
background-image:url(../images/bkg.jpg);
background-repeat:repeat-x;
background-color:#006294;
}


#container{
position:relative;
width:960px;
margin:0 auto;
}

#content{
background:#FFFFFF;
}

#column1{
display:inline;
float:left;
width:133px;
height:400px;
margin-top:10px;
margin-right:30px;
background-image: url(http://quenchonline.com/landingpages/images/scroll_background.png);
background-repeat:no-repeat;
}

#column2{
display:inline;
float:left;
width:530px;
text-align:left;
height: 400px;
margin-right:20px;
}

#column3{
display:inline;
float:left;
width:237px;
padding-left:5px;
height: 405px;
background-image:url(http://quenchonline.com/landingpages/images/formback.png);
background-repeat:no-repeat;
}

.note{
font-size:0.85em;
color:#b91665;
}

.homedel{
color: #b91665;}




#nav{
height:60px;
padding:10px 0px 0px 10px;
background-image:url(../images/bkg_image.jpg);
background-repeat:repeat-x;
}

#footer{
position:absolute;
top:515px;
clear:both;
text-align:center;
color:#FFFFFF;
font-size:.85em;
}



/* 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: 33px; 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: 33px; 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: 33px; 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: 33px; 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;}

h2{
font-size:16px;
color:#b91665;
}

img{
border:none;
}

.term{
color:#006294;
font-weight:bold;
}



.left{
float:left;
margin-right:15px;
}

.right{
float:right;
margin-left:15px;
}

div.adjust{
margin-left:10px;
}

input.normal
{
	color: #959595;
	width:120px;

}

table{
font-size:.85em;
}





select
{
	width: 120px;
	color: #959595;	
}

textarea
{
	color: #959595;
	padding:5px;
	width: 120px;
	overflow: auto;
	font-family: verdana, sans-serif;
	font-size:.95em;
}


