/* --- Heading Layout --- */
#heading
{
	text-align: center;
	margin-left: 15%;
	margin-right: 15%;
}

#heading h1
{
	margin-bottom: 0;
}


/* ---- Products layout --------- */
#products .section
{
	position: relative;
	clear: both;
	margin-top: 2em;
}


/* ------ Product Layout --------- */
.product
{
	width: 48%;
	position: relative;
	float: left;
	margin: 1%;
	margin-bottom: 20px;
}

#taps
{
	clear: both;
}

.product img
{
	float: left;
	margin-right: .5em;
}

.product .description
{
	
}



/* --------- Text Properties ----------- */

#products h1,
#products h2,
#products h3,
#products h4,
#products h5,
#products h6
{
	font-family: sans-serif;
	text-decoration: underline;
}

.product .description
{
	font-size: 90%;
}
.product .description h3
{
	margin-top: 0;
}

#heading h1
{
	text-decoration: underline;
}

/* -- Color -- */

#products h1,
#products h2,
#products h3,
#products h4,
#products h5,
#products h6,
#heading h1
{
	color: #CE2020;
}









