﻿html,
body {
	min-height:100%;
	margin:0;
	font:13px/17px Arial,Helvetica,sans-serif;
	color: #46423E;
}

html {
	background: 
		url("images/bodyBgTopLeft.png") 0 165px no-repeat,
		url("images/bodyBgTopRight.png") top right no-repeat,
		url("images/bodyBgBottomRight.png") right bottom no-repeat,
		url("images/bodyBg.gif") 0 0 repeat;
}

html.ie8 {
	background:url("images/bodyBg.gif") 0 0 repeat;
}

html.ie8:before {
	content:'';
	position:absolute;
	top:165px;
	left:0;
	width:267px;
	height:570px;
	background:url("images/bodyBgTopLeft.png");
}

html.ie8:after {
	content:'';
	position:absolute;
	top:0;
	right:0;
	width:220px;
	height:386px;
	background:url("images/bodyBgTopRight.png");
}

#pageWrapper {
	margin: 0 auto 80px;
	min-height: 100%;
	position: relative;
	width: 980px;
}

#pageHeader {
	color: #786F68;
	padding: 0 0 10px;
	position: relative;
	z-index: 10;
}

#pageHeader .top {
	background:#FFF url(images/icabanken-logo-top.png) no-repeat 28px 32px;
	height: 123px;
	position: relative;
	z-index: 2;
}

#pageHeader .icatop {
	background:#FFF url(images/ica-logo.png) no-repeat 28px 32px;
	height: 123px;
	position: relative;
	z-index: 2;
}

#pageHeader .icaforsakringtop {
	background:#FFF url(images/icaforsakring-logo-top.png) no-repeat 28px 32px;
	height: 123px;
	position: relative;
	z-index: 2;
}

#pageHeader .bottomBorder {
	background: none repeat scroll 0 0 white;
	bottom: 0;
	height: 9px;
	left: 0;
	opacity: 0.6;
	position: absolute;
	right: 0;
}

#main {
	margin: 20px 0 0;
}

.infoSection {
	position:relative;
	padding: 20px 20px 38px;
}

.infoSection:before {
	content:'';
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	z-index:-1;
	background:#FFF;
	opacity:.75;
}

.infoSection h1 {
	margin: -5px 0 20px;
	font-weight: normal;
	font-size: 24px;
	line-height: normal;
}

.fb-activity {
	margin: 32px 0 0;
	box-shadow: 0 5px 10px #BBB;
}

.linksSection {
	background:#FFF;
	padding: 38px 20px;
	margin: 1px 0 0;
}

.linksSection ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.linksSection ul li {
	display: inline-block;
	width: 300px;
	height: 105px;
	position: relative;
	overflow: hidden;
	margin: 0 0 -4px;
	padding: 14px 0 0;
	text-align: center;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.linksSection ul li:before {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	background: url(images/social_logos.png) no-repeat 0 bottom;
}

.linksSection ul li + li {
	margin-left: 16px;
}

.linksSection ul li div {
	line-height: 22px;
}

.linksSection ul li strong {
	display: block;
	font-size: 20px;
	font-weight: normal;
	line-height: normal;
	margin: 0 0 1px;
}

.linksSection ul li a {
	color: inherit;
	text-decoration: underline;
	display: inline-block;
}

.linksSection ul li a:hover {
	text-decoration: none;
}

.linksSection ul li.fb {
	background: #44559B;
	color:#FFF;
}

.linksSection ul li.fb:before {
	width: 18px;
	height: 40px;
	background-position: -6px bottom;
	left: 15px;
}

.linksSection ul li.twitter {
	background: #4BA8F2;
	color:#FFF;
}

.linksSection ul li.twitter:before {
	width: 52px;
	height: 43px;
	background-position: -123px bottom;
	left: -11px;
	bottom: -2px;
}

.linksSection ul li.kundo {
	background: #DEECFF;
	color:#53585F;
}

.linksSection ul li.kundo:before {
	width: 59px;
	height: 41px;
	background-position: -49px bottom;
	left: -2px;
	bottom: -4px;
}