* {
	margin:0;
	padding:0;
}

body {
	font-size:12px;
	font-family:"Trebuchet MS","Helvetica","Arial",sans-serif;
	background:#187BA3;
	color:#3C3C3C;
}
.inner {
	width:900px;
	margin:0 auto;
}
a {
	color:#187BA3;
	text-decoration:none;
	outline:none;
}
a:hover, a.selected {
	color:#76B100;
}
#logo_en {
	float:left;
	width:282px;
	height:95px;
	background:url('../_img/bg_title_en.gif');
	margin:-35px 0 0 4px;	
}
#logo_en a {
	display:block;
	width:282px;
	height:95px;
}
#logo_en span {
	display:none;
}

.clearboth {
	clear:both;
}

/* HEADER 
/////////////////////////////////////////////////////// */
#header  {
	background:#FFF url('../_img/bg_header.gif') top repeat-x;
	height:115px;
}
#header_inner {
	background:url('../_img/bg_header_inner.gif') top no-repeat;
	padding-top:54px;
}
#header_inner ul {
	list-style-type:none;
	padding-top:5px;
}
#header_inner li {
	display:block;
	float:left;
	font-size:12px;
}

#header_right {
	width:60%;
	float:right;
}

#header_right_bottom {
	float:right;
	clear:both;
}

#header_nav {
	float:right;
	margin-right:16px;
}
#header_nav li {
	padding:0 8px;
	border-right:1px solid #187BA3;
}
#header_nav li.last {
	border-right:0;
	padding-right:0;
}
#search_form {
	float:right;
	width:131px;
}
#search_form input {
	float:left;
}
#search_form input#q {
	height:18px;
	margin-right:5px;
	padding:2px 0 0 2px;
	border:1px solid #187BA3;
	width:100px;
	font-size:12px;
	color:#3C3C3C;
}
#header_inner #lang {
	padding:0;
	float:right;
	position:relative;
	top:-8px;
}
#lang li {
	padding-left:8px;
}
#lang li.selected {
	color:#76b100;
}
#content {
	background:#FFF;
}

/* MAIN_NAV 
/////////////////////////////////////////////////////// */
#main_nav {
	clear:both;
	height:143px;
	background:#1C80A7 url('../_img/bg_main_nav.gif');
	margin-bottom:10px;
}
#main_nav ul {
	list-style-type:none;
	padding:3px 4px 15px;
}
#main_nav li {
	height:125px;
	display:block;
	float:left;
	background:url('../_img/bg_main_nav_item.gif');
}
#main_nav li.selected_item {
	background:url('../_img/bg_main_nav_item_selected.gif');
}
#main_nav li a {
	height:125px;
	display:block;
	color:#FFF;
	background:url('../_img/bg_main_nav_separator.gif') top right no-repeat;
	padding-right:11px;
	overflow:hidden;
}
#main_nav li.before_selected_item a {
	background-image:url('../_img/bg_main_nav_separator_before_selected.gif');
}
#main_nav li.selected_item a {
	background-image:url('../_img/bg_main_nav_separator_selected.gif');
}
#main_nav li.last_item a {
	background:none;
}
#main_nav li strong {
	display:block;
	padding:12px 0 0 5px;
	font-size:16px;
	font-weight:normal;
	margin-bottom:3px;
	white-space:nowrap;
}
#main_nav li span {
	display:block;
	padding-left:5px;
	font-size:12px;
	line-height:1.1em;
}
#main_nav li.first_item strong, #main_nav li.first_item span {
	padding-left:15px;
}

