/* 
    Document   : basicalign
    Created on : 14 Aug, 2009, 11:04:37 PM
    Author     : Kiran
    Description:
        Purpose of the stylesheet follows.
*/


    root {
        display: block;
    }


    

    #top_bar {
            position: absolute;
            top: 2;
            left: 4;
            width: 240;
            color: white;
            font-family:"verdana";
            font-size: 10px;
    }

    #bottom_bar {
            position: absolute;
            top: 880;
            left: 4;
            width: 240;
            color: black;
            font-family:"verdana";
            font-size: 10px;
    }

    #bottom_ad {
            position: absolute;
            top: 930;
            left: 100;
            width: 240;
            color: black;
            font-family:"verdana";
            font-size: 10px;
    }
    #bottom_bar_text {
            position: absolute;
            top: 880;
            left: 880;
            width: 220;
            color: black;
            font-family:"verdana";
            font-size: 10px;
    }

    #services_bottom_bar {
            position: absolute;
            top: 1380;
            left: 4;
            width: 240;
            color: black;
            font-family:"verdana";
            font-size: 10px;
    }

    #services_bottom_bar_text {
            position: absolute;
            top: 1380;
            left: 880;
            width: 220;
            color: black;
            font-family:"verdana";
            font-size: 10px;
    }

    #top_title {
            position: absolute;
            top: 66;
            left: 100;
            width: 340;
            color: white;
            font-family:"Arial";
            font-size: 26px;
    }

    #main_content_title {
            position: absolute;
            top: 145;
            left: 180;
            width: 1000;
            color: black;
            background-color: #DDEFEF;
            font-family:"verdana";
            font-size: 14px;
            font-weight: bold;
    }

    #main_content {
            position: absolute;
            top: 175;
            left: 185;
            width: 1000;
            color: black;
            font-family:"verdana";
            font-size: 12px;
    }
    
    #main_content_font {
            font-family:"verdana";
            font-size: 12px;
    }

    #side_menu_tab {
            position: absolute;
            top: 120;
            left: 4;
            width: 620;
            color: white;
            background-color: #3082BF;
            font-family:"verdana";
            font-size: 8px;
    }

    #slides_tab {
            position: absolute;
            top: 120;
            left: 4;
            width: 170;
            /*color: white;
            background-color: #3082BF;*/
            font-family:"verdana";
            font-size: 8px;
    }

    #slides_tab2 {
            /*position: absolute;
            top: 120;
            left: 4;
            width: 170;*/
            /*color: white;
            background-color: #3082BF;*/
            font-family:"verdana";
            font-size: 8px;
    }

    #side_menu_tab2 {
            position: absolute;
            top: 101;
            left: 4;
            width: 640;
            color: #0000FF;
            font-family: "Helvetica";
            font-size: 8pt;
    }

    #side_menu_font {
            font-family: "Helvetica";
            font-size: 8pt;
    }

    .navstyle {
        text-decoration: none;
        font-family: "Helvetica";
        font-size: 8pt;
        color: #000000;
    }
    .navstyle:hover {
        font-family: "Helvetica";
        font-size: 8pt;
        font-weight: bold;
        color: #0000FF;
    }


    #link_style {
            color: white;
            font-family:"arial";
            font-size: 10px;
    }

     #basic_description {
            position: absolute;
            top: 130;
            left: 160;
            font-family:"verdana";
            color: black;
            background-color: Wheat;
            font-size: 10px;
            width: 640;
            /*font-weight: bold;*/
    }

    #common_table {
            font-family:"verdana";
            color: black;
            font-size: 10px;
            width: 900;
            /*font-weight: bold;*/
    }

    #customer_table {
            position: absolute;
            top: 200;
            left: 200;
            font-family:"verdana";
            color: black;
            /*background-color: Wheat;*/
            font-size: 10px;
            /*width: 340;*/
            /*font-weight: bold;*/
    }




    #content {
            margin: 0 10em; /* setting top and bottom margin to 0 and right and left margin to 10em */
            font-family:"verdana"
    }
