
body {
    padding: 0;
    margin: 0;
    font-family: "Arial";
    font-size: 12px;
    background-color: #979496;
}

img {
    border-style: none;
}

.bold {
    font-weight: bold;
}

.italic {
	font-style: italic;
}

h2 {
    font-size: 16px;
    font-family: Helvetica;
}

#wrapper {
    width: 960px;
    margin: 0 auto;
    padding: 0;
    height: 1100px;
}

#headerContainer {
    width: 100%;
    background: #000 url(http://c0361532.cdn.cloudfiles.rackspacecloud.com/bg_header.jpg) no-repeat;
    background-color: #000;
    height: 180px;
}

#bodyContainer {
    position: relative;
    background-color: #fff;
}
    #logo {
        margin: 0 0 30px 25px;
    }
    
    #txtBox {
        position: absolute;
        top: 35px;
        left: 266px;
        
    }
        #txtBox h1 {
            font-family: Helvetica;
            font-size: 24px;
            font-style: italic;
            padding: 0;
            margin: 0;
            font-weight: normal;
        }
        
        #whiteText h1 {
            color: #fff;
        }
        
        #blackText h1{
            color: #000;
            margin-left: 75px;
        }
    
    #blueContainer {
        background: #6CAFDF url(http://c0361532.cdn.cloudfiles.rackspacecloud.com/blue_bottom.png) no-repeat 0 431px ;
        height: 442px;
        padding:9px 0 0 0;
        position: relative;
    }

    #whiteContainer {
        height: 285px;
        background-color: #fff;
    }
        
        .lightBlueContainer {
            padding: 3px;
            height: 256px;
            width: 708px;
            margin: 0 0 0 114px;
            background: #A7D9FD url(http://c0361532.cdn.cloudfiles.rackspacecloud.com/bg_lightBlue.png) no-repeat 0 0;
}
            
            .listCopy {
                letter-spacing: .01em;
            }
            
            .listCopy ul {
                padding-left: 15px;
            }
            
            .listCopy ul li {
                padding-bottom: 7px;
                margin-top: 7px;
            }
            
            #txtBlockOne {
                position: absolute;
                left: 128px;
                top: 140px;
            }
            
            #txtBlockTwo {
                position: absolute;
                left: 128px;
                top: 265px;
            }
            
            #txtBlockThree {
                position: absolute;
                left: 498px;
                top: 140px;
            }
            
    #button {
        position: absolute;
        top: 380px;
        left:387px;
        width:277px;
        background: url(http://c0361532.cdn.cloudfiles.rackspacecloud.com/bg_button.png) no-repeat;
        font-size: 18px;
        font-family: Helvetica;
        color: #fff;
        margin:0;
    }
    
    #button p {
        margin: 0 auto;
        padding:10px 0 10px 22px;
    }
     
    #button a {
		text-decoration: none;
		color: #fff;
	}
            
    #bottle {
        position: absolute;
        top: 81px;
        left: 809px;
    }
    
    #shavingCream {
        position: absolute;
        top: 420px;
        left: 261px;
    }
    
        #txtLine {
            position: absolute;
            top: 74px;
            left: 11px;
            font-family: Helvetica;
            font-size: 1.35em;
            color: #8ac5f1;
            letter-spacing: .001em
        }
        
        .whiteTxt {
            color: #fff;
        }

    #pressRelease {
        margin: 160px 0 0 50px;
    }

    #safetyInfo {
        margin: 30px 0 0 50px;
        width: 416px;
        color: #797979;
        float: left;
    }
    
    #copyright {
        margin: 30px 0 0 83px;
        width: 367px;
        color: #797979;
        float: left;
    }
    
    #copyright img {
        float: left;
        padding-right: 20px
    }
    

#companyLink {
    margin:8px 0 0 29px;
}

/*Contact Page*/

#contactInfo {
	width:  300px;
	margin: 40px 0 0 297px;
	font-size: 15px;
}

