/* LAYOUT */

.body{
	background: #F3F0EA;	/* Canvas background */
	color:#7a6f57;
}
div#container{
	background: none;
	text-align: center;	/* Center (IE) */
	padding-top:30px;
}
div#page {
	background: transparent url(../img/page-bg.png) repeat-y left top;	/* Page background */
	width: 988px;	/* Page width */
	margin: 0px auto;	/* Center (other browsers) */
	text-align: left;
}


	/* TOP */

#top {
	min-height: 269px;
	height:		auto !important;
	height: 		269px;
	margin:		0 20px 0 19px;
	background:url(../img/top-bg.png) repeat-y left;
	padding-top:20px;
}

	#header {
		position: relative;
	}
		#logo {
			position: absolute;
			left:33px;
			top:6px;	
		}
		#flashtop {}
	
	#top-bar {
		min-height: 49px;
		height:		auto !important;
		height: 		49px;
		background:url(../img/topmenu-bg.png) repeat-x top;
		margin:0px 25px 0 24px;
		border-bottom:6px solid #f3f1ea;
	}

		div#menu-top {}
		
		
	#header2 {
		position:relative;
	}
	#header2 #flashtop {
		width:660px;
		height:170px;
		float:left;
		margin-left:24px;
		margin-top:20px;
		display:inline;
	}
	
	#header2 #search-mailing {
		height:214px;
		width:221px;
		background:#f3f1ea;
		float:right;
		margin-right:25px;
		display:inline;
	}
	#header2 #search {
		padding:15px;
		border-bottom:1px solid #fdfcfb;
	}
	#header2 #mailing-list {
		padding:15px;
	}


	/* MIDDLE */

#middle{
	clear: both;
	float: left;
	margin-left:24px;
	width:940px;
	display:inline;
}

	#left-column {
		float: left;
		width: 217px;
	}

		
		#menu-catalogue {
			background:white url(../img/mainmenu-right-border.gif) repeat-y right;
		}
		#menu-catalogue-header {
			background:url(../img/hdr-voruflokkar.gif) no-repeat left top;
			display:block;
			height:33px;
			margin-bottom:5px;
		}
		#menu-catalogue-inner {
			background:transparent url(../img/mainmenu-bottom-border.gif) no-repeat bottom right;
			padding:20px;
			padding-top:0px;	
		}
		
		div#extra-content {
		padding-top:15px;
		}
	
	div#middle_right {
		float: right;
		width: 702px; /* 10px margin left */
		background:url(../img/middle-right-bg.gif) repeat-x top;
		padding-top:0px;
		margin-right:21px;
		display:inline;
	}
	
	div#right-column {
		float: right;
		width: 221px;
	}
		div#shopping-cart {
			background:url(../img/rightside-box-border.png) repeat-y right;
			margin-bottom:10px;
		}
			div#shopping-cart table {}
			div#shopping-cart .box-header {
				display:block;
				height:38px;
				background:url(../img/hdr-karfa.png) no-repeat top right;
			}
		.box-bottom {
			display:block;
			height:8px;
			background:url(../img/rightside-box-bottom.png) no-repeat bottom right;	
		} 
		div#shopping-info .orders {padding:10px;}
		
		div#news {
			background:url(../img/rightside-box-border.png) repeat-y right;
		}
			div#news .box-header {
				display:block;
				height:38px;
				background:url(../img/hdr-frettir.png) no-repeat top right;
			}
		
		div#search {}
		

		
	
	div#main-column{
		float: left;
		width: 476px; /* 10px margin right */
	}
		div#content{
			height: 	1%;
			padding:15px;
			padding-top:25px;
		}


	/* BOTTOM */

div#bottom{
	clear: both;
	text-align: left;
	background: url(../img/bottom-bg.gif) repeat-x bottom;
	margin:0 5px 0 3px;
}

	div#footer{
		padding:30px 38px;
	}
		div#footer a {}
		div#footer a:hover{}
	div#copyright{}

