/* Styles reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 12px;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}

/* FCK */
b, strong{ font-weight: bold; }
i, em{ font-style: italic; }
u{ text-decoration: underline; }

/* Main styles */
.left{ float: left; }
.right{ float: right; }

.clear{
    float: none!important;
    clear: both;
}

body{
    font-size: 11px;
    font-family: Arial;
    color: #313c5e;
}

a, a:visited, a:hover{
    color: #313c5e;
    text-decoration: none;
}

.highlight,
#center a, #center a:visited, #center a:hover, /* main, other could be removed in general. */
#sidebar-menu a.active, #sidebar-menu a.active:visited, #sidebar-menu a.active:hover, /* main, other could be removed in general. */
a.active, a.active:visited, a.active:hover,
.front-short .content a, .front-short .content a:visited, .front-short .content a:hover,
a.highlighted, a.highlighted:visited, a.highlighted:hover,
#products #tab-bar .active a, #products #tab-bar .active a:visited, #products #tab-bar .active a:hover,
#products .portal a{
    color: #d04900;
}

#sidebar-menu a, #sidebar-menu a:visited{
    color: #313C5E;
}

.block-frame{
    margin-top: 16px;
    padding-top: 2px; /*for img*/
    background-color: #eff0f2;
    border: 1px solid #a8abb4;
    border-top-color: #cbced6;
    border-left-color: #cbced6;
    position: relative;

    background-image: url("img/gradient.png");
    background-position: center bottom;
    background-repeat: repeat-x;
}
#partners{
    background-image: none;
}

.block .title, #partners #intro{
    color: #4d5777;
    font-weight: bold;
}

.block-frame, .sidebar-container   .block{
	background: #efeff2; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #efeff2 0%, #f4f4f4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#efeff2), color-stop(100%,#f4f4f4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg,  #efeff2 0%,#f4f4f4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  #efeff2 0%,#f4f4f4 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  #efeff2 0%,#f4f4f4 100%); /* IE10+ */
	background: linear-gradient(135deg,  #efeff2 0%,#f4f4f4 100%); /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efeff2', endColorstr='#f4f4f4',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	border-radius: 5px;
	box-shadow: 2px 3px 5px #aaa;
}

#wrapper-top{
    background-color: #eff0f2;
    height: 24px;
    line-height: 24px;
    border-bottom: 1px solid #989eae;
	box-shadow: 0 0 10px #aaa;
	margin-bottom: 10px;
}

#wrapper, #wrapper-top-inner{
    width: 1000px;
    margin: 0 auto;
}

#top-nav{
    float: right;
    font: 10px/20px Tahoma;
    margin-right: 39px;
    *margin-right: 29px;
}

#top-nav .spaced{
    margin-right: 18px;
}

#top-nav img{
    /*vertical-align: bottom;*/
    vertical-align:middle;
    padding-right:5px;
}

#top-nav ul li{
    /*width: 100px;*/
}

#header{
    /*float: left;*/
    width: 100%;
    height: 72px;
}

#logo{
    float: left;
}

#search{
    float: right;
    width: 214px;
    height: 24px;
    margin: 20px 40px 0 0;
    padding: 2px 3px 2px 20px;
    background-image: url(img/search.png);
    background-repeat: no-repeat;
}

#wrapper-search label, #wrapper-search .form-submit{
    display: none;
}

#wrapper-search input{
    width: 185px;
    border: none;
}

#top-menu{
    height: 40px;
    line-height:40px;
    padding-left: 24px;
    margin-bottom: 11px;
	background: #313c5e; /* Old browsers */
	background: -moz-linear-gradient(left,  #313c5e 0%, #535e80 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#313c5e), color-stop(100%,#535e80)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #313c5e 0%,#535e80 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #313c5e 0%,#535e80 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #313c5e 0%,#535e80 100%); /* IE10+ */
	background: linear-gradient(to right,  #313c5e 0%,#535e80 100%); /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#313c5e', endColorstr='#535e80',GradientType=1 ); /* IE6-9 */
	-pie-background: linear-gradient(left,#313c5e,#535e80);
	border-radius: 10px;
	box-shadow: 2px 3px 5px #08092b;
}

#top-menu ul li{
    float: left;
    /*margin-right: 30px;*/
    height: 40px;
	padding: 0 2em;
}

#top-menu li.active{
    /*border-bottom: 3px solid #989eae;*/
	background: url("img/background.png");
	border-radius: 10px;
}