/* MAIN_CONTENT 
/////////////////////////////////////////////////////// */
#main_content {
	width:546px;
	padding:4px 30px 20px 18px;
	float:left;
	position:relative;
	overflow:hidden;
}
#main_content_larger {
	float:left;
	width:864px;
	padding:4px 18px 20px;
	position:relative;
}
.main_content h1 {
	font-size:1.4em;
	border-bottom:1px solid #C4C4C4;
	padding-bottom:8px;
	margin-bottom:16px;
	font-weight:normal;
	color:#187BA3;
	zoom:1;
}
.main_content h2 {
	font-size:1.4em;
	border-bottom:1px solid #C4C4C4;
	padding-bottom:8px;
	margin-bottom:16px;
	font-weight:normal;
	color:#187BA3;
	zoom:1;
}
.main_content p {
	line-height:1.4em;
	margin-bottom:16px;
}
.main_content ul {
	list-style-type:none;
	margin-bottom:16px;
}
.main_content ul li {
	line-height:1.4em;
	margin-bottom:8px;
	padding-left:16px;
	background:url('../_img/arrow_blue.gif') 0 4px no-repeat;
	zoom:1;
}
.main_content ol {
	margin:0 0 16px 32px;
}
.main_content ol li {
	line-height:1.4em;
	margin-bottom:8px;
	padding-left:0;
}
.main_content dt {
	font-weight:bold;
	font-size:1.1em;
	color:#187BA3;
}
.main_content dd {
	margin:0 0 15px 0;
}
.main_content h3 {
	border-bottom:1px solid #76B100;
	padding-bottom:5px;
	margin-bottom:10px;
	font-weight:normal;
	font-size:1.2em;
	line-height:1.2em;
	color:#76B100;
}
.main_content h3 a {
	color:#76B100;
}
.main_content h3.center {
	font-weight:bold;
}
.main_content address {
	margin-bottom:10px;
	line-height:1.2em;
	clear:both;
	font-size:1.1em;
}
.main_content span.contact, .main_content strong.contact {
	display:block;
	float:left;
	line-height:1.2em;
	margin-bottom:5px;
	font-size:1.1em;
}
.main_content span.contact {
	margin-right:5px;
}
.main_content a.back {
	display:block;
	font-size:1.1em;
	font-weight:bold;
	margin-bottom:10px;
}
#main_content_actions {
	padding-top:16px;
}
#main_content_actions h3 {
	width:188px;
	height:63px;
	background:url('../_img/bg_main_content_actions_button.gif');
	text-align:center;
	font-size:14px;
	line-height:1.1em;
	font-weight:normal;
	float:left;
	border:0;
}
#main_content_actions h3 a {
	color:#ff6905;
	display:block;
	height:38px;
	padding:6px 10px 0;
	white-space:nowrap;
}
#main_content_actions ul {
	margin-left:213px;
}
#main_content_actions li {
	font-size:14px;
	background:transparent url('../_img/arrow_orange.gif') no-repeat scroll 0pt 6px;
}
#main_content_actions li a {
	color:#EB830C;
}

/* TOOLS 
/////////////////////////////////////////////////////// */
#tools {
	position:absolute;
	top:8px;
	right:25px;
}
#tools li {
	display:block;
	float:left;
	padding:0;
	background:none;
	margin-left:4px;
}
#tools li a {
	display:block;
	height:15px;
}
#tools li span {
	display:none;
}
#tools li a#tool_plus {
	background:url('../_img/tool_plus.gif');
	width:17px;
}
#tools li a#tool_minus {
	background:url('../_img/tool_minus.gif');
	width:17px;
}
#tools li a#tool_print {
	background:url('../_img/tool_print.gif');
	width:16px;
}

