/**
*   DCMG Styles
*/
* {
    margin: 0;
    padding: 0;
}
body {
    color: #000;
    font: normal 16px Arial, sans-serif;
    background: #000;
    padding: 40px 40px 0 40px;
}
img {
    vertical-align: top;
    border: 0;
}
a {
    outline: none;
    color: #000;
}
.top_indent {
    padding-top: 20px;
}
.clear {
    clear: both;
}
#wrap {
    width: 100%;
}
#message_sent {
    display: none;
}
/**
*   Header
*/
#header {
    height: 96px;
    background: #ff6600 url('/eng/media/images/picture.gif') no-repeat 20px bottom;
    padding: 30px 40px 0 40px;
    min-width: 840px;
}
#header div.logo {
    background: transparent url('/eng/media/images/logo.png') no-repeat left top;
    height: 67px;
    width: 182px;
}
#header div.langs {
    float: right;
    position: relative;
    top: -40px;
}
#header div.langs ul {
    list-style-type: none;
    text-transform: uppercase;
    font-family: Tahoma, Verdana, Arial, sans-serif;
    font-size: 0.9em;
}
#header div.langs ul li {
    float: left;
    padding-left: 5px;
}
#header div.langs ul li a {
    color: #000;
    padding-right: 5px;
}
#header div.langs ul li span.active {
    background: #ff9d5c;
    font-weight: bold;
    padding: 0 2px;
    margin-right: 5px;
}
/**
*   Content
*/
#content {
    background: #fff;
    margin-top: 10px;
    padding: 30px 40px;
    min-width: 840px;
    float: left;
}
#content h1 {
    font: normal 2em Arial, sans-serif;
}
#content h2 {
    font: normal 1.3em Arial, sans-serif;
}
#content div.separator_line {
    margin: 30px 0;
    height: 2px;
    line-height: 2px;
    background: #ccc;
}
#content div.left_sidebar {
    padding-right: 3%;
    float: left;
    width: 67%;
}
#content div.left_sidebar .banner {
    margin-top: 25px;
}
#content div.right_sidebar {
    float: right;
    width: 30%;
}
#content div.right_sidebar p.text {
    font-size: 0.9em;
}
/**
*   Coal Types
*/
#coal_types {
    width: 100%;
    font-size: 0.75em;
    margin-top: 25px;
}
#coal_types thead td img {
    vertical-align: middle;
}
#coal_types td {
    vertical-align: middle;
    text-align: center;
}
#coal_types thead td {
    font-weight: bold;
    background: #ccc;
    padding: 15px 5px;
    color: #000;
}
#coal_types tbody td {
    background: #e5e5e5;
    padding: 15px 5px;
    width: 14%;
}
#coal_types tbody td.type {
    font-weight: bold;
    color: #4c4c4c;
}
#coal_types tbody td.fraction {
    font-weight: bold;
    color: #4c4c4c;
}
ul.comment {
    list-style-type: none;
    padding-top: 25px;
    margin-left: 5px;
    font-size: 0.9em;
}
ul.comment li {
    padding-bottom: 15px;
    background: transparent url('/eng/media/images/right_arrow.gif') no-repeat left 20%;
    padding-left: 18px;
}
/**
*   Contact Us Form
*/
#contact_frm {
    padding-top: 20px;
}
#contact_frm label {
    display: block;
    font: bold 0.8em Arial, sans-serif;
    padding-bottom: 5px;
}
#contact_frm textarea.text {
    width: 100%;
    height: 100px;
    margin-bottom: 20px;
}
#contact_frm input.narrow {
    width: 240px;
    margin-bottom: 20px;
}
#contact_frm input.button {
    display: block;
    width: 240px;
    padding: 3px;
    font-size: 1em;
    font-weight: bold;
}
/**
*   Footer
*/
#footer {
    height: 80px;
    line-height: 80px;
    text-align: left;
    padding-left: 40px;
    color: #7f7f7f;
    font-size: 0.75em;
}
