html
{
    width: 100%;
}
body
{
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    background-color: #fff;
    background-image: url("http://www.data.virtualinterconnect.com/layouts/grid.gif");
    font-family: sans-serif;
    font-size: 80%;
}

.ProductHeader { background-color: #000; }
.ProductHeader td { border-style: solid none; border-width: 2px; border-color: #3f0 #fff; color: #fff; text-align: left; }

#ShortBusinessDescription
{
    border: 1px solid #000;
    line-height: 50px;
    background-color: #fff;
    _height: 30px;
    min-height: 30px;
}

#LeftShadow, #BottomShadow, #Copyright
{
    width: 80%;
    margin: 0px auto;
}

#LeftShadow
{
    background-image: url("http://www.data.virtualinterconnect.com/images/dropshadow/l24.png");
    background-repeat: repeat-y;
    _background-image: none;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='http://www.data.virtualinterconnect.com/images/dropshadow/lr24wide.png');
}

#RightShadow
{
    margin-left: 24px;
    background-image: url("http://www.data.virtualinterconnect.com/images/dropshadow/r24.png");
    background-repeat: repeat-y;
    background-position: top right;
    _background-image: none;
}

#MainSection
{
    position: relative;
    margin-right: 24px;
    background-color: #ccc;
}

#PictureAndLogo
{
    position: relative;
    _height: 100px;
    min-height: 100px;
    line-height: 1px;
    /*z-index: -10;*/
    z-index: 1;
    overflow: hidden;
}

#Picture
{
    position: absolute;
    width: 100%;
    height: 100%;
    _height: expression(this.parentNode.clientHeight + "px");
}

#Logo
{
    position: relative;
    z-index: 40;
    line-height: normal;
    padding: 20px 0px 0px 0px;
}

#Logo h1, #Logo h2, #Logo h3, #Logo h4
{
    margin-top: 0px;
    margin-bottom: 0px;
}

#LogoBottomSpacer
{
    clear: both;
    width: 1px;
    height: 20px;
    float: left;
}

#NavBar
{
    position: relative;
    z-index: 100;
    clear: both;
}

#NavBar ul
{
    display: block;
    margin: 0px;
    padding: 0px;
    line-height: 150%;
}

#NavBar ul li
{
    display: block;
    float: left;
    _display: inline;
    _float: none;
    padding: 3px 5px;
}

#NavBar ul li a
{
    text-decoration: none;
    white-space: nowrap;
}

#LowerArea
{
    position: relative;
}

#QuickText
{
    position: relative;
    float: left;
    width: 180px;
    margin: 10px;
}

#Content
{
    position: relative;
    margin-left: 200px;
    border-left: 1px solid #999;
    padding: 10px;
    background-color: #fff;
    _height: 400px;
    /*_width: expression(this.parentNode.offsetWidth - 300 + "px");
    _overflow-x: scroll;*/
    min-height: 400px;
}

#BottomShadow
{
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='http://www.data.virtualinterconnect.com/images/dropshadow/blr24wide.png');
}

#BottomLeftShadow
{
    float: left;
    width: 24px;
    height: 24px;
    background-image: url("http://www.data.virtualinterconnect.com/images/dropshadow/bl24.png");
    _background-image: none;
}

#BottomRightShadow
{
    float: right;
    width: 24px;
    height: 24px;
    background-image: url("http://www.data.virtualinterconnect.com/images/dropshadow/br24.png");
    _background-image: none;
}

#BottomCenterShadow
{
    margin-left: 24px;
    margin-right: 24px;
    height: 24px;
    background-image: url("http://www.data.virtualinterconnect.com/images/dropshadow/b24.png");
    _background-image: none;
}

#Copyright
{
    text-align: center;
}

.InvisibleClear
{
    clear: both;
    width: 0px;
    height: 0px;
}
