﻿html{
}

body
{
    background-color: #99ccff;
    margin: 0;
    background-image: url('../images/body_bg.png');
    background-repeat: repeat-x;
    background-position: center top;
    font: 12px/17px Arial, Helvetica, sans-serif;
}

body a:visited{
    text-decoration: none;
    margin-left: 1px;
    margin-right: 1px;
    color: #0066CC;
    font-weight:bold ;
    
}

body a{
    text-decoration: none;
    margin-left: 1px;
    margin-right: 1px;
    color: #0066CC;
    font-weight:bold ;
    
}

#MainHeader
{
    border-width: 0px thin 0px thin;
    border-style: solid;
    margin-left: auto;
    margin-right: auto;
    width: 900px;
    border-color: #99CCFF;
}

#MainBody{
    border-width: 0px thin 0px thin;
    border-style: solid;
    border-color: #99CCFF;
    margin: auto ;
    width:880px;        
    padding:10px;
    background-color: white;
}

#Submenu{
    margin: auto;
    width: 880px;
    background-color: #FFFFFF;
    height: 25px;
    padding-left: 10px;
    padding-right: 10px;
    border-width: 0px thin 0px thin;
    border-style: solid;
    border-color: #99CCFF;
}

#Submenu A, A:visited{
    text-decoration: none;
    margin-left: 10px;
    margin-right: 10px;
    color: #0066CC;
}

#Submenu A.selected, A.selected:visited{
    text-decoration: none;
    margin-left: 10px;
    margin-right: 10px;
    font-weight: bold;
}

#ColumnLeft
{
    padding: 10px;
    border: 1px #C1DDFF solid;
    background-position: top;
    float: left;
    background-image: url('../images/body_bg.png');
    background-repeat: repeat-x;
}

#ColumnRight{
    padding: 10px;
    background-position: top;
    border: 1px #C1DDFF solid;
    float: right;
    background-image: url('../images/body_bg.png');
    background-repeat: repeat-x;
}


#ColumnRight.index
{
    border-style: none;
    border-color: inherit;
    border-width: 0;
width: 297px;
    height: 370px;
        text-align: center;
        background-image: none;
        padding-top: 5px;
        padding-bottom: 15px;
}

#ColumnRight.index A, A:visited{
    text-decoration: none;
    margin-left: 1px;
    margin-right: 1px;
    color: #0066CC;
    font-weight:bold ;
}

#ColumnLeft.index
{
    height: 370px;
    width: 531px;
}



#ColumnLeft.company
{
    width: 482px;
    height: 434px;
}
#ColumnRight.company
{
    width: 344px;
    height: 434px;
}


#ColumnLeft.buyer_solutions
{
    width: 410px;
    height: 343px;
}

#ColumnRight.buyer_solutions
{
    width: 410px;
    height: 343px;
}


#ColumnLeft.supplier_solutions
{
    width: 410px;
    height: 386px;
}

#ColumnRight.supplier_solutions
{
    width: 410px;
    height: 386px;
}

#ColumnLeft.support
{
    width: 410px;
    height: 348px;
}
#ColumnRight.support
{
    width: 410px;
    height: 348px;
}


#ColumnLeft.contact
{
    width: 508px;
    height: 490px;
}
#ColumnRight.contact
{
    width: 311px;
    height: 490px;

}

#ColumnLeft.jforms_login{
    width: 410px;
    height: 381px;
}

#ColumnRight.jforms_login{
    width: 410px;
    height: 381px;
}


#ColumnLeft.buyerjcertification{
    width: 410px;
    height: 362px;
}

#ColumnRight.buyerjcertification{
    width: 410px;
    height: 362px;
}

#ColumnLeft.buyerjforms{
    width: 410px;
    height: 348px;
}


#ColumnRight.buyerjforms{
    width: 410px;
    height: 348px;
}

#ColumnLeft.buyerjintegration{
    width: 410px;
    height: 278px;
}

#ColumnRight.buyerjintegration{
    width: 410px;
    height: 278px;
    }


#ColumnLeft.buyerjinterchange{
    width: 410px;
    height: 273px;
}

#ColumnRight.buyerjinterchange{
    width: 410px;
    height: 273px;

}

#ColumnLeft.supplierjconnect{
    width: 410px;
    height: 309px;
}


#ColumnRight.supplierjconnect{
    width: 410px;
    height: 309px
}


#ColumnLeft.supplierjforms{
    width: 410px;
    height: 321px;
}

#ColumnRight.supplierjforms{
    width: 410px;
    height: 319px;

}
#ColumnLeft.supplierjintegration{
    width: 410px;
    height: 273px;
}

#ColumnRight.supplierjintegration{
    width: 410px;
    height: 273px;

}
#ColumnLeft.supplierjinterchange{
    width: 410px;
    height: 273px;
}

#ColumnRight.supplierjinterchange{
    width: 410px;
    height: 273px;
}


#DownloadList{
    border: 1 #0066CC solid;
    width: 100%;
    height: 279px;
    overflow: auto;
    line-height: 20px;
}

#DownloadList img {
    border-width: 0px; 
    width: 16px; 
    height: 16px; 
    padding-left: 5px; 
    padding-right: 5px;
}

#DownloadList A{
    margin-left: 5px;
    margin-right: 5px;
    }


#Testimonial
{
    padding: 10px;
    border: 1px #C1DDFF solid;
    background-position: 50% top;
    width: 383px;
    float: left;
    height: 76px;
    background-image: url('../images/body_bg.png');
    background-repeat: repeat-x;
    margin-left: 25px;
}

.BulletHead
{
    font: 17px Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #000000;
    line-height: 17px;
}

.BulletHead A{
    margin: 0;
    font: 16px Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #0066CC;
    line-height: 25px;
    text-decoration: none;
}

.BulletHead A:visited{
    margin: 0;
    font: 16px Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #0066CC;
    line-height: 25px;
    text-decoration: none;
}


.learn_more A{
    color: #0066CC;
    font-size: 10px;
    font-weight: normal;
    margin-left: 10px;
    text-decoration: underline;
}

.learn_more A:visited{
    color: #0066CC;
    font-size: 10px;
    font-weight: normal;
    margin-left: 10px;
    text-decoration: underline;
}




#MainFooter{
    border-width: 0px thin 0px thin;
    border-style: solid;
    border-color: #99CCFF;
    margin-left: auto;
    margin-right: auto;
    width: 880px;
    padding: 10px;
    background-color: #000099;    
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    color: #C1DDFF;
    font-size: 11px;    
}

#MainFooter A, A:visited
{
    color: #C1DDFF;
    font-size: 12px;
    text-decoration: none;
    font-weight: normal;
}




li{
    margin-bottom: 10px;
}