#top-menu li:hover{

}
/* Need BG with bottom line for active element */
#top-menu a, #top-menu a:visited{
    color: #ffffff;
    font: 11px/40px Arial;
    font-weight: bold;
}
#top-menu  #navlist .active a {
	/*color: #D04900;*/
}
/* START CHANGE */
#top-menu a:hover{
	color: #ff7700;
}

#archive-container li a:hover, .node_read_more a:hover{
	text-decoration: underline;
}
#archive-container li.selected a:hover{
	text-decoration: none;
}

li a:hover, #sidebar-menu a:hover,#sidebar-menu li.expanded li a:hover{
	color: #D08000;
}

.content a:hover{
	text-decoration: underline;
}

.block-menu .menu{
	font-size: 16px;
}

.block-menu li .menu{
	font-size: 14px;
}

.menu a:hover, #sidebar .content a:hover{
	text-decoration: none;
}
/*.node h2.title*/
.node h2{
	color: #D04900;
	font-size: 18px;
	margin-bottom: 20px;
}

li p{
	display: inline;
}

#archive-container > dl{
	margin-bottom: 40px;
}
#archive-container ~ .node{
	margin-bottom: 50px;
}

.front-short  .content{
	padding-top: 5px;
}

.news .date-block{
	display: none;
}

.news .text{
	border-left: 1px solid #BFC3CD;
	margin-left: 11px;
	padding-left: 12px;
}



#liveinternet{
	float: right;
	margin: 15px 0;
}
/* END CHANGE */
#sidebar{
    width: 250px;
    margin-right: 10px;
    float: left;
}

#sidebar-menu{
    /*margin-left: 6px;*/
    padding-bottom: 40px;
    border-bottom: 1px solid #989eae;
    color: #d04900;
	margin-bottom: 20px;
}

#sidebar-menu li.leaf{
    list-style-image: none;
    list-style: disc;
}

#sidebar-menu li.expanded, #sidebar-menu li.collapsed, #sidebar-menu .expanded + .leaf {
    list-style-image: none;
    list-style: circle;
}

#sidebar-menu li.expanded a, #sidebar-menu li.collapsed a, #sidebar-menu .expanded + .leaf a{
    color: #d04900;
    font-weight: bold;
}

#sidebar-menu li.expanded li a{
    color: #313C5E;
    font-weight: normal;
}

#sidebar-menu li.expanded li a.active{
    color: #d04900;
}

#sidebar-menu ul.menu ul{
    padding-left: 8px;
}

#sidebar-menu .title, #sidebar-menu .content{
    padding-left: 24px;
}

#sidebar-menu .title, #content h1.title{
    padding-bottom: 12px;
    border-bottom: 1px solid #989eae;
}

#sidebar-menu .title{
    font: 18px arial;
    padding-top: 16px;
    height: 32px;/*+20*/
}

#sidebar-menu ul.menu{
    padding-left: 0;
}

#sidebar-menu ul.menu li{
    margin-top: 10px;
    margin-left: 0;
}

#sidebar .sidebar-container .block .content{
    margin-top: 10px;
    font-size: 11px;
}

#sidebar .sidebar-container .block .img{
    float: left;
    width: 38px;
    padding-right: 8px
}

#sidebar .sidebar-container .block .img img{
    float: right;
}

#center{
    padding-bottom: 32px;
    border-bottom: 1px solid #989eae;
}

#content h1.title{
    font: 36px arial;
    color: #d04900;
    margin-bottom: 26px; /* or this is for ul? */
	min-height: 48px;
}

#content{
    margin-left: 260px;
}

#content .title, #data{
    padding-right: 90px;
}

#data{
    line-height:1.5em;
}

#sidebar-menu #content ul li{
    margin-top:38px;
    list-style: disc;
}

#sidebar .nomenu{
    padding-top: 44px;
    position: fixed;
    width: 240px;
}
/* re-check */
.sidebar-container .block{
    margin-top: 16px;
    padding: 2px 0 12px 0; /* top padding + bg image to remove 1 block with top round corners*/
    background-color: #eff0f2; /* and gradient */
    border: 1px solid #a8abb4;
    border-top-color: #cbced6;
    border-left-color: #cbced6;
    position: relative;
	overflow: hidden;
	margin-bottom: 20px;
}

.sidebar-container .block .title{
    padding: 0 16px 0 24px;
    height: 32px;
    line-height: 32px;
    border-bottom: 1px solid #bfc3cd;
}

.sidebar-container .block .content{
    padding: 0 16px 0 24px;
    /*color: #d04900;*/
}

#footer-nav, #footer{
    font-size: 11px;
    padding-right: 18px;
    padding-left: 24px;
}

#footer-menu{
    padding-top: 12px;
}

#footer-menu, #copyright{
    float: left;
}

