/*
Reset
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{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{border:0;font-variant:normal;}
sup{vertical-align:text-top;}
sub{vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
input,textarea,select{*font-size:100%;}
legend{color:#000;}
a{color:#000;text-decoration:none;}
a:hover{text-decoration:underline;}
a:focus,object:focus {outline:0;}
html{color:#000;background:#fff;width:100%;}
body{width:100%;font:normal 75%/150% Arial,Helvetica,sans-serif;}

/*
Fonts
*/

@font-face {
	font-family: 'soho-regular';
	src: url('../fonts/SohoGothicPro-Regular.eot');
	src: local('☺'), url('../fonts/SohoGothicPro-Regular.woff') format('woff'), url('../fonts/SohoGothicPro-Regular.ttf') format('truetype'), url('../fonts/SohoGothicPro-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'soho-medium';
	src: url('../fonts/SohoGothicPro-Medium.eot');
	src: local('☺'), url('../fonts/SohoGothicPro-Medium.woff') format('woff'), url('../fonts/SohoGothicPro-Medium.ttf') format('truetype'), url('../fonts/SohoGothicPro-Medium.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*
Typography
*/
.article h1,.article h2,.article h3,.article h4,.article h5,.article h6{font-weight:bold;}
.article h1{font-family: soho-medium, Helvetica, Arial;font-size:30px;line-height:1.2em;margin-bottom:10px;clear:both;}/* Rubrik */
.article h1.pinch{letter-spacing:-.03em;}
.article h1.spar{letter-spacing:.08em;}
.article.small-header h1 { margin-bottom: 20px; font-size: 14px; font-weight: normal }
.article h2{font-size:2em;line-height:1em;margin-bottom:.75em;clear:both;} /* Underrubrik */
.article h2.customer{font-family: soho-regular, Helvetica, Arial;font-size:24px;line-height:1.2em;margin:0 0 15px;clear:both;}/* Kundnamn */
.article h3{font-size:1.5em;line-height:1em;margin-bottom:1em;} /* Nedtryckare */
.article h4{font-size:1.2em;line-height:1.25em;margin-bottom:1.25em;} /* Ingress */
.article h5{font-size:1em;margin-bottom:1.5em;} /* Mellanrubrik */
.article h6{font-size:1em;} /* Ingångsrubrik */
.article p{margin-bottom:1.5em;}
.article strong{font-weight:bold;}
.article em{font-style:italic;}
.article ul{margin:.75em;list-style-type:disc;}
.article ol{margin:.75em;list-style-type:decimal;}
.article ul li,.article ol li{list-style:inside;}
.article hr{border:0;color:#e3e3e3;background-color:#e3e3e3;width:675px;height:1px;margin:20px 0 20px -15px;clear:both;}

html, body {
	min-height: 100%;
}
body {
	background: #f2e724;
	color: #222;
}

a:link,
a:visited {
	color: #8c6400;
}

#container {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}

#header {
	position: relative;
	height: 85px;
	background: #333;
}
	#header a#index {
		display: block;
		position: absolute;
		top: 17px;
		left: 20px;
		width: 200px;
		height: 70px;
		background: url('../img/logo.png') no-repeat top left;
		text-indent: -10000px;
	}
	#header a#english {
		position: absolute;
		right: 20px;
		top: 20px;
		display: block;
		width: 42px;
		height: 27px;
		text-indent: -10000px;
	}
		#header a#english:hover {
			background: transparent url('../img/flag-hover.jpg') left top no-repeat;
		}
		
	#header #contact {
		display: block;
		position: absolute;
		right: 20px;
		bottom: 17px;
		width: 250px;
		text-align: right;
		color: #e7e6d5;
		font-family: soho-regular;
		font-size: 10px;
		line-height: 1.5em;
	}
		#header #contact a {
			color: #e7e6d5;
		}

		#header nav {
			position: absolute;
			z-index: 1000;
			left: 150px;
			bottom: 0;
			overflow: hidden;
			font-family: soho-regular;
			font-size: 14px;
			white-space: nowrap;
		}
			#header nav ul {
				display:block;
				overflow: hidden;
			}
				#header nav ul li {
					float:left;
				}
					#header nav ul li a {
						display: block;
						background: #333;
						padding: 0 8px;
						text-decoration: none;
						line-height: 48px;
						color: #fff;
					}
					#header nav ul li.active a {
						color: #333;
						background: #f2e724;
					}
					
					#header nav ul li a:hover {
						color: #fff;
						background: #666;
					}
			

