/* ------------------------------ reset ------------------------------ */
* { margin: 0em; padding: 0em; }
fieldset, img { border: none; }
li { list-style:none; }
ul, ol { margin: .5em 4em; }
ul li { list-style: disc; margin: 1em 0em }
ol li { list-style: decimal; margin: 1em 0em }

/* ------------------------------ tags ------------------------------ */
body {
	font-family:Verdana, Arial;
	font-size: 1em;
}
body#grey { background: rgb(230,230,230); }
body#black { background: rgb(0,0,0); }
body#blue {
	background-color: rgb(245,245,245);
}

/* ------------------------------ links ------------------------------ */
a, a:link, a:visited { color: rgb(0,0,255); font-weight:bold; text-decoration: none; }
a:visited:hover, a:link:hover, a:hover:active { color: rgb(0,0,255); text-decoration: underline; }

/* ----------------------- start classes ------------------------- */
.centre { text-align: center; }
.breathe { margin: 0em 0em 1em 0em; }
.black { color: rgb(0,0,0); }
.green { color: green; }
.blue { background: rgb(217,228,239);}
.padding { padding: .25em .5em; }
.breathe { margin: 1em 0em; }
.red { color: rgb(204,0,0); }
.invisible { display: none; }
.float-left { float: left; }
.float-right { float: right; }
.float { float: left; width: 49%; }
.sinistra { text-align: left; }


/* ------------------------------ typography ------------------------------ */
h1, h2, h3, h4 { letter-spacing: -1px; font-weight: bold; text-align: center; font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; margin: .75em 0em;}
h1 { font-size: 2em; color: rgb(204,0,0); text-transform: capitalize; }
h2 { font-size: 1.65em; color: rgb(0,0,0); text-transform: capitalize; }
h3 { font-size: 15pt; color: rgb(204,0,0); }

h1.impact { font-weight: bold; font-size: 6em;  margin: 0em 0em; }

/* ------------------------------ div#wrapper ------------------------------ */
div#wrapper { overflow: hidden; width: 715px; margin: 1em auto; background: rgb(255,255,255); border: 1px solid rgb(200,200,200);}

/* ------------------------------ div.content ------------------------------ */
div.content {
	padding: 1em 3em;
	font-family: Georgia, "Times New Roman", Times, serif;
}
div.content p { margin: 1em 0em; }

/* ------------------------------ div.content ------------------------------ */
div.focus { overflow: hidden; background: rgb(230,230,230); padding: 1px; }
div.focus blockquote { padding: .5em; background: rgb(250,245,190); }

/* ------------------------------ div.testimonial ------------------------------ */
div.testimonial { background: rgb(217,228,239); overflow: hidden; padding: .5em;  margin: 1em 4em; }
div.testimonial blockquote { padding: 0em .25em; overflow: hidden; }
div.testimonial dl { background-color: rgb(255,255,204);  margin: .5em 0em;  }
div.testimonial dl dd blockquote { color: rgb(204,0,0); padding: 0em 0em; margin: 0em 0em;  }

span.tst-image { width: 125px; margin: .5em;}
span.tst-image img { display: block; padding: .15em; background-color: rgb(230,230,230); }

/* ------------------ div#footer ------------------ */
div#footer {
	overflow: hidden;
	width: 715px;
	margin: .25em auto;
	color: rgb(0,0,0);
	padding: 0em 0em .75em 0em;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
}
div#footer a { color: rgb(0,0,0); font-weight: normal; text-decoration: underline; }
div.optin {
	border: 1px solid rgb(200,200,200);
	border-right: none;
	border-left: none;
	border-bottom: none;
	overflow: hidden;
	margin-top: 0.5em;
	margin-right: 0em;
	margin-bottom: 0.5em;
	margin-left: 0em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	background-color: #FFFFCC;
}
div.optin img { float: left; margin-right: 1em; }
div.optin form { margin: .5em 0em;  }
div.optin form input {
	width: 200px;
	font-size: 1.25em;
	border-width: 2px;
	margin-top: 0.25em;
	margin-right: 0em;
	margin-bottom: 0.25em;
	margin-left: 0em;
	padding-top: 5px;
	padding-bottom: 5px;
}
.bcont {
	margin-top:50px;
	padding:5px;
	margin-left: auto;
	margin-right: auto;
	width: 250px;
	margin-top: 30px;
	background-color: rgb(186, 0, 0);
}
button {
	margin: 0pt;
	cursor: pointer;
	font-family: tahoma, arial;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: -1px;
	width: 250px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 7px;
	padding-left: 5px;
}.style18 {
	font-size: 11px;
	color: #999999;
}
