/*
 *	Global
 */
 
html {
	background: transparent url(/images/structure/pagetop_bg.jpg) no-repeat; 
	background-position: 50% top;
	text-decoration: none;
}
 
	body {
		margin: 0;
		padding: 0;
		font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: normal;
		color: #4c4c4c;
		background: url(/images/structure/pagebot_bg.jpg) no-repeat;
		background-position: 50% bottom;
	}

a img {
	border: none;
	text-decoration: none;
}


/*
 *	Text
 */

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: normal;
	color: #49328c;
	position: absolute;
	top: 12px;
	left: 44px;
	margin: 0;
	padding: 0;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	color: #000000;
	margin: 0 0 9px -10px;
	padding: 0 0 6px 10px;
	background: url(/images/structure/sb_hr.jpg) bottom left no-repeat;
	height: 1%; /** Fixes bug in IE that makes bg IMG not show up **/
}

h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	color: #7cae01;
	margin: 0 0 0px -10px;
	padding: 0 0 0 10px;
}

h6 a {
	color: #7cae01;
	text-decoration: none;
}

h6 a:hover {
	color: #FF6600;
	text-decoration: none;
}

h4 {
	position: relative;
	font-size: 1.3em;
	font-weight: normal;
	color: #49328C;
	margin: 12px 0 0 25px;
	padding: 0px 0px 7px 15px;
	background: url(/images/structure/article_hr.gif) 0px 18px no-repeat;
}

h5 {
	font-size: 1.1em;
	font-weight: normal;
	color: #49328C;
	margin: 0;
	padding: 0;
}

p { 
	font-size: 1em;
	line-height: 1.5em;
	color: #4c4c4c;
	position: relative;
	z-index: 2;
	margin:  0;
	padding: 0;
}

.footnote p {
	font-size: .9em;
	line-height: 1.3em;
	color: #4B4B4B;
}

blockquote { 
	margin: 0 20px 0 20px; 
	}

.article p, .feature p {
	color: #000000; 
	margin: 0 0 10px 0;
}

.article blockquote p {
	color: #4B4B4B;
	font-size: 1.1em;
	font-style: italic;
}

p.sb_date {
	font-size: 1em;
	margin: 0 0 0 -10px;
	padding: 0 0 8px 10px;
	height: 1%; /** Fixes bug in IE that makes bg IMG not show up **/	
}

#sb p { 
	font-size: 1em; 
}

p.homefeat {
	width: 190px;
	position: absolute;
	top: 60px;
	left: 315px;
	color: #F3830A;
	margin: 0;
	padding: 0;
	z-index: 5;
}

.read_more { 
	position: absolute;
	top: 195px;
	left: 40px;
	font-size: 1em;
	color: #f3830a; 
	margin: 0 0 0 -10px;
	padding: 0 0 0 10px;
	background: url(/images/structure/plus.gif) left 5px no-repeat;
}

.read_more_news { 
	font-size: 1em;
	color: #f3830a; 
	margin: 4px 0 25px -10px;
	padding: 0 0 0 10px;
}

	.read_more a, .read_more_news a { 
		color: #f3830a;
		text-decoration: none;
	}
	
	.read_more a:hover, .read_more_news a:hover { 
		color: #666666; 
	}
 
p.date, p.sbhd_pr {
	font-size: 1em;
	font-weight: bold;
	color: #4B4B4B;
}

.article_info p {
	font-size: 1em;
	color: #4B4B4B;
}

p.red { 
	color: #FF0000; 
}

#copyright p { 
	color: #4B4B4B; 
}

ul { 
	margin: 5px 10px 0 10px;
	padding: 0;
}

	li {
		margin: 0 0 5px 0;
		padding: 0 0 0 10px;
		list-style: none;
		background: url(/images/structure/plus.gif) left 5px no-repeat;
	}

	
