﻿
* { padding: 0; margin: 0; }

body {
 font-family: Arial;
 font-size: 16px;
 background: #6495ED;
 text-align: center;
}

h1 {
 margin: 0;
 padding: 15px 10px 15px 10px;
 font-family:Tahoma;
 font-size: 32px;
 color:#CC0000;
 text-align: center;
}

h2 {
 margin: 0;
 font-size: 24px;
 font-family:Tahoma;
 padding: 15px 10px 15px 10px;
 color:#CC0000;
 text-align: center;
}

h3 {
 margin: 0;
 font-size: 20px;
 font-family:Tahoma;
 padding: 15px 10px 15px 10px;
 color:#000000;
 text-align: center;
}
p.intro .firstletter {
font-size : 300%;
font-weight : bold;
font-family: Arial;
line-height: 100%;
}


p {
 margin: 0;
 padding: 10px;
 line-height: 150%;
 clear: both;
 text-align: Left;
}

ul#checkmark {
 list-style-type:none;
 background-color:#fff;
 padding: 15px 15px 15px 20px;
 text-align: left;
}

li.checkmark {
 background: url(images/checkmark.gif) no-repeat 0px 25px; /* adjust list item px image spacing if needed */
 margin: 0;
 line-height: 150%;
 padding: 25px 10px 5px 40px;
}

ul#checkmark {
 list-style-type:none;
 background-color:#fff;
 padding: 15px 15px 15px 20px;
 text-align: left;
}

li.checkmark {
 background: url(images/checkmark.gif) no-repeat 0px 25px; /* adjust list item px image spacing if needed */
 margin: 0;
 line-height: 150%;
 padding: 25px 10px 5px 40px;
}

li.checkmark1 {
 background: url(images/checkmark.gif) no-repeat 0px 10px; /* adjust list item px image spacing if needed */
 margin: 0;
 padding: 10px 10px 5px 25px;
}

li.checkmark2bc{
 background: url("images/2bluecircle.jpg") no-repeat 0px 25px; /* adjust list item px image spacing if needed */
 margin: 0;
 padding: 25px 10px 5px 40px;
}
li.checkmark3bc {
 background: url("images/3bluecircle.jpg") no-repeat 0px 25px; /* adjust list item px image spacing if needed */
 margin: 0;
 padding: 25px 10px 5px 40px;
}
li.checkmark4bc {
 background: url("images/4bluecircle.jpg") no-repeat 0px 25px; /* adjust list item px image spacing if needed */
 margin: 0;
 padding: 25px 10px 5px 40px;
}
li.checkmark5bc {
 background: url("images/5bluecircle.jpg") no-repeat 0px 25px; /* adjust list item px image spacing if needed */
 margin: 0;
 padding: 25px 10px 5px 40px;
}
li.checkmark6bc {
 background: url("images/6bluecircle.jpg") no-repeat 0px 25px; /* adjust list item px image spacing if needed */
 margin: 0;
 padding: 25px 10px 5px 40px;
}
li.checkmark1bc {
 background: url("images/1bluecircle.jpg") no-repeat 0px 25px; /* adjust list item px image spacing if needed */
 margin: 0;
 padding: 25px 10px 5px 40px;
}

ul#checkmark1 {
 list-style-type:none;
 background-color:#ffffcc;
 padding: 15px 15px 15px 20px;
 text-align: left;
}

li.checkmark1 {
 background: url(images/checkmark.gif) no-repeat 0px 10px; /* adjust list item px image spacing if needed */
 margin: 0;
 padding: 10px 10px 5px 25px;
}


img {
border: 0;
}

#wrapper { 
 position: relative;
 margin: 0 auto;
 margin-top: 10px;
 margin-bottom: 10px;
 width: 670px;
 height: 1%;
 background: url("images/shadow-wrapper1.gif") repeat-y; 
}


#content {
 margin: 0 auto;
 padding: 10px 10px 10px 10px;
 width: 630px;
 height: auto;
 color: #333;
 background: #FFF;
}

.orderbox {
 font-family:arial;
 background-color:#FFFFCC;
 margin: 30px auto 30px auto;
 padding: 0 20px 20px 20px;
 width: 590px;
 border: thin black double;
}


.testimonials {
 font-family:"Lucida Handwriting";
 line-height: 20px;
 margin: 30px auto 30px auto;
 padding: 0 20px 20px 20px;
 width: 500px;
 border: 3px dashed #333;
 text-align: left;
 background: #FFFFCC url(images/testimonialbg.jpg);
}

.testimonials h2 {
 font-family: Georgia, Arial, Helvetica, sans-serif;
 padding: 20px 0 20px 0;
 font-size: 18px;
 text-align: center;
}

.left {
 float: left;
}

.highlight {
 font-weight: bold;
 background: #FFFF00;
}

.black {
 color: #000;
}

.signature {
 font-weight: bold;
 clear: both;
}

p.button {
 padding: 20px 10px 20px 10px;
 text-align: center;
}

#footer { 
 clear: both;
 margin: 0;
 padding: 12px 12px 12px 20px;
 height: 1%;
 color: #FFF;
 text-align: center;
 background: #003366; /* footer color */
 border-right: 1px solid #000;
 border-bottom: 1px solid #000;
 border-left: 1px solid #000;
}

#footer a {
 color: #FFF;
}