﻿*
{
    margin: 0px;
    padding: 0px;
}
.imgborderright, .imgborderleft, dropmenu ul li a img, #shadowleft, #shadowright, .flowup, .flowdown
{
    behavior: url(    "css/iepngfix.htc" );
}
body
{
    background-color: #000000;
    background-image: url(                "img/back.jpg" );
    background-repeat: repeat;
    background-position: center top;
    background-attachment: fixed;
}
#container
{
    width: 862px;
    margin: auto;
    background-color: transparent;
    height: 100%;
}
#header
{
    width: 788px;
    height: 288px;
    background-image: url(                "img/header.jpg" );
    background-repeat: repeat;
}
#menu
{
    margin-left: 219px;
    padding-top: 1px;
}
#menu img, .dropmenu img
{
    border-style: none;
}

#menu ul
{
    list-style-type: none;
}

#menu ul li
{
    display: inline;
    float: left;
}
#menu ul li a
{
    color: #DDDDDD;
    font-size: 10px;
    text-transform: uppercase;
    text-decoration: none;
}
#menu ul li a:hover
{
    color: #FFFFFF;
}
.dropmenu
{
    position: absolute;
    top: 0;
    left: -5px;
    border-style: none;
    line-height: 16px;
    z-index: 100;
    background: transparent;
    width: 200px;
    visibility: hidden;
}

.dropmenu a
{
    width: auto;
    display: block;
    text-indent: 3px;
    padding: 2px 0px 2px 15px;
    text-decoration: none;
    font-weight: bold;
    color: #a63881;
}

* html .dropmenu a
{
    width: 100%;
}
.dropmenu ul
{
    list-style-type: none;
}
#productionDropmenu
{
    padding-left: 40px;
}
.dropmenu ul li img
{
    cursor: pointer;
}

.dropmenu a:hover
{
    color: #d3d3d3;
    background-image: url(    "img/bullet.png" );
    background-repeat: no-repeat;
}
#content
{
    font-family: Times New Roman;
    background-image: url(                "img/mainback.jpg" );
    background-repeat: no-repeat;
    background-position: top;
    min-height: 424px;
    margin: auto;
    margin-bottom: 0px;
}
#shadowleft
{
    float: left;
    margin-left: auto;
    margin-right: 0px;
    background-image: url(                "img/shadowleft.png" );
    background-repeat: repeat-y;
    width: 37px;
    min-height: 456px;
}
#shadowright
{
    float: right;
    margin-right: auto;
    margin-left: 0px;
    background-image: url(                "img/shadowright.png" );
    background-repeat: repeat-y;
    width: 37px;
    min-height: 456px;
}
#content h1
{
    margin-top: 30px;
    margin-left: 165px;
    margin-right: 220px;
    margin-bottom: 0px;
    font-size: 75px;
    color: #7c7c7c;
}
#contentwrapper
{
    float: left;
    margin: auto;
    width: 788px;
    background-color: #ffffff;
}
#content p
{
    font-size: 13px;
    color: #413d3a;
    text-indent: 50px;
}
.flowup
{
    background-image: url(                "img/flowup.png" );
    background-repeat: no-repeat;
    background-position: center;
    height: 60px;
    width: 73px;
    margin: auto;
}
.flowdown
{
    background-image: url(                "img/flowdown.png" );
    background-repeat: no-repeat;
    background-position: center;
    height: 60px;
    width: 73px;
    margin: auto;
}
.para
{
    padding: 0px 160px 0px 170px;
}
.para a
{
    color: #772155;
}
.para a:hover
{
    color: #8f4274;
}
.imgleft
{
    float: left;
    border: 0px;
    padding: 13px;
}
.imgright
{
    float: right;
    border: 0px;
    padding: 13px;
}
.imgborderleft
{
    background-image: url(        "img/imgborder.png" );
    background-repeat: no-repeat;
    width: 164px;
    height: 164px;
    float: left;
    margin: 5px;
}
.imgborderright
{
    background-image: url(        "img/imgborder.png" );
    background-repeat: no-repeat;
    width: 164px;
    height: 164px;
    z-index: 1000;
    float: right;
    margin: 5px;
}
#footer
{
    text-align: center;
    color: #676767;
    font-family: Times New Roman;
    font-size: 11px;
    font-weight: bold;
    line-height: 30px;
    vertical-align: middle;
    padding-top: 10px;
}
.clear
{
    clear: both;
}
