body
{
	font-family: sans-serif;
}

.preload img
{
display: none;	
}

#pipeline
{
	position: relative;
	top:0;
	margin:0 auto;
width:620px;
height:225px;

background-image:url("../img/pipeline.png"); 
}



#pipeline img
{
	
}

#pipeline_info_box img
{
display:none;	
}


#pipeline_info_box
{
	position: relative;
	top:0;
	margin:5px auto;
	width:620px;
	height:90px;
	line-height:1.2em;
}

#pipeline_info_box h2 
{
	padding:0px 12px 0px;
}

#pipeline_info_box p
{
	padding:0px 12px;
	font-size:16px;	
}
#pipeline_info_box p span
{
	color:#8bd93f;
	font-weight: bold;	
}




#leg1
{

}

#leg1:hover
{
cursor: pointer;

}

#leg1_content, #leg2_content, #leg3_content, #leg4_content, #leg5_content, #leg6_content, #leg7_content, #leg8_content, #leg9_content, #leg10_content, #leg11_content
{
display:none;	
}


#leg1_content, #leg2_content, #leg3_content, #leg4_content, #leg5_content, #leg6_content, #leg7_content, #leg8_content, #leg9_content, #leg10_content, #leg11_content
{
display:none;	
}



/*
@media only screen and (min-width: 500px) and (max-width: 667px) {
#pipeline
{
border:1px solid red;
width:500px;
height:181px;
}
#pipeline_info_box
{
width:500px;
height:181px;
margin-bottom:20px;		
}

}


@media only screen and (min-width: 340px) and (max-width: 500px) {
#pipeline
{
border:1px solid blue;
width:340px;
height:123px;
}
#pipeline_info_box
{
width:340px;
height:123px;
margin-bottom:20px;	
}

}

*/