/* CSS Main Stylings for AGGases Website */
/*copyright 2011*/

/*-----------------Content section----------------*/
#content-section
{
	/*Overide default*/
	min-height:780px;
}

#homeSubNav
{
	margin-left:30px;
}

#content-header-section
{
	padding: 0 30px;
}
#content-header-section h1
{
	font-size:30px;
	font-weight:100;
	text-shadow: 1px 1px 14px #505050;
	padding-bottom:12px;
}

#product-section
{
	width:100%;
	min-height:500px;
}
#product-section h2
{
	margin-left:30px;
}
#nrc-section
{
	min-height:500px;
}
#hpc-section
{
	min-height:500px;
}
.product
{
	display:inline-block;
	position:relative;
	width:150px;
	height:170px;
	margin: 20px 0 20px 30px;
	text-align:left;
	border-radius:8px;
	
	/* For IE 7 */
	zoom: 1;
	*display: inline;
	
	-webkit-transition: -webkit-box-shadow 0.5s ease-in-out;  
   -moz-transition: -moz-box-shadow 0.5s ease-in-out; 
   -o-transition: box-shadow 0.5s ease-in-out; 
   transition: box-shadow 0.5s ease-in-out; 
}
.product:hover
{
	box-shadow:  0px 0px 15px #FFF, 0px 0px 25px #FFF;
	-moz-box-shadow:  0px 0px 15px rgba(255, 255, 255, 0.9), 0px 0px 25px rgba(255, 255, 255, 0.9);
	-webkit-box-shadow: 0px 0px 15px rgba(255, 255, 255, 0.9), 0px 0px 25px rgba(255, 255, 255, 0.9);
	
	-webkit-transition: -webkit-box-shadow 0.2s ease-in-out;  
   -moz-transition: -moz-box-shadow 0.2s ease-in-out; 
   -o-transition: box-shadow 0.2s ease-in-out; 
   transition: box-shadow 0.2s ease-in-out; 
}
.product.invert:hover
{
	box-shadow: 0px 0px 15px #999, 0px 0px 25px #999;
	-moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4), 0px 0px 25px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4), 0px 0px 25px rgba(0, 0, 0, 0.4);
}
.product img
{
	width:100%;
	height:100%;
	cursor:pointer;
}
.product img:hover
{
}
.product-title h3
{
	position:absolute;
	width:100%;
	bottom:0px;
	text-align:center;
	background:none;
}
.product-title a
{
	display:block;
	padding-top:15px;
	height:25px;
	
	color: #DEDEDE;
	text-shadow: 1px 1px 14px #808080;
	font-size:13px;
	font-weight:100;
	text-decoration:none;
}
.product-title a:hover
{
	text-decoration:underline;
	text-shadow: 1px 1px 14px #CCC;
	color:#FFF;
}

.industry
{
	max-width:200px;
	padding:0 10px;
	vertical-align:top;
	display:inline-block;
	*display: inline;
	zoom:1;
}
	