body {
	background: #FFF url(../images/bg-inner.jpg) repeat-x;
	margin: 0px 0px 0px 0px;
	font-family: Tahoma, Arial; 
	font-size: 11px; 
	line-height: 150%; 
	color: #333333;
}

p { margin: 10px 0px 10px 0px; }

/* div { border: 1px solid #000; } */

h1 { 
	padding: 4px 0px 4px 0px; 
	font-weight: bold; 
	font-size: 11px; 
	margin: 5px 0px 0px 0px; 
	color: #248BB3;
	background: url(../images/dots.gif) repeat-x;
	height: 30px;
}

.red { color: #AA0000; }
.white { color: #FFFFFF; }
.small { font-size: 10px; }

/* ####################### page structure ####################### */

#contents-home {  
	float: left; 
	width: 500px;
	padding: 35px 0px 0px 17px;
	/*height: 300px;*/
	margin-left: 10px;
}

#bottle {
	float: left; 
	width: 173px;
	margin: 100px 0px 0px 57px;	
}

/* ####################### page structure ####################### */

#left {  
	float: left; 
	width: 220px;
	padding: 120px 17px 0px 17px;
	/*height: 300px;*/
}

#contents {  
	float: left; 
	width: 500px;
	padding: 50px 0px 0px 17px;
	/*height: 300px;*/
}

#subnav, h3 { behavior: url(../scripts/iepngfix.htc); }

#footer {
	clear: both;
	width: 100%;
	height: 70px;
	margin-top: 60px; 
	padding: 20px 30px 12px 30px;
	border-top: 7px solid #999999; 
	color: #666666;
}

/*###################### pagetitles ######################*/

h3 { height: 60px; width: 495px; text-indent: -10000px; margin: 0px; }

h3.aboutus { background: url(../images/t-aboutus.png) no-repeat; } 
h3.pipeline { background: url(../images/t-pipeline.png) no-repeat; } 
h3.businessdevelopment { background: url(../images/t-businessdevelopment.png) no-repeat; } 
h3.investors { background: url(../images/t-investors.png) no-repeat; } 
h3.careers { background: url(../images/t-careers.png) no-repeat; } 
h3.contactus { background: url(../images/t-contactus.png) no-repeat; } 
h3.termsofuse { background: url(../images/t-termsofuse.png) no-repeat; }

/*###################### left ######################*/

#subnav {
	background-image: url(../images/bg-subnav.png); 
	background-repeat: no-repeat;
	min-height: 200px;
	width: 198px;
	padding: 50px 0 0px 20px;
	margin-bottom: 5px; 
	list-style:none;
	margin: 0px;
}

* html #subnav {
	/* IE6 treats height the same as standards-compliant browsers treat min-height */
	height: 200px;
}

#subnav a {
	color: #333333;
	text-decoration:none;
	padding: 7px 0 7px 20px;
	display: block;
	width: 160px;
	height: auto;
	background-image: url(../images/bullet1.gif);
	background-repeat: no-repeat; 
	background-position: 0px 9px;
	/*border: 1px solid #000;*/
}
#subnav a:hover {
	text-decoration:none;
	font-weight: bold; 
	color: #AA0000;
	background-image: url(../images/bullet1.gif);
	background-repeat: no-repeat; 
	background-position: 0px 9px;
}
#subnav ul.subsubnav {
	color: #333333;
	text-decoration:none;
	padding: 0 0 5px 18px;
	/*display: block;
	background-image: url(../images/bullet1.gif);
	background-repeat: no-repeat; 
	background-position: 0px 9px;*/
}
#subnav ul.subsubnav li {
list-style-type: disc;
padding: 0 0 5px 2px;
}
#subnav ul.subsubnav a {
	list-style-type: disc;
	font-size:0.9em;
	line-height:0.9em;
	margin:0;
	padding:0;
}
/* ####################### links ####################### */

