/********************************************************************************
* 
*  Author    :  Ricky Stevens
*  Web       :  http://www.ventutec.com
*  Modified  :  17-September-2009
* 
********************************************************************************/


/* Preset Tags
********************************************/

body {
    background: #e0e0e0;
    /*background: #363636;*/
    font-family: Verdana, Arial, Tahoma, Times, Times New Roman;
    color: #fff;
    font-weight: normal;
    font-size: 10px;
    overflow-x: hidden;
}


/* White Area Tags
********************************************/

#white {
    float: left;
    clear: both;
    width: 100%;
    height: auto;
    background: #f0f0f0 url(images/header-bg2.jpg) repeat-x 0px 0px;
}

    /* Header Tags
    ********************************************/

    #white #header {
	float: left;
	clear: both;
	position: relative;
	width: 100%;
	height: 329px;
	z-index: 50;
	background-color: transparent;
	background-image: url(images/logo2.png);
	background-repeat: no-repeat;
	background-position: 720px 125px;
    }

    #white #header .banner {
        float: left;
        clear: both;
        position: relative;
        width: 882px;
        height: 329px;
        background: transparent url(images/header.png) no-repeat;
        z-index: 60;
    }

        /* Navigation Tags
        ********************************************/

        #navivation {
            position: absolute;
            left: 0;
            top: 0;
            width: 1014px;
            height: 52px;
            z-index: 70;
        }

        #navivation .middle {
            position: relative;
            left: 22%;
            z-index: 71;
        }

        #navivation .middle .left {
            float: left; 
            width: 33px;
            height: 52px;
            background: transparent url(images/nav-01.png) no-repeat 0 0;
            z-index: 72;
        }

        #navivation .middle .center {
            float: left; 
            width: auto;
            height: 52px;
            background: transparent url(images/nav-03.png) repeat-x;
            z-index: 72;
        }

        #navivation .middle .center .cell {
            float: left; 
            clear: none;
            display: inline;
            width: auto;
            height: 52px;
            padding: 0 11px;
            line-height: 37px;
            font-weight: bold;
            z-index: 73;
            color: #444;
            font-family: Arial, Tahoma, Verdana;
            font-size: 12px;
            cursor: pointer;
        }

        #navivation .middle .center .cell a {
            width: 100%;
            height: 52px;
            display: block;
            color: #444;
            font-family: Arial, Tahoma, Verdana;
            font-size: 12px;
            text-decoration: none;
            z-index: 73;
            line-height: 37px;
        }

        #navivation .middle .center .spacer {
            float: left; 
            width: 3px;
            height: 52px;
            background: transparent url(images/nav-05.png) no-repeat;
            z-index: 73;
        }

        #navivation .middle .center .do-end {
            width: 1px;
        }

        #navivation .middle .right {
            float: left; 
            width: 33px;
            height: 52px;
            background: transparent url(images/nav-02.png) no-repeat;
            z-index: 72;
        }

            /* Dropdown Tags
            ********************************************/

            #navivation .middle .center .cell ul {
                display: none;
                position: absolute;
                top: 41px;
                left: 35px;
                list-style: none;
                background: transparent;
                width: 484px;
                height: auto;
                z-index: 68;
            }

            #navivation .middle .center .cell ul li {
                display: block;
                background: #3d4b55;
                margin: 0;
                border-top: 1px solid #2d3c45;
                padding: 0;
                width: 100%;
                height: auto;
                line-height: 22px;
                z-index: 69;
            }

            #navivation .middle .center .cell ul li a {
                display: block;
                background: #3d4b55;
                width: 100%;
                height: 22px;
                line-height: 22px;
                text-indent: 25px;
                color: #fff;
                font-size: 10px;
                z-index: 69;
            }

            #navivation .middle .center .cell ul li a:hover {
                display: block;
                background: #5f6b72;
                width: 100%;
                height: auto;
            }
            
            #navivation .middle .center .cell ul li a span {
                background: transparent;
                display: block;
                left: 0;
                line-height: 22px;
                position: absolute;
                text-align: center;
                text-indent: 0;
                width: 25px;
            }

            #navivation .middle .center .cell ul .first a {
                background: #3d4b55 url(images/nav-sub-4.png) repeat-x 0px 0px;
                z-index: 69;
            }

            #navivation .middle .center .cell ul .first a:hover {
                background: #5f6b72 url(images/nav-sub-4.png) repeat-x 0px 0px;
            }

                /* Dropdown Tags
                ********************************************/

                #navivation .middle .center .cell ul li ul {
                    display: none;
                    position: relative;
                    list-style: none;
                    background: transparent;
                    width: 484px;
                    height: auto;
                    z-index: 68;
                    top: 0;
                    left: 0;
                }

                #navivation .middle .center .cell ul li ul li {
                    display: block;
                    margin: 0;
                    border-top: 1px solid #2d3c45;
                    padding: 0;
                    width: 100%;
                    height: auto;
                    line-height: 22px;
                    z-index: 69;
                }

                #navivation .middle .center .cell ul li ul li a {
                    display: block;
                    background: #253139;
                    width: 100%;
                    height: auto;
                    line-height: 22px;
                    text-indent: 50px;
                    color: #fff;
                    font-size: 10px;
                    z-index: 69;
                }

                #navivation .middle .center .cell ul li ul li a span {
                    left: 25px;
                }

                #navivation .middle .center .cell ul li ul li a:hover {
                    background: #1f292f;
                }

                    #navivation .middle .center .cell ul li ul li ul li a {
                        text-indent: 75px;
                    }

            #navivation .middle .center .cell ul .last {
                display: block;
                background: transparent;
                margin: 0;
                border-top: 0;
                padding: 0;
                width: 100%;
                height: 24px;
                z-index: 69;
            }

            #navivation .middle .center .cell ul .last .block1 {
                float: left;
                background: url(images/nav-sub-1.png) no-repeat;
                width: 14px;
                height: 24px;
                z-index: 69;
            }

            #navivation .middle .center .cell ul .last .block2 {
                float: left;
                background: url(images/nav-sub-2.png) repeat-x;
                width: auto;
                height: 24px;
                z-index: 69;
            }

            #navivation .middle .center .cell ul .last .block3 {
                float: left;
                background: url(images/nav-sub-3.png) no-repeat;
                width: 14px;
                height: 24px;
                z-index: 69;
            }

        /* Telephone & E-mail tags
        ********************************************/

        #white #header .e-mail {
            position: absolute;
            left: 462px;
            top: 250px;
            width: 400px;
            height: 25px;
            z-index: 10;
        }

        #white #header .e-mail .left {
            float: left;
            background: url(images/email-tile.png) repeat-x;
            width: 372px;
            height: 25px;
            z-index: 10;
            text-indent: 193px;
            line-height: 25px;
            font-family: Arial, Tahoma, Verdana;
            font-size: 9px;
            font-weight: bold;
        }

        #white #header .e-mail .right {
            float: right;
            background: url(images/email-end.png) no-repeat;
            width: 28px;
            height: 25px;
            z-index: 10;
            text-indent: 300px;
        }

        #white #header .telephone {
            position: absolute;
            left: 420px;
            top: 274px;
            width: 400px;
            height: 21px;
            z-index: 10;
        }

        #white #header .telephone .left {
            float: left;
            background: url(images/telephone-tile.png) repeat-x;
            width: 376px;
            height: 21px;
            z-index: 10;
            text-indent: 212px;
            line-height: 21px;
            font-family: Arial, Tahoma, Verdana;
            font-size: 9px;
            font-weight: bold;
        }

        #white #header .telephone .right {
            float: right;
            background: url(images/telephone-end.png) no-repeat;
            width: 24px;
            height: 21px;
            z-index: 10;
            text-indent: 300px;
        }

