
/* color & borders
fredericoperformance.com
bg-content:             #FFF
bg-content-medium:      #161616
bg-content-contrast:    #242424
anchor:                 #FFF
anchor-visited:         #CCC
th/legend bg            #242424
th/legend fg            #000
*/


/* text/display */
a {
    color: #666;
    text-decoration: none;
    background-color: inherit;
}
a:active, a:visited {
    text-decoration: none;
    color: #666;
    background-color: inherit;
}
a:hover, a:focus {
    text-decoration: none;
    color: #AB2008;
    background-color: inherit;
}
a:hover abbr, a:focus abbr {
    text-decoration: underline;
}
a.image:active, a.image:hover, a.image:focus {
    background-color: transparent !important;
}

abbr {
    border-width: 0;
    text-decoration: none;
    cursor: help;
    border-bottom: 1px dotted #000;
}
blockquote cite {
    display: block;
    font-style: italic;
}
body {
    margin: 0;
    padding: 0 0 0 0;
    font-family: "Bitstream Vera Sans", tahoma, arial, helvetica, sans-serif;
    font-size: 70%;
    font-style: normal;
    font-weight: normal;
    line-height: 1.6em;

}
dd {
    margin-left: 1em;
    padding-left: 0;
}
div {
    margin: 0;
}
dl {
    margin: .5em 0 .5em 0;
}
dl dd, dl.links dd {
    margin-top: .3em;
    margin-bottom: 1em;
}
dt {
    font-weight: bold;
}
fieldset {
    padding: .5em;
    border: 1px solid #242424;
}
fieldset legend {
    margin: .2em 0 .2em 0;
    padding: 2px;
    line-height: 1.2em;
    font-size: 1em;
    font-family: "Bitstream Vera Sans", "Trebuchet MS", Verdana, Tahoma, Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-align: left;
    background-color: #242424;
    color: #FFF;
    border: 1px solid #242424;
    -moz-border-radius: 3px;
}
fieldset fieldset legend {
    margin: .2em 0 .2em 0;
    padding: 2px;
    line-height: 1.2em;
    font-size: 1em;
    font-family: "Bitstream Vera Sans", "Trebuchet MS", Verdana, Tahoma, Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-align: left;
    background-color: #000;
    color: #242424;
    border: 1px solid #242424;
    -moz-border-radius: 3px;
}
form {
    margin: 0;
}

h1, h2, h3, h4, h5, h6 {
    margin: 1.2em 0 .2em 0;
    font-family: "Bitstream Vera Sans", "Trebuchet MS", Verdana, Tahoma, Arial, Helvetica, sans-serif;
    text-align: left;
    font-weight: normal;
    color: #000;
}
h1 {
    margin: 0 0 .4em 0;
    font-size: 1.8em;
    line-height: 1.2em;
}

h2 {
    margin: 1.5em 0 .5em 0;
    font-size: 1.6em;
}
h3 {
    font-size: 1.4em;
}
h4 {
    font-size: 1.2em;
    font-weight: bold;
}
h5 {
    font-size: 1em;
    font-weight: bold;
}
h6 {
    font-size: 0.8em;
    font-weight: bold;
}

hr {
    width: 80%;
    background-color: #161616;
    color: #161616;
    border-top: 2px dashed #161616;
}

html {
    margin: 0;
    padding: 0;
    color: #000;
    background: #FFF none repeat scroll top left;
}
img {
    display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    border: 0;
}
input[type=text], input[type=password], select, textarea {
    color: #000;
    background-color: #FFF;
}
input[type=button], input[type=submit], input[type=reset], button {
    font-weight: normal;
}
input.default, button.default {
    font-weight: bold;
}
input[type=text], input[type=password] {
    width: 15em;
}
input[type=text]:focus, input[type=password]:focus, textarea:focus {
}
kbd {
    padding: 0 1px;
    border-width: 1px 2px 2px 1px;
    border-style: solid;
    background: #FAF6F6;
    color: #000;
    border-color:  #EDD #BAA #BAA #EED;
}
li {
    margin: 0 0 0 1em;
    padding: 0;
    list-style-position: outside;
}
li ol, li ul {
    margin-left: 1em;
}
li > p {
    margin-top: 0.2em;
}
ol, ul {
    margin: 1em 0 1em 1em;
    padding: 0;
}
p {
    text-align: justify;
}
pre {
    margin-bottom: 1em;
    padding: .5em;
    background-color: #FFF;
    color: #000;
    border: 1px solid #000;
    overflow: auto;
}
pre code {
    font-size: 1em;
}
strong {
    font-weight: bold;
}
table {
    border: 0;
    padding: 0;
}
textarea {
    width: 15em;
}
td {
    padding: 5px;
}
th {
    padding: 5px;
    vertical-align: middle;
    background-color: #242424;
    color: #FFF;
    border: 1px solid #242424;
}

