@charset "UTF-8";
/* Reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,button,input,textarea,p,blockquote,th,td{margin:0; padding:0;}
table{border-collapse:collapse;border-spacing:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym,fieldset,img,button{border:0;}
a:focus {outline:0;}
html,body{width:100%;height:100%;}
body{font:normal 62.5%/100% Arial,sans-serif;}

/* Form Reset */
fieldset{clear:both;}
form p,form .buttons{clear:both;margin:0 0 .5em;}
form p label{display:block;}
form ul li{list-style-type:none;margin:0;}
form ul.inline li,form ul.inline label{display:inline;}
form ul.inline li{padding:0 .5em 0 0;}
input.radio,input.checkbox{vertical-align:top;}
label,button,input.submit,input.image{cursor:pointer;}
* html input.radio,* html input.checkbox{vertical-align:middle;}
*+html input.radio,*+html input.checkbox{vertical-align:middle;}
textarea{overflow: auto;}
* html button{margin:0 .3em 0 0;}
*+html button{margin:0 .3em 0 0;}
form.horizontal p{padding-left:120px;}
form.horizontal p label{display:inline;float:left;width:110px;margin-left:-120px;}
input.text,input.password,textarea,select{margin:0;font:100%/130% Arial,sans-serif;vertical-align:baseline;}
input.text,input.password,textarea{width: 180px;border:1px solid #d8d7d7; padding:2px;}

/* Design */
body {
	background: #f6f0ed url(../img/bg.jpg) repeat-x;
}

a {
	color: #ea5914;
}

strong {
	font-weight: bold;
}
	

#container {
	width: 970px;
	margin: 0 auto;
}

#index {
	display: block;
	height: 80px;
	background: #fff url(../img/orebropannan.png) 20px 0 no-repeat;
	text-indent: -10000px;
}

#nav {
	position: absolute;
	top: 343px;
	display: block;
	width: 970px;
	overflow: hidden;
	background: transparent url(../img/nav-bg.jpg) top left no-repeat;
}
	#nav li {
		float: left;
	}
		#nav li.first {
			margin-left: 30px;
		}
		#nav li a {
			display: block;
			height: 60px;
			padding: 0 20px 0 20px;
			color: #ea9f7a;
			font-size: 1.8em;
			line-height: 55px;
			text-decoration: none;
		}
			#nav li a:hover,
			#nav li.active a {
				background: transparent url(../img/nav-hover.jpg) top left repeat-x;
				color: #fff;
			}
			#nav li.active a {
				
			}

/* Subnav */
#subnav {
	position: relative;
	display: block;
	float: left;
	width: 270px;
	margin: 20px 0 0 10px;
}
	#subnav li {
		margin-bottom: 3px;
	}
		#subnav li a {
			display: block;
			height: 30px;
			color: #797979;
			font-size: 1.4em;
			font-weight: bold;
			line-height: 30px;
			text-decoration: none;
			text-indent: 20px;
			background: #fff url(../img/subnav-bg.jpg) top left no-repeat;
		}
			#subnav li a:hover,
			#subnav li.active a {
				background: #fff url(../img/subnav-hover.jpg) top left no-repeat;
				color: #555454;
			}
			#subnav li.active a {
				
			}
			
/* Level 2 */
#subnav li.active ul {
	margin-left: 20px;
}
	#subnav li.active ul li a {
		font-weight: normal;
		background: transparent url(../img/dash-icon.png) center left no-repeat;
	}
		#subnav li.active ul li a:hover,
		#subnav li.active ul li.active a {
			font-weight: bold;
		}

#main {
	position: relative;
	top: 94px;
	left: 20px;
	width: 930px;
	background-color: #fff;
	overflow: hidden;
}

/* Frontpage Puffs */
#puff-nav {
	position: relative;
	top: 40px;
	left: 20px;
	width: 970px;
	overflow: hidden;
}
	#puff-nav li {
		float: left;
		width: 290px;
		height: 225px;
		background: #f0cdbc url(../img/puff-shine.jpg) bottom right repeat-x;
		margin: 0 10px;
	}
		#puff-nav li:hover {
			background-color: #fff;
		}
		#puff-nav li a {
			display: block;
			margin: 6px;
		}
		