/*
 *	Structure
 */

	#wrapper {
		width: 800px;
		margin: auto;
	}
		
		#header {
			position: relative;
			width: 800px;
			height: 165px;
		}
		
		#header_menu {
			width: 800px;
			position: relative;
			height: 50px;
		}
		
			#altcontent { 
			display: none; 
			}
		
		#header.flash_header { 
		height: 225px; 
		}
		
			#flashnav {
				position: absolute;
				left: -10px;
				top: 0px;
			}
			
		#content {
			width: 520px; 
			position: relative;
			float: right;
			right: 12px;
			background: #F3F4F4 url(/images/structure/content_fade_bg.jpg) left bottom repeat-x;
		}
		
			.feature {
				position: relative;
				margin: 0px 20px 20px 40px;
			}
			
			.f2 {
			 	height: 265px;
			}
			
			.article {
				position: relative;
				margin: 12px 20px 20px 40px;
			}
			
				.article_info {
					width: 100%;
					position: relative;
					margin: 5px 0 0 -15px;
					padding: 15px 15px 0 15px;
					background: url(/images/structure/article_hr.gif) left top no-repeat;
				}
				
			.footnote {
				position: relative;
				margin: 12px 20px 20px 40px;
			}
							
		#sb {
			width: 240px;
			position: relative;
			float: left;
		}
		
			#mission { 
				margin: 0 0 40px 20px; 
			}
			
			#news { 
				margin: 0 0 0 20px; 
			}
				
				.headline { 
					margin: 0 0 20px 0; 
				}
							
		.clear { 
			clear: both; 
			margin-bottom: 20px;
		}		
			
		#footer {
			height: 130px;
			list-style: none;
			clear: both;
			position: relative;
		}
		
			#copyright {
				position: absolute;
				top: 55px;
				left: 20px;
			}
		
			#footer ul {
				margin: 0;
				padding: 0;
				float: right;
				position: relative;
				top: 55px;
				left: -10px;
			}
			
			#footer ul li {
				margin: 0;
				padding: 0;
				float: left;
				list-style: none;
			}
			
			#footer li a { 
				float: left;
				padding-top: 15px;
				height: 0px;
				overflow: hidden
			}
			
				#home a { 
					width: 63px; 
					background: url(/images/nav/TF_home.jpg) no-repeat; 
				}
				#home a:hover { 
				background: url(/images/nav/TF_home_on.jpg) no-repeat; 
				}
				
				#contact a { 
					width: 62px;
					background: url(/images/nav/TF_contact.jpg) no-repeat;
				}
				
				#contact a:hover { 
				background: url(/images/nav/TF_contact_on.jpg) no-repeat; 
				}
				
				#privacyPolicy a {
					width: 92px;
					background: url(/images/nav/TF_privacyPolicy.jpg) no-repeat;
				}
				
				#privacyPolicy a:hover { 
				background: url(/images/nav/TF_privacyPolicy_on.jpg) no-repeat; 
				}
				
				#termsOfUse a {
					width: 88px;
					background: url(/images/nav/TF_termsOfUse.jpg) no-repeat;
				}
				
				#termsOfUse a:hover { 
				background: url(/images/nav/TF_termsOfUse_on.jpg) no-repeat; 
				}
				
				#site_index a { 
					width: 73px;
					background: url(/images/nav/TF_siteIndex.jpg) no-repeat;
				}
				#site_index a:hover { 
				background: url(/images/nav/TF_siteIndex_on.jpg) no-repeat; 
				}
				
	#site_map {
		margin: 0;
		padding: 0;
		list-style: none;
		background: none;
	}
	
		#site_map li {
			margin: 0 0 7px 0;
			line-height: 20px;
			background: none;
		}
		
			#site_map ul li {
				margin: 0;
				background: url(/images/structure/plus.gif) 0 6px no-repeat;
			}
		
			#site_map li a { 
				font-weight: bold;
				text-decoration: none; 
			}
	
			#site_map ul {
				margin: 0 0 0 15px;
				padding: 0;
				list-style: none;
			}
			
				#site_map ul li a {
					position: relative;
					display: inline;
					font-weight: normal;
					margin: 0;		
				}
	 

/*
 *	Navigation
 */

