/*
*								{ margin: 0; padding: 0; }
body							{ font-family: "Lucida Grande", Arial, Sans-Serif; background: #222; }

a								{ text-decoration: none; outline: none; }
a img							{ border: none; }

*/

h2 {
    font-family: Georgia, Serif;
    font-size: 36px;
    font-weight: normal;
    text-align: center;
}

#page-wrap {
    background: white;
    margin: 0 auto;
    padding: 0px 0;
    width: 960px;
}
								  
								  

#slider {
    background: #CCCCCC /*url(../img/retailslide/slider-bg.jpg)*/;
    background: -webkit-linear-gradient(top, #CCCCCC, #F5F5F5, #CCCCCC);
    height: 200px;
    margin: 0px 0;
    overflow: hidden;
    position: relative;
}

/* DEFAULT is for three panels in width, adjust as needed
                                   This only matters if JS is OFF, otherwise JS sets this. */

#mover {
    position: relative;
    width: 5760px;
}

/*font-family:"Courier New", Courier, monospace; font-size:20px; color:gray; line-height:30px; letter-spacing:1px; text-align:justify*/

.slide {
    float: left;
    padding: 20px 20px;
    position: relative;
    width: 920px;
}

.slide h1 {
    color: #ac0000;
    font-family: Helvetica, Sans-Serif;
    font-size: 20px;
    letter-spacing: -1px;
}

.slide p {
    border-right: solid 1px #CCCCCC;
    color: #ac0000;
    font-family: "Arial";
    font-size: 22px;
    font-weight: normal;
    height: 160px;
    letter-spacing: 2px;
    line-height: 35px;
    overflow: hidden;
    padding-right: 20px;
    padding-top: 30px;
    text-align: center;
    width: 220px;
    /*text-shadow:0 1px 0 #ccc,
               0 2px 0 #c9c9c9,
               0 3px 0 #bbb,
               0 4px 0 #b9b9b9,
               0 5px 0 #aaa,
               0 6px 1px rgba(0,0,0,.1),
               0 0 5px rgba(0,0,0,.1),
               0 1px 3px rgba(0,0,0,.3),
               0 3px 5px rgba(0,0,0,.2),
               0 5px 10px rgba(0,0,0,.25),
               0 10px 10px rgba(0,0,0,.2),
               0 20px 20px rgba(0,0,0,.15);*/
}

.slide img {
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border: solid 1px white;
    border-radius: 7px; /*box-shadow:-7px 7px 3px gray;*/
    left: 280px;
    position: absolute;
    top: 20px;
}

#slider-stopper {
    background: #ac0000;
    color: white;
    font-size: 10px;
    padding: 3px 8px;
    position: absolute;
    right: 20px;
    text-transform: uppercase;
    top: 1px;
    z-index: 1000;
}