/**
	Layoutuppdateringar
*/
body{
	background:url(./images/main_bg.png) top left repeat-x;
}

#main{
	padding: 0 50px 0 50px;
}

#main .inside{
 	width: 900px;
}



/**
	Bannersliden
*/

#banner{
	float: left;
	width: 900px;
	height: 354px;
}

#items_container {
	position: relative;
	z-index: 1;
	float: left;
	width: 675px;
	height: 354px;
	overflow: hidden;
}
#items_container_2 {
	position: relative;
	z-index: 1;
	float: left;
	overflow: hidden;
	width: 225px;
	height: 354px;
	background-color: black;
}
*html #items_container_2{
	position: absolute;
}
#num_nav {
	position: absolute;
	z-index: 300;
	left: 20px;
	top: 20px;
	margin: 0;
	padding: 0;
	width: 500px;
	height: 30px;
	list-style: none;
}
div.slide_item, div.first_item {
	position: absolute;
	z-index: 300;
	left: 676px;
	top: 0;
	float: left;
	width: 675px;
	height: 354px;
}
div.first_item {
	left: 0;
}

/* slide 2*/
div.slide_item2, div.first_item2 {
	position: absolute;
	left: 0;
	top: 354px;
	float: left;
	width: 185px;
	height: 334px;
	padding: 20px 20px 0 20px;
	color: white;
}
div.first_item2 {
	top: 0;
}
div.slide_item2 a{
	display: block;
	margin-top: 10px;
	height: 13px;
	background: url(./images/ring_bullet_white.jpg) 0 2px no-repeat;
	padding-left: 14px;
	margin-top: 5px;
	font-size: 9pt;
	text-decoration: none;
	color: white;
}
div.slide_item2 a:hover{
	color: #b2b2b2;
}

/* slide navigation*/
#num_nav li {
	behavior: url(iepngfix.htc);
	display: block;
	float: left;
	width: 15px;
	height: 15px;
	margin: 3px;
	background: url(./images/number_bg.png) left top no-repeat;
}

#num_nav li a {
	display: block;
	width: 14px;
	height: 15px;
	padding-left: 1px;
	line-height: 15px;
	font-size: 10px;
	text-align: center;
	color: #FFFFFF;
}


/**
	Call outs
*/

#callOut_container{
	float: left;
	clear: left;
	width: 900px;
	height: 160px;
	margin-top: 10px;
}
#callOut_container_2{
	float: left;
	clear: left;
	width: 675px;
	height: 350px;
	margin-top: 20px;
	/* background-color: aqua; */
}
#newsList_container{
	float: left;
	clear: none;
	width: 224px;
	height: 350px;
	margin-top: 20px;
	border-left: 1px solid #ededed;
}
#intro{
	padding: 0px 0px 15px 0px;
	margin: 0 20px 15px 20px;
	border: 0;
	
}
#callOuts{
}
.callOut{
	float: left;
	width: 184px;
	height: 145px;
	padding: 20px 20px 0px 20px;
	border-right: 1px solid #ededed;
}
#callOut_container_2 .callOut{
	padding-top: 0;
	height: 190px;
}
*html .callOut{
	overflow-x: hidden;
	overflow-y: hidden;
}
.callOutLast{
	border-right: none;
}
/* typo */
#callOuts h1{
	font-size: 0;
	margin: 0;
}
#callOuts a{
	display: block;
	margin-top: 10px;
	height: 13px;
	background: url(./images/ring_bullet_gray.jpg) 0 3px no-repeat;
	padding-left: 14px;
	margin-top: 5px;
	font-size: 9pt;
	text-decoration: none;
	color: black;
}
#callOuts a:hover{
	color: #b2b2b2;
}