/* Grey Area Tags
********************************************/

#grey {
    float: left;
    clear: both;
    width: 100%;
    height: auto;
    background: #E0E0E0 url(images/dark-bg2.jpg) repeat-x 0px 0px;
}


    /* Footer
    ********************************************/

    #grey #footer {
        position: relative;
        display: block;
        top: 43px;
        left: 115px;
        width: 785px;
        height: auto;
        font-weight: bold; 
        font-size: 9px;
        line-height: 16px;
        color: #f0f0f0;
        padding-bottom: 30px;
    }

    #grey #footer a {
        text-decoration: none;
        color: #b2b2b2;
    }

    #grey #footer a:hover {
        text-decoration: underline;
    }

    #grey #footer .wBold {
        color: #f0f0f0;
    }

    /* Footer 2
    ********************************************/

    #grey #footer2 {
        position: relative;
        display: block;
        top: 43px;
        left: 115px;
        width: 785px;
        height: auto;
        font-weight: bold; 
        font-size: 9px !important;
        line-height: 16px;
        color: #000;
        padding-bottom: 30px;
    }

    #grey #footer2 a {
        text-decoration: none;
        color: #7a7a7a;
        font-size: 9px !important;
    }

    #grey #footer2 a:hover {
        color: #000;
    }

    #grey #footer2 .wBold {
        color: #7a7a7a;
        font-size: 9px !important;
    }
