@import url(http://fonts.googleapis.com/css?family=Open+Sans:700,400,300);
@import url(http://fonts.googleapis.com/css?family=Oswald:700);



#IMGslider
{
	width:100%;
}

#prodTank
{
float:left;
padding:20px 0;
width:100%;
/*margin-left:80px;
border: solid;
border-width:7px;
border-color:#ee771a;
border-radius:7px; */
}

#accordion
{
background-color: #d1d2d4;
height:auto;
}

#prodBar
{
 
  background-color: #ee771a;
  color: #ffffff;
  text-decoration: none;
  display: block;
  
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  
  -webkit-transition: color .25s;
  -moz-transition: color .25s;
  -ms-transition: color .25s;
  -o-transition: color .25s;
  transition: color .25s;
  text-align:left;
}


#prodBar:hover {
  color: #404041;
}





#prodTitle
{
  background-color: #404041;
  color: #d1d2d4;
  text-decoration: none;
  display: block;
  padding: 10px 10px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  
  -webkit-transition: color .25s;
  -moz-transition: color .25s;
  -ms-transition: color .25s;
  -o-transition: color .25s;
  transition: color .25s;
  text-align:left;
}

#descriptionDiv
{
	height: 191px;
}


#descriptiontext
{
	text-align:justify;
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
	font-weight: 700;
	line-height:18px;

}


#quoteTank
{
width:100%;
margin:0;
padding:0;
min-height:350px;
background-image:url("../img/Pipelines_01.jpg");
background-size:cover;
background-position:center center;
background-repeat:no-repeat;
}

#quote00 { height:50px;}
#quote01
{
	margin:0 auto;
	width: 100%;
	height: 80px;
	background-image: url("../img/supply_quote_01.png");
	background-repeat: no-repeat;
	background-color: RGBA(244,244,244,0.5);
	background-position:7% center;

}

#supplyIMG
{
	/*margin-top: 5px;
	margin-left: 20%;
	margin-bottom: 10%;
	width: 300px;
	height: 200px;
	background-image: url("../img/supply_01.jpg");
	background-repeat: no-repeat;  */

}

