@charset "UTF-8";
/* CSS Document */

#intro{
	float: left;
	width: 960px;
	margin-top: 60px;
	margin-bottom: 30px;
}

#left_column{
	height: auto;
	width: 426px;
	float: left;
}

#right_column{
	float: right;
	height: auto;
	width: 426px;	
	}
	
#left_box{
	height: 350px;
	width: 426px;
	background: rgb(238,238,238); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(204,204,204,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(204,204,204,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
	float: left;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1.42857;
	font-size: 15px;
	margin-bottom: 10px;
		}
	
#right_box{
	height: 350px;
	width: 426px;
	background: rgb(238,238,238); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(204,204,204,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(204,204,204,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
	float: left;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1.42857;
	font-size: 15px;
	}	
	
#icon{
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

#inner_box{
	height: 250px;
	width: 386px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	text-align: left;

}

#product_button{
	margin-left: 10px;
	float: right;
	margin-right: 20px;
	}
		
.shadow {

}

.gradientBoxesWithOuterShadows { 

-webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.45);
-moz-box-shadow:    0px 4px 8px rgba(0, 0, 0, 0.45);
box-shadow:         0px 4px 8px rgba(0, 0, 0, 0.45);

/* rounded corners */
-webkit-border-radius: 12px;
-moz-border-radius: 7px; 
border-radius: 7px;


}