/* a { color: #AA0000; font: 11px Tahoma; line-height: 130%; text-decoration: underline; }
a:hover, a:active { color: #000; font: 11px Tahoma; line-height: 130%; text-decoration: underline; }
 a:visited { color: #9CAFD1; font: 11px Tahoma; line-height: 130%; text-decoration: underline; } */
 
 A:link { color: #AA0000; font: 11px Tahoma; line-height: 130%; text-decoration: underline; }
A:visited { color: #9CAFD1; font: 11px Tahoma; line-height: 130%; text-decoration: underline; }
A:active { color: #000; font: 11px Tahoma; line-height: 130%; text-decoration: underline; }
A:hover { color: #000; font: 11px Tahoma; line-height: 130%; text-decoration: underline; }

 
.linkBlue, .linkBlue:visited { color: #4A6179; font: 11px Tahoma; line-height: 130%; text-decoration: underline; }
.linkBlue:hover, .linkBlue:active { color: #AA0000; font: 11px Tahoma; line-height: 130%; text-decoration: underline; }

.linkWhiteSmall, .linkWhiteSmall:visited { color: #e2e2e2; font: 10px Tahoma; line-height: 110%; text-decoration: none; font-weight: bold;}
.linkWhiteSmall:hover, .linkWhiteSmall:active { font: 10px Tahoma; line-height: 110%; text-decoration: underline; font-weight: bold; }


/* ####################### topnav ####################### */

#navigation {
	height: 26px;
	margin-left: 14px;
	padding: 0px;
	width:750px;
	/*float: left;*/
}

#navigation ul {
	list-style:none;
	margin: 0px 0px 0px -40px;
}
* html #navigation ul {
	margin: 0px 0px 0px 0px;
}

#navigation ul li {
	float:left;
	height:26px;
}

#navigation ul li a {
	background-image:url(../images/topnav.gif);
	background-repeat:no-repeat;
	height:26px;
	display:block;
	margin:0px 0px 0px 0px;
	/*overflow:hidden;*/
	text-indent:-9999px;
	/*border: 1px solid #000;*/
}

#navigation ul li.home a { background-position:-14px -26px; width:76px; }
#navigation ul li.home a:hover { background-position:-14px -52px; }

#navigation ul li.aboutus a { background-position:-89px -26px; width:87px; }
#navigation ul li.aboutus a:hover { background-position:-89px -52px; }

#navigation ul li.pipeline a { background-position:-176px -26px; width:85px; }
#navigation ul li.pipeline a:hover { background-position:-176px -52px; }

#navigation ul li.businessdevelopment a { background-position:-261px -26px; width:174px; }
#navigation ul li.businessdevelopment a:hover { background-position:-261px -52px; }

#navigation ul li.investors a { background-position:-436px -26px; width:146px; }
#navigation ul li.investors a:hover { background-position:-436px -52px; }

#navigation ul li.careers a { background-position:-580px -26px; width:80px; }
#navigation ul li.careers a:hover { background-position:-580px -52px; }

#navigation ul li.contactus a { background-position:-661px -26px; width:97px; }
#navigation ul li.contactus a:hover { background-position:-661px -52px; }


/* ####################### dropdowns ####################### */

#navlistABOUT, #navlistPIPELINE, #navlistINVESTORS { 
	font: 11px Tahoma; 
	border-color: #000000;
	border-style: solid;
	border-width: 1px 2px 2px 1px; 
	background-color: #BFDFF0;
	position:absolute; 
	z-index:300; 
	top: 154px; 
	visibility: hidden;
}

#navlistABOUT a, #navlistPIPELINE a, #navlistINVESTORS a { 
	background-color: #BFDFF0; 
	color: #000000; 
	text-decoration: none; 
	display: block; 
	/*border-bottom: 1px solid #000000; 
	border-left: 1px solid #000000; 
	border-right: 1px solid #000000; */
	padding: 3px 15px 3px 17px;  
	margin: 0px;
}

#navlistABOUT a:hover, #navlistPIPELINE a:hover, #navlistINVESTORS a:hover { background-color: #0087C2; color: #FFFFFF; }

#navlistABOUT { left: 89px;  }
#navlistPIPELINE { left: 176px;  }
#navlistINVESTORS { left: 435px;  }

#navlistABOUT a, #navlistABOUT a:link, #navlistABOUT a:visited { width: 143px; }
#navlistPIPELINE a, #navlistPIPELINE a:link, #navlistPIPELINE a:visited { width: 113px; }
#navlistINVESTORS a, #navlistINVESTORS a:link, #navlistINVESTORS a:visited { width: 143px; }

