/*
Theme Name: Fabtech 2000
Author: Kupe Software Ltd
Author URI: http://kupesoftware.com/
Description: Theme for Fabtech 2000
Version: 1.0
*/

body {
    padding: 0;
    margin: 0;
    background-image: url('images/bg.gif');
    background-position-x: center;
}

body, a {
    color: #FFF;
    font-family: Arial, Verdana;
}

.mainWrapper {
    width: 800px;
    margin: 0 auto;
    overflow: hidden;
}

.titleBar {
    height: 116px;
}
    .titleBar img {
        float: left;
        margin-top: 5px;
    }

    .titleBar .titleText {
        height: 97px;
        margin-left: 314px;
        padding-top: 48px;
        font: bold 13px arial;
        text-align: right;
    }
    .titleBar .titleText .phone {
        font-size: 16px;
        height: 20px;
        line-height: 20px;
        vertical-align: baseline;
        margin-bottom: 12px;
    }
            
.bannerImage {
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    padding: 0;
    margin: 0;
    height: 196px;
}

.menu {
    border-bottom: 9px solid #0094ff; 
}

    .menu ul {
        height: 30px;
        line-height: 30px;
        margin: 0;
        padding: 0;
        list-style: none;
    }

.menu ul li {
    padding: 0;
    margin: 0;
    float: left;
    background-color: #333;
}
    .menu ul li.current-menu-item {
        background-color: #0094ff;
    }

    .menu ul li a {
        font-weight: bold;
        font-size: 13px;          
        display: block;
        width: 100px;
        text-align: center;
        text-decoration: none;
        text-transform: lowercase;
    }

.subMenu {
           
    margin: 0;
    padding: 0;
    padding-bottom: 150px;
}

    .subMenu ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .subMenu ul li {
            border-bottom: 1px solid #FFF;
        }

        .subMenu ul li a {
            display: block;
            line-height: 40px;
            height: 40px;
            vertical-align: middle;
            text-decoration: none;
            text-transform: lowercase;
            font-family: Arial;
            font-size: 13px;
            font-weight: bold;
            color: #FFF;
            padding-left: 37px;
            background: url('images/leftNav.gif') no-repeat #000;
        }

.content {
    margin: 10px;
    color:  #FFF;
}                

.footer {
    background-color: #333;
    font: bold 10px arial;
    color: #b3b3b3;
    line-height: 38px;
    vertical-align: middle;
    padding: 0 5px;
}

#container2 {
    float:left;
    width:100%;
    background:#000;
    position:relative;
    right:  1px;
    border-right:  1px solid #808080;
}

#container1 {
    float:left;
    width:100%;
            background: url('images/car.gif') no-repeat right bottom #333;
    position:relative;
    right: 600px;
}

#col1 {
    float:left;
    width:200px;
    position:relative;
    left:600px;
    overflow:hidden;
}

#col2 {
    float:left;
    width:600px;
    position:relative;
    left:600px;
    overflow:hidden;
}