﻿/* Layout */
.boundingBox{ margin: 0 auto; width: 920px; font: 12px/20px arial, verdana, sans-serif; color: #58534c;}

#fitler-content
{
    min-height: 300px;
    background-image: url(../images/body.gif);
    background-position: left top;
    background-repeat: repeat-y;
    padding: 20px 10px 20px 20px;
    
}

/* Content - Portfolio Listing */

ul#portfolio-filter{ margin: -20px 0; padding: 0; padding-left: 70px; line-height: 30px; background: transparent url(../images/portfolio/icon-aic.png) left no-repeat; }
ul#portfolio-filter li{ display: inline; }
ul#portfolio-filter a{ margin-right: 0.5em; padding: 0.5em 1em; color: #bd4d00; font-weight: bold; text-decoration: none; }
ul#portfolio-filter a:hover, ul#portfolio-filter a.current{ background-color: #bd4d00; color:#FFF; }
ul#portfolio-filter a.current{ background-color: #bd4d00; color:#FFF; }

ul#portfolio-list{ margin: 36px 0 0 0; padding: 0; list-style: none; }
ul#portfolio-list li{ width: 165px; height: 160px; display: block; float: left; margin-right: 18px; overflow: hidden; }
ul#portfolio-list li a{ display: block; width: 163px; height: 120px; overflow: hidden; border: 1px solid #CDCDCD; background: #eee; }
ul#portfolio-list li p{ font-size: 11px; line-height: 15px; color: #AAA; margin: 5px 0; text-align:center; }
ul#portfolio-list img {border:0}

