@font-face {
	font-family: ScalaSansWeb;
	src: url("fonts/ScalaSansWeb.eot");
	src: url("fonts/ScalaSansWeb.woff") format("woff");
}
@font-face {
	font-family: ScalaSansWeb-Bold;
	src: url("fonts/ScalaSansWeb-Bold.eot");
	src: url("fonts/ScalaSansWeb-Bold.woff") format("woff");
}
* {
	margin:0;
	padding:0;
	max-height: 1000000px;
}
ul, ol, dl, p, h1, h2, h3, h4, h5, h6, address, form, table, blockquote, applet, embed, object, iframe, frameset{margin:0 0 14px;}
html, body, div, span, applet, embed, object, iframe, frameset,
p, q, blockquote, sub, sup, a, abbr, acronym, font, img, small, center,
h1, h2, h3, h4, h5, h6, b, strong, big, u, ins,
i, cite, em, var, dfn, address, s, strike, del,
dl, dt, dd, ol, ul, li, pre, code, kbd, samp, tt,
fieldset, legend, form, label, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, footer, header,
hgroup, menu, nav, section, summary, time, mark, audio,video{
	border:0;
	background:none;
}
body {
	color:#333;
	font:12px/15px 'ScalaSansWeb', sans-serif;
	background:url(images/bg-body.jpg);
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: none;
	min-width:950px;
}
a {
	text-decoration:none;
	color:#1b84c6;
}
a:hover {text-decoration:underline;}
a:active {background-color: transparent;}
input, textarea, select {
	font:22px/29px 'ScalaSansWeb', sans-serif;
	vertical-align:middle;
	color:#9c9797;
	overflow: auto;
}
label{vertical-align:middle;}
button, input{
	width: auto;
	overflow: visible;
}
h1, h2, h3, h4, h5, h6, b, strong, th{font-weight:bold;}
h1{font-size:200%;}
h2{font-size:150%;}
h3{font-size:120%;}
h4{font-size:110%;}
h5{font-size:100%;}
h6{font-size:90%;}
i, cite, em, var, dfn, address{font-style:italic;}
u, ins {text-decoration: underline;}
s, strike, del {text-decoration: line-through;}
blockquote, blockquote:before, blockquote:after, q, q:before, q:after {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: '';}
table, caption, tbody, tfoot, thead, tr, th, td{
	border-collapse: collapse;
	border-spacing: 0;
}
th, td{
	border:1px solid #ccc;
	padding:3px 7px;
	text-align:left;
	vertical-align:top;
}
th{
	border-color:#999;
	text-align:center;
	vertical-align:middle;
}
ul{margin-left:1px;}
ul li, ol li{list-style-position:inside;}
ul li{list-style-type:disc;}
html{background: url(images/bg-footer.png);}
input[type=text],
input[type=password],
input[type=file],
input[type=submit],
textarea{
	-webkit-appearance:none;
	-webkit-border-radius:0;
}
/*wrapper*/
#wrapper {
	overflow: hidden;
	position: relative;
}
#wrapper .w1 {
	margin: 0 auto;
	width:900px;
}
#wrapper .w1:after {
	display: block;
	content: '';
	clear: both;
}
/*header*/
#header {
	overflow: hidden;
	padding: 30px 0 28px;
}
/*logo*/
#header .logo {
	background: url(images/logo.png) no-repeat;
	width: 181px;
	height: 97px;
	float: left;
	overflow: hidden;
	text-indent: -9999px;
	margin: 0 59px 0 0;
}
#header .logo a {
	display: block;
	height: 100%;
}
/*nav*/
#nav {
	float: right;
	max-width:660px;
	font-size: 14px;
	line-height: 18px;
	text-transform: uppercase;
	margin:0;
	padding: 82px 0 0;
}
#nav li:first-child { background: none; }
#nav li {
	background: url(images/seperator.png) no-repeat 0 50%;
	float: left;
	padding:0 10px;
	list-style: none outside
}
#nav li a { color: #252525; }
/*slider*/
.slider {
	background: url(images/bg-visual.png);
	position: relative;
	padding: 0 9999px;
	margin:0 -9999px 44px;
}
.slideshow {
	position: relative;
	width: 895px;
	height: 368px;
}
.slideshow .slide {
	position: absolute;
	z-index: 1;
}
.slideshow .slide.active { z-index: 2; }
.slideshow .slideset { overflow: hidden; }
.slider img { display: block; }
.slider .description {
	position: absolute;
	top: 32px;
	right: -17px;
	background: #820d0f;
	width:310px;
	padding:23px 24px 7px 22px;
	font-size: 20px;
	line-height: 26px;
	color: #c18687;
}
.slider .description .text {
	text-shadow:1px 1px rgba(0,0,0,0.5);
	display: block;
	font: 40px/41px 'ScalaSansWeb-Bold', sans-serif;
	color: #fff;
	border-bottom: 1px solid #8f2627;
	padding: 0 0 10px;
	margin:0 0 15px;
	text-transform: uppercase;
	letter-spacing:-1px;
	word-spacing:-1px;
}
.slider .description a {
	color: #fff;
	text-transform: uppercase;
}
.slider .pagination {
	position: absolute;
	left: 0;
	bottom: -26px;
	z-index: 9;
	text-align: center;
	width: 100%;
}
*+html .slider .pagination li { display: inline; }
.slider .pagination li {
	display: inline-block;
	vertical-align: top;
	margin:0 0 0 13px;
	list-style: none outside;
}
.slider .pagination li a {
	border: 3px solid #f7eedd;
	background: #887059;
	border-radius: 100%;
	float: left;
	height: 14px;
	width: 14px;
	overflow: hidden;
	text-indent: -9999px;
}
.slider .pagination li a:hover,
.slider .pagination li.active a { background: #820d0f; }
.slideshow .animation {
	margin: 0;
	position: absolute;
	bottom: 11px;
	left: 11px;
	z-index: 9;
}
.slideshow .animation li {
	float: left;
	margin: 0 1px;
	list-style: none outside;
}
.slideshow .animation li a {
	background: url(images/elements.png) no-repeat;
	width: 32px;
	height: 33px;
	float: left;
	overflow: hidden;
	text-indent: -9999px;
}
.slideshow .animation li.next a { background-position: -66px 0; }
.slideshow.autorotation-disabled .animation li.play-pause a { background-position: -33px 0; }
.slideshow.autorotation-active .animation li.play-pause a { background-position: -33px -43px; }
/*visual*/
.visual {
	background: url(images/bg-visual.png);
	min-height: 112px;
	padding: 0 9999px;
	margin: 0 -9999px;
}
.visual .breadcrumbs {
	overflow: hidden;
	text-transform: uppercase;
	margin:0 0 7px;
}
.visual .breadcrumbs li {
	float: left;
	list-style: none outside;
}
.visual .breadcrumbs li a { color: #fff; }
.visual h1 {
	font: 44px/46px 'ScalaSansWeb-Bold', sans-serif;
	letter-spacing:-1px;
	margin: 0;
	color: #fff;
	text-transform: uppercase;
}
.visual h1 a { color:#fff;}
.visual sup {
	font-size: 7px;
	line-height: 9px;
	text-transform: uppercase;
}
.visual .holder:after {
	display: block;
	content: '';
	clear: both;
}
.inner .visual .holder {
	background: url(images/img07.png) no-repeat 0 100%;
	padding:22px 500px 23px 0;
	width:413px;
}
.visual .holder {
	width: 894px;
	position: relative;
	padding: 20px 0 16px;
}
.visual img { display: block; }
/*main*/
#main { width: 100%; }
#main:after {
	display: block;
	content: '';
	clear: both;
}
#main .post-area { overflow: hidden; }
#main .post-area h1{
	text-transform:uppercase;
	font-size: 27px;
	line-height: 34px;
	text-align: center;
	color: #887059;
	margin:0 8px 32px 0;
	word-spacing:2px;
	letter-spacing:1px;
	font-weight:normal;
}
#main .post-area .posts {
	background: url(images/divider.png) repeat-y 438px 0;
	overflow: hidden;
	padding:0 0 32px;
}
#main .post-area .post {
	float: left;
	width:388px;
}
#main .post-area .post ul {
	overflow: hidden;
	padding: 0 0 10px;
	margin:0;
}
#main .post-area .post ul li {
	list-style: none outside;
	padding: 0 0 17px;
	margin: 0 0 14px;
	border-bottom: 1px solid #fff;
	overflow: hidden;
}
#main .post-area .post ul li:first-child{
	padding: 0 0 12px;
	margin:0 0 18px;
}
#main .post-area .post .title {
	font:20px/22px 'ScalaSansWeb-Bold', sans-serif;
	display: block;
	margin: 0 0 5px;
}
#main .post-area .post .date {
	font-size: 13px;
	line-height: 18px;
	font-style: normal;
	display: block;
	color: #636060;
	text-transform: uppercase;
}
#main .post-area .post .date span { text-transform: uppercase; }
#main .post-area .post-list {
	float: right;
	width:415px;
	font-size:20px;
	line-height:26px;
}
#main .post-area .post-list ul {
	overflow: hidden;
	padding: 0 0 14px;
}
#main .post-area .post-list ul li {
	padding: 0 0 29px;
	list-style: none outside;
}
#main .post-area blockquote {
	overflow: hidden;
	margin: 0;
	width:409px;
}
#main .post-area blockquote .holder { overflow: hidden; }
#main .post-area blockquote q {
	-webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0 , 0.2);
	box-shadow: 0px 2px 4px 0px rgba(0,0,0 , 0.2);
	display: block;
	background: #fff;
	padding: 16px 20px 19px;
}
#main .post-area blockquote cite {
	background: url(images/elements.png) no-repeat 0 -91px;
	display: block;
	padding:0 0 10px 34px;
	font-style: normal;
}
#main .post-area blockquote cite a{ color:#00345a;}
#main .post-area blockquote strong {
	margin:0 0 2px;
	font-weight:normal;
	display: block;
	font-family:'ScalaSansWeb-Bold', sans-serif;

}
#main .post-area .author {
	color: #00345a;
	margin: 0 0 0 35px;
}
#main .post-area .link {
	float: left;
	margin:-13px 0 0;
	font:20px/23px 'ScalaSansWeb', sans-serif;
}
#main .post-area .post-list .date {
	font-style:normal;
	font-size: 13px;
	line-height: 18px;
	display: block;
	clear: both;
	color:#636060;
}
#main .post-area .post-list .site-link{
	margin: 0 0 4px;
	float:left;
}
#main .info-area {
	overflow: hidden;
	padding:0 0 48px;
}
#main .info-area h2,
#main .info-area h3 {
	text-transform:uppercase;
	font-weight:normal;
	margin:0 0 12px;
	font-size: 20px;
	line-height: 24px;
	color: #887059;
}
#main .info-area .newsletter {
	float: left;
	width: 505px;
}
#main .info-area .row {
	overflow: hidden;
	border: 4px solid #d1c9bb;
}
#main .info-area input[type="text"] {
	float: left;
	width:367px;
	height: 29px;
	padding: 6px 10px;
	border: none;
	background: #fff;
}
#main .info-area input[type="submit"] {
	background: #00345a;
	float: right;
	width: 110px;
	height: 41px;
	cursor: pointer;
	border: none;
	text-transform: uppercase;
	color: #fff;
	font-size: 13px;
	line-height: 18px;
	text-align: center;
}
#main .info-area .social-networks {
	float: right;
	width: 331px;
}
#main .info-area .social-networks h3{ margin:0 0 16px;}
#main .info-area .social-networks ul {
	overflow: hidden;
	padding: 0 0 10px;
	font-size: 20px;
	line-height: 24px;
}
#main .info-area .social-networks li {
	float: left;
	margin:0 35px 0 0;
	list-style: none outside;
}
#main .info-area .social-networks li a {
	background: url(images/elements.png) no-repeat 0 -130px;
	float: left;
	padding:5px 0 0 43px;
	height: 30px;
	color: #00345a;
}
#main .info-area .social-networks li.linkedin a { background-position: 0 -168px; }
/*features*/
#main .features {
	overflow: hidden;
	background: url(images/bg-features.png);
	padding:45px 9999px 56px;
	margin: 0 -9999px;
}
#main .features h3,
#main .partners h3 {
	font-weight:normal;
	font-size: 27px;
	line-height: 34px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	margin: 0 0 33px;
}
#main .features .boxes {
	overflow: hidden;
	text-align: center;
	width:940px;
}
#main .features .box {
	width: 180px;
	display: inline-block;
	vertical-align: top;
	margin:0 0 0 5px;
	text-align:left;
}
*+ html #main .features .box { display: inline; }
#main .features .title {
	font-weight:normal;
	font-size: 19px;
	line-height: 24px;
	color: #fff;
	display: block;
	margin:0 0 13px;
	text-align: left;
	text-transform:uppercase;
}
#main .features .aligncenter {
	margin:0 0 27px 29px;
	display: block;
}
#main .features ul {
	overflow: hidden;
	margin: 0;
	text-align: left;
	font-size:13px;
	line-height:16px;
}
#main .features ul li {
	list-style: none outside;
	padding: 0 0 2px;
}
#main .features ul li a { color: #fff; }
#main .features ul ul li {
	background: url(images/bullet.png) no-repeat 0 50%;
	padding: 0 0 0 5px;
}
#main .features ul ul li a { color: #1b84c6; }
/*partners*/
#main .partners {
	overflow: hidden;
	font-size: 20px;
	line-height: 26px;
	background: url(images/bg-partners.png);
	padding:45px 9999px 38px;
	margin: 0 -9999px;
	text-align: center;
	color: #fff;
}
#main .partners h3 {
	font-weight:normal;
	margin:0 1px 12px 0;
	letter-spacing:1px;
}
#main .partners .textblock{
	overflow:hidden;
	width:618px;
	margin:0 auto;
	padding:0 10px 0 0;
}
#main .partners ul {
	overflow: hidden;
	padding: 0 0 2px;
	margin: 0;
}
#main .partners p{ margin:0 0 17px;}
*+ html #main .partners ul li { display: inline; }
#main .partners ul li {
	list-style: none outside;
	display: inline-block;
	vertical-align: middle;
	margin:0 42px 10px 0;
}
#main .partners ul li a { display: block; }
#main .partners ul img { display: block; }
/*content*/
.inner #content{ padding-bottom:124px;}
#main .twocolumns:after{
	display:block;
	content:'';
	clear:both;
}
#content {
	background: url(images/bg-content.png);
	float: left;
	padding: 46px 25px 0 9999px;
	margin: 0 0 0 -9999px;
	color: #252525;
	font-size: 16px;
	line-height: 24px;
	width:640px;
}
#content .post {
	padding: 0 0 40px;
	width:100%;
}
#content .post:after,
#content .post .post-detail:after{
	display:block;
	content:'';
	clear:both;
}
#content .post .post-detail{
	font-family:Georgia, "Times New Roman", Times, serif;
	width:100%;
}
#content .post h2 {
	font-size: 44px;
	line-height: 48px;
	margin:0 0 19px;
	color:#252525;
}
#content .post h2 a{ color:#252525;}
#content .post .video-holder {
	overflow: hidden;
	padding: 0 0 27px;
}
#content .post .video-holder img { display: block; }
#content .post .meta {
	font-size:14px;
	line-height:18px;
	text-transform:uppercase;
	overflow: hidden;
	padding: 0 0 15px;
	color:#636060;
}
#content .post .meta .txt{
	background:url(images/seperator2.png) no-repeat 0 50%;
	float:left;
	padding:0 10px;
}
#content .post .meta .date{
	font-style:normal;
	float:left;
	margin:0 10px 0 0;
}
#content blockquote { padding: 0 0 0 35px; }
#content blockquote q {
	display: block;
	margin: 0 0 10px;
}
#content .post .social-area {
	background: url(images/border.png) repeat-x;
	padding:9px 0 0;
	width:100%;
}
*+html #content .post .social-area li { display: inline; }
#content .post .social-area li {
	background: none;
	display: inline-block;
	vertical-align: middle;
	list-style: none outside;
	padding: 2px 8px;
}
#content .post .social-area img { display: block; }
#content .post .social-area li.email a {
	background: url(images/elements.png) no-repeat 0 -306px;
	text-indent: -9999px;
	overflow: hidden;
	float: left;
	width: 32px;
	height: 24px;
}
#content .post ul {
	padding: 0 0 24px 35px;
	margin: 0;
}
#content .post ul li {
	padding: 0 0 10px 10px;
	background: url(images/bullet3.png) no-repeat 0 8px;
}
#content .block {
	overflow: hidden;
	border-bottom: 1px solid #d9d4d4;
	padding: 0 0 5px;
	margin:0 0 25px;
}
#content h2 {
	font:22px/26px 'ScalaSansWeb-Bold',sans-serif;
	margin:0 0 5px;
	color: #1b84c6;
	word-spacing:1px;
}
#content .block .text {
	color: #8c8c8c;
	display: block;
	padding:0 0 20px;
	margin:0 0 27px;
	border-bottom: 1px solid #d9d4d4;
}
#content ul {
	overflow: hidden;
	margin: 0 0 32px 17px;
}
#content ul li {
	background: url(images/bullet2.png) no-repeat 0 9px;
	list-style: none outside;
	padding: 0 0 0 10px;
}
#content ul.add{margin:0 0 42px 17px;}
#content ul.add2{margin:0 0 49px 17px;}
#content .block p { margin:0 0 8px;}
#content .comments {
	background: url(images/bg-comments.png);
	overflow: hidden;
	padding: 40px 25px 32px 9999px;
	margin: 0 0 0 -9999px;
	font-size: 14px;
	line-height: 18px;
	color: #252525;
	width:640px;
}
#content .comments h3 {
	font:22px/25px 'ScalaSansWeb-Bold',sans-serif;
	margin: 0 0 15px;
	color: #00345a;
	text-transform: uppercase;
}
#content .comments .meta {
	overflow: hidden;
	padding: 0 0 18px;
	font:16px/20px 'ScalaSansWeb',sans-serif;
	color: #636060;
}
#content .comments .meta .txt{
	float:left;
	margin:0 10px 0 0;
}
#content .comments .comment {
	overflow: hidden;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#content .comments .reply {
	font-size: 16px;
	line-height: 20px;
}
#content .comments .date {
	background: url(images/seperator2.png) no-repeat 0 50%;
	float: left;
	padding: 0 0 0 15px;
	font-style: normal;
}
#content .comments ol { overflow: hidden; }
#content .comments ol li {
	list-style: none outside;
	padding: 0 0 10px;
	background: none;
}
#content .comments ol ul { margin:30px 0 0 88px; }
#content .comments .form{
	overflow:hidden;
	font-size:16px;
	line-height:20px;
	text-transform:uppercase;
	width:470px;
}
#content .comments .form h3{ margin:0 0 20px;}
#content .comments .form .row{
	overflow:hidden;
	padding:1px;
	margin:0 0 10px;
}
#content .comments .form label{
	width:100px;
	float:left;
	margin:0 16px 0 0;
}
#content .comments .form input[type="text"]{
	background:#fff;
	width:332px;
	border:none;
	height:25px;
	float:left;
	line-height:25px;
	font-size:14px;
	padding:0 5px;
	color:#252525;
}
#content .comments .form textarea{
	background:#fff;
	overflow:auto;
	width:332px !important;
	border:none;
	height:130px !important;
	float:left;
	font-size:14px;
	line-height:18px;
	padding:7px 5px;
	color:#252525;
}
#content .comments .form input[type="submit"]{
	float:right;
	width:70px;
	border:none;
	height:25px;
	line-height:25px;
	font-size:14px;
	padding:0 5px;
	margin:0 10px 0 0;
	background:#00345a;
	text-transform:uppercase;
	color:#fff;
	cursor:pointer;
}
#content .navigation { padding-bottom:20px;}
/*sidebar*/
#sidebar {
	padding:44px 0 0 22px;
	float: right;
	width:212px;
	font-size: 14px;
	line-height: 18px;
	position: relative;
}
.inner #sidebar .caption {
	padding:21px 13px 24px;
	width:369px;
}
#sidebar .caption {
	position: absolute;
	top:-84px;
	right:29px;
	background: #820d0f;
	padding:23px 5px;
	font: 22px/26px 'ScalaSansWeb-Bold', sans-serif;
	color: #fff;
	width:278px;
	text-align: center;
}
#sidebar .caption p { margin: 0; }
#sidebar .caption sup{
	font-size:8px;
	line-height:10px;
}
#sidebar .subscribe {
	overflow: hidden;
	margin:0 0 34px;
}
#sidebar h3 {
	font-weight:normal;
	font-size: 14px;
	line-height: 18px;
	margin:0 0 12px;
	color: #887059;
	text-transform:uppercase;
}
#sidebar .subscribe .row {
	overflow: hidden;
	background:url(images/bg-pattern.png);
	padding:4px 2px;
}
#sidebar .subscribe input[type="text"] {
	background:none;
	width:144px;
	height:33px;
	padding:5px 8px 3px;
	float: left;
	border: none;
	font-size:13px;
	line-height: 34px;
}
#sidebar .subscribe input[type="submit"] {
	background: url(images/elements.png) no-repeat 0 -210px;
	border: none;
	float: right;
	width: 45px;
	height: 41px;
	overflow: hidden;
	text-indent: -9999px;
	cursor: pointer;
	margin:0 1px 0 0;
}
#sidebar .social-networks {
	overflow: hidden;
	padding:0 0 25px
}
#sidebar .social-networks h3{ margin:0 0 17px;}
#sidebar .social-networks ul {
	overflow: hidden;
	margin:0;
}
#sidebar .social-networks li {
	list-style: none outside;
	margin:0 0 14px;
	overflow: hidden;
}
#sidebar .social-networks li a {
	background: url(images/elements.png) no-repeat 0 -93px;
	float: left;
	padding:0 0 0 43px;
	height: 24px;
	color: #00345a;
}
#sidebar .social-networks li.facebook a {
	background-position: 0 -130px;
	height:25px;
	padding:5px 0 0 43px;
}
#sidebar .social-networks li.linkedin a {
	background-position: 0 -168px;
	height:25px;
	padding:5px 0 0 43px;
}
#sidebar .social-networks li.rss a{
	background-position:0 -266px;
	height:24px;
	width:24px;
}
#sidebar .widget {
	overflow: hidden;
	padding:0 0 32px;
}
#sidebar .widget h3{ margin:0 0 14px;}
#sidebar .widget ul {
	overflow: hidden;
	margin: 0;
}
#sidebar .widget ul li {
	background: url(images/bullet2.png) no-repeat 0 8px;
	list-style: none outside;
	padding:0 0 6px 10px;
}
#sidebar .clients { overflow: hidden; }
#sidebar .clients ul {
	overflow: hidden;
	margin: 17px 0 0;
}
#sidebar .clients ul li {
	overflow: hidden;
	padding:0 0 25px;
	list-style: none outside;
}
#sidebar .clients ul li a { display: block; }
/*footer*/
#footer {
	background: url(images/bg-footer.png);
	padding: 28px 9999px 97px;
	margin: 0 -9999px;
	overflow: hidden;
	font-size: 14px;
	line-height: 18px;
	color: #fff;
}
#footer .info {
	overflow: hidden;
	margin:0 0 15px;
}
#footer .info .title {
	float: left;
	margin: 0 10px 0 0;
	text-transform:uppercase;
}
#footer .info address {
	font-style:normal;
	float: left;
	margin: 0;
}
#footer .info li {
	float: left;
	list-style: none outside;
	margin:0 35px 0 0;
}
#footer .info li a { color: #fff; }
#footer .copyright { display: block; }



