

body {
    background: url(../images/bg.jpg) repeat #fb8f52;
}

h1 {
    font-family: arial;
    font-size: 18px;
    font-weight: bold;
    color: #b24386;
    padding: 0px;
    margin: 0px;
    padding-bottom: 10px;
}

h2 {
    font-family: arial;
    font-size: 16px;
    font-weight: bold;
    color: #b24386;
    padding: 0px;
    margin: 0px;
    padding-bottom: 10px;
}

#container {
    background: url(../images/shadow.png);
    width: 1010px;
    margin: 0px auto;
}

#wrapper {
    width: 960px;
    margin: 0px auto;
    background: url(../images/ribbon-bg.gif) no-repeat top center;
}

#ecom-nav {
    text-align: right;
}

#ecom-nav a {
    font-family: arial;
    font-size: 18px;
    text-decoration: none;
    color: #950460;
    padding: 0px 10px;
}

#top-nav {
    background: url(../images/top-nav-bg.jpg) no-repeat;
    width: 600px;
    height: 30px;
}

.search-input {
    background: url(../images/search-input.jpg) no-repeat;
    width: 150px;
    height: 20px;
    border: 0px;
    padding: 0px 5px;
}

#main-nav {
    background: url(../images/main-nav-bg.jpg) no-repeat;
    width: 960px;
    height: 103px;
    text-align: left;
}

#main-nav a {
    color: #9ab594;
    font-family: arial;
    text-decoration: none;
    font-size: 14px;
    line-height: 30px;
    padding: 0px 10px;
}

#main-nav a:hover {
    color: #950460;
}

.banner-box {
    background: url(../images/banner-box.jpg) no-repeat;
    width: 240px;
    height: 115px;
}

#mycart {
    background: url(../images/mycart.jpg) no-repeat;
    width: 133px;
    height: 26px;
    margin-left: 15px;
}

#cart-cost {
    font-family: arial;
    font-size: 24px;
    color: #383838;
    line-height: 75px;
    text-align: center;
}

#rotate
{
    width: 700px;
    height: 250px;
    z-index: 1;
    position: relative;
}

#rotate>img
{
    position: absolute;
    top: 0px;   
}

#newsletter-bg {
    background: url(../images/newsletter-bg.png) no-repeat;
    width: 240px;
    height: 64px;
    color: #950460;
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    line-height: 25px;
}

.newsletter-input {
    background: url(../images/newsletter-input.jpg) no-repeat;
    width: 159px;
    height: 25px;
    border: 0px;
    padding: 0px 5px;
    line-height: 25px;
}

#footer-bg {
    background: url(../images/footer-bg.jpg) no-repeat;
    width: 960px;
    height: 79px;
}

#footer-nav {
    line-height: 49px;
    font-family: arial;
    font-size: 12px;
    color: #383838;
    padding: 0px 20px;
}

#footer-nav a {
    text-decoration: none;
    text-transform: uppercase;
    color: #383838;
}

#footer-nav a:hover {
    color: #950460;
}

#copy {
    color: #000000;
    font-size: 10px;
    padding-left: 20px;
    line-height: 20px;
    width: 50%;
    float: left;
}

#rmp {
    color: #000000;
    font-size: 10px;
    width: 250px;
    float: right;
    margin-left: 40px;
    line-height: 20px;
    text-align: right;
}

.subSubSubHeader {
    background: #fde7e9;
    border: solid 1px #a65e8a;
}

.view_all_link {
    background: #fde7e9;
    border: solid 1px #a65e8a;
    border-radius: 5px;
    padding: 5px;
    text-decoration: none;
}
