﻿body, html
        {
           margin: 0px;
           font-family: Arial;
           font-size: 10pt;
           background-color: #828282;
           height: 100%;
           scrollbar-face-color: #FFC000;
	scrollbar-shadow-color: ;
	scrollbar-highlight-color: #828282;
	scrollbar-3dlight-color: ;
	scrollbar-darkshadow-color: ;
	scrollbar-track-color: #828282;
	scrollbar-arrow-color: #000;
        }
        body a
        {
            text-decoration: none;
            color: White;
        }
        body a:hover
        {
                color: #F6B130;
        }
        a img
        {
            border: none;
        }
        body a:hover
        {
            color: #282580;
        }
        body ul, li
        {
                color: White;
                font-size: 10pt;
                list-style-type: square;
        }
        body table
        {
                color: White;
                font-size: 10pt;
        }
        body table a:hover
        {
                color: #F6B130;
        }
        #menu
        {
            width: 95px; 
            height: 456px;
            padding-right: 6px;
            padding-top: 20px;
            background-image: url('images/html/leftBg.jpg');
            background-repeat: no-repeat;
        }
        #menu a
        {
            display: block;
            height: 35px;
            width: 95px;
        }
        .menu1
        {
                background-image: url('images/html/aboutBtn_reg.gif');
        }
        .menu1:hover
        {
                background-image: url('images/html/aboutBtn_over.gif');
        }
        .menu2
        {
                background-image: url('images/html/portfolioBtn_reg.gif');
        }
        .menu2:hover
        {
                background-image: url('images/html/portfolioBtn_over.gif');
        }
        .menu3
        {
                background-image: url('images/html/clientsBtn_reg.gif');
        }
        .menu3:hover
        {
                background-image: url('images/html/clientsBtn_over.gif');
        }
        .menu4
        {
                background-image: url('images/html/workingLinesBtn_reg.gif');
        }
        .menu4:hover
        {
                background-image: url('images/html/workingLinesBtn_over.gif');
        }
        .menu5
        {
                background-image: url('images/html/prepareBtn_reg.gif');
        }
        .menu5:hover
        {
                background-image: url('images/html/prepareBtn_over.gif');
        }
        .menu6
        {
                background-image: url('images/html/contactUsBtn_reg.gif');
        }
        .menu6:hover
        {
                background-image: url('images/html/contactUsBtn_over.gif');
        }
        #menuBottom a
        {
               color: White;
               font-size: 10pt;
               text-decoration: none; 
        }
        .txtbox
        {
                
        }
