/* LAYOUT */

.body{
	background: #f0efea url(../img/background.gif) repeat-x scroll top;	/* Canvas background */
}
div#container{
	background: #f0efea url(../img/page_background.jpg) repeat-x scroll top;	/* Page background */
	text-align: center;	/* Center (IE) */
	color: #979797;
}

div#pageContainer
{
	width: 990px;
	margin: 0px auto;	/* Center (other browsers) */
}

div#page{
	background: white;	/* Page background */
	padding: 5px 4px 5px 5px;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	text-align: left;
}

div#pageHeader{
	text-align: right;
	color: #867871;
	height: 25px;
	padding-top: 5px;
	vertical-align: middle;
}

div#pageHeader div{
	float: right;
	margin: auto 0px;
	padding: 2px;
}

div#pageHeader img{
	padding: 2px;
	float: right;
	top: 2px;
	margin: auto 0px;
}

	/* TOP */

div#top{
	min-height: 200px;
	height:		auto !important;
	height: 	200px;
}

	div#header{
		background: transparent url(../img/banner.gif);
		height: 212px;
		width: 979px;
	}
		div#logo{}
		div#flashtop{}
	
	div#top-bar{
		min-height: 50px;
		height:		auto !important;
		height: 	50px;
		
		background: yellow;
	}
		div#date{}
		div#generic-links{}
			div#generic-links a.home,
			div#generic-links a.mail {
				display: block;
				float: left;
				margin-left: 10px;
				padding: 0px 10px 0px 20px;
				height: 30px;
				line-height: 30px;
				text-decoration: none;
			}
				div#generic-links a.home{
					background: transparent url(../img/itm_home.gif) no-repeat scroll left center;
				}
				div#generic-links a.mail{
					background: transparent url(../img/itm_mail.gif) no-repeat scroll left center;
				}
		div#menu-top{}


	/* MIDDLE */

div#middle{
	clear: both;
	float: left;
	background: transparent url(../img/leftColumnBackground.gif) repeat-y;
	min-height: 500px;
}

	div#left-column{
		float: left;
		width: 192px;		
	}
		div#menu{}
		div#menu-catalogue{}
		div#mailing-list{}
		div#calendar{}
	
	div#middle_right{
		/*background: transparent url(../img/middleBackground.gif) repeat-y;*/
		float: left;
		width: 788px; /* 10px margin left */
	}
	
	div#textSize
	{
		height: 22px;
		text-align: right;
		padding-top: 18px;
		padding-right: 20px
	}
	
	div#right-column{
		float: right;
		width: 198px;
	}
		div#search{ 
			padding-top: 20px;
			background: transparent url(../img/leftColumnHeader.gif) no-repeat fixed top;
			color: #404040;
		}
		div#news{}
		div#extra-content{}
		div#shopping-info{}
		div#shopping-cart{}
	
	div#main-column{
		background: transparent url(../img/middleBackground.gif) repeat-y !important;
		float: left;
		width: 566px; /* 10px margin right */
		padding-left: 24px;
	}
		div#content{
			height: 	1%;
		}
		
		/* Hafðu samband Links */
		
div#extra-content table
{
}

div#extra-content tr{
	height: 28px;
}

div#extra-content td{
	border-bottom: 1px solid #e6e6e6;
	padding-left: 15px;
	color: #404040;
	font-size: 12px;
}

/* div#extra-content img{
	width: 192px !important;
	width: 177px;
	position: relative;
	left: -15px !important;
} */


	/* BOTTOM */

div#bottom{
	clear: both;
	text-align: center;
}

	div#footer
	{
		border-top: 1px dotted #dedcd0;
		color: #686868;
		padding: 10px;
	}
		div#footer a {}
		div#footer a:hover{}
	div#copyright{}
