.box-wrapper{
	margin-top: 25px;
    margin-left: 30px;
    float: left;
}

.box-wrapper .box{
	width: 155px;
	height: 220px;
	background-color: black;
	float: left;
/*	border: 2px solid #25408e;*/
    position: relative;
}

.box-wrapper .box img{
    width: 100%;
	height: 100%;
    opacity: 1;
    position: absolute;
}

.box-wrapper .box:hover img{
    opacity: 1;
}

.box-wrapper a{
    color: #fff;
    text-decoration: none;
}

.box-wrapper .disk{
    width: 155px;
    height: 155px;
    background-color: #000;
    opacity: 0.8;
    border-radius: 50%;
    top: 30px;
    left: 0px;
    position: absolute;
    display: none;
}

.box-wrapper h1{
    color: #fff;
    font-size: 0.9em;
    font-weight: normal;
    text-transform: uppercase;
    text-align: center;
    
    position: absolute;
        
    bottom: 45%;
    width: 100%;
    
/*    display: inline-block;*/
    border-bottom: 1px solid #FFF;
    padding-bottom: 10px;
    padding-right: 17px;
}

.box-wrapper .box:hover .disk{
    display: block;
}

.box-wrapper .box p{
    position: absolute;
    background-color: #fff;
    opacity: 0.7;
    width: 150px;
    text-align: center;
    bottom: 0;
    font-size: 1.2em;
    display: none;
    padding: 10px;
}

.box-spacer{
	height: 40px;
    clear: left;
	width: 10px;
}

.left-bar{
	width: 230px;
    margin-top: 25px;
    float: left;
	background-color: white;
	font-size: 0.8em;
}

.left-bar p.title{
    height: 30px;
    background: #13abc2 none;
}

.left-bar p.title span{
    background: transparent url(/images/bullet.gif) no-repeat left center;
    color: #fff;
    font-size: 1em;
    line-height: 2.2em;
    padding-left: 20px;
}

.left-bar ul.for-us li{
    border-bottom: 1px dashed #13abc2;
}

.left-bar ul.for-us li:nth-child(odd){
    background-image: url(/images/background1.gif);
    background-repeat: repeat-y;
}

.left-bar .header ,.left-bar ul.for-us li:nth-child(even){
    background-image: url(/images/background2.gif);
    background-repeat: repeat-y;
}

.left-bar p, .left-bar li{
    padding: 5px 15px;
}

.left-bar ul.for-us li span.bullet,
.left-bar .title{
    background-image: url(/images/bullet2.gif);
    background-repeat: no-repeat;
    padding-left: 20px;
}

.left-bar h1{
    padding: 10px 15px;
}

.left-bar .title{
    font-weight: bold;
}

.left-bar .phone{
    font-size: 1em;
    color: #a2ca00;
    font-weight: bold;
}

.left-bar .desc{
    font-size: 0.9em;
    color: #909090;
    font-style: italic;
}

.left-bar .contacts{
    border-bottom: 1px dashed #909090;
}