/* CSS Document */

.main1
{
	width:544px;
	margin:auto;
	height:100%;
}
.container1
{
	width:544px;
	margin:0px;
	height:100%;
	
}

.left1
{
	background:url(images/Blue-product-box_04.jpg) repeat-y; 
	width:35px; 
	float:left; 
	margin:0px;
	height:100%;
}

.right1
{
	background:url(images/Blue-product-box_04-05.jpg) repeat-y;
	width:35px;
	float:right; 
	margin:0px;
	height:100%;
}
.content1
{
	width:470px;
	margin:0px;
	float:left;
	
}
.top1
{
	width:544px;
	height:45px;
	background: url(images/Blue-product-box_01.jpg) no-repeat;
}
.bottom1
{
	width:544px;
	height:45px;
	background: url(images/Blue-product-box_03-07.jpg) right no-repeat;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
 .clear {
    clear:both;
    height:1px;
    overflow:hidden;
