ul {
    list-style-image: url("../img/shufrabullet12.gif");
    list-style-type: square;
}

.images-pad-l {
    padding-left: 5px;
    padding-bottom: 5px;
}

.images-pad-r {
    padding-right: 5px;
    padding-bottom: 5px;
}

.header {
    font-family: Helvetica, Arial;
    font-size: 11px;
    color: #000000;
    font-weight: bold;
    font-style: normal;
}

.index {
    font-family: Helvetica, Arial;
    font-size: 11pt;
    color: black;
    font-style: normal;
}

.shortcuts {
    font-family: Helvetica, Arial;
    font-size: 11px;
    color: #777777;
    text-align: center;
    font-style: normal;
}

.caption {
    font-family: Helvetica, Arial;
    font-size: 11px;
    color: #ffffff;
    text-align: center;
    padding-top: 2px;
    padding-bottom: 2px;
    font-style: normal;
}

.footer {
    font-family: Helvetica, Arial;
    font-size: 11px;
    color: #777777;
    font-style: normal;
}

body,
td,
th {
    font-family: Helvetica, Arial;
    margin: 0 0 0 0;
}

a:link {
    font-family: Helvetica, Arial;
    font-size: 11pt;
    color: #8d381d;
    text-decoration: none;
}

a:visited {
    font-family: Helvetica, Arial;
    font-size: 11pt;
    text-decoration: none;
    color: #8d381d;
}

a:hover {
    font-size: 11pt;
    font-family: Helvetica, Arial;
    color: #8d381d;
}

a:active {
    font-size: 11pt;
    font-family: Helvetica, Arial;
    text-decoration: none;
    color: #8d381d;
}

b {
    color: #990000;
}

h1 {
    font-size: 18pt;
    color: darkgray;
}

h2 {
    font-size: 12pt;
    color: #6A0A0B;
}

p {
    font-size: 11pt;
    color: black;
}

li {
    font-size: 11pt;
}

span {
    font-size: 11pt;
}

/* Support for the "iehover-fix.js" */
* html ul.menu iframe,
* html ul #menu iframe {
    position: absolute;
    /* account for the border */
    
    left: -0.25em;
    top: -0.25em;
    z-index: 0;
    filter: progid: DXImageTransform.Microsoft.Alpha(style=0, opacity=0);
}

/* this is for IE 5.0*/
select.hide {
    visibility: hidden;
}

img {
    filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(...);
}

/* custom */
body {
    background-color: #f5f5f5;
}

section {
    padding: 1em 0;
}

#main {
    background-color: #ffffff;
}

.img-fill {
    width: 100%;
    height: auto;
}

#content {
    padding-bottom: 200px;
    background: #e3e3e3 url('../img/background.jpg') top center no-repeat;
}

#content-recommendation {
    padding-left: 1em;
    padding-right: 1em;
}

#footer {
    padding: 1em;
    background-color: #666666;
    color: #ffffff;
    text-align: center;
}

@media (min-width: 1200px) {
    .container {
        width: 1024px;
    }
}