/* add zoom:1 to pos:relative elements to force hasLayout in IE6/7 */
* html #wrapper,
* html .headerTagline,
* html .footerProducts,
* html .footerBottom {zoom:1;}

body, div, dl, dt, dd, ul, ol, li, h4, h5, h6, pre, 
form, fieldset, input, p, blockquote, table, th, td, embed, object {
	padding: 0;
	margin: 0; 
	}
table {border-collapse: collapse;}
body{
	background-color:#666666;
	background-image: url(../images/bodybg.jpg);
	background-repeat: repeat-x;
	text-align: center;
	height:100%;
	zoom:1;
}
.imagebox{border: medium solid #CCCCCC; padding:1px; margin:20px 0 0 20px;}
.imgtxt{text-align:center; font-size:12px; font-style:italic;margin:0;}
#wrapper{
	position:relative;
	margin:0 auto;
	text-align:left;
	font-family:"Swis721 BT",Andalus, "AdLib BT",  sans-serif;
	font-size:14px;
	width: 990px;
	color:#333333;
	padding:0px;
}
#header{
	width: 990px;
	height: 190px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: url(../images/headerbg.jpg) no-repeat;
	color:#333333;
	line-height:16px;
	margin:0;
	clear:both;
}
.headerPhone{
	display:none;
	position:absolute;
	top:40px;
	right:20px;
	width:200px;
	color:#666666;
	text-align:center;
}
.headerTagline{
	font-size:12px;
	position:relative;
	text-align:center;
	color:#666666;
	font-weight:bold;
	top:90px;
}
#main{
	width:100%; /* Hack for contained floated element in ie */
	background-image:url(../images/mainbg.jpg);
	background-repeat: repeat-y;
}
.content{
	padding:15px 30px 30px 30px;
	z-index:850;
}
.content h1{color:#0066FF; padding:30px; text-align:center;}
.content h4 {font-style:italic;}
#image_container{
	width:100%;
	text-align:center;

}
#image_container img{
	border:thin solid #CCCCCC;
	padding:2px
}

.leftCol{
	float:left;
	display:inline; /* for IE6 bug */
	line-height:1.8em;
	width:400px;
	margin-left:20px;
	text-align:justify;
	padding: 6px;
}

.leftCol h3 {text-align:center; color:#0066FF;}
.rightCol{
	margin-left:480px;
	line-height:1.8em;
	text-align:justify;
	width:400px;
	padding: 6px;
}

#footer{
	padding-top:15px;
	background-image:url(../images/footer.jpg);
	background-repeat: no-repeat;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:14px;
	height: 145px;
	text-align:center;
}
.footerProducts{
	position:relative;
	top:25px;
	margin:0 auto;
	width:600px;
	font-size:10px;
	line-height:16px;
}
.footerBottom{
	margin-left:10px;
	position:relative;
	top: 40px;
	font-style:italic;
	font-size:10px;
	text-align:left;
}
.centered{
	margin:0 auto;
	text-align:center;}
	
#float_fix{clear:both}
.float_fix{clear:both}
.tinier{font-size: smaller;}
.superscript{font-size:smaller; vertical-align:super; font-style:normal}
