@import url(../css/nav.css); /* nav / menu */
@import url(../css/footer.css); /* footer */

/* JNJ FIRST AID PROFESSIONAL - GENERAL CSS */
/* CiandT.com */

/*--- GENERAL RESET ---*/

html
{
	overflow-y: scroll;
}
body,* { margin: 0; padding: 0; border:0; }
hr { display:none; }

/*--- BODY ---*/
body { background: url("../images/background/general.jpg") repeat-x top left #8acfd3; }

/*--- CONTAINER ---*/
div#container
{
	width:704px;
	margin: 0 auto;
	padding: 0 11px;
	background: url("../images/background/bg-container.png") repeat-y top left transparent;
	color: #00529b;

	font: 13px Arial, Helvetica, sans-serif;
}

a{
	text-decoration:none;
	color:#f48f0f;
	position:relative;
	z-index:50000;
}

a:hover{
	text-decoration:underline;
}

a:active, a:focus {
	outline: 0
}
/* 
===========================================================
	DISCLAIMER
===========================================================
*/

div#disclaimer{
	width:350px;
	height:250px;
	text-align:center;
	display:none;
	position:absolute;
	background:URL(../images/background/disclaimer.jpg) center no-repeat;
	top: 100px;
}

iframe#disclaimer-iframe{
	width:350px;
	height:250px;
	display:none;
	border:0;
	position:absolute;
	z-index:5;
}

div#disclaimer div#disclaimer-txt{
	font-size:1em;
	color:#000;
	line-height:20px;
	margin-top: 115px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 300px;
}

div#disclaimer-buttons{
	width:300px;
	height:auto;
	text-align:center;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
