/* LAYOUT */

.body{
	background: #878787 url(../img/background.jpg) repeat-x scroll top;	/* Canvas background */
}
#container{
	background: none;
	text-align: center;	/* Center (IE) */
}
#page{
	width: 1007px;	/* Page width */
	margin: 0px auto;	/* Center (other browsers) */
	text-align: left;
}


	/* TOP */
#top{
	min-height: 391px;
	height:		auto !important;
	height: 	391px;
	padding-left:10px;
	padding-right:10px;
	background: url(../img/middle_bg.png) repeat-y;
}

#header{
	height: 125px;
	position: relative;
}
#logo{
	float:left;
	position:absolute;
	width:150px;
	left:65px;
	top:15px;
}
#flashtop{ 
	float:left;
	height:262px;
	width:747px;
	left:0;
	padding-left:14px;
	position:relative;
}
#extra-top{
	float:left;
	padding-left:14px;
	width:auto;
}
#ads { height:219px; }

	#top-bar{
		min-height: 50px;
		height:		auto !important;
		height: 	50px;
		
	}
		#date{}
		#generic-links{}
			#generic-links a.home,
			#generic-links a.mail {
				display: block;
				float: left;
				margin-left: 10px;
				padding: 0px 10px 0px 20px;
				height: 30px;
				line-height: 30px;
				text-decoration: none;
			}
				#generic-links a.home{
					background: transparent url(../img/itm_home.gif) no-repeat scroll left center;
				}
				#generic-links a.mail{
					background: transparent url(../img/itm_mail.gif) no-repeat scroll left center;
				}
		#menu-top{}

	#banner{
		min-height:266px;
		height:auto;
		clear:both;
	}
	/* MIDDLE */
#middletop{
	background:url(../img/middle_top.png) no-repeat;
	width:1007px;
	height:26px;
}
#topbottom {
	background:url(../img/middle_bottom.png) no-repeat;
	width:1007px;
	height:26px;
	clear:both;
}
#middle {
	clear: both;
	float: left;
	padding-left:10px;
	padding-right:10px;
	background: url(../img/middle_bg.png) repeat-y;
}

	#left-column {
		float: left;
		width: 210px;
		padding-left:10px;
		background: #fff;
	}
		#jSubMenu {
			margin-bottom:12px;
		}
		#menu-catalogue {}
		#mailing-list {}
		#calendar {}
		#left_extra {}
	#middle_right {
		float: right;
		width: 767px; /* 10px margin left */
	}
	
	
	#right-column {
		float: right;
		width: 220px;
		background: #fff;
	}
		#search {}
		#news {
			margin-bottom:10px;
		}
		#extra-content { padding-right:10px; margin-bottom:30px; }
		#shopping-info {}
		#shopping-cart {}
	
	#main-column {
		float: left;
		width: 540px; /* 10px margin right */
		background-color:#fff;
		margin-left:7px;
	}
	
	#main-column ul li {
		list-style: url(../img/bullet-light.png);
	}
	
		#content {
			height: 	1%;
			line-height:20px;
			/* padding-top:15px; */
			color:#666;
		}
	#middlebottom {
		background:url(../img/middle_bottom.png) no-repeat;
		width:1007px;
		height:26px;
		clear:both;
	}
	#front_tabs {
		margin-top:30px;
	}
	#front_tab_upplysingar {
		margin-top:7px;
		float:left;
		width:155px;
		background:url(../img/upplysingar.png) no-repeat;
		height:120px;
		padding:60px 15px 0px 10px;
		color:#7a7a7a;
		overflow:hidden;
		line-height:20px;
	}
	#front_tab_thjonusta {
		margin-top:0px;
		float:left;
		width:155px;
		background:url(../img/tjonusta.png) no-repeat;
		height:113px;
		padding:67px 15px 7px 10px;
		color:#7a7a7a;
		overflow:hidden;
		line-height:20px;
	}
	#front_tab_afangastadir {
		margin-top:7px;
		float:left;
		width:155px;
		background:url(../img/afangastadir.png) no-repeat;
		height:120px;
		padding:60px 15px 0px 10px;
		color:#7a7a7a;
		overflow:hidden;
		line-height:20px;
	}
	#front_tab_afangastadir a, #front_tab_thjonusta a, #front_tab_upplysingar a { color:#7a7a7a; text-decoration:none; }
	#front_tab_afangastadir a:hover, #front_tab_thjonusta a:hover, #front_tab_upplysingar a:hover { color:#333333; text-decoration:none; }
	.box ul {
		padding:0px;
		padding-left:22px;
		margin:0px;
	}
		.box ul li {
			margin-bottom:2px;
			font-size:12px;
		}


	/* BOTTOM */

#bottom{
	clear: both;
	text-align: center;
	margin-top:10px;
	
}

	div#footer{
		margin-top:10px;}
		div#footer a {}
		div#footer a:hover{}
	div#copyright{}

	.clear { clear:both; }
	
	.hide { display:none; }
