html, body, div, span, button, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed,  figure, figcaption, footer, header, hgroup,  menu, nav, output, ruby, section, summary, time, mark, audio, video{
    margin:0;
    padding:0;
    border:0;
    font:100%/100% "Helvetica Neue",Arial,sans-serif;
    color: #e9e6e1;
    vertical-align:baseline;
    outline:none;
}

html, body{
    width:100%;
    height:100%;
    background:#700009 url("images/back1.gif") repeat-x 0 0;
}

p{
    font-size: 1.125em;
    text-align: justify;
    line-height:1.5em;
    color:#9f8a78;
    letter-spacing: 1px;
}

h1 {
    font-family: UniversLTStd67BoldCondensed;
    font-size: 1.875em;
    color: #fffded;
}

h2 {
    font-family: UniversLTStd57Condensed;
    font-size: 1.875em;
    text-shadow:0px 0px 2px #999999;
}

h3 {
    font-family: UniversLTStd67BoldCondensed;
    font-size: 1.25em;
    color: #fffded;
}

.bold{
    color: inherit;
    font-weight:bold;
}

.italic{
    color: inherit;
    font-style:italic;
}

.bold-italic{
    color: inherit;
    font-weight:bold;
    font-style:italic;
}

.closeBut{
    position: absolute;
    background: url("images/closeBut.gif") no-repeat top right;
    width: 20px;
    height: 20px;
    top: 0px;
    right: 5px;
}

a {
    font:inherit;
    text-decoration:none;
}

a:link {
    color:inherit;
    text-shadow:inherit;
}

a:visited {
    color:inherit;
    text-shadow:inherit;
}

a:hover {
    color: #ffffff;
}

a:active {
    color: #ffffff;
}

#flashWrap{
    position: relative;
    width: 100%;
    height: 660px;
    text-align: center;
    z-index: 11;
}

#follow{
    width: 61px;
    padding:5px 7px;
}

#tweet{
    width: 61px;
    padding:5px 7px;
}

#glue{
    width: 131px;
    padding: 5px 7px;
}

#gplus{
    width: 32px;
    padding: 5px 7px;
}

#facebook{
    width: 75px;
    padding: 5px 7px;
}

#pinterest{
    width: 46px;
    padding: 5px 7px;
}

#socialLinks{
    padding: 3px 7px;
}

#socialLinks img{
    vertical-align: middle;
}

#socialLinks span{
    line-height: 22px;
    color: #04162B;
    font-weight: bold;
}

#wrapper{
    position: relative;
    width: 100%;
    height: 100%;
    min-width: 960px;
    min-height: 760px;
    text-align: center;
    display: inline-block;
}

#footerL{
    position: relative;
    width:330px;
    height: 30px;
    margin: 5px auto 0;
    font: bold .625em/100% Arial,Helvetica,sans-serif;
    color: #e9e6e1;
    text-align: center;
    vertical-align: top;
    display: inline-block;
    zoom:1;
    *display: inline;
}

#footerR{
    position: relative;
    width:330px;
    height: 30px;
    margin: 5px auto 0;
    font: bold .625em/100% Arial,Helvetica,sans-serif;
    color: #e9e6e1;
    text-align: center;
    vertical-align: top;
    display: inline-block;
    zoom:1;
    *display: inline;
}

#footer div{
    display: inline-block;
}

#legal{
    width:300px;
    height: 35px;
    margin: 15px auto 0;
    font: bold .625em/100% Arial,Helvetica,sans-serif;
    color: #e9e6e1;
    text-align: center;
    display: inline-block;
    zoom:1;
    *display: inline;
}

#billingWrap{
    position: relative;
    width:960px;
    margin: 0 auto;
    font: bold .625em/100% Arial,Helvetica,sans-serif;
    color: #e9e6e1;
}

#billing{
    display: none;
    position: absolute;
    width: 960px;
    left: 0;
    top: 0;
    font: bold 1em/100% Arial,Helvetica,sans-serif;
    color: #e9e6e1;
    text-align: center;
}

#screen{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity:.3; 
    filter:alpha(opacity=30);
    z-index: 10;
}