#nav { 
	position: relative;
	margin: 0 0 40px 10px;
}

	#nav ul {
		margin: 0;
		padding: 0;
	}

		#nav li {
			margin: 0;
			padding: 0;
			list-style: none;
			background: none;
		}

		#nav li a {
			display: block;
			height: 0px;
			padding-top: 24px;
			overflow: hidden;
			font-size: 11px;
			color: #666666;
			text-decoration: none;
			cursor: pointer;
		}

		#nav li.on a, #nav li.on a:hover { 
			font-weight: bold;
			color: #000000;
			background-position: -478px 0;
		}
		
		#nav li.on li a { 
		background-position: 0 0; }
		
		
		#nav li a:hover, #nav li.on li a:hover { 
			color: #f3830a; 
			text-decoration: none;
			background-position: -239px 0;	
		}
			
			#T1overview a { background: url(/images/nav/navT1_overview.png) no-repeat; }
				#T2history a { background: url(/images/nav/navT2_companyHistory.png) no-repeat; }
				#T2strategy a { background: url(/images/nav/navT2_businessStrategy.png) no-repeat; }
				#T2management a { background: url(/images/nav/navT2_managementTeam.png) no-repeat; }
				#T2boardDirectors a { background: url(/images/nav/navT2_boardDirectors.png) no-repeat; }
				#T2scientificBoard a { background: url(/images/nav/navT2_scientificBoard.png) no-repeat; }
			#T1focus a { background: url(/images/nav/navT1_therapeuticFocus.png) no-repeat;}
				#T2osteoarthritis a { background: url(/images/nav/navT2_osteoarthritis.png) no-repeat; }
				#T2ibd a { background: url(/images/nav/navT2_ibd.png) no-repeat; }
			#T1pipeline a { background: url(/images/nav/navT1_devPipeline.png) no-repeat; }
				#T2diclofenac a { background: url(/images/nav/navT2_topicalDiclofenac.png) no-repeat; }
			#T1partnering a { background: url(/images/nav/navT1_partnering.png) no-repeat; }	
			#T1investor a { background: url(/images/nav/navT1_investorRelations.png) no-repeat;}
				#T2press a { background: url(/images/nav/navT2_press.png) no-repeat; }
				#T2history2 a { background: url(/images/nav/navT2_companyHistory.png) no-repeat; }
				#T2management2 a { background: url(/images/nav/navT2_managementTeam.png) no-repeat; }
				#T2boardDirectors2 a { background: url(/images/nav/navT2_boardDirectors.png) no-repeat; }
			#T1news a { background: url(/images/nav/navT1_newsEvents.png) no-repeat; }
				#T2mediaContacts a { background: url(/images/nav/navT2_mediaContacts.png) no-repeat; }
			#T1careers a { background: url(/images/nav/navT1_careers.png) no-repeat; }

 
/*
 *	Images
 */  

img { border: 0; }

.hdr_logo {
	position: absolute;
	top: 45px;
	left: 0;
}

.feature_img { 
	float: right;
	margin: -8px 5px 0 0;
	z-index: 1;
}

.article_img {
	position: relative;
	float: right;
	margin: 5px 0 10px 10px;
}

.article_img_full {
	position: relative;
	display: block;
	top: 32px;
	margin: 0 0 20px 15px;
}

.file_icon {
	vertical-align: middle;
	margin: 0 5px 0 0;
}


/*
 *	sIFR 2.02: Flash headline replacement
 */
 
/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
	font-size: 1.4em;
	font-weight: normal;
}

.sIFR-hasFlash h2 {
	visibility: hidden;
	font-size: 7px;
}

.sIFR-hasFlash h3 {
	visibility: hidden;
	font-family: Arial;
	font-size: 1.1em;
	line-height: 1.4em;
	font-weight: bold;
}

.sIFR-hasFlash h4 {
	visibility: hidden;
	font-size: 0.8em;
}

.sIFR-hasFlash h5 {
	visibility: hidden;
	font-size: 1.2em;
	font-weight: normal;
} 

.purpleboxcontent {
	padding: 10px;
	color: white;
}
.purpleboxcontent a, .whitetext a:visited {
	color: white;
}
.purpleboxcontent a:hover {
	color: #F3830A;
}
