@charset "UTF-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	15;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/***** MOBILE: 600px and below. *****/

.productsPanelBG {	
  height: 300px;
  background-image: linear-gradient(#002a54, #014f9d); 
}

.productsPanelintro {
	margin-left: 16px;
	margin-right: 16px;
	height: auto;
	text-align: center;
	color: #FFFFFF;
	}

.secondaryBG {	
  height: auto;
  background-color: #eeeeee;
}

.productsCardimage {
	padding: 4px;
	width: 200px;
}

.productsCarddescription {		
	margin-right: 10px;
	height: auto;
	padding: 4px;
	width: auto;
}

.autoOils {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	height: 540px;
	padding-top: 12px;
	display: block;
	background-color: #FFFFFF;
	box-shadow: 2px 2px 2px 2px #c1c1c1;	
}

.heavydutyOils {
	margin-left: 0px;
	margin-right: 0px;
	height: 580px;
	padding-top: 12px;
	display: block;
	background-color: #FFFFFF;
	box-shadow: 2px 2px 2px 2px #c1c1c1;
}

.industrialLubes {
	margin-left: 0px;
	margin-right: 0px;
	height: 540px;
	padding-top: 12px;
	display: block;
	background-color: #FFFFFF;
	box-shadow: 2px 2px 2px 2px #c1c1c1;	
}

.HGOfluid {
	margin-left: 0px;
	margin-right: 0px;
	height: 420px;
	padding-top: 12px;
	display: block;
	background-color: #FFFFFF;
	box-shadow: 2px 2px 2px 2px #c1c1c1;	
}

.OtherResources {
	margin-left: 0px;
	margin-right: 0px;
	height: 260px;
	padding-top: 12px;
	display: block;
	background-color: #FFFFFF;
	box-shadow: 2px 2px 2px 2px #c1c1c1;	
}

.learnMore {
	text-align:right;
	padding-right: 12px;
	color: #cc0000;
}

h2 {
	color: #003366;
	}


/***** TABLET & DESKTOP: 600px to 1200px*****/

@media only screen and (min-width: 600px) {

.gridContainer {
	padding-left: 0;
	padding-right: 0;
}

.productsPanelBG {	
  height: 340px;  
}

.productsPanelintro {
	margin-left: 50px;
	margin-right: 50px;
	height: auto;
	text-align: center;
	font-size: 16px;
	color: #FFFFFF;
	}


.productsCardimage {
	float: left;
	padding-left: 28px;
	padding-top: 8px;
  	max-height:10px;
	width: auto;
}

.productsCarddescription {	
	margin-top: 10px;
	margin-left: 200px;
	height: auto;
	padding: 8px;
	width: auto;
}

.autoOils {
	margin-left: 30px;
	margin-right: 30px;
	height: 280px;
	margin-top: -130px;
	padding-top: 6px;
}

.heavydutyOils {
	margin-left: 30px;
	margin-right: 30px;
	height: 300px;
	padding-top: 12px;
}

.industrialLubes {
	margin-left: 30px;
	margin-right: 30px;
	height: 280px;
	padding-top: 12px;	
}

.HGOfluid {
	margin-left: 30px;
	margin-right: 30px;
	height: 280px;
	padding-top: 12px;
}

.OtherResources {
	margin-left: 30px;
	margin-right: 30px;
	height: 220px;
	padding-top: 12px;
}
}

/* @MEDIA for 769px to a max of 1200px*/

@media only screen and (min-width: 769px) {

.gridContainer {
	max-width: 1232px;
}

.productsPanelBG {	
  height: 420px;
}

.productsPanelintro {
	font-size: 24px;
	}

.productsCardimage {
	float: left;
	padding-left: 28px;
	padding-top: 20px;
	width: auto;
}

.productsCarddescription {		
	margin-left: 200px;
	padding-top: 20px;
}
  
.autoOils {
	margin-top: -150px;	
	height: 240px;
	padding-top: 12px;
}

.heavydutyOils {
	height: 280px;
	padding-top: 12px;
}

.industrialLubes {
	height: 240px;
	padding-top: 12px;	
}

.HGOfluid {
	height: 260px;
	padding-top: 12px;

}

.OtherResources {
	height: 200px;
	padding-top: 12px;
}
}

