/* 
    Document   : styles
    Created on : Dec 28, 2009, 7:11:56 PM
    Author     : Shane
    Description:
        Universal styles. Try to keep page specific styles out of here
*/
@import url(reset.css);

body {
    background: #000 url('../images/mesh_bg_r_1.jpg') repeat-x top left;
    font-family: "Arial";
    background-attachment: fixed;
}

p {
    margin: 10px 0 10px 0;
}

#center-wrapper {
    margin: 0 auto;
    width: 650px;
}

.bold {
    font-weight: bold;
}

.blue {
    color: #043e7a;
}

.yellow-bordered-box {
    background: #f7f9cc;
    border: 1px solid #444;
    font-size: 17px;
    padding: 15px 20px 15px 20px;
    text-align: justify;
}

.center-contents {
    float: left;
    text-align: center;
    width: 100%;
}

.left-align-contents {
    float: left;
    margin-left: 30px;
    width: 100%;
}

.left-align-contents2 {
    float: left;
    width: 550px;;
	margin: 0 0 0 30px;
}

.margin-top {
    margin-top: 25px;
}

.margin-bottom {
    margin-bottom: 35px;
}

.free-trial {
    color: #b30101;
    font-size: 24px;
}

.free-trial span {
    font-size: 30px;
}

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

#header-left-cap {
    background: url('../images/header_left_cap.png') no-repeat top left;
    float: left;
    height: 170px;
    width: 20px;
}

#header {
    background: url('../images/header_bg_r.png') repeat-x top left;
    float: left;
    height: 170px;
    position: relative;
    text-align: center;
    width: 610px;
}

#header-right-cap {
    background: url('../images/header_right_cap.png') no-repeat top left;
    float: left;
    height: 170px;
    width: 20px;
}

#header #slogan {
    font-size: 18px;
    text-align: center;
}

#header #ryan-header {
    position: absolute;
    right: -70px;
    top: 85px;
}

/* --==     content     ==-- */
#content-cap {
    background: url('../images/content-cap.png') no-repeat top left;
    background-position: 1px 0;
    float: left;
    margin: 15px 0 0 0;
    height: 20px;
    width: 650px;
}

#content {
    background: #fff;
    border-left: 1px solid #444444;
    border-right: 1px solid #444444;
    border-bottom: 1px solid #444444;
    float: left;
    padding: 0 0 15px 0;
    width: 648px;
}

.girl-in-pants {
    float: left;
}

.right-of-girl {
    float: left;
    margin: 50px 0 0 0;
    width: 450px;
}

.uncle-sam-box {
    margin: 0 auto;
    width: 550px;
}

    .uncle-sam-box img {
        float: left;
        margin: 0 15px 15px 0;
    }

.boot-camp {
    margin: 0 auto;
    width: 450px;
}

.why-lose-fat {
    padding: 10px 0 0 0;
}
.why-lose-fat li {
    background: url('../images/check-mark.jpg') no-repeat top left;
    padding: 15px 0 0 45px;
    min-height: 38px;
}