/*
 *
 * ISF Commercial v2010 Theme
 * Author:	Dave Norton dave at brawnconsulting dot com
 *
*/
/* Redefine Links */
a { color: #970c0d; text-decoration: none;}
a:hover { color: #f16464 !important; text-decoration: underline }
a:visited { color: #8a0c0d; }

/* Redefine HTML */
html, body {
    height: 100%;
}

body {
    font-family: "Droid Sans", Tahoma, Verdana, Arial, sans-serif;
    font-size: 87%;
    color: black;
    line-height: 1.3em;
    margin-top: 25px;
    background: white;

    background-image: url(/templates/default/gfx/background.jpg);
}

#storeBar {
text-align: center;
font-size: 1.4em;
font-weight: bold;
}

#wrapper {
    width: 1192px;
    margin: 0px auto;
}

#navigation {
    float: left;
    width: 232px;
}

#navItems {
    margin: 14px 0px !important;
}

#navItems, .navItem {
    font-size: 0.95em;
    list-style-type: none;
    text-align: right;
}

.navItem {
    padding: 5px 15px 5px 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 25px;
    border-right: 11px solid #d7c0b8;
}

.navItem:hover {
    border-right: 11px solid #970c0d;
}

#body {
    min-height: 200px;
    float: right;
    width: 960px;
    background-image: url(/templates/default/gfx/filmstrip.png);
    background-repeat: no-repeat;
    background-position: top center;
    padding-top: 175px;
    font-size: 0.9em;
}

#body h1, #body h2, #body h3 {
    font-family: Baskerville, Times, Times New Roman, serif;
    margin: 10px 0px 10px 0px;
    padding: 4px 0px 4px 0px !important;
    color: #970c0d !important;
}

#body h1 {
    font-size: 2.2em;
    border-bottom: 1px solid #aaa;
}

#body h2 {
    font-size: 1.7em;
    border-bottom: 1px dashed #aaa;
}

#body h3 {
    font-size: 1.4em;
}

#footer {
    text-align: center;
    padding: 5px;
    border-top: 1px solid #aaa;
    color: #aaa;
}

.clear {
    padding-top: 20px;
    clear: both;
}