html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}
#main_container {
    width:700px;
	margin:-9px;
	background-color: #FFFFFF;
	font: normal 12.0000px Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	
}
a:hover{
opacity:0.4;
filter:alpha(opacity=40); /* For IE8 and earlier */
}
#header {
	width: auto;
	height: 150px;
	position: relative;

}
.special {
	margin-left: 10px;
    margin-right: 10px;

}
#bodypage:after {
	content:"";
	display:table;
	clear:both
}
#bodypage {
	clear: both;
	width: 680px;
	background-color: #FFFFFF;
	/*  -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px; */
	margin: auto;
		

}
.Line1 {
	text-align: center !important;
	font: normal 14.0000px Arial, Helvetica, sans-serif !important;
	color: #000000;
	text-decoration: none;
}

.Product {
   display: inline-block;
   margin: auto;
   padding: 10px;
   width: 330px;
   height: 195px;
   vertical-align: top;
  
}
.img-line {
	margin: -16px 0px -5px 16px;
}
	
#colleft {
	float: left;
	width: 10px;
	background-color: #FFFFFF;
}
#colright {
	float: right;
	width: 10px;
	background-color: #FFFFFF;
}

#footer {
	clear: both;
	margin: auto;
	height: 45px;
	background-color: #FFFFFF;
}