/*links in left column*/
 
 
#left-column a {
color: #0167ae;
        }
        
#left-column a:hover {
color: #0167ae;
text-decoration:underline;
        }
 
/* for the product box item itself: product_box.css*/
 
 
 
/* div positioning */
 
#global {
        position: relative;
        margin: 0 auto;
        width: 990px;
        }
        
/* header*/    
#header {
        position:absolute;
        width: 990px;
        /*background-color:#00CCFF;*/
 
}
        
/* CONTAINER FLOAT BLOCKS ------------------------------------------------------- */        
        
#container { 
        /* vcom font color */ color: #000;
        top: 195px;
        position: absolute;
        width: 970px;
        margin-left: 10px;
        border-bottom: solid 20px #ffffff;
}
 
 
#container-bottom {
        width: 970px;
        background: url(http://images1.avanquest.com/USA/images/vcom_lc_bottom_tcm8-91460.gif) no-repeat left bottom;
        }
        
        
        
/* bg of the 2 columns */      
#container-bg {
        clear: both;
        width: 970px;
        background: url(http://images4.avanquest.com/USA/images/bg_left_col_tcm8-91429.gif) repeat-y left;
        }
 
#allonge {
clear: both;
 
}
 
/* #float2 contains #content_landvcom */
#float2 {
        float: left;
        width: 230px;
}
 
#content_landvcom {
        float: right;
        width: 720px;
}
 
 
#promo1 {
        float: right;
        width: 720px;
}
 
 
#float1 {
        float: right;
        width: 720px;
}
 
 
 
 
/*#promo2 {
        float: left;
        width: 230px;
        top: 0;
        border-bottom: 20px solid #FFFFFF;
}*/
 
#left-column  {
        width: 230px;
        
}
 
 
 
 
/* footer  */
#footer { 
        clear: both;
        width: 970px;
        border-top: 20px solid #FFFFFF;
}
