@charset "utf-8";
/* CSS Document */

/* reset buttons */
h1, h2, h3, p, table, form, li, ul, a, img, a img {
margin: 0;
padding: 0;
border: none;
}

body {
background-color: #6cbbdf;
background-image: url('images/middle.jpg');
background-repeat: repeat-y;
background-position: top;
margin: 0;
padding: 0;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

#wrapper {
width: 853px;
margin: 0 auto;
}

#top {
background-image: url('images/top.jpg');
background-repeat: no-repeat;
width: 853px;
height: 305px;
}

#logo {
padding: 26px 0 0 6px;
}

#emailform {
background-image: url('images/emailform.jpg');
background-repeat: no-repeat;
width: 853px;
height: 178px;
}

#rightform {
float: right;
display: inline;
width: 300px;
color: #fff;
font-weight: bold;
margin-top: 40px;
margin-right: 70px;
text-align: right;
}

form {
vertical-align: middle;
}

input.formtext {
padding: 4px;
margin: 5px 15px 5px 5px;
width: 170px;
vertical-align: middle;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

input.formtextbottom {
padding: 4px;
margin: 5px 15px 5px 5px;
width: 160px;
vertical-align: middle;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

input.formsub {
vertical-align: middle;
}

form.bottomform {
margin: 0 0 0 20px;
padding-top: 10px;
color: #fff;
font-size: 1.2em;
font-weight: bold;
}

#content {
background-color: #6cbbdf;
background-image: url('images/middle.jpg');
background-repeat: repeat-y;
width: 793px;
padding: 30px;
font-size: .8em;
}

#content a {
color: #338EA0;
text-decoration: none;
font-weight: bold;
font-style: italic;
}

#content p {
margin: 10px;
}

#content h2 {
clear: both;
color: #338EA0;
padding-top: 30px;
margin: 10px;
letter-spacing: -1px;
font-size: 2em;
}

#beforeafter {
float: right;
background-image: url('images/beforeafter.jpg');
width: 505px;
height: 210px;
}

#simplelist {
width: 270px;
float: left;
display: inline;
margin-left: 60px;
}

p.simple {
margin: 5px;
font-size: 1.4em;
font-weight: bold;
font-style: italic;
letter-spacing: -1px;
color: #338EA0;
}

#simplelist ul {

}

#simplelist ul li {
background-image: url('images/checkmark.gif');
background-repeat: no-repeat;
height: 31px;
font-weight: bold;
font-style: italic;
line-height: 31px;
padding-left: 40px;
list-style-type: none;
}

#bottomform {
background-image: url('images/form2.gif');
width: 791px;
height: 61px;
margin-left: 6px;
}

#footer {
text-align: center;
font-size: .7em;
color: #888;
width: 750px;
margin: 0 auto;
}

#footer a {
margin: 16px;
color: #338EA0;
font-size: 1.3em;
font-weight: bold;
}

#footer p {
margin: 10px;
}

