@charset "utf-8";
/* CSS Document */

body  {
	font-size: 70%;
	font-family: "Helvetica Nue" Helvetica, Arial, sans-serif;
	background: #7fa2b5 url(images/bg_1.png) top center; /* old bg color #fff */
	/* http://loctite.phdartstudio.com/images/bg_grad1.png -- ../images/bg_grad1.png*/
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
	padding: 10px 0;
}

a:link {color: #666666}     /* unvisited link */
a:visited {color: #014B83}  /* visited link */
a:hover {color: #530000}   /* mouse over link */
a:active {color: #0000FF}   /* selected link */

h1{
	font-size: 2.0em;
	font-weight:300;
	color: #666666;
	margin: 0;
	padding-bottom: 5px;
}
h2{
	font-size: 1.4em;
	font-weight:200;
	color: #009ad4;
	margin: 0;
	padding-bottom: 5px;
}
h3{
	font-size: 1.3em;
	font-weight: normal;
	color: #666666;
	margin: 0;
	padding-bottom: 5px;
}
p{
	margin:10px 0px 10px 0px;
	padding:0px;
	/*line-height: 1.3em; */
}
sup {
	font-size: smaller;
}
#container{
	width: 770px;
	/* height:600px; */
	margin: 0 auto;
	/*border-left: 1px solid #888888;
	border-right: 1px solid #888888;
	border: 1px solid #888888; */
	text-align: left;
	background-image: url(images/aquencebgz.png);
}

#header {
	height:125px;
	background: url(images/header2.jpg) no-repeat;
	}
	
#logo {
	height:100px;
	
	}
	
#header_menu {
	height:33px;
}

#header_menu2 {
	height:22px;
}
	
#main_content {
	background-image: url(images/bg_content.jpg);
	}
	
#main_content2 {
	background: url(images/main_content2_bg.jpg) top left no-repeat; 

	}
	
#main_content3 {
	background: url(images/bottom_lower2.jpg) bottom left no-repeat; 

	}
	
#main_content4 {
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 0px 0px; /* change the top padding if main copy displays to the right. content needs more room*/

	}
	
#left_menu {
	padding-top:20px;
	margin-right:5px;
}

#center_content {
	padding: 5px 10px 5px 5px;
	border-right: #666666 solid 1px;
}

#right_content {
	padding: 10px;
}

#table_div1 {
	padding: 10px 10px 10px 170px;
}

.menu_div_old {
	float:left;
	background: url(images/button_menu.png) no-repeat;
	height:33px; /*25*/
	width: 90px;
	margin: 2px 5px 0px 5px;
	text-align:center;
	padding-top:4px;
}

.menu_div {
	float:left;
	background: url(images/sub_menu_button2.png) no-repeat;
	height:30px; /*25*/
	width: 95px;
	margin: 2px 3px 0px 3px;
	text-align:center;
	padding: 1px 0px 0px 2px;
	text-transform:uppercase;
	vertical-align:middle;
}

.menu_div_home {
	float:left;
	background: url(images/home_button.jpg) no-repeat;
	height:33px; /*25*/
	width: 75px;
	margin: 2px 3px 0px 0px;
	text-align:center;
	padding-top:8px;
	text-transform:uppercase;
}

.menu_div2 {
	float:right;
	background: url(images/button_menu_red.png) no-repeat;
	height:22px; /*25*/
	width: 80px;
	margin: 0px 2px 0px 4px;
	text-align:center;
	padding-top:4px;
}

.menu_div a {
	color:#FFFFFF;
	text-decoration:none;
}

.menu_div_home a {
	color:#FFFFFF;
	text-decoration:none;
}

.menu_div2 a {
	color:#FFFFFF;
	text-decoration:none;
}

.menu_div a:hover {
	color:#CCCCCC;
}

.menu_div_home a:hover {
	color:#CCCCCC;
}

.menu_div2 a:hover {
	color:#CCCCCC;
}

.menu2_div {
	height:30px;
	padding:12px 0px 0px 40px;
	border-top: 1px solid #999999;
	margin: 0px 0px 0px 0px;
	
}

.menu2_div a {
	color:#FF0000;
	text-decoration:none;
}

.menu2_div a:hover {
	color:#666666;
}

body#index a#index, body#cost a#cost, body#auto a#auto, body#perf a#perf, body#lit a#lit, body#faq a#faq, body#contact a#contact, body#login a#login {
	color: #666666;
	font-weight:bold;
	}

/* body#home li#home, body#calculator li#calculator, body#applications li#applications, body#literature li#literature, body#login li#login, body#contact li#contact, body#comparisons li#comparisons, body#questions li#questions {
	background-color : #828282;
	border-left : #a6a6a6 32px solid;
	border-right : #828282 1px solid;
	border-bottom : #828282 1px solid; } */

#footer {
	height:75px;
	background: url(images/logo_henkel2.jpg) bottom left no-repeat;

}

/* Below is for the table charts */

h4 + table#benefit {
	margin-top : 20px; }

table#benefit {
	margin : 40px 0;
	font-size : 1em;
	text-align : center; }
	
table#benefit td {
	border : 1px black solid;
	height : 30px;
	width : 68px; }

table#benefit th {
	letter-spacing : .15em;
	font-weight : bold;
	text-align : center;
	font-size : 1.3em;
	height : 20px;
	background-color : #a6a7a9 ;
	border : 1px black solid;
	line-height : 20px;
	color : white;
	padding : 4px 0; }

table#benefit td.red {
	font-size : 1.2em;
	color : #c71515;
	padding : 4px 0;
	background-color : silver;
	width : 68px; }

table#benefit th.subhead {
	color : black;
	font-style : italic;
	background-color : #e1e1e1;
	text-align : center;
	text-transform : capitalize;
	padding : 4px 0; }
	
#right_content ul {
	margin-left:15px;
	padding:0px;	
}

.left_content {
	width:10%;
	vertical-align:top;
}

.middle_content {
	width:60%;
	vertical-align:top;
}

.right_content {
	width:30%;
	vertical-align:top;
}

table.chart {

	margin-top : 20px; }



.chart th, .chart td {

	border : 1px black solid; }



.chart th {

	font-size : 1.4em;

	font-weight : bold;

	text-align : center;

	background-color : #e1e1e1;

	padding : 5px; }



.chart td {

	font-size : 1.2em;

	text-align : center;

	padding : 5px; }
	
.privacy {
	text-align:center;
	margin-top:10px;
}