/* Frontpage Sidebar */
#sidebar {
	position: relative;
	float: right;
	width: 270px;
	margin: 20px 20px 0 0;
	font-size: 1.2em;
	line-height: 1.6em;
}
	#sidebar div.even,
	#sidebar div.odd {
		border-top: 1px solid #fff;
		border-bottom: 1px solid #ddd;
		width: 270px;
		overflow: hidden;
	}
	#sidebar div.even {
		background-color: #fdfaf9;
		min-height: 160px;
	}
	#sidebar div.odd {
		background-color: #f5f3f3;
		min-height: 120px;
	}
		#sidebar div img {
			margin: 10px 30px 10px 10px;
			display: block;
			float: left;
		}
		#sidebar div.info {
			float: left;
			width: 180px;
		}
			#sidebar div.info h2 {
				font-size: 1.4em;
				line-height: 1.4em;
				margin: 10px 0 10px 0;
			}
			#sidebar div.info p {
				margin: 10px 0 0 0;
			}
			#sidebar div.info ul {
				float: left;
			}
				#sidebar div.info ul li a {
					display: block;
					background: transparent url(../img/arrow-icon.png) left center no-repeat;
					padding-left: 25px;
				}

/* Frontpage News */
#news {
	font-size: 1.2em;
	line-height: 1.6em;
	margin: 20px 10px 0 10px;
	width: 610px;
	float: left;
}
	#news a {
		display: block;
		color: #000;
		overflow: hidden;
		padding: 10px 0 10px 0;
		text-decoration: none;
	}
	#news a + a {
		border-top: 1px solid #d3c7c2;
	}
		#news a:hover {
			background-color: #fdfaf9;
		}
		#news div.img,
		#content div.news-image {
			float: left;
			width: 200px;
			height: 150px;
			margin: 10px 30px 10px 0;
		}
		#news strong {
			display: block;
			font-size: 2.2em;
			line-height: 1.2em;
			font-weight: bold;
			margin: 10px 0 10px 0;
		}
		#news span {
			margin: 0 20px 20px 0;
		}

/* Content */
#content {
	display: block;
	float: left;
	width: 600px;
	margin: 20px 0 0 30px;
}
	#content h1 {
		font-size: 2.2em;
		line-height: 1.6em;
		font-weight: bold;
		margin: .5em 0 1em 0;
	}
	#content h2 {
		font-size: 1.8em;
		line-height: 1.6em;
		font-weight: bold;
		margin: .2em 0 1em 0;
	}
	#content h3 {
		font-size: 1.6em;
		font-weight: bold;
		margin: .2em 0 .2em 0;
	}
	#content p {
		font-size: 1.2em;
		line-height: 1.6em;
		margin: .5em 1em 2em 0;
	}
	#content strong {
		font-weight: bold;
	}
	#content em {
		font-style: italic;
	}
	#content hr {
		border: 0;
		background-color: #ccc;
		margin: 1em 0;
	}
	#content ul {
		margin-left: 10px;
		font-size: 1.2em;
		line-height: 1.6em;
	}
		#content ul li {
			display: block;
			background: transparent url(../img/arrow-icon.png) left top no-repeat;
			padding-left: 25px;
		}
	#content img {
		margin: 10px;
	}
	
	#content table {
		font-size: 1.2em;
	}
	
	#content table.data {
		
	}
		#content table.data thead th {
			font-weight: bold;
			border-bottom: 1px solid #555;
			text-align: right;
			padding: 0 10px;
		}
			#content table.data thead th p {
				margin: 0;
				padding: 0;
				font-size: 1em;
			}
		#content table.data tbody tr {
			
		}
			#content table.data tbody tr td {
				padding: 5px;
				text-align: right;
			}
				#content table.data tbody tr td.text {
					text-align: left;
				}
				#content table tbody tr td p {
					margin: 0;
					padding: 0;
					font-size: 1em;
				}
		#content ul#select-color {
			cursor: pointer;
			list-item-style: none;
			margin-bottom: 20px;
			width: 100%;
			overflow: hidden;
		}
			#content ul#select-color li {
				float: left;
				margin: 0;
				padding: 0;
				background: none;
				width: 120px;
				text-align: center;
			}
				#content ul#select-color li img {
					border: 0;
					margin-bottom: 0;
				}
				#content ul#select-color li span {
					display: block;
				}

/* Content Wide */
.wide {
	margin: 0;
	float: none;
}

/* Foot */
#foot {
	position: relative;
	display: block;
	width: 930px;
	height: 140px;
	background: transparent url(../img/foot.jpg) 20px 20px no-repeat;
	clear: both;
	margin-bottom: 100px;
}
