/* index

	products.css
	
	- global
	- pages
	- local

----------------------------------------------- */


/* global
----------------------------------------------- */
#global li#products a {
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 0;
//	width: 140px;
	width: 156px;
	height: 50px;
//	background: url(../../shared/img/navi.gif) no-repeat -140px -60px;
	background: url(../../shared/img/navi.gif) no-repeat -156px -60px;
}


/* pages
----------------------------------------------- */
#pagetitleContainer h3 {
	margin: 0;
	padding: 0px 0px 30px 0px;
	width: 700px;
	height: 150px;
	background: url(../../shared/img/products_title.jpg) no-repeat;
	text-indent: -9999px;
	clear: both;
}


/* loacl
----------------------------------------------- */
#localContaine h2 a {
	display: block;
	margin: 0;
	padding: 0;
	width: 220px;
	height: 60px;
	background: url(../../shared/img/products_local.gif) no-repeat;
	text-indent: -9999px;
	clear: both;
}

