@charset "UTF-8";

/*CSS DOCUMENT*/

.leftCol{
	float:left;
	width:580px;
}

.rightCol{
	float:right;
	width:240px;
}

.rightCol .txt{
	padding:5px;

}
.rightCol .item{
	margin-bottom:5px;	
}
.rightCol h1{
	background-image:url(../images/layout/col_header.jpg);
	background-repeat:no-repeat;
	/*height:35px;*/
	font-size:1.5em;
	color:#FFF;
	padding:4px 8px 13px;
	margin-bottom:0px;
	line-height:normal;
}
.rightCol h2{
	font-size:1.1em;
	color:#0071BC;
	margin-bottom:0px;
}
.rightCol h3{
	font-size:0.95em;
	color:#999999;
	margin-bottom:5px;
}
.rightCol p {
	line-height:normal;	
}

.latest_work{
	background-image:url(../images/work_bg_tile.jpg);
	background-repeat:repeat-x;
	height:210px;
	width:580px;
}
.works{
	margin-left:20px;
	top:-10px;
	z-index:1px;
	position:relative;
}
.work{
	float:left;
	text-align:center;
	width:180px;
	color:#FFF;
	}

.tab {
	position:relative;
	top:170px;
	left:235px;
	width:115px;
	height:30px;
	z-index:2;
	background-image:url(../images/buttons/work_tab.png);
	background-repeat:no-repeat;
}
.tab p{
	text-align:center;
	padding-top:7px;
}