/* monospaces */
pre, code, kbd,
input[type=button], input[type=submit], input[type=reset], button,
input[type=text], input[type=password], select, textarea {
    font-family: "Bitstream Vera Sans Mono", "Lucida Console", "American Typewriter", "Courier New", Courier, monospace;
    font-size: 1em;
}
/* /monospaces */

.bgMedium {
    background-color: #5f6467;
    color: #000;
}
.bgContrast {
    background-color: #242424;
    color: #FFF;
}
.error {
    margin: .4em 0 .6em 0;
    color: #C00;
}
a.external {
    padding-right: 10px;
    background-image: url(../image/external-link.gif);
    background-position: right;
    background-repeat: no-repeat;
}
.formControls {
    margin: .5em 0;
    text-align: right;
}
.formControls input[type=button], .formControls input[type=submit], .formControls input[type=reset], .formControls button {
    width: 5em;
    text-align: center;
}
.formRequired label, .required {
    font-weight: bold;
}
.formRow {
    margin: 0 0 .4em 0;
    padding: .6em 0;
}
.formRow + .formRow {
    border-top: 1px dotted #DDD;
}
.highlight {
    background-color: #CCC;
    color: #000;
}
input.textInputBig {
    width: 25em;
}
input.textInputSmall {
    width: 4em;
}
input.textInputTiny {
    width: 2em;
}
input.textInputPrice, input.textInputNumber {
    width: 4em;
    text-align: right;
}
input.textInputQuantity {
    width: 2em;
    text-align: right;
}
input.textInputDate {
    width: 7em;
    text-align: right;
}
input.textInputDateTime {
    width: 10em;
    text-align: right;
}
.processMessage {
    margin: .4em 0 .6em 0;
    padding: .4em;

    font-weight: bold;
    background-color: #242424;
    color: #FFF;
    border: 1px solid #242424;
    -moz-border-radius: 3px;
}
.smallText {
    font-size: .6em;
}
.textLabel {
    clear: both;
    display: block;
    float: left;
    width: 11em;
    margin-right: .5em;
}

ul.links, ol.links, ul.prices {
    margin: 0;
}

ul.prices li {
    margin-bottom: .5em;
}

ul.links, ul.links li, ul.prices, ul.prices li {
    margin-left: 0;
    padding-left: 0;
    list-style-type: none;
}
ul.links li li {
    margin-left: 1em;
    list-style-type: disc;
}
ul.links li li li {
    margin-left: 1em;
        list-style-position: inside;
    list-style-type: disc;
}
ul.links li li li {
    list-style-type: circle;
}
ul.links li li li li {
    list-style-type: square;
}
ul.links li li li li li {
    list-style-type: disc;
}
ul.links li li li li li li {
    list-style-type: circle;
}
ul.links li li li li li li li {
    list-style-type: square;
}

/* /display */

/* page specific */

.galleryCategorySpacer, .galleryThumbSpacer {
    clear: both;
    height: 5px;
    line-height: 5px;
}
.galleryCategoryContainer {
    float: left;
    width: 150px;
    margin: 0 10px 10px 10px;
    text-align: center;
}
.galleryThumbContainer {
    float: left;
    width: 120px;
    height: 120px;
    margin: 0 10px 10px 10px;
    text-align: center;
}
.galleryCategoryHeader, .galleryThumbHeader {
    font-size: 1.1em;
    text-align: center;
}
.galleryCategoryImageContainer img, .galleryThumbImageContainer img {
}
.galleryCategoryShortDesc, .galleryThumbShortDesc {
    text-align: left;
}

.galleryImageImageContainer {

}
.galleryImageLongDesc {

}


/* lightbox */
#lightbox{
    background-color:#eee;
    padding: 0 10px;
}
#lightboxCaption, #lightboxClose{
    font-size: 0.8em;
    padding-bottom: 10px;
    color: #666666;
    text-align: center;
}
#lightboxClose {
    padding: 10px 0 0 0;
    text-align: right;
}
#lightboxPhoto {
    display: block;
    padding: 10px 0;
}
#lightboxClose a {
    color: #666666;
}
#lightboxClose a:hover {
    color: #333333;
}
#lightbox img{ border: none; }
#overlay img{ border: none; }
#overlay{ background-color: #333; }


.xmlButton, .xmlButtonSmall {
    padding: .1em .5em 0 .5em;

    font-size: 90%;
    font-weight: bold;
    background: #F60 none;
    color: #FFF;
    border: 1px outset #F60;
    text-decoration: none !important;
}
.xmlButtonSmall {
    padding: .1em .3em 0 .3em;

    font-size: 70%;
}
.xmlButton:visited, .xmlButtonSmall:visited {
    background: #F60 none !important;
    color: #FFF !important;
}
.xmlButton:hover, .xmlButtonSmall:hover {
    background: #F90 none !important;
    color: #FFF !important;
}
.xmlButton:active, .xmlButtonSmall:active {
    background: #F90 none !important;
    color: #FFF !important;
    border-style: inset !important;
}

