* {
    font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
    font-size: 11px;
    color: #000;
}
body {
    margin: 0;
    padding: 0;
    background-color: #4A4A4A;
}
hr {
    display: none;
}
td {
    margin: 0;
    padding: 0;
}
.wrapper {
    z-index: 1;
    width: 770px;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    background-color: #FFF;
}
.head {
    height: 117px;
    margin: 0;
    border-bottom: 6px solid #890C08;
    background: url(images/top.gif) repeat-x 0px 0px;
}
.head h1 {
    position: relative;
    float: left;
    top: 0;
    left: 0;
    width: 213px;
    height: 117px;
    margin: 0;
    padding: 0;
    background: url(images/logo.gif) no-repeat 0px 0px;
}
.head h1 span {
    display: none;
}
.head div {
    position: relative;
    width: 547px;
    height: 97px;
    top: 10px;
    margin: 0 0 0 213px;
}
.head div ul {
    position: relative;
    margin: 0;
    padding: 23px 0 0 0;
    list-style-type: none;
}
.head div ul li {
    position: relative;
    margin: 0 0 5px 0;
    padding: 0;
    text-align: right;
}
.head div ul li a {
    font-size: 9px;
    text-decoration: none;
    text-transform: uppercase;
}
.menu {
    position: relative;
    padding: 5px 0 5px 0;
    text-align: center;
    color: #FFF;
    background-color: #890C08;
}
.menu a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
    text-decoration: none;
    text-transform: uppercase;
    color: #FFF;
}
.tree {
    width: 180px;
    background: #F1F2F3 url(images/menu.gif) no-repeat 0px 0px;
    vertical-align: top;
}
.tree ul {
    position: relative;
    width: 180px;
    margin: 44px 0 0 0;
    padding: 0;
    list-style-type: none;
}
.tree ul li ul {
    position: relative;
    width: 170px;
    margin: 5px 0 0 0;
    padding: 0 0 0 0;
    list-style-type: none;
}
.tree ul li {
    position: relative;
    width: 170px;
    margin: 0 0 5px 0;
    text-align: right;
}
.tree ul li ul li {
    position: relative;
    width: 170px;
    margin: 0 0 5px 0;
    text-align: right;
}
.tree ul li ul li a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: none;
    color: #890C08;
}
.tree ul li a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
    text-decoration: none;
    text-transform: uppercase;
    color: #000;
}
.spacer img {
    width: 10px;
    height: 315px;
}
.body {
    width: 580px;
    vertical-align: top;
}
.path {
    position: relative;
    width: 570px;
    margin: 0;
    padding: 5px 0 5px 0;
}
.main {
    position: relative;
    width: 570px;
    margin: 14px 0 10px 0;
}
.main .module {
    position: relative;
    height: auto;
    padding: 0;
}
/* ----- start solutions ----- */
.main .redBoxWithBorder {
    position: relative;
    overflow: hidden;
    border: 1px solid #890C08;
    background: #FFF url(images/redboxbody.gif) repeat-x 0px 0px;
}
.main .redBoxWithBorder h3 {
    margin: 0;
    padding: 2px 5px 3px 5px;
    background: url(images/redboxhead.gif) repeat-x 0px 0px;
    color: #FFF;
}
.main .redBoxWithBorder p, .blackBoxWithBorder p {
    margin: 0;
    padding: 10px;
}
.main .redBoxWithBorder img, .blackBoxWithBorder img {
    border: none;
}
.main .redBoxWithBorder .right, .blackBoxWithBorder .right {
    display: block;
    margin: 0;
    padding: 0;
    font-size: 9px;
    text-align: right;
}
.main .redBoxWithBorder a {
    font-weight: bold;
    text-decoration: none;
    color: #890C08;
}
.main .blackBoxWithBorder {
    position: relative;
    overflow: hidden;
    border: 1px solid #000;
    background: #FFF url(images/blackboxbody.gif) repeat-x 0px 0px;
}
.main .blackBoxWithBorder h3 {
    margin: 0;
    padding: 2px 5px 3px 5px;
    background: url(images/blackboxhead.gif) repeat-x 0px 0px;
    color: #FFF;
}
.main .blackBoxWithBorder a {
    font-weight: bold;
    text-decoration: none;
    color: #000;
}
.main .redBoxWithoutBorder {
    position: relative;
    overflow: hidden;
    background: #FFF url(images/redboxbody.gif) repeat-x 0px 0px;
}
.main .redBoxWithoutBorder h3 {
    margin: 0;
    padding: 2px 5px 3px 5px;
    background: url(images/redboxhead.gif) repeat-x 0px 0px;
    color: #FFF;
}
.main .redBoxWithoutBorder p {
    margin: 0;
    padding: 5px;
}
.main .blackBoxWithoutBorder {
    position: relative;
    overflow: hidden;
    background: #FFF url(images/blackboxbody.gif) repeat-x 0px 0px;
}
.main .blackBoxWithoutBorder h3 {
    margin: 0;
    padding: 2px 5px 3px 5px;
    background: url(images/blackboxhead.gif) repeat-x 0px 0px;
    color: #FFF;
}
.main .blackBoxWithoutBorder p {
    margin: 0;
    padding: 5px;
}
.main .photos div {
    position: relative;
    margin: 0 0 10px 0;
}
.main .photos img {
    position: relative;
    float: left;
    margin: 0 10px 10px 0;
    border: none;
}
.main .links {
    position: relative;
    border: 2px dashed #C90D09;
}
.main .links ul {
    list-style-type: none;
    margin: 5px;
    padding: 0;
}
/* ----- end solutions ----- */
.main .artist {
    margin: 0 0 10px 0;
}
.main .artist h3 {
    margin: 0 0 5px 0;
    color: #890C08;
}
.main .artist p {
    margin: 0;
}
.main .artist img {
    border: none;
}
.foot {
    width: 770px;
    border-top: 6px solid #890C08;
    margin: 0;
    padding: 5px 0 5px 0;
    background-color: #FFF;
    text-align: center;
    color: #890C08;
}
.decoration {
    z-index: 0;
    position: absolute;
    width: 825px;
    height: 200px;
    top: 100%;
    left: 50%;
    margin: -200px 0 0 -385px;
    background: url(images/s_body.gif) no-repeat 770px 0px;
}
/* -------------------------------------------------------------------------- */
.main .contacts {
    position: relative;
    top: 0px;
}
.main .contacts form {
    width: 350px;
    margin: 0 auto 0 auto;
    padding: 0;
}
.main .contacts form fieldset {
    margin: 0;
    border-top: 2px solid #890C08;
    border-right: none;
    border-bottom: 2px solid #890C08;
    border-left: none;
    padding: 10px 10px 15px 10px;
}
.main .contacts form fieldset legend {
    padding: 0 5px;
    font-size: 9px;
    color: #000;
    margin-bottom: 0 !important;
    margin-bottom: 10px;
}
.main .contacts form label {
    display: block;
    float: left;
    width: 70px;
    margin: 5px 0 0 0;
    padding: 0;
    font-size: 11px;
    text-align: right;
    color:#828282;
}
.main .contacts form input, form textarea {
    width: 230px;
    margin: 5px 0 0 10px;
    border: 1px solid #890C08;
    padding: 1px 2px;
    font-size: 10px;
}
.main .contacts form input#submit, input#reset {
    width: 80px;
    height: 20px;
    /* border: 1px solid #FFF; */
    border: none;
    padding-bottom: 3px;
    font-size: 11px;
    /* background: url('images/button.gif') no-repeat; */
    background-color: #890C08;
    color: #FFF;
}
.main .contacts form input#submit {
    margin-right: 0;
}
.main .contacts form input#reset {
    /* margin-left: 0 !important; */
    margin-left: 5px;
    border-left: none;
}
.main .contacts form textarea {
    overflow: auto;
}
.main .contacts form br {
    clear: left;
}
/* -------------------------------------------------------------------------- */
