/* www.flammabygget.se
   Made by Björn Gylling */
   
html, body{
	height:100%;
	margin:0;
	padding:0;
}
html{
	background:url(img/bodybg.jpg) repeat;
}
body{
	background:url(img/wrapperbg.png) no-repeat top center;
	font-family:Verdana, Geneva, sans-serif;
}
a{
	text-decoration:none;
	color:#253b46;
	border-bottom:dotted 1px #253b46;
}
a:hover{
	text-decoration:none;
	border-bottom:solid 1px #253b46;
}
b{
	font-size:90%;
}
h3{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:2em;
}
.container{
	min-height:100%;
	height:auto !important;
	height:100%;
	margin:0 auto -2em;
	background:#f6f0e8;
}
.header{
	padding:23em 0 0.4em;
	background:url(img/topBG.jpg) no-repeat top center #000;
	text-align:left;
	color:#463725;
}
.header ul{
	width:100%;
	padding:10px 0 0 5.4em;
	margin:0 auto;
}
.header ul li{
	float:left;
	display:block;
}
.header a{
	margin:0 1.7em;
	display:block;
	float:left;
	text-decoration:none;
	font-family:Verdana, Geneva, sans-serif;
	border-bottom:none;
	color:#ede0ce;
}
.header a :hover{
	color:#fff9f0;	
}
.header .navHeader{
	margin-bottom:-0.2em;
	float:left;
	display:inline;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.5em;
}
.header .navSub{
	display:block;
	clear:both;
	border-top:dotted 1px #ede0ce;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:0.8em;
	text-transform:uppercase;
}
.header a:hover .navSub{
	text-decoration:none;
	border-top:solid 1px #fff9f0;
}
.header .navList{
	padding-bottom:50px;	
}
.content{
	padding:3em 3em 1em;
}
.footer{
	height:2em;	
	width:770px;
	margin:0 auto;
	font-size:0.9em;
	text-align:center;
	color:#555;
	background:#f6f0e8;
}
.push{
	height:2em;	
}

.img_right{
	float:right;
	margin:0px 30px 50px 50px;
}

.sale_list{
	list-style:none;
}
.sale_list li{
	margin-top:0.5em;	
}

.contact_info{
	line-height:2em;
}
.contact_icon{
	vertical-align:middle;
}