/**
 * Main styles for theme 'Företag'
 */

body {
	background-color: #a1a1a1;
}

/*---nav-bar---*/
.nav-bar {
	background: url(/images/nav-bar-lightorange-bg.gif) no-repeat;
}
.nav-bar ul li a:hover,
.nav-bar ul li.active a {
	color: #f99802;
	background: #fff url(/images/nav-bar-active-l-lightorange.gif) no-repeat;
}
.nav-bar ul li a:hover span,
.nav-bar ul li.active a span { background:url(/images/nav-bar-active-r-lightorange.gif) no-repeat 100% 0; }

/*---top-menu---*/
ul.top-menu li .selected span {
	color:#fff;
}
ul.top-menu li .selected {
	background:#3E3E3E url(/images/top-menu-grey-bg.gif) no-repeat;
}
ul.top-menu li a:hover, ul.top-menu li a.active {
	background: #3E3E3E url(/images/top-menu-grey-bg.gif) no-repeat; 
}
ul.top-menu li a:hover span, ul.top-menu li a.active span {
	color: #fff; 
	background:url(/images/top-menu-grey-bg.gif) no-repeat 100% 0; 
}

/*---side-nav---*/
.side-nav ul li a:hover,
.side-nav ul li a.active {
	background: #F99902 url(/images/side-nav-active-bg-lightorange.gif) no-repeat;
}
.side-nav ul li a:hover span,
.side-nav ul li a.active span {background:url(/images/side-nav-active-bg-lightorange.gif) no-repeat 100% 0;}

/*--- content ---*/
#content {
	background:url(/images/content-bg-gray.gif) repeat-y;
}
.content-bottom {
	background:url(/images/content-bottom-gray.gif) no-repeat 0 100%;
}
.content-top {
	background:url(/images/content-top-gray.gif) no-repeat;
}

/*--- logo ---*/
.logo {
	background:url(/images/logo-gray.gif) no-repeat;
}
.logo_en {
	background:url(/images/logo-gray-eng.gif) no-repeat;
}

/*--- header ---*/
#header {
	background:url(/images/header-bg-gray.gif) no-repeat 166px 0;
}

/*--- footer ---*/
#footer {
	background: url(/images/footer-bg-gray.gif) repeat-y;
}
#footer .footer-top {
	background: url(/images/footer-top-gray.gif) no-repeat;
}
#footer .footer-bottom {
	background: url(/images/footer-bottom-gray.gif) no-repeat 0 100%;
}
#footer .f-info {
	border-top: 1px solid #D6D6D6;
}
#footer .f-info p strong {
	background: url(/images/f-logo-gray.gif) no-repeat 0 50%;
}

/*--- find-product ---*/
.info-box .find-product {
	background: url(/images/find-product-bg-orange.gif) no-repeat;
}

/*-----article-block-----*/
.article-block {
	background:url(/images/article-block-bg-gray.gif) repeat-y;
}
.article-block .article-block-top {
	background:url(/images/article-block-top-gray.gif) no-repeat;
}
.article-block .article-block-bottom {
	background:url(/images/article-block-bottom-gray.gif) no-repeat 0 100%;
}
/*--- article-box-holder ---*/
.article-box-holder .article-box span, .article-box-holder .article-box span a {
	color: #F99A02;
}
/*--- article-column ---*/
.article-column span, .article-column span a {
	color: #F99A02;
}

/*--- welcome ---*/
.welcome ul li .full strong {
	background: url(/images/full-top-orange.png) no-repeat;
}
.welcome ul li .full ul li ul li {
	background: #fff url(/images/orange-dot.gif) no-repeat 3px 5px !important;
	background: #fff url(/images/orange-dot.gif) no-repeat 3px 5px;
}

/*--- search-bar ---*/
.nav-bar .search-bar {
	background: url(/images/search-bar-bg-orange.gif) no-repeat;
}

/*--- extra-box ---*/
.extra-box {
	background:url(/images/extra-box-bg-ny.gif) repeat-y;
}
.extra-box .extra-box-bottom {
	background: url(/images/extra-box-bottom-ny.gif) no-repeat 0 100%;
}
.extra-box .extra-box-top {
	/*background: url(/images/extra-box-top.gif) no-repeat;*/
	background: url(/images/extra-box-top-ny.gif) no-repeat;
}
.extra-box .box h3 {
	color: #da7b00;
}
.extra-box .box span {
	color: #da7b00;
}
.extra-box .box span a {
	color: #da7b00;
}

.search strong a {color:#da7b00;}