/* --[ main ]----------------------------------- */

#main-img{        
    padding: 5px 0 5px 0; 
}



/* --[ products ]----------------------------------- */

#products-container {
    width: 745;
}

#products-container .menu-item{
    font-size: 11px;
    padding-top: 6px;
}

.left-column{
    float: left;
    width: 485px;
		
}
.right-column{
    width: 253px;
    float: right;
    margin-right: 0px;
}

td{
    padding: 5px 3px 0px 0px;
    vertical-align: top;
}
a img{
    border-style: none;
}

.product-title a{
    text-decoration: none;
    color: black;
}
.product-title a:hover{
    color: #AE252B;
}

.product-text{
    width: 175px;
    padding-left:5px;
    /*width: 50px;*/
    /*float: left;*/
}

.product-title{
    font-weight: bold;
    font-size: 11px;
    /*padding-left: 10px;*/
}
.product-desc{
    /*margin-left: 10px;*/
    font-size: 10px;
}

.sub-title{
    padding-left: 15px;
    border-bottom: 1px #aaa solid;
    color: #555555;
    clear: both;
    margin: 15px 0 10px 0;
}

#products-services{
    margin-top: 5px;
}
#products-services .product-link{
    margin-bottom: 5px;
}
#products-services p{
    margin-left: 15px;
}


#products-trans-content{
    padding-bottom: 5px;
    /*height: 399px;*/
}


* html #products-trans-content{
    /*height: 406px;*/
}

#products-services .product-text,
#products-management .product-text{
    /*width: 200px;*/
}

/* --[ support ]----------------------------------- */

#support {
    margin-top: 5px;
}

#support .rbcontent{
    /*height: 68px;*/
    height: 114px;
}

/* --[ news ]----------------------------------- */
#news-container {
    float: left;
    width: 745px;
    margin-top: 5px;
    /*padding: 20px 5px 0px 5px;*/
}
.news-link{
    padding-bottom: 10px;
}
.news-text{
}
.news-title{
    font-size: 13px;
}
.news-text p{
    padding-left: 15px;
    font-size: 11px;
}

.last{
    margin-bottom: 0px;
}