/* ACTIONS 
/////////////////////////////////////////////////////// */
#actions {
	width:306px;
	overflow:hidden;
	float:left;
	padding-bottom:20px;
}
.actions {
	height:173px;
	overflow:hidden;
}
#actions_trial {
	background:url('../_img/bg_actions_trial.gif');
	margin-bottom:8px;
	height:auto;
}
#actions_trial h2 {
	background:url('../_img/bg_actions_trial_top.gif') top no-repeat;
}
#actions_trial_inner {
	background:url('../_img/bg_actions_trial_bottom.gif') bottom no-repeat;
}
#actions_asci {
	background:url('../_img/bg_actions_asci.gif');
}
#actions h2 {
	padding:25px 25px 10px;
	color:#76B100;
	font-size:16px;
	font-weight:normal;
}
#actions p {
	font-size:12px;
	line-height:1.4em;
	margin-bottom:10px;
}
#actions h3 {
	height:49px;
	text-align:center;
	font-size:14px;
	line-height:1.1em;
	font-weight:normal;
	overflow:hidden;
}
#actions h3 a {
	color:#ff6905;
	display:block;
	height:24px;
	padding:6px 10px 0;
	white-space:nowrap;
}
#actions_trial h3 {
	width:249px;
	background:url('../_img/bg_actions_trial_button.gif');
}
#actions_trial h3 a {
	width:229px;
}
#actions_asci h3 {
	width:152px;
	background:url('../_img/bg_actions_asci_button.gif');
}
#actions_asci h3 a {
	width:132px;
}
#actions_asci p {
	width:152px;
}
#actions ul {
	list-style-type:none;
	position:relative;
	top:-10px;
}
#actions li {
	line-height:1.4em;
	margin-bottom:4px;
	border-bottom:1px solid #FFF;
	font-size:12px;
}
#actions li a {
	display:block;
	padding-left:12px;
	background:url('../_img/arrow_blue.gif') 0 4px no-repeat;
}
#actions li a:hover {
	background-image:url('../_img/arrow_green.gif')
}
.actions_inner {
	background:url('../_img/bg_actions_bottom.gif') bottom left no-repeat;
	padding:0 25px 15px;
}

/* FOOTER
/////////////////////////////////////////////////////// */
#footer {
	clear:both;
}
#footer .inner ul {
	list-style-type:none;
}
#footer .inner li {
	display:block;
	float:left;
	padding-right:8px;
	margin-right:8px;
	border-right:1px solid;
	font-size:12px;
}
#footer .inner li.last {
	border-right:0;
}
#footer_links {
	height:34px;
	background:#FFF url('../_img/bg_footer_links.gif') top repeat-x;
	padding-top:30px;
}
#footer_links li {
	border-color:#187BA3;
}
#footer_links li a {
	display:block;
	float:left;
	height:15px;
	padding-top:2px;
}
#footer_links li.icon a {
	padding-left:20px;
	background:top left no-repeat;
}
#footer_links li#friend a {
	background-image:url('../_img/bg_friend.gif');
}
#footer_links li#bookmark a {
	background-image:url('../_img/bg_bookmark.gif');
}
#footer_note {
	color:#187BA3;
	float:right;
	font-weight:bold;
	font-size:14px;
}
#footer_copyright {
	min-height:9px;
	background:url('../_img/bg_footer_copyright.gif') top repeat-x;
	color:#FFF;
}
#footer_copyright li {
	border-color:#FFF;
}
#footer_copyright a {
	color:#FFF;
}
#footer_copyright_inner {
	position:relative;
	padding:35px 0 20px 0;
	height:15px;
}
#logo_gsk {
	display:block;
	width:127px;
	height:44px;
	background:url('../_img/logo_gsk.gif');
	position:absolute;
	top:16px;
	right:0;
}
#logo_gsk span {
	display:none;
}
#logo_print_en, #logo_print_fr, #logo_gsk_print {
	display:none;
}

#last_update {
	background:#fff;
	padding:0 0 8px 0;
}
#last_update span {
	background: url(../_img/ico_update.gif) no-repeat left;
	font-size:11px;
	color:#949494;
	padding:0 0 0 18px;
}

/* TIPS
/////////////////////////////////////////////////////// */
.toolTip {
	cursor:help;
	color:#76B100;
}
.tool-tip {
	border:1px solid #105270;
	background:#1C7BAE;
	padding:10px;
	color:#FFF;
	width:185px;
	font-size:12px;
	line-height:1.2em;
	/* opacity */
	opacity:0.9;
	-moz-opacity:0.9;
	-khtml-opacity:0.9;
	filter:alpha(opacity=90);
}
.tool-title {
	text-transform:uppercase;
	color:#ABFF00;
	font-weight:bold;
}