/* ------------------ Site styles ------------------ */
@import url(../framework/styles.css); 
/* ------------------ Object styles ------------------ */

/* ------------------ Page styles ------------------ */
/* Layout */

.container .col2 {
	margin: 0 0 0 0;
}
.col3 .images{
	border:0px solid;
	margin:30px 0 0 0;
}
.about_image{
	display:block;
	width: 930px;
	height: 91px;
	background: url(../../pics/title/title-business.jpg) no-repeat  top center ;
	margin: 0 0 0 10px;
	padding:0;
}
/* Content */
.col1 {
	padding:36px 0 27px 47px;
}
/* hack za IE 7 */
html>body .col2 {
	float: none;
	width:614px;
	padding:36px 0 27px 30px;
	min-height: 350px;
	height:auto !important;
	height:350px;
}
/* hack za fire fox */
html>/**/body .col2 {
	float:left;
	width:614px;
	padding:36px 0 27px 30px;
}
/* hack za IE 6 */
*html .col2 {
	width:620px;
	padding:30px 0 27px 23px;
}
.about_title {
	margin:10px 0 0 38px;
	position:absolute;
	font-family: Trebuchet MS,Verdana, Arial, sans-serif;
	font-size: 30px;
	font-weight:bold;
	color:#fff;
}
.content img {
	border: 0px solid #d1d6db;
	padding: 0px;
	background-color: #fff;
}
.content a:hover img {
	filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:0.8;
	-khtml-opacity:0.8;
}