/* 
    Document   : main
    Created on : Jan 28, 2012, 9:28:00 PM
    Author     : wickedcaffeine
    Description: Site layout
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

body{
    /*    background-color: #000000;*/
    font-family: 'Abel', sans-serif;
    color:#BBBBBB;

}
#container {
    width: 1024px;
    height: 768px;
    margin: 0 auto 0 auto;
    position:relative;
}
#header{
    height: 102px;
    width: 1024px;
    float:left;
    overflow: hidden;
    display: inline;
    position:relative;
}
#header img{
    float:left;
    position:relative;
}
#navobject{
    z-index: 1000;
    left:-5px;
    width:255px;
    height:102px;
    position:relative;
}
#content {
    width:100%;
    height:600px;
    background-color: #111111;
    position:absolute;
    top:100px;
    overflow:hidden;
}
#mask{
    width: 400%;
    height: 100%;
}
.item {
    width:25%;
    height:100%;
    float:left;
    background-color:#ddd;
}
#portfolioContainer{
    overflow:hidden;
    width:100%;
    position:absolute;
}
#portfolioMask{
    width:100%;
    height:200%;
}
.vertical{
    height:600px;
    width:100%;
    background-color: #FFFFFF;
}
#footer{
    height:38px;
    width:100%;
    background-color: #000000;
    border-top: 2px #82c600 solid;
    position: absolute;
    top: 700px;
}
.slider-wrapper{
    position:relative;
    top: 0px;
    width:768px;
}

hr {
    color:#BBBBBB;
    border-style: solid;
    border-width: 1px;
    border-color: #BBBBBB;
}
h1{
    color:#82c600;
    font-size:24px;
    font-weight: bold;

}
#contact {
    background-color: #111111;
}
#contactMap{
    padding-left:20px;
    padding-top:10px;
    float:left;
}
#contactDetails{
    float:left;
    padding-left:40px;
    padding-top:50px;
    font-size:18px;
    color:#BBBBBB;

}
#contactDetails a{
    color:#BBBBBB;
    text-decoration: none;
}
#contactDetails a:hover{
    text-decoration: underline;
    font-weight: bold;
    color:#FFFFFF;
}
#about{
    background-color: #111111;
    overflow:auto;
    text-align:justify;
}
#aboutUs{
    padding: 20px 0px 0px 40px;
    width:90%;
}
#trainingcol1{
    float:left;
    width:45%;
    text-align: justify;
    padding:30px 0px 0px 40px;
}
#trainingcol2{
    float:left;
    width:35%;
    text-align: justify;
    padding:30px 0px 0px 80px;
}
.menuBar{
    background-color: #363636;
    width:1004px;
    height:40px;
/*    left:18%;*/
    padding-left:20px;
    padding-top:15px;
    font-weight: bold;
    position:absolute;
    z-index: 1000;
    display:none;

}
.menuBar a{
    color: #D7D7D7;
    text-decoration: none;
    padding-left:10px;
}
.menuBar a:hover{
    text-decoration: underline;
}

#left{
    float:left;
    top:110px;
    left:-30px;
    position:absolute;
    z-index: 10000;
}
#right{
    float:left;
    top:110px;
    left:800px;
    position:absolute;
}
#movieMaskMain{
    overflow:hidden;
    position: absolute;
}
#movieMask{
    width:200%;
    float:left;
    overflow:hidden;
}
.movieScroll {
    width:50%;
    float:left;   
}
#movieMask img{
    padding-left:20px;
    float:left;
}
#movie {
    position:absolute;
    top:150px;
    left:10%;
    width:100%;
}
.pad{
    padding-left:30px;
    padding-top:60px;
}
.youtube{
    padding-bottom:10px;
}
.contentLeft{
    float:left;
    width:240px;
    color: #7D7D7D;
    font-size: 12px;
}
.smallImage{
    padding-top:10px;
}
.contentRight{
    float:left;
    width:640px;
    padding-left:30px;
        color: #7D7D7D;
    font-size: 12px;
}
#tvleft{
    float:left;
    top:110px;
    left:-30px;
    position:absolute;
    z-index: 10000;
}
#tvright{
    float:left;
    top:110px;
    left:800px;
    position:absolute;
}
#tvMaskMain{
    overflow:hidden;
    position: absolute;
}
#tvMask{
    width:200%;
    float:left;
    overflow:hidden;
}
.tvScroll {
    width:50%;
    float:left;   
}
#tvMask img{
    padding-left:20px;
    float:left;
}
#tv {
    position:relative;
    top:100px;
    left:10%;
    width:100%;
}