#content {
	position: relative;
	clear: both;
	overflow: hidden;
	margin: 5px 0;
}
	#content div.article {
		float: left;
		width: 420px;
		margin: 20px 0 0 20px;
		font-size: normal;
	}
		#content div.article.two-column {
			width: 410px;
			min-height: 310px;
			margin: 5px 5px 0 0;
			padding: 40px;
			background: #fefdea;
		}
	
	#content #portfolio-info.article {
		float: left;
		width: 195px;
		min-height: 350px;
		padding: 40px 0 0 20px;
		margin: 5px 0 0 0;
		background: #fefdea;
	}
		#content #portfolio-info.article strong {
			font-family: soho-medium;
			font-weight: normal;
		}
	
	#content #line {
		position: absolute;
		left: 710px;
		top: 20px;
		width: 1px;
		height: 100%;
		background: #e3e3e3;
	}

#puffs {
	position: relative;
	float: left;
	width: 950px;
	height: 380px;
	overflow: hidden;
}
	#puff-container {
		position: relative;
		width: 970px;
		height: 370px;
		padding: 5px;
		background: #fefdea;
		overflow: hidden;
	}
	
		#puff {
			position: relative;
			display: block;
			width: 970px;
			height: 370px;
		}
			#puff li {
				position: relative;
				float: left;
				display: block;
				width: 970px;
				height: 370px;
				overflow: hidden;
			}
				#puff li a,
				#puff li a img {
					display: block;
				}
					#puff li div {
						position: absolute;
						left: 600px;
						top: 30px;
						width: 290px;
						background: url('../img/puff.png');
						overflow: hidden;
						font-family: soho-regular, Helvetica, Arial;
						color: #fff;						
					}
						#puff li div h2 {
							margin: 20px 20px 10px 20px;
							font-family: soho-medium;
							font-size: 20px;
							line-height: 1.2em;
							margin-bottom: 0.5em;
							clear: both;
						}
						#puff li div p {
							margin: 10px 20px 20px;
						}
							#puff li div p a {
								display: block;
								margin-top: 10px;
								color: #fff;
							}
/*					
#puffs #slider {
	position: absolute;
	top: 370px;
	width: 670px;
	background: transparent url('../img/slider-bg.png') left top repeat-x;
}
	#puffs #slider #slider-knob {
		width: 160px;
		height: 25px;
		background: transparent url('../img/slider.png') left top no-repeat;
		cursor: pointer;
		margin-top: -14px;
	}
*/	
.highlights {
	width: 710px;
	height: 300px;
	margin-top: 5px;
	background: #fefdea;
	overflow: hidden;
}		
	.highlights h2 {
		font-family: soho-regular, Helvetica, Arial;
		font-size: 14px;
		line-height:1em;
		margin: 0;
		padding: 20px;
	}

#image-carousel {
	position: relative;
	display: block;
	float: left;
	width: 700px;
	height: 370px;
	overflow: hidden;
	padding: 5px;
	background: #fefdea;
}
	#image-carousel li {
		float: left;
		display: block;
		width: 710px;
	}
		#image-carousel li a {
			display: block;
		}

.next,
.previous {
	display: block;
	visibility: hidden;
	width: 43px;
	height: 100px;
	position: absolute;
	right: 0px;
	top: 140px;
	background: transparent url('../img/arrows.png') left top no-repeat;
	text-indent: -10000px;
}
.previous {
	left: 0;
	background: transparent url('../img/arrows.png') right top no-repeat;
}

