/* CSS Document */


div#main {
	float:left;

	background:url(/images/home-background.jpg) no-repeat;
	width:976px;
	height:672px;
}
div#menu-product {
		display:inline;
	float:left;
	margin-left:36px;
	margin-top:36px;
	background:url(/images/home-back-menu.jpg) no-repeat;
	width:905px;
	height:297px;
}

div#menu-product-navigation {
	/*margin-top:25px;*/
	margin-left:627px;
	width:200px;
	height:297px;
}

#nav-product {
	margin:0;
	list-style:none;
	width:200px;
	/*height:27px;*/
	position:absolute;
}
#nav-product li {
  padding-top:25px;
	/*padding-bottom:55px;
	padding-right:25px;*/
	height:52px;
}
#nav-product li.last {
  padding-top:25px;
	padding-right:25px;
}

#nav-product li a {
	color:#FFFFFF;
	font: 12px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration:none;
}

