body {
        background:url(/images/back.jpg) no-repeat;
        background-color:#424242;
}
a, a:visited {
        color: #00a;
        text-decoration: none;
}
a:hover {
        text-decoration: underline;
}
h1 {
        font-size: 15px;
        font-weight: bold;
        color: #36f;
}
em {
        font-style: italic;
}
strong {
        font-weight: bold;
}
#page {
        width: 800px;
        margin: 8px auto;
        border-top: 3px solid #7FA7EC;
        background-color: #fff;
}
#logo {
        margin-left: 15px;
        margin-top: 2px;
        float: left;
}
#hd_right {
        width: 500px;
        float: right;
}
#hd_right h1 {
        font-size: 15px;
        font-weight: bold;
        color: #DAAC5F;
        float: right;
        margin-top: 7px;
        margin-right: 5px;
}
#hd_right .email {
        float: left;
        margin-top: 5px;
        margin-left: 50px;
}
#hd_right .blog {
        float: right;
        margin-right: 5px;
        margin-top: 5px;
        font-size: 11px;
}
#left {
        float: left;
        width: 480px;
        padding: 10px 15px;
}
#right {
        float: right;
        width: 276px;
        margin-right: 10px;
}

#ft {
	background-color: #f2f2f2;
	text-align: center;
	padding: 3px;
}

#content {
	width: 720px;
	margin: 0px auto;
	padding: 10px 0px;
}
#newsletter {
        width: 276px;
        height: 115px;
        background-color: #fff;
        margin-top: 7px;
        border: 1px solid #E5BA71;
}
#newsletter h1 {
        margin: 0px;
        display:block;
        background-color: #E5BA71;
        color: #fff;
        font: 15px Tahoma;
        font-weight: bold;
        padding: 4px 6px;
        margin-bottom: 5px;
}
#newsletter h2 {
        margin:0px;
        padding-left:6px;
        font-size: 11px;
        margin-top: 2px;
        font-weight: bold;
}
#newsletter p {
        margin: 0px;
        padding: 0px 1px 5px 5px;
        text-indent: 0px;
        font-size: 10px;
}
#newsletter form {
        margin:0px;
        padding: 0px;
}
#newsletter label {
        font: 11px Tahoma;
        font-weight: bold;
        margin-left: 6px;
        margin-top: 2px;
        margin-right: 3px;
        float: left;
}
#newsletter #email {
        font: 10px Tahoma;
        width: 160px;
        float: left;
}
#newsletter #submit {
        float: left;
        width: 55px;
        margin-left: 3px;
}
#facts {
        margin: 10px 0px;
}
#facts li {
        list-style-type: disc;
        margin-left: 30px;
        color: #36f;
}
#facts li span {
        color: #DAAC5F;
        font-weight: bold;
}
#founder_message {
        border: 2px solid black;
        padding: 10px;
}
#founder_message h1 {
        margin: 10px 0px;
}
#founder_message p {
        margin-bottom: 10px;
}
#antiaging {
        text-align: center;
        border: 1px solid gray;
        background-color: #E5BA71;
        margin-bottom: 10px;
}
#antiaging img {
        float: left;
        margin-right: 10px;
}
#antiaging p {
        margin: 6px 0px;
}
#testimonials {
        margin-top: 10px;
}
.testimonial {
        margin-bottom: 10px;
}
.testimonial p {
        font-size: 11px;
}
.testimonial cite {
        font-style: italic;
        color: #36f;
        font-weight: bold;
}
#order {
        margin-top: 5px;
        text-align: center;
}
#order img.free_trial {
        border: 1px solid #58B348;
}
#order img {
        margin: 5px 0px;
}

#errors {
        color: red;
        margin: 10px 0px;
}
#checkout_form label {
        float: left;
        width: 120px;
        font-weight: bold;
}
#cart_total {
        float: right;
        padding-right: 40px;
        margin-bottom: 10px;
}
#cart_total label {
        width: 140px;
}
#checkout_form li {
        list-style: none;
        margin: 0px;
        padding: 0px;
        margin: 2px 0px;
        clear: both;
}
#checkout_form li p {
        font-size: 11px;
        margin: 1px 0px 8px 0px;
}
#checkout_form input {
        width: 200px;
        padding: 0px;
        margin: 0px;
}
#checkout_form input.phone {
        width: 2.5em;
}
#checkout_form input.number {
        width: 3em;
}
#checkout_form input.checkbox {
        width: 1em;
}
#checkout_form select {
        padding: 0px;
        margin: 0px;
        width: 204px;
}
#checkout_form select.card_select {
        width: 11em;
}
#checkout_form select.card_month {
        width: 9em;
}
#checkout_form select.card_year {
        width: 6.7em;
}
#checkout_form strong {
        color: red;
        margin-left: 2px;
}
#checkout_form img {
        vertical-align: bottom;
        margin-left: 5px;
}
h3 {
        font-size: 1.15em;
        font-weight: bold;
        margin-bottom: 10px;
        color: #36f;
}
#checkout_form p.checkbox {
        padding: 10px 0px;
        clear: both;
}
#shipping_address, #billing_address {
        float: left;
}
#billing_address {
        margin-left: 30px;
}
#form_submit {
        margin: 10px 0px;
}
#shopping_cart {
        margin-bottom: 10px;
        width: 705px;
        border-bottom: 1px dotted gray;
}
#cart_items .item {
        min-height: 120px;
        padding-top: 10px;
        background-color: #eee;
        margin-bottom: 10px;
}
#cart_items .item img {
        height: 100px;
        float: left;
        margin: 0px 10px;
}
#cart_items .item .left {
        float: left;
        width: 100px;
}
#cart_items .item .right {
        float: left;
        width: 600px;
        padding-bottom: 10px;
}
#cart_items h2 {
        font-size: 16px;
        font-weight: bold;
        color: #DAAC5F;
}
#cart_items p {
        margin-bottom: 5px;
}
#cart_total {
	margin-top: 3px;
}
#cart_total p.total {
        border-top: 1px solid gray;
        margin-top: 3px;
        padding-top: 2px;
}
#cart_items strong {
        color: black;
        margin: 0px;
        padding: 0px;
}
#order_confirm {
	height: 400px;
	margin-top: 10px;
}
#order_confirm p {
	margin-bottom: 10px;
}
#details_confirm {
	margin-top: 10px;
}
#bill_to_confirm, #ship_to_confirm {
	float: left;
	width: 250px;
	margin: 10px 0px;
}
#details_confirm h3, #bill_to_confirm h3, #ship_to_confirm h3 {
	margin: 0px;
}

.clear {
        clear: both;
}