#footer-nav{
    height: 38px;
    border-bottom: 1px solid #989eae;
}

#footer-nav ul li{
    float: left;
    padding-right: 25px;
}

#social{
    float: right;
    padding-top: 8px;
}

#social img{

    /*margin-right: 10px;*/
}

#social ul li{
    padding-right: 10px;
}

#footer{
    padding-top: 12px;
    padding-bottom: 10px;
    line-height: 1.4em;
}   

#address{
    float: right;
    text-align:right;
}


/* Front page */
#front .node h2.title{
    display: none;
}


#products{
    padding-bottom: 20px;
}

#products, #front-short-info .block-frame, #partners{
    margin-top: 10px;
}

#products-top{
    border-bottom: 1px solid #bfc3cd;
}

#products .title{
    float: left;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
}

#products .link{
    float: right;
    font-size: 11px;
    line-height: 40px;
}

#products .link img{
    vertical-align: text-bottom;
}

#tab-bar{
    margin-bottom: 4px;
}

#products .tab{
    height: 36px;
    line-height: 36px;
    /*float: left;*/
    list-style: none;
    padding: 0 10px;
    *padding: 0 8px;
    border-bottom: 1px solid #bfc3cd;
}

#products #tab-bar .active{
    border-bottom-width: 0;
    border-left: 1px solid #bfc3cd;
    border-right: 1px solid #bfc3cd;
    background-color: #eff0f2;
}

#tab-bar table{
    width: 998px;
}

#products #tab-bar .first{
    padding-left: 24px;
    border-left-width: 0;
}

#products #tab-bar .last{
    border-right-width: 0;
}

#products-top .title, #products #tab-bar ul, #products .content{
    padding-left: 24px;
}

#products-top .link{
    padding-right: 22px;
}

#products-top .link img{
    padding-left: 5px;
}

#products .data{
    height: 70px;
    padding-right: 16px;
    margin-right: 16px;
    border-right: 1px solid #bfc3cd; /*double +white border*/
    float: left;
    width: 346px;
    margin-top: 13px;

    position: relative;
}

#products img.read-more{
    bottom:-10px;
}

#products .data-long{
    width: 450px;
}

#products .portal, #sidebar .portal{
    text-align: center;
}
#products .portal{
    float: left;
    padding-top: 17px;
}

#products .portal img{
    padding: 5px 0;
}

#front .content .title{
    height: 36px;
    line-height: 36px;
}

.front-short{
    width: 325px;
    height: 198px;
    float: left;
    margin-left: 9px;
    position: relative;
}

#front-short-info div.first{
    margin-left: 0;
    margin-right: 1px;
}

/*.front-short .title, .front-short .content{
    padding: 0 12px 0 24px;
}*/

.front-short .title{
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    border-bottom: 1px solid #bfc3cd;
}

.front-short .content .date-block{
    text-align: center;
    padding-right: 8px;
    margin-right: 12px;
    border-right: 1px solid #bfc3cd;
}

.front-short .title, .front-short .content{
    padding-left: 24px;
    padding-right: 12px;
}

.front-short .news{
    padding: 0;
	padding-bottom: 10px;
}

.front-short .news .date-block{
    float: left;
    height: 100%;
    /*vertical-align: middle;*/


}

.front-short .content .date{
    padding-top: 8px;
    display: block;
    font-size: 14px;
    color: #d04900;
    font-weight: bold;
}

.front-short .content a.highlight{
    margin-top: 10px;
    display: block;
}

#front #content{
    margin-left: 0;
}

#front #data{
    padding-right: 0;
}

img.read-more{
    display: block;
    float: right;

    position: absolute;
    bottom: 12px;
    right: 8px;
}

#partners{
    height: 68px;
    padding-top: 0;
}

#partners div{
    float: left;
/*    height: 68px;*/
    line-height: 68px;
    overflow:hidden;
}

#partners #intro{
    padding-left: 24px;
    font-size: 14px;
    width: 184px;
    border-right: 1px solid #bfc3cd;
	background: #EFF0F2;
}


/* blocks and corners */
.tl, .tr, .br, .bl{
    height: 2px;
    width: 2px;
    position: absolute;

    display: none; /* prevent parasite corners from display (added by block.tpl.php) */
}

.sidebar-container .block .tl, .sidebar-container .block .tr, .sidebar-container .block .br, .sidebar-container .block .bl,
.block-frame .tl, .block-frame .tr, .block-frame .br, .block-frame .bl,
#top-menu .tl, #top-menu .tr, #top-menu .br, #top-menu .bl{
    display: block;
}

