@charset "utf-8";
/* CSS Document */

#container {
	width:780px;
	height: auto;
	float:left;
	padding:20px 0px 0px 10px;
	
}
#left_menu{
	width:180px;
	height: auto;
	float:left;
	background-repeat:no-repeat;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#porducts {
	width:580px;
	height: auto;
	padding:10px 10px 0px 10px;
	float:left;
}