/* /page specific */

@media print {
    body {
        margin: 0;
        padding: 1em;
        font-family: "Bitstream Vera Sans", tahoma, arial, helvetica, sans-serif;
        font-size: .8em;
        font-style: normal;
        font-weight: normal;
        background-color: #FFF;
    }
    fieldset {
        padding: .5em;
        border: 1px solid #000;
    }
    html {
        background-color: #FFF;
    }
    legend {
        margin: .2em 0 .2em 0;
        padding: 2px;
        line-height: 1.2em;
        font-size: 1em;
        font-family: "Bitstream Vera Sans", "Trebuchet MS", Verdana, Tahoma, Arial, Helvetica, sans-serif;
        font-weight: bold;
        text-align: left;
        background-color: inherit;
        border: none;
        color: inherit;
    }
    th {
        background-color: inherit;
        border: 1px solid #000;
        color: inherit;
    }

    .formControls {
        display: none;
    }
    .highlight {
        background-color: #CCC;
    }
}

#bodyHeader {
    z-index: 30;
    position: absolute;
    width: 930px;
    height: 244px;
    top: 0;
    margin-top: 0;

    color: #FFF;
    background: #FFF url(../image/bg-container.png) repeat-y scroll top left;
}


#bodyHeaderInsideWrap {
    z-index: 35;
    width: 100%;
    height: 244px;
    background: transparent url(../image/header/header-bar.jpg) no-repeat scroll bottom left;
}

#bodyHeaderLogo {
    position: absolute;
    top: 0;
    left: 0;
}
#bodyHeaderLogo img {
}

#bodyHeaderNav {
    z-index: 40;
    position: absolute;
    top: 40px;
    right: 20px;
    margin: 0 0 0 0;
    padding: 0;
}

#bodyHeaderNav ul, #bodyHeaderSubNav ul {
    display: inline;
    margin: 0;
    padding: 0;
}
#bodyHeaderNav ul li {
    display: inline;
    margin: 0;
    padding: 0;
}
#bodyHeaderSubNav ul li {
    display: inline;
    margin: 0;
    padding: 1em;
}


html, body {
        height: 100%;
}

#bodyWrap {
    z-index: 10;
    position: relative;
    width: 930px;
    min-height: 100%;
        margin: 0;

    color: #000;
    background: #FFF url(../image/bg-container.png) repeat-y scroll top left;
    border-top: 1px solid #000;
}

#bodyContent {
    float: right;
    width: 650px;
    margin: 260px 0 230px 0;
    padding: 0 0 0 0;
    min-height: 100%;
    height: auto;
        background: #FFF none no-repeat scroll top left;
}

#bodyExtra {
    float: left;
    width: 250px;
    margin: 260px 0 40px 0;
    padding: 0;
    color: #FFF;
}
.sidebar {
    margin-bottom: 20px;
}
#bodyExtra h2 {
    margin: 0;
    padding: 0;
    color: #FFF;
    background: transparent none no-repeat scroll top left;
    font-size: 0.8em;
    font-weight: bold;
}
#bodyExtra a {
    text-decoration: none;
    color: #3366ff;
    background-color: inherit;
}
#bodyExtra a:active, #bodyExtra a:visited {
    text-decoration: none;
    color: #3366ff;
    background-color: inherit;
}
#bodyExtra a:hover, #bodyExtra a:focus {
    text-decoration: none;
    color: #AB2008;
    background-color: inherit;
}


#bodyFooterClear {
    clear: both;
    height: 5em;
}
#bodyFooter {
    z-index: 20;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;

    text-align: left;
    font-size: .8em;
}

#bodyFooterInsideWrap {
}

#bodyFooter a {
    color: inherit !important;
    text-decoration: underline !important;
}

#bodyFooterText {
    clear: both;
    width: 800px;
    margin: 0 0 0 120px;
    padding-top: 10px;
    text-align: center;
    font-style: italic;
}


@media print {
    #bodyHeader, #bodyExtra, #bodyFooterBanner, #bodyFooterNav {
        display: none;
    }

    #bodyContent {
        width: inherit;
        margin: 0;
        padding: 0;

        color: #000;
        background-color: #FFF;
        border: none;
    }

    #bodyFooter {
        width: inherit;
        margin: 0;
        padding: 0;

        color: #000;
        background-color: #FFF;
        border: none;
        text-align: center;
    }

    #bodyFooter {
        margin: 3em 0 0 0;
    }
}
