body {
	padding: 3px 0;
	text-align:center;
	margin:0;
	background:#fff;
	background-image: url(../images/lgrey001.jpg);
	font:13px Verdana, Arial, Helvetica, sans-serif;
	color:#666;
}
h1,h2,h3,p{
	padding:8px 0;
	margin:0;
}
.container{
	width:1000px;
	margin:0 auto;
	text-align:left;
	background:url(../images/shadow-bg.jpg) top left repeat-y;
}
.container .top-bg{
	background:url(../images/shadow-top.jpg) top left no-repeat;
}
.container .bottom-bg{
	background:url(../images/shadow-bottom.jpg) bottom left no-repeat;
	padding:7px;
}
.clear{
	clear:both;
}
img{
	border:0;
}
a{
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
/* header classes starts */
.header{
	border-bottom:1px solid #8d8d8d;
	height:90px;
}
.header .logo{
	background:url(../images/logo_mh.jpg) top left no-repeat;
	width:410px;height:88px;
	display:block;
	text-indent:-99999px;
	float:left;
}
.header .address{
	float:right;
	padding:10px 25px 0 0;
}
/* header classes end */
/* footer-products classes starts */
.footer-products{
	border-top:1px solid #8d8d8d;
}
.footer-products ul{
	float:left;
	margin:16px;padding:0;
	list-style:none;
	text-align:center;
	width:100px;
}
.footer-products ul li a{
	color:#666;
}
.footer-products ul li.product{
	height:65px;
}
.footer-products ul li.link{
	line-height:30px;
	font:bold 11px Verdana, Arial, Helvetica, sans-serif;
}
.footer-products ul li.product img{
	height:65px;
}
/* footer-products classes end */
/* columns classes starts */
.columns{
	padding:10px 25px;
	background:url(../images/columns-bg2.jpg) right top repeat-y;
}
.columns .leftcolumn{
	width:730px;
	float:left;
}
.align-right { float:right; margin: 0 0 15px 15px; }
.align-left { float:left; margin: 0 15px 15px 0; }
.columns .rightcolumn{
	width:150px;
	float:right;
}
/* columns classes end */
/* products-list classes starts */
.products-list{}
.products-list img{
	/*width:100px;height:100px;
	border:1px solid #8d8d8d; */
	float:left;margin:1px;
}
/* products-list classes end */
