body {
	background-image:url('../img/static/bg_patient.jpg');
	background-repeat:no-repeat;
	background-position: center -34px;
}

@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {
	body {
		background-size: 3000px 1181px;
	}
}

@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px) {
	body {
		background-size: 3000px 1181px;
	}
}

#nav_wrap {
	height: 44px;
}
ul#topnav ul {
	top: 44px;
}
ul#topnav li a#tab1{
	background:transparent url(../img/patient/topnav/bg_off.png) no-repeat 0 0;
	width:137px;
	padding-top:15px;
}
ul#topnav li a#tab1:hover, ul#topnav li a#tab1.on{
	width:137px;
	padding-top:15px;
	background:transparent url(../img/patient/topnav/bg_on.png) no-repeat 0 0;
}
ul#topnav li a#tab2{
	background:transparent url(../img/patient/topnav/bg_off.png) no-repeat -147px 0;
	width:100px;
	padding:7px 10px 0px 10px;
}
ul#topnav li a#tab2:hover, ul#topnav li a#tab2.on{
	width:100px;
	padding:7px 10px 0px 10px;
	background:transparent url(../img/patient/topnav/bg_on.png) no-repeat -147px 0;
}
ul#topnav li a#tab3{
	background: transparent url("../img/patient/topnav/bg_off.png") no-repeat scroll -267px 0px;
	width: 96px;
	padding: 15px 0 0;
}
ul#topnav li a#tab3:hover, ul#topnav li a#tab3.on{
	background:transparent url(../img/patient/topnav/bg_on.png) no-repeat -267px 0;
	width: 96px;
}
ul#topnav li a#tab4{
	background:transparent url(../img/patient/topnav/bg_off.png) no-repeat -363px 0;
	width:153px;
}
ul#topnav li a#tab4:hover, ul#topnav li a#tab4.on{
	background:transparent url(../img/patient/topnav/bg_on.png) no-repeat -363px 0;
	width:153px;
}
ul#topnav li a#tab5{
	background:transparent url(../img/patient/topnav/bg_off.png) no-repeat -526px 0;
	width:91px;
	padding-top:15px;
}
ul#topnav li a#tab5:hover, ul#topnav li a#tab5.on{
	background:transparent url(../img/patient/topnav/bg_on.png) no-repeat -526px 0;
	width:91px;
	padding-top:15px;
}
ul#topnav li a#tab6{
	background:transparent url(../img/patient/topnav/bg_off.png) no-repeat -627px 0;
	width:96px;
	padding-top:15px;
}
ul#topnav li a#tab6:hover, ul#topnav li a#tab6.on{
	background:transparent url(../img/patient/topnav/bg_on.png) no-repeat -627px 0;
	width:96px;
	padding-top:15px;
}

.txt-setup{
	display:table;
	width:530px;
	height:92px;
	display: table;
	/*_position: relative;*/   /* 1/30/12. as-is. REWORK */
	overflow: hidden;
}
.txt-setup-innerdiv{
	/* 1/30/12. as-is. REWORK
 	_position: absolute;
 	_top: 50%;
	*/
 	display: table-cell;
 	vertical-align: middle;
}
.txt-setup-innerp{
	/* 1/30/12. as-is. REWORK
	_position: relative;
	_top: -50%
	*/
}

.img-setup{
	float:left;
	height:92px;
	padding-left:10px;
	padding-right:10px;
	/* 1/30/12. below two decls are as found. my best guess is the decl folowing this... REWORK
	margin-top:0px auto;
	margin-bottom:0px auto;
	*/
	margin: 0 auto;
}
.txt-cleaning{
	display:table;
	width:450px;
	height:142px;
	display: table;
	/*_position: relative;*/  /* 1/30/12. as-is. REWORK */
	overflow: hidden;
}
.txt-cleaning-innerdiv{
	/* 1/30/12. as-is. REWORK
 	_position: absolute;
 	_top: 50%;
	*/
 	display: table-cell;
 	vertical-align: middle;
}
.txt-cleaning-innerp{
	/* 1/30/12. as-is. REWORK
	_position: relative;
	_top: -50%
	*/
}
.txt-cleaning-innerp li{

}
.img-cleaning{
	float:left;
	width:202px;
	height:142px;
	padding-left:10px;
	/* 1/30/12. below two decls are as found. my best guess is the decl folowing this... REWORK
	margin-top:0px auto;
	margin-bottom:0px auto;
	*/
	margin: 0 auto;
}
.txt-diag{
	display:table;
	width:400px;
	height:160px;
	display: table;
	/*_position: relative;*/  /* 1/30/12. as-is. REWORK */
	overflow: hidden;
}
.txt-diag-innerdiv{
	/* 1/30/12. as-is. REWORK
 	_position: absolute;
 	_top: 50%;
	*/
 	display: table-cell;
 	vertical-align: middle;
}
.txt-diag-innerp{
	/* 1/30/12. as-is. REWORK
	_position: relative;
	_top: -50%
	*/
}
.img-diag{
	float:left;
	width:220px;
	height:160px;
	padding-right:10px;
	/* 1/30/12. below two decls are as found. my best guess is the decl folowing this... REWORK
	margin-top:0px auto;
	margin-bottom:0px auto;
	*/
	margin: 0 auto;
}
.know-role tr td img{
padding-right:10px;

}
.read_links{
	float:left;
	width:100%;
}

/* PATIENT ISI - INDICATION SPECIFIC */
.patient-isi h3 {
	color: #CD3707 !important;
	font-size: 16px !important;
	font-weight: bold;
}

.patient-indi h3 {
	color: #CD3707 !important;
	font-size: 16px !important;
}

.patient-home .col-right {
	float: right;
	/*width: 42% !important;*/
	width: 34% !important;
	margin-left: 35px;
}

.patient-home .col-right h3{
	color: #CD3707 !important;
	    font-size: 16px !important;
}

.isiContent h3 {
	color: #CD3707 !important;
	    font-size: 16px !important;
}

#footer #logo_janssen {
	width: 101px;
	height: 54px;
	background-image: url(../img/patient/janssen_logo.svg);
	background-repeat:no-repeat;
	float:left;
	margin-top: 4px;
}

#header #util02{
	right: 43px;
	background: none;
	width: 471px;
}

#header #util02 a, #header #util02 span{
	background: linear-gradient(0deg, rgba(194,234,251,1) 0%, rgba(255,255,255,1) 100%);
	text-align: center;
	padding: 5px;
	border-radius: 10px;
    border: 1px solid white;
	width: 33%;
}
