@charset "utf-8";
/* CSS Document */
body{
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#616161;
	padding:0px 0px 10px 0px;
}
h1, h2, h3, h4, h5, h6, form, input, p, table{
	margin:0px;
	padding:0px;
	font-weight:normal;
}
.clear{clear:both; float:none;}
.left{
	float:left;
}
.right{
	float:right;
}
.topgrd{
	width:978px;
	height:19px;
	margin:auto;
}
.bottomgrd{
	width:978px;
	height:20px;
	margin:auto;	
}
#wrapper{
	width:960px;
	margin:0 auto;
	background:url(../images/mainbg.jpg) repeat-y;
	padding:0px 9px 0px 9px;
}
	.flash{
		width:960px;
		height:333px;
		background-color:#CCCCCC;
	}
	#wrapper h6{
		height:25px;
		background:#20b4e2;
		color:#FFFFFF;
		padding:0 8% 0 8%;
		font-size:18px;
		font-family:Corbel;
	}
	#wrapper .cols{
		width:320px;
		/*height:200px;*/
		background:url(../images/divider.gif) no-repeat right;
		float:left;
		padding:0px 0px 20px 0px;
	}
	#wrapper .cols h2{
		color:#fe6700;
		font-family:Corbel;
		text-align:center;
		font-size:18px;
		padding:18px 0px 18px 0px;		
	}
	#wrapper .cols .products{
		padding:0px 20px 40px 20px;
		clear:both;
	}
	#wrapper .cols .products h1{
		font-size:18px;
		font-family:Corbel;
		color:#333333;
	}
	#wrapper .cols .products img{
		margin:0px 10px 0px 0px;
	}
	#wrapper .cols .products a{
		background:url(../images/knowmorebullet.gif) no-repeat left;
		padding:0px 0px 0px 18px;
		color:#333333;
	}
	#wrapper .cols .products a{
		background:url(../images/knowmorebullet.gif) no-repeat left;
		padding:0px 0px 0px 18px;
		color:#333333;
		text-decoration:none;
	}				
	#wrapper .footer{
		clear:both;
		background:#20b4e2;
		float:none;
		height:20px;
		color:#fff;
		padding:5px 20px 0px 20px;
	}
	#wrapper .footer a{
		color:#FFFFFF;
		text-decoration:none;
	}
	#wrapper .footer a:hover{
		color:#FFFFFF;
		text-decoration:none;
	}			
