p, h1, h2, h3, h4, h5, h6, blockquote, cite, table, td, tr {
	margin: 0;
	padding: 0;
}

h5 {
	font-size: 28px;
	font-weight: bold;
	line-height: 2.0em;
	text-indent: 0;
}

h3 {
	font-size: 18px;
	line-height: 1.4em;
	text-indent: 0;
}

p {
	font-size: 16px;
	line-height: 1.2em;
	text-indent: 0;
}

a {
	color: #3252b2;
}

a img {
	border: 0;
}

blockquote {
	line-height: 1.4em;
}

body {
	margin: 0;
	padding: 20;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}

div.container {
	width: 840px;
	margin: 0 auto;
}

span.highlight {
	background-color: #ffc;
}

td, th {
	vertical-align: top;
}

div.colorless {
	background-color: transparent;
}

.red {
	color: red;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/*-------------------------------------------------
header
-------------------------------------------------*/

div#header {
	height: 50px;
	margin: 15px auto;
	width: 750px;
	text-align: left;
}

div#header h5 {
	padding-top: 2px;
	color: #666666;
}

div#header p {
	padding-top: 2px;
	font-size: 18px;
	color: #000;
}

div#header img.logo {
	float: right;
}

div#header a img {
	border: 0;
}

/*-------------------------------------------------
footer
-------------------------------------------------*/

div.footer {
	background-color: #FFF;
	color: #999;
	padding: 15px 0;
/*	border-top: 1px solid #ffe8cd;*/
/*	border-bottom: 1px solid #ffe8cd;*/
	font-size: 10px;
	line-height: 1.4em;
	margin-top: 25px;
}

/*-------------------------------------------------
top
-------------------------------------------------*/

div.band {
	padding: 30px 0;
	background-color: #fff9d8;
	border-top: 1px solid #ffe8cd;
	border-bottom: 1px solid #ffe8cd;
}

div.pitch {
	float: left;
	width: 400px;
	text-align: center;
}

div.product {
	float: right;
	width: 400px;
	text-align: left;
	margin-bottom: 22px;
}

div.product img {
	float: left;
	margin: 0 15px 10px 0;
}

div.product img.none {
	margin-bottom: 0;
}

div.product h1 sup {
	font-size: 10px;
	color: #999;
	font-weight: normal;
}

div.product h1 {
	font-size: 18px;
}

div.product h2 {
	font-size: 12px;
}

/*-------------------------------------------------
belt
-------------------------------------------------*/

div.belt {
	text-align: center;
	padding: 10px;
	margin-top: 10px;
	border-bottom: 1px solid #ccc;
	clear: both;
}

div.belt h3 {
	font-size: 14px;
	margin-bottom: 5px;
}

div.belt a {
	font-weight: bold;
	white-space: nowrap;
}

div.belt p {
	font-size: 11px;
	font-family: verdana;
}

div.belt table td {
	text-align: center;
}

div.belt table td a {
	color: #900;
}

div.belt table h1 {
	font-size: 18px;
}

div.belt table h2 {
	font-size: 12px;
}

/*-------------------------------------------------
content
-------------------------------------------------*/

div.content {
	margin: 40px auto;
	width: 700px;
}

div.wide {
	width: 750px;
}

div.wide div.left, div.wide div.right {
	width: 350px;
}

body.home div.content h1, div.content h1 {
	text-transform: uppercase;
	font-size: 18px;
	font-family: helvetica;
	margin-bottom: 5px;
	color: #333;
}

div.content h1 {
	text-transform: none;
	font-family: verdana;
}

body.home div.content p, div.content p {
	font-family: georgia;
	font-size: 16px;
	text-align: left;
	text-indent: 20px;
	margin-bottom: 15px;
}

div.content p {
	text-indent: 0;
}

div.left, div.right, div.center {
	width: 325px;
	margin-bottom: 25px;	
}

div.left {
	float: left;
}

div.right {
	float: right;
}

div.center {
	border-top: 1px solid #dbc0ae;
	border-bottom: 1px solid #dbc0ae;
	padding: 10px 20px 10px 20px;
	clear: both;
	margin: 0 auto;
	margin-top: 20px;
	width: 450px;
}

div.testimonials {
	clear: both;
	width: 450px;
	margin: 25px auto;
}

div.testimonials p {
	font-size: 14px;
	color: #333;
}

div.testimonials cite {
	font-size: 11px;
	text-align: left;
	font-weight: bold;
	margin-left: 10px;
}