.image-nav {
	display: block;
	float: left;
	width: 700px;
	margin: 0 0 20px 20px;
	overflow: hidden;
}
	.image-nav li {
		float: left;
		border: 1px solid #e7e6d5;
		margin: 0 5px 5px 0;
	}
		.image-nav li a {
			position: relative;
			display: block;
			width: 210px;
			height: 200px;
			color: #fff;
			text-decoration: none;
			border: 5px solid #fff;
			overflow: hidden;
		}
			.image-nav li a span.stripes {
				display: none;
				position: absolute;
				z-index: 1;
				width: 100%;
				height: 100%;
				background: url('../img/puff.png');
				
			}
			.image-nav li a:hover span.stripes {
				display: block;	
			}
			.image-nav li a img {
				position: absolute;
				left: 0;
				top: 0;
				display: block;
				z-index: 0;
			}
			.image-nav li a span.bg {
				display: block;
				position: absolute;
				z-index: 2;
				left: 0;
				top: 130px;
				width: 210px;
				height: 70px;
				background: #222;
				margin: 0;
				opacity: .8;
				filter:alpha(opacity=80);
			}
			.image-nav li a strong {
				position: absolute;
				z-index: 3;
				top: 138px;
				display: block;
				font-family: georgia, times, serif;
				font-weight: bold;
				margin: 0 10px 0 10px;
			}
				.image-nav li a strong span {
					display: block;
					font-weight: normal;
				}
			
#news {
	float: left;
	width: 670px;
	margin: 0 20px 20px 20px;
}
	#news li {
		display: block;
		margin: 0 0 10px 0;
	}
		#news li a {
			display: block;
			overflow: hidden;
			clear: left;
			color: #222;
		}
			#news li a:hover {
				text-decoration: none;
				background: url('../img/puff.png');
			}
			#news li a img {
				display: block;
				float: left;
				padding: 5px;
				border: 1px solid #ccc;
				margin-right: 20px;
				background: #fff;
			}
			#news li a strong {
				display: block;
				font-weight: bold;
				font-size: 1.2em;
				margin-top: 20px;
			}
				#news li a strong span {
					display: inline;
					font-weight: normal;
				}
			#news li a span {
				display: block;
			}

#twitter {
	float: right;
	width: 225px;
	height: 590px;
	margin-top: 5px;
	padding: 16px 20px 0 0;
	background: #fefdea;
	clear: right;
}
	#twitter h2 {
		font-family: soho-regular;
		font-size: 14px;
		font-weight: normal;
		background: transparent url('../img/twitter.png') right top no-repeat;
		margin: 0 10px 0 20px;
		padding-top: 1px;
		line-height: 30px;
	}
		#twitter h2 a {
			color: #000;
		}
	#twitter ul {
		display: block;
		margin: 0 20px;
		font-family: georgia, times, serif;
	}
		#twitter ul li {
			display: block;
			margin: 10px 0;
		}
			#twitter ul li h3 {
				font-weight: bold;
				color: #666;
			}
		
#customers {
	float: right;
	width: 225px;
	height: 590px;
	padding: 16px 20px 0 0;
	background: #fefdea;
	clear: right;
}
	#customers h2 {
		font-family: soho-regular;
		font-size: 14px;
		font-weight: normal;
		margin: 0 20px;
		padding-top: 1px;
		line-height: 30px;
	}
	#customers ul {
		display: block;
		margin: 0 20px;
		font-family: georgia, times, serif;
	}
	#customers ul li {
		display: block;
		margin: 10px 0;
	}
		#customers ul li a {
			display: block;
			color: #222;
		}
		#customers ul li.active a {
			font-weight: bold;
			color: #8c6400;
		}

footer {
	margin-bottom: 30px;
	clear: both;
	border-bottom: solid 20px #333;
}
