/* CSS Document */
html{
	position: relative;
}
html, body,div,dl,dt,dd,ul,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td {
	margin:0px;padding:0px;
}
body {
	position: relative;
	background-image: url(../imgs/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #000000;
}
input, textarea, select {
	color: #005c2f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
p{
	margin-top: 0.2em;
	margin-bottom: 0.4em;
}

img{
	border: none;
}

#centerSite{
	position: relative;
	width: 837px;
	margin-right: auto;
	margin-left: auto;
	/*margin-left: -418px;
	left:50%;*/
}
a {
	text-decoration: underline;
	color: #000000;
}

a:hover {
	color: #000000;
}


/*Container */





/*Navigation */

#navigation{
	position: relative;
	list-style: none;
	width: 837px;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	height: 38px;
}

#navigation li {
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
}
#navigation li a {
	height: 38px;
	width: 163px;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
}
#navigation li a span{
	display: none;
}
#homenav a {background-image: url(../imgs/nav_home_btn.gif);}
#homenav a:hover {background-image: url(../imgs/nav_home_btn02.gif);}

#factnav a {background-image: url(../imgs/nav_facts_btn.gif);}
#factnav a:hover {background-image: url(../imgs/nav_facts_btn02.gif);}

#infonav a {background-image: url(../imgs/nav_product_btn.gif);}
#infonav a:hover {background: url(../imgs/nav_product_btn02.gif);}

#insidenav a {background: url(../imgs/nav_inside_btn.gif);}
#insidenav a:hover {background: url(../imgs/nav_inside_btn02.gif);}

#outsidenav a {background: url(../imgs/nav_outside_btn.gif);}
#outsidenav a:hover {background: url(../imgs/nav_outside_btn02.gif);}

/*page specific nav*/
#home #homenav a{background: url(../imgs/nav_home_btn02.gif);}
#fact #factnav a{background: url(../imgs/nav_facts_btn02.gif);}
#info #infonav a{background: url(../imgs/nav_product_btn02.gif);}
#inside #insidenav a{background: url(../imgs/nav_inside_btn02.gif);}
#outside #outsidenav a{background: url(../imgs/nav_outside_btn02.gif);}


#content {
	position: relative;
	width: 837px;
}

#footer {
	position:absolute;
	width: 837px;
	height: 55px;
	margin-top: 30px;
	z-index: 50;
	
}

#novartisLogo{
	position: absolute;
	left: 30px;
	top: 0px;
}

#subnavigation {
	font-size: 0.8em;
	list-style: none;
	text-decoration: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 200px;
	position: relative;
}

#subnavigation li{
	color: #005c2f;
	list-style: none;
	text-decoration: none;
	margin: 0px;
	float: left;
}

#subnavigation li a{
	color: #005c2f;
	
}
#subnavigation .addLine{
	background-image: url(../imgs/terms_spacer.gif);
	background-position: right top;
	background-repeat: no-repeat;
	padding-right: 12px;
}
#copyright {
	color: #005c2f;
	font-size: 0.8em;
	list-style: none;
	text-decoration: none;
	padding-left: 38px;
	text-align: center;
	clear: both;
}

#subnavigation .addSpace{
	background-image: url(../imgs/terms_spacer02.gif);
	background-position: right top;
	background-repeat: no-repeat;
	padding-right: 10px;
}

#coming-soon {
	font-size:1.2em;
	text-align:center;
	margin-top:200px;

	margin-right:auto;
}

a#tellafriend {
	display:block;
	background:url(../imgs/tellafriend.gif) no-repeat;	
	width:206px;
	height:40px;

}

#tellafriend span {
	display: none;
}

.right {
	float: right;
}

