/* JNJ FIRST AID PROFESSIONAL - HOME CSS */
/* CiandT.com */
/*--- HEADER --- */
div#header-home
{
	margin: 0px;
	padding: 0px;
	z-index: 1;
}

/*--- CONTENT HOME --- */
div#content-home{
	height: 476px;
	background-color: #fff;
	background-image: url(../images/background/bg-internal-header.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

/*--- RED CROSS ---*/
div#home-red-cross{
	width: 314px;
	height: 358px;
	margin-left: -3px;
	margin-bottom: -187px;
	background: url("../images/illustration/home-red-cross.gif") no-repeat top left transparent;
	position: fixed;
}
/*--- TITLE HOME ---*/
div#title-home{
	width: 365px;
	height: 172px;
	margin-left: 342px;
	background: url("../images/illustration/j-j-f-aid.gif") no-repeat top left transparent;
	margin-top: 85px;
	position: absolute;

}
/*--- HOME PRODUCTS ---*/
div#home-products{
	width: 365px;
	height: 172px;
	margin-left: 22px;
	margin-top: 337px;
	z-index: auto;
	position: absolute;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: transparent;
	background-position: left top;
}
/*--- HOME TXT ---*/
div#home-txt{
	width: 320px;
	height: 100px;
	margin-left: 343px;
	margin-top: 260px;
	z-index: auto;
	position: absolute;
	margin-right: 0px;
	margin-bottom: 0px;
}
/*--- HOME LEARN MORE ---*/
div#home-learn-more{
	width: 337px;
	height: 66px;
	margin-left: 340px;
	margin-top: 408px;
	z-index: auto;
	position: absolute;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: transparent;
	background-position: left top;
}
ul#menu-home
{
	width: 636px;
	height: 50px;
	margin-left: 34px;
	position: absolute;
	z-index: 2;
}

* html ul#menu-home
{
	margin-left: 33px;
}

ul#menu-home li
{
	float: left;
	cursor: pointer;
	list-style: none;
}