.tl {
    background: url(img/parts/t-l.png) top left no-repeat;
    top: -1px;
    left: -1px;
}
.tr {
    background: url(img/parts/t-r.png) top right no-repeat;
    top: -1px;
    right: -1px;
}
.br {
    background: url(img/parts/b-r.png) bottom right no-repeat;
    bottom: -1px;
    right: -1px;
}
.bl {
    background: url(img/parts/b-l.png) bottom left no-repeat;
    bottom: -1px;
    left: -1px;
}

#top-menu{position: relative;}

#top-menu .tl {
    background: url(img/parts/top-t-l.png) top left no-repeat;
    top: 0;
    left: 0;
}
#top-menu .tr {
    background: url(img/parts/top-t-r.png) top right no-repeat;
    top: 0;
    right: 0;
}
#top-menu .br {
    background: url(img/parts/top-b-r.png) bottom right no-repeat;
    bottom: 0;
    right: 0;
}
#top-menu .bl {
    background: url(img/parts/top-b-l.png) bottom left no-repeat;
    bottom: 0;
    left: 0;
}
/* UI */
.node .content{
    font-size: 12px;
}

.node .content p{
    margin-bottom: 20px;
}

.node .content h3{
    margin-top: 40px;
    margin-bottom: 20px;
    color: #d04900;
    font-size: 18px;
}

.node .content ul li{
    list-style: disc inside url("img/list_dot.jpg");
    padding: 0 0 20px;
}

.content li > div{
	display: inline;
}

/* Region dropdown */
#top-nav li.top, #top-nav li.top a{
    padding-top: 3px;
    *padding-top: 5px;
    font-size: 11px;
    height: 22px;
}

#top-nav li.top-img{
    *padding-top: 3px;
}

#top-nav ul.dropdown{
    line-height: 20px;
}

#top-nav ul.dropdown ul li{
    line-height: 22px;
    height:24px;
    padding-left: 24px;
    width: 177px;
    border: 0 solid #989dae;
    border-width: 0 1px 1px 1px;
    background-color: #eff0f2;

    *border-top-width:1px;
    *margin-top: -1px;
    *padding-top:1px;
}

#top-nav li.checked{
    background-image: url(img/region-checked.png);
    background-repeat: no-repeat;
}

/* Slider */
#slider {
    position:relative;
    width:1000px; /* Change this to your images width */
    height:214px; /* Change this to your images height */
}

#slider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}

.theme-default #slider .nivo-controlNav {
bottom:5px;
margin-left:-40px;
position:absolute;
right:20px;
left:auto;
z-index:600;
}

.theme-default .nivo-controlNav a{
    background-image: url(img/parts/bullets.png)!important;
}

/* Tab selector */
#products .content div div{
    display: none;
}

#products .content div.active div{
    display: block;
}

/* slider */
#partners{
	background: #EFF0F2; 
}

#partner-links {
	border-radius: 0 5px 5px 0;
}

#intro{
	border-radius: 5px 0 0 5px;
}

#partners #partner-links{
    position: relative;
    /*overflow: auto;*/
    overflow-y: hidden;
    overflow-x: auto;
    width: 787px;
    /*zoom:1;*/
    height: 67px;
}

#partner-links ul{
    float: left;
    height: 67px;
    list-style: none;
    display: block;
    margin: 0;
    padding: 0;
}

#partner-links li{
    padding: 0;
    float: left;
    display: block;
    /*height: 67px;*/
}

#partner-links img{
	height: 67px;
}

/* Changes for Cumulus cloud */
.sidebar-container .block-cumulus {
    background: #fff;
    border: none;
	box-shadow: none;
}
.sidebar-container .block-cumulus .more-link,
.sidebar-container .block-cumulus .title{
    display: none;
}

.cke_show_borders{
	width: 650px;
	font-size: 12px;
	line-height: 16.5px;
}

.cke_show_borders > *, .node .content > *{
	max-width: 650px;
}

.cke_show_borders img, .node .content img {
	max-width: 650px;
}

.cke_show_borders ul li{
    list-style: disc url("img/list_dot.jpg") inside;
	padding: 0 0 20px;
}

.cke_show_borders p{
	margin-bottom: 20px;
}

.cke_ltr h2, .cke_show_borders h2{
	color: #D04900;
	font-size: 18px;
	margin-bottom: 20px;
}

.cke_show_borders ul li div{
	display: inline;
}

.paginate{
	font-size: 13px;
	text-align: center;
}
.views-row{
	margin-bottom: 15px;
}

.views-row .content{
	margin-bottom: 15px;
}

#recaptcha_table{
	width: auto;
}