@font-face {
    font-family: 'lintelregular';
    src: url('../fonts/lintel-regular-webfont.eot');
    src: url('../fonts/lintel-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lintel-regular-webfont.woff') format('woff'),
         url('../fonts/lintel-regular-webfont.ttf') format('truetype'),
         url('../fonts/lintel-regular-webfont.svg#lintelregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body.cLumBody {
	background:#fff url(../images/layout.png) center top no-repeat; 
}

.novosai {
	font-size:62.5%;
	line-height:1;
	font-family: Arial, Helvetica, sans-serif;
}

.novosai a {
	color:#000;
	text-decoration:none;
}

.novosai h2 {
	font-size: 3.59em;
	color: #ffffff;
	font-family: 'lintelregular', Arial, Helvetica, sans-serif;
	line-height: 1.1;
	text-transform: uppercase;
	padding-bottom: 10px;
}
.novosai h3 {
	font-size: 1.7em;
	color: #ffffff;
	padding-bottom: 10px;
}
.novosai h4 {
	padding: 25px 0px 12px 0px;
	font-size: 1.8em;
	font-family: 'lintelregular', Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #13276f;
	letter-spacing: -1px;
}
.novosai h5{
	padding: 15px 0px;
	font-size: 1.8em;
	font-family: 'lintelregular', Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #13276f;
	letter-spacing: -1px;
}
.novosai h6{
	font-size: 2em;
	font-family: Arial, Helvetica, sans-serif;
	padding: 15px 20px 10px 20px;
	color: #ffffff;
}
.column3 h6{
	color: #13276f;
}

.clear{
	clear: both;
	margin-bottom: 7px;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: block;
}

.novosai select{
	padding: 12px;
	width: 180px;
	margin-right: 12px;
	border: solid 1px #d8d8d8;
	border-bottom: solid 2px #d8d8d8;
	color: #707070;
	border-radius: 4px;
	background: #fcfcfc;
}

.mright{
	margin-right: 19px;
}
.center{
	text-align: center;
}

.novosai input[type="search"]{
	background: #fcfcfc;
	padding: 12px;
	border: solid 1px #d8d8d8;
	border-top: solid 2px #d8d8d8;
	width: 148px;
}
.search-btn{
	background: url(../images/search-btn-bg.png) left top repeat-x; 
	padding: 12px 20px;
	border: solid 1px #d8d8d8;
	color: #707070;
	font-size: 1.4em;
	margin-left: -4px;
}
.btn-orange{
	background: url(../images/orange-btn-bg.png) left top repeat-x; 
	border:none;
	border-bottom: solid 2px #c14e16;
	border-radius: 6px;
	padding: 12px 10px;
	color: #fff;
	font-size: 1.5em;
	font-weight: bold;
	display: inline-block;
}
.btn-orange-client{
	background: url(../images/orange-btn-bg.png) left top repeat-x; 
	border:none;
	border-bottom: solid 2px #c14e16;
	border-radius: 6px;
	padding: 12px 10px;
	color:#fff;
	font-size: 1.2em;
	font-weight: bold;
	margin:4px 0px 5px;
	display: inline-block;
	margin-bottom: 5px;
}
.novosai .btn-orange,
.novosai .btn-orange-client {
	color:#fff;
}

.main-wrapper {
    margin: 0 auto;
    max-width: 980px;
    width: 100%;
    background: #f3f3f3;
}

/*Header Start*/

.header-top{
	margin-left: 210px;
}
.header-main{
	background: #ffffff;
}
.logo{
	float: left;
	width: 24%;
}
/*.logo img{
	margin: 38px 20px;
}*/
.search{
	width: 280px;
	float: left;
	padding: 7px 20px;
}
.header-bottom {
	
}

/*Banner Area*/
.banner{
	position: relative;
}
.banner-content{
	width: 340px;
	margin-left: 20px;
	position: absolute;
	bottom:100px;
	left:0px;
}

/*content Area*/

.content{
	padding: 20px 20px 5px 20px;
	width: 938px;
	border-bottom: 1px solid #DBDBDB;
}
.client-content{
	width: 699px;
	float: left;
}

.fb-content{
	width: 220px;
	float: left;
}
/*footer area*/

.footer{
	background: #ffffff;
	position: relative;
}
.footer-inner-link{
	padding: 20px;
	width: 700px;
	float: left;
}
.footer span{
	right: 0px;
	padding-right: 20px;
	padding-top: 20px;
	color: #707070;
	font-size: 1.1em;
	position: absolute;
}
