body {
	max-width:1050px;
	background-color:#000000;
	background-image: url(bl0.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	-webkit-overflow-scrolling: touch;
}
@media only screen and (max-width: 640px) {
	body{
	padding: 0px;
	}
}
/*Containers Style*/

header{	
	position:relative;
}
header .logo{
	float: left;
	max-width:450px;
	width:100%;
}
header .tel{
	float:right;
	margin-top: 30px;
	margin-bottom:15px;	
	text-align:right;
	}
	
header .tel img{
	width:80%;	
	}		
	
	
	
	
@media only screen and (max-width: 800px) {
	header{	
	overflow:hidden;
}
	
	header .tel{
	position:absolute;
	right:-160px;
	top:-20px	
	}

}






section{	
	text-align: left;
	box-shadow: 0px 0px 15px #000;
	background-image: url(section.png);
	display: table;
	padding: 30px;
	width: auto;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #243f00;
}

@media only screen and (max-width: 640px) {
	section{
	padding: 15px;
	position: relative;
		}
}

#left{
	display: table-cell;
	padding-left: 30px;
	vertical-align:top;
		
}

#left .container{
	display: table;
	border-spacing:15px;
	vertical-align:top;
}
#left .container .inside{
	display: table-cell;
	width: 33%;
	padding-right: 15px;
	padding-bottom: 15px;
	vertical-align:top;
}

#left .container .product{
	display:inline-table;	
	width:362px;
	vertical-align:top;
	font-size:14px;
}

#left .container .product img{
	float:left;
	width:auto;
	margin-right:10px;
	margin-bottom:0px;
}

.product_border img{
	border:1px solid #41844f;
}


@media only screen and (max-width: 640px) {
#left, #left .container .inside{
	display: block;
	width: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

#left .container .product{
	width:auto;	
}

}
