html {
    font-size: 100%;
    height: 100%; width: 100%;
    overflow-x: hidden;
    padding:0; margin:0;
}
body {
    padding:0; margin:0;
    font-family: Arial, Helvetica, sans-serif;
    color: #555;
    font-size: 16px;
    background-color: #1e212d;
}
.container {
    z-index: 5;
    overflow: hidden;
    height: 100%;
    width: 950px;
    margin: 0 auto;
}
#bgimg {
    position:absolute;
    z-index: -1;
}

/*MISC STYLING*/
h1, h2, h3, h4, h5, h6 {
    font-family: Helvetica, Arial, sans-serif;
    color: #222;
    font-weight: bold;
}

h1 { font-size: 32px; padding-bottom: 20px; }
h2 { font-size: 24px; padding-bottom: 10px; }
h3 { font-size: 18px; padding-bottom: 5px; }
h4 { font-size: 12px; }
h5 { font-size: 8px; }

p { margin-bottom: 10px; }

.clear { clear: both; }

label { display: block; padding: 10px 0 5px 0; font-weight: bold; }

.input_field, .input_textarea, .input_select {
    padding: 6px;
    background-color: #fff;
    border: 1px solid #d5d5d5;
    color: #333;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: inset 2px 2px 2px #eeeeee;
    -moz-box-shadow: inset 2px 2px 2px #eeeeee;
    -webkit-box-shadow: inset 2px 2px 2px #eeeeee;
}
.input_field {
    width: 250px;
}
.input_textarea {
    width: 98%;
    height: 75px;
}

.dots {
    margin-left: 15px;
}
.dots li {
    list-style: circle;
}

/*CONTENT*/
.content {
    overflow: auto;
    height: 0px;
    width: 910px;
    padding: 20px;
    background-color: rgba(255,255,255,.9);
}

.header {
    height: 140px;
}
.logo {
    float: left;
    width: 200px;
    margin-left: 25px;
    margin-right: 25px;
    margin-bottom: 8px;
}
.slogan {
    float: left;
    padding-top: 30px;
    font-family: "Times", "Arial", sans-serif;
    font-weight: bold;
    font-size: 55px;
    color: rgba(255,255,255,.8);
}

/*TABLE*/
table.styledtables {
    width: 100%;
    border-collapse: collapse;
}

table.styledtables thead th {
    font-weight: bold;
    font-size: 15px;
    border-bottom: 1px solid #5e5e5e;
    background-color: #30d43c;
}

table.styledtables tbody {
    border-bottom: 1px solid #ddd;
}

table.styledtables tbody tr {
    background: #fff;
}

table.styledtables tbody tr.alt-row {
    background: #f3f3f3;
}

table.styledtables tbody tr:hover {
    background: #ebffe3;
}

table.styledtables td,
table.styledtables th {
    padding: 10px;
    line-height: 1.3em;
}

table.styledtables tfoot td .bulk-actions {
    padding: 15px 0 5px 0;
}

table.styledtables tfoot td .bulk-actions select {
    padding: 4px;
    border: 1px solid #ccc;
}

/*MENU*/
.menu {
    float: left;
    padding-top: 35px;
}
.menu .menutab {
    position: relative;
    float: left;
}
.menu .tab1 {background-color: rgba(0,0,0,.2);}
.menu .tab2 {background-color: rgba(0,0,0,.3);}
.menu .tab3 {background-color: rgba(0,0,0,.4);}
.menu .tab4 {background-color: rgba(0,0,0,.5);}
.menu .tab5 {background-color: rgba(0,0,0,.6);}
.menu .menutab a {
    float: left;
    width: 140px;
    font-size: 22px;
    color: #ffffff;
    padding: 20px 0 20px 0;
    text-align: center;
    text-decoration: none;
}
ul.sdt_menu{
    margin:0;
    padding:0;
    list-style: none;
    font-family:"Myriad Pro", "Trebuchet MS", sans-serif;
    font-size:14px;
    width:1020px;
}
ul.sdt_menu a{
    text-decoration:none;
    outline:none;
}
ul.sdt_menu li{
    float:left;
    width:190px;
    height:85px;
    position:relative;
    cursor:pointer;
}
ul.sdt_menu li > a{
    position:absolute;
    top:0px;
    left:0px;
    width:190px;
    height:85px;
    z-index:12;
    background:rgba(0,0,0,.4);
    -moz-box-shadow:0px 0px 2px #000 inset;
    -webkit-box-shadow:0px 0px 2px #000 inset;
    box-shadow:0px 0px 2px #000 inset;
}
ul.sdt_menu li a img{
    border:none;
    position:absolute;
    width:0px;
    height:0px;
    bottom:0px;
    left:85px;
    z-index:100;
    -moz-box-shadow:0px 0px 4px #000;
    -webkit-box-shadow:0px 0px 4px #000;
    box-shadow:0px 0px 4px #000;
}
ul.sdt_menu li span.sdt_wrap{
    position:absolute;
    top:25px;
    left:0px;
    width:190px;
    height:60px;
    z-index:15;
}
ul.sdt_menu li span.sdt_active{
    position:absolute;
    background:#111;
    top:85px;
    width:190px;
    height:0px;
    left:0px;
    z-index:14;
    -moz-box-shadow:0px 0px 4px #000 inset;
    -webkit-box-shadow:0px 0px 4px #000 inset;
    box-shadow:0px 0px 4px #000 inset;
}
ul.sdt_menu li span span.sdt_link,
ul.sdt_menu li span span.sdt_descr,
ul.sdt_menu li div.sdt_box a{
    margin-left:15px;
    text-transform:uppercase;
    text-shadow:1px 1px 1px #000;
}
ul.sdt_menu li span span.sdt_link{
    color:#fff;
    font-size:24px;
    float:left;
    clear:both;
}
ul.sdt_menu li span span.sdt_descr{
    color:#0B75AF;
    float:left;
    clear:both;
    width:155px; /*For dumbass IE7*/
    font-size:10px;
    letter-spacing:1px;
}
ul.sdt_menu li div.sdt_box{
    display:block;
    position:absolute;
    width:190px;
    overflow:hidden;
    height:170px;
    top:85px;
    left:0px;
    display:none;
    background:#000;
}
ul.sdt_menu li div.sdt_box a{
    float:left;
    clear:both;
    line-height:30px;
    color:#0B75AF;
}
ul.sdt_menu li div.sdt_box a:first-child{
    margin-top:15px;
}
ul.sdt_menu li div.sdt_box a:hover{
    color:#fff;
}

/*FOOTER*/
.footer {

}
.footer li {
    float: left;
}
.footer li a {
    color: #ffffff;
    text-decoration: none;
}
.footer li a:hover {
    color: rgba(245,190,0,1);
}
.footerleft {
    float: left;
    padding: 10px 15px 10px 15px;
    color: #ffffff;
    background-color: rgba(0,0,0,.7);
}
.footerright {
    float: right;
    padding: 10px 15px 10px 15px;
    color: #ffffff;
    background-color: rgba(0,0,0,.7);
}