

h1 {
    color: #0231a3;
    font-family: arial;
    font-size: 22px;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    padding-bottom: 10px;
}

h2 {
    color: #0231a3;
    font-family: arial;
    font-size: 18px;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    display: block;
    text-align: center;
}

.wrapper {
    width: 1020px;
    margin: 0px auto;
}

#rotate
{
    width: 660px;
    height: 275px;
    z-index: 1;
    position: relative;
}

#rotate>img
{
    position: absolute;
    top: 0px;   
}

.button {
    background: url(../images/button.jpg) no-repeat;
    width: 285px;
    height: 69px;
}

.button:hover {
    background: url(../images/button-hover.jpg) no-repeat;
}

.button a {
    display: block;
    line-height: 69px;
    text-align: center;
    color: #3f3e3e;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
}

.button a:hover {
    color: #fff;
}

#header {
    background: url(../images/header.jpg) no-repeat;
    width: 1020px;
    height: 134px;
}

.header-text {
    color: #797979;
    font-family: arial;
    font-size: 12px;
}

#top-nav {
    background: url(../images/nav-bg.jpg) no-repeat;
    width: 1020px;
    height: 57px;
}

#bg {
    background: url(../images/bg.jpg) repeat-y;
    width: 1020px;
}

#bg-bot {
    background:url(../images/bg-bot.jpg) bottom center no-repeat;
    width: 1020px;
    min-height: 250px;
}

.content-wrapper {
    padding: 0px 38px 0px 37px;
}

#newsletter-bg {
    background: url(../images/signup-bg.jpg) no-repeat;
    width: 285px;
    min-height: 165px;
}

.prod-box {
    background: url(../images/prod-box.jpg) no-repeat;
    width: 216px;
    min-height: 165px;
}

.box-wrapper {
    padding: 10px;
}

.input {
    border: 0px;
    background: url(../images/input.png) no-repeat;
    width: 237px;
    height: 33px;
    line-height: 33px;
    font-family: arial;
    font-size: 14px;
    color: #848282;
    padding: 0px 10px;
}

.input-sm {
    border: 0px;
    background: url(../images/input-sm.png) no-repeat;
    width: 103px;
    height: 33px;
    line-height: 33px;
    font-family: arial;
    font-size: 14px;
    color: #848282;
    padding: 0px 10px;
}

.input-multi {
    border: 0px;
    background: url(../images/input-multi.png) no-repeat;
    width: 237px;
    height: 67px;
    line-height: 20px;
    font-family: arial;
    font-size: 14px;
    color: #848282;
    padding: 0px 10px;
}

#footer-bg {
    background: url(../images/footer-bg.jpg) repeat-x;
    height: 144px;
}

#footer-nav {
    background: url(../images/footer-bevel.jpg) bottom center no-repeat;
    text-align: center;
    color: #fff;
    font-family: arial;
    font-size: 12px;
    line-height: 30px;
}

#footer-nav a {
    color: #fff;
    font-family: arial;
    font-size: 12px;
    line-height: 30px;
    text-decoration: none;
    padding: 0px 3px;
}

#footer-nav a:hover {
    color: #409243;
}

#copy {
    text-align: center;
    color: #fff;
    font-family: arial;
    font-size: 12px;
    line-height: 30px;
}

#copy a {
    color: #fff;
    font-family: arial;
    font-size: 12px;
    line-height: 30px;
    text-decoration: none;
}

#copy a:hover {
    color: #409243;
}
