﻿/* GLOBALS */
*
{
    margin: 0;
    padding: 0;
}
html
{
    height: 100%;
}
body
{
    background-color: #281914;
}
img
{
    border: 0;
}
.Clearer
{
    clear: both;
}
div#Language
{
    width: 858px;
    height: 19px;
    text-align: right;
    margin: 5px auto 20px auto;
}
/* END GLOBALS */

/* LISTS */
ul.ItemList li
{
    list-style-position: outside;
    list-style-type: disc;
    margin-left: 15px;
    color: #E21F19;
    line-height: 17px;
}
.LiTxt
{
    font-weight: 700;
    color: #CCC;
}
div#ulLeft
{
    width: 189px;
    float: left;
}
div#ulRight
{
    width: 189px;
    float: left;
}
ul.Tombstones
{
    margin-bottom: 20px;
}
ul.Tombstones li
{
    list-style-position: outside;
    list-style-type: disc;
    margin-left: 15px;
    color: #CCC;
    line-height: 17px;
}
ul.Tombstones li a
{
    text-decoration: none;
}
img.Tombstone
{
    width: 89px;
    height: 57px;
    margin-left: 20px;
    margin-bottom: 10px;
}
img.Tombstone a:hover
{
    border: solid 1px #F00;
}

ul#SubList
{
    padding-left: 20px;
    list-style-position: outside;
}
ul#SubList li
{
    list-style-type: disc;
    color: #CCC;
    font: normal 11px Verdana;
}

/* END LISTS */

/* CONTENT */
div#Wrapper
{
    width: 858px;
    margin: 0 auto;
    border: solid 1px #666;
}
div#ColumnLeft
{
    width: 130px;
    padding: 20px;
    float: left;
}
div#ColumnRight
{
    width: 628px;
    padding: 20px 0 0 20px;
    margin-top: 20px;
    margin-right: 40px;
    margin-bottom: 20px;
    float: right;
    background: url(../Images/Bckg_Content.gif) no-repeat top left;
}
div#ContentLeft
{
    width: 378px;
    float: left;
}
div#ContentRight
{
    width: 224px;
    float: right;
}
div#TombstoneLeft
{
    width: 323px;
    float: left;
}
div#TombstoneRight
{
    width: 279px;
    margin-bottom: 20px;
    float: right;
    text-align: center;
}
img.Logo
{
    margin-bottom: 30px;
}
div#Pager
{
    width: 279px;
    height: 20px;
    margin: 10px 0;
}
/* END CONTENT */

/* TEAM */
div.TeamMember
{
    width: 190px;
    height: 400px;
    float: left;
}
div.ShortDesc
{
    width: 400px;
    margin-bottom: 20px;
    float: left;
}
div#TeamL
{
    width: 518px;
    float: left;
    margin-bottom: 20px;
}
div#TeamR
{
    width: 110px;
    float: right;
}
div.TeamThumb
{
    width: 91px;
    height: 124px;
    float: right;
}
div.DescLeft
{
    width: 210px;
    padding-right: 40px;
    float: left;
}
div.DescRight
{
    width: 210px;
    padding-right: 40px;
    float: left;
}

div.TransactionImg
{
    width: 89px;
    height: 57px;
    padding: 5px;
    margin: 0 10px 10px 0;
    border: solid 1px #CCC;
    float: left;
}
div#TransactionDetails
{
    text-align: center;
    margin-bottom: 20px;
    padding: 10px;
    background-color: #FFF;
}
div#NavBack
{
    width: 130px;
    height: 20px;
    margin: 25px 0 0 0;
}

/* TOMBSTONES */
div#tsContainer
{
    width: 758px;
    background-color: #FFF;
    padding: 50px;
}
div#tsHeaderCntr
{
    width: 758px;
    height: 60px;
    border-bottom: solid 1px #000;
}
div#tsHeader
{
    width: 624px;
    float: left;
}
div#tsLogo
{
    width: 111px;
    float: right;
}
div#tsClmnL
{
    width: 378px;
    border-right: solid 1px #000;
    text-align: center;
    float: left;
}
div#tsClmnR
{
    width: 338px;
    padding: 0 20px 0 20px;
    float: right;
}
div#tsFooter
{
    width: 858px;
    height: 20px;
    margin: 0 auto;
}
/* END TOMBSTONES */

/* CONTACTFORM */
.txtNormal
{
    width: 200px;
    height: 18px;
    padding: 3px 0 0 2px;
    border: solid 1px #CCC;
    font: normal 11px Verdana;
}
.txtMultiNormal
{
    width: 200px;
    height: 130px;
    padding: 3px 0 0 2px;
    border: solid 1px #CCC;
    font: normal 11px Verdana;
}
td.Left
{
    width: 120px; 
    height: 20px;
    vertical-align: top;
}
.btnSend
{
    width: 100px;
    height: 18px;
    border: solid 1px #CCC;
    background-color: #E21F19;
    color: #FFF;
    font: normal 11px Verdana;
    margin-top: 10px;
}
/* END CONTACTFORM */