@charset "utf-8";
/* CSS Document For Creative Shot */
element.style {
    float: left;
    position: relative;
    width: 100%;
}

body {
    text-align: left;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

img {
    border-width: 0pt;
}

input {
    background-color: #CCCCCC;
}

input.inputField, textarea.inputField {
    border: 1px solid #666666;
}

input.button {
    background-color: #C2C3C5;
    color: #1A1818;
}

input.buttonHi {
    background-color: #1A1818;
    color: #C2C3C5;
}

input.buttonHi, input.button {
    border: 1px solid #666666;
    font-size: 0.9em;
    font-weight: bold;
}

table#contactForm td, table#contactForm th {
    padding: 2px;
}

#csContent {
    height: auto;
    min-height: 320px;
    margin: 0px 0px 40px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
}

body.cshot {
    margin: 0pt;
    padding: 0pt;
    background-color: #000000 !important;
}

#csMain {
    padding: 8px;
    color: #C2C3C5 !important;
    background-color: #000000 !important;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 75.0%;
}

#csMain a {
    font-weight: bold;
    font-size: x-small;
    text-decoration: none;
    color: #767676 !important;
}

#csHeader a {
    font-weight: bold;
    font-size: x-small;
    text-decoration: none;
    color: #767676 !important;
}

#csFooter {
    font-size: x-small;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #C2C3C5 !important;
    padding-top: 4px;
}

.footerButton {
    opacity: 0.3;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

.footerButtonCopy {
    font-family: Arial;
    font-size: 1.25em;
}
/*****************************************************************/
/* Top navigation menu *******************************************/
/*****************************************************************/
#csMenu ul {
    padding: 0 0 0 32px;
    margin: 0;
    list-style: none;
    height: 35px;
    background: #fff url(design/button1.gif);
    position: relative;
    border: 1px solid #000;
    border-width: 0 1px;
    border-bottom: 1px solid #000;
}

#csMenu li {
    float: left;
}

#csMenu li a {
    display: block;
    float: left;
    height: 35px;
    line-height: 35px;
    color: #aaa;
    text-decoration: none;
    font-size: 13px;
    font-family: arial, verdana, sans-serif;
    font-weight: bold;
    text-align: center;
    padding: 0 0 0 8px;
    cursor: pointer;
}

#csMenu li a b {
    color: #aaa;
    float: left;
    display: block;
    padding: 0 16px 0 8px;
}

#csMenu li.current a {
    color: #fff;
    background: url(design/button3.gif);
}

#csMenu li.current a b {
    color: #fff;
    background: url(design/button3.gif) no-repeat right top;
}

#csMenu li a:hover {
    color: #fff;
    background: #000 url(design/button2.gif);
}

#csMenu li a:hover b {
    color: #fff;
    background: url(design/button2.gif) no-repeat right top;
}

#csMenu li.current a:hover {
    color: #fff;
    background: #000 url(design/button3.gif);
    cursor: default;
}

#csMenu li.current a:hover b {
    color: #fff;
    background: url(design/button3.gif) no-repeat right top;
}