#container h1,h2,h3 {
    margin-bottom: 0.7em;
    color: #0083c6;
}

h3 {
    font-size: 114%;
}
h2 {
    font-size: 171%;
}

a, a:link, a:hover, a:visited {
    color: #0083c6;
    text-decoration: underline;
}
a:visited {
    color: #526d7a;
}
a:hover {
    text-decoration: none;
}

#container {
    width: 100%;
    min-width: 1040px;
}
#header {
    height: 300px;
    width: 100%;
    background: #08002e;
    color: #fff;
}
    #header h1 {
        width: 546px;
        height: 170px;
        background: url(../img/title-header.png) no-repeat left center;
        text-indent: -9999em;
        margin: 0;
    }
    #header p {
        width: 290px;
    }
        #form {
            background: url(../img/form-body.png) no-repeat left bottom;
            width: 321px;
            height: 527px;
            position: absolute;
            right: 0px;
            top: -1px;
            text-align: center;
        }
            #form h2 {
                margin: 0;
                text-indent: -9999em;
                width: 670px;
                height: 300px;
                position: absolute;
                top: -335px;
                right: 0px;
                background: url(../img/header-bin.jpg) no-repeat right top;
            }
            #form h3 {
                width: 228px;
                height: 52px;
                padding: 114px 62px 0 31px;
                margin: 0;
                position: absolute;
                left: 0;
                top: 0;
                background: url(../img/form-top.jpg) no-repeat left top;
            }
            #form form {
                position: absolute;
                bottom: 30px;
                left: 31px;
                text-align: left;
            }
            #form label {
                font-size: 100%;
                line-height: 1.3;
                display: block;
            }
            #form input.formText {
                border: 1px solid #ccc;
                width: 218px;
                height: 18px;
                padding: 4px 4px;
                clear: both;
                margin: 0 0 11px;
                font-size: 100%;
            }
            #form textarea {
                width: 226px;
                height: 60px;
                border: 1px solid #ccc;
                overflow: auto;
                font-size: 100%;
                font-family: Arial, Helvetica, sans-serif;
            }
            #form input.submit {
                width: 86px;
                height: 28px;
                background-color: #0083c6;
                border: 1px solid #00aeef;
                color: #fff;
                padding: 0;
                cursor: pointer;
                position: absolute;
                bottom: -37px;
                right: 10px;
            }
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  padding: 0;
  border: none;
}
    .width {
        width: 960px;
        padding: 0 40px;
        margin: 0 auto;
        position: relative;
        z-index: 1;
    }
    #nav {
        width: 100%;
        height: 35px;
        background: #0083c6 url(../img/nav-bg.png) repeat-x left bottom;
        color: #fff;
        /* 971px fix */
    }
    #nav .width {
        overflow: hidden;
    }
        #nav img {
            position: absolute;
            right: -7px;
            display: block;
        }
        #nav ul {
            margin: 0;
            padding: 0;
        }
            #nav li {
                list-style: none;
                margin: 0;
                float: left;
                padding-right: 21px;
            }
            #nav li a {
                font-size: 100%;
                color: #fff;
                font-weight: bold;
                display: block;
                float: left;
                line-height: 35px;
                text-decoration: none;
            }
            #nav li a:hover {
                text-decoration: underline;
            }
    #intro {
        background: url(../img/text-top-bg.png) repeat-x left top;
        position: relative;
        border: 1px solid #fff;
        border-width: 1px 0;
        width: 100%;
        z-index: 0;
    }
        #intro #bottomBg {
            width: 100%;
            height: 59px;
            position: absolute;
            left: 0;
            bottom: 0;
            z-index: -1;
            background: url(../img/text-bottom-bg.png) repeat-x left bottom;
        }
        #introText {
            width: 650px;
            padding-top: 16px;
            position: relative;
            z-index: 1;
        }
            #introText .product {
                margin-bottom: 36px;
                padding-bottom: 48px;
                border-bottom: 1px solid #ccc;
                position: relative;
                zoom: 1;
            }
                #introText .product p {
                    width: 417px;
                    z-index: 1;
                }
                #introText .product img {
                    position: absolute;
                    top: -14px;
                    right: 0;
                    z-index: -1;
                    display: block;
                }
                #introText .intro h3 {
                    margin-top: 0;
                    padding-top: 1em;
                }
                #introText .intro img {
                    top: -17px;
                    right: -29px;
                }
            #introText .about {
                padding-bottom: 27px;
                padding-left: 287px;
            }
                #introText .about .logo {
                    display: block;
                    margin-left: 20px;
                }
                #introText .about .girl {
                    position: absolute;
                    bottom: -201px;
                    left: 0;
                    z-index: -1;
                }
    #infoBox {
        width: 100%;
        height: 190px;
        background: url(../img/infobox-bg.png) repeat-x left top;
        border-top: 5px solid #c1c1c1;
        border-bottom: 5px solid #c1c1c1;
    }
        #infoBox ul {
            padding: 0;
            margin: 0;
            margin-left: 1em;
            font-size: 86%;
            line-height: 1.7;
        }
        #infoBox li {
            list-style-type: square;
        }
            #infoBox li a {
                color: #666;
            }
        #infoBox .info {
            padding: 0 104px 0 287px;
            width: 320px;
            float: left;
            height: 180px;
        }
        #infoBox .downloads {
            float: left;
        }
        #infoBox .downloads ul {
            margin: 0;
        }
        #infoBox .downloads li {
            margin: 0;
            padding-left: 24px;
            list-style: none;
            background: url(../img/pdf.png) no-repeat left center;
        }
    #content {
        background: url(../img/text-top-bg.png) repeat-x left top;
        position: relative;
        border-top: 1px solid #fff;
        width: 100%;
        z-index: 1;
        padding-top: 20px;
        padding-bottom: 45px;
    }
        #content .blog {
            width: 655px;
            margin-right: 35px;
            padding-bottom: 14px;
            float: left;
            border-bottom: 1px solid #ccc;
        }
            #content .blog img {
                margin: 0 0 2.5em 2.5em;
                float: right;
            }
            #content #title-blog {
                width: 650px;
                height: 40px;
                text-indent: -9999em;
                background: url(../img/title-blog.png) no-repeat left top;
            }
        #content .testimonials {
            width: 270px;
            float: left;
        }
            #content .testimonials #title-testimonials {
                width: 270px;
                height: 40px;
                text-indent: -9999em;
                background: url(../img/title-testimonials.png) no-repeat left top;
            }
            #content .testimonials p {
                font-size: 85%;
            }
            #content .testimonials img {
                border: 1px solid #ccc;
                margin: 0 0 5px 20px;
                float: right;
            }
            #footer {
                width: 100%;
                height: 227px;
                padding-top: 12px;
                line-height: 1.6;
                background: #0083c6 url(../img/footer-bg.png) repeat-x left top;
                color: #fff;
            }
                #footer a,#footer a:link, #footer a:hover, #footer a:visited {
                    color: #fff;
                }
                #footer h3 {
                    color: #fff;
                }
                #footer .item {
                    float: left;
                    width: 23%;
                }
                #footer ul {
                    margin: 0;
                    padding: 0;
                }
                    #footer li {
                        margin: 0;
                        list-style: none;
                    }
                #footer h4, #footer p, #footer li {
                    font-size: 85%;
                    font-weight: normal;
                }
                #footer .flower {
                    width: 224px;
                    height: 105px;
                    background: url(../img/footer-flower.png) no-repeat left top;
                    position: absolute;
                    right: 0px;
                    top: -12px;
                    z-index: -1;
                }