/* ----- Poligrip consumer advisory stylesheet -------------------------------------------- */
/* ----- Fuse Digital 2010 ---------------------------------------------------------------- */
/* ----- enjoy. --------------------------------------------------------------------------- */

/* ----- Defaults ------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
* {
	margin: 0; /* global reset of margin and padding */
	padding: 0;
	outline: none;
}
body {
	padding-bottom: 12px;
	background: #fff;
	text-align: center; /* centre in IE */
	font: 12px Arial, Helvetica, sans-serif;
	color: #4b4b4b;
}
a {
	color: #4b4b4b;
}
a:hover {
	color: #2dacad;
}
a img {
	border: none;
}

/* ----- Universal styles ----------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
.hide {
	display: none;
}
.clear {
	clear: both;
}
.relative {
	position: relative;
}

/* ----- Site Containers ------------------------------------------------------------------ */
/* ---------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
.frame {
	width: 780px;
	margin: 0 auto;
	text-align: left;
}
#site {
	float: left;
	width: 780px;
	padding: 36px 0;
}

/* ----- Typography ----------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
ul, ol {
	margin: 0 22px 12px 40px;
}
ul.alt {
	margin: 0 0 36px 18px;
}
ul li, ol li {
	line-height: 18px;
}
h1 {
	margin-bottom: 18px;
	font-size: 2em; /* 12*2=24 */
	text-align: center;
}
h2 {
	margin-bottom: 24px;
	font-size: 1.5em; /* 12*1.5=18 */
	line-height: 24px;
	text-align: center;
}
.qanda h2 {
	margin: 24px 0 12px 0;
	text-align: left;
}
h3 {
	margin-bottom: 12px;
	font-size: 1.167em; /* 12*=14 */
}
h3.uc {
	text-transform: uppercase;
}
p {
	margin-bottom: 12px;
	line-height: 18px;
}
p.link {
	padding-top: 24px;
	text-align: center;
	font-weight: bold;
}
p.alt {
	padding-top: 0;
}
strong.uc {
	font-size: 1.167em; /* 12*=14 */
	text-transform: uppercase;
}
ul.product {
	float: left;
	margin: 12px 22px 18px 22px;
	list-style: none;
	display: inline;
}
ul.product li {
	float: left;
	margin: 0 24px;
	display: inline;
	font-weight: bold;
	text-align: center;
	line-height: 32px;
}
ul.product-solo {
	margin: 0 0 18px 0;
	padding-top: 12px;
	list-style: none;
	text-align: center;
}
ul.product-solo li {
	font-weight: bold;
	line-height: 32px;
}
