/* LAYOUT */

.body{
	background: transparent url(../img/canvasColor.png) repeat scroll left;	/* Page background */
}
div#container{
	background: transparent url(../img/pageBg.png) repeat-x scroll top;	/* Canvas background */
	text-align: center;	/* Center (IE) */
	padding-top: 10px;
}
div#page{
	width: 1001px;	/* Page width */
	margin: 0 auto;	/* Center (other browsers) */
	
	text-align: left;
}


	/* TOP */

div#top{
	padding-top: 17px;
	background: transparent url(../img/toptopBg.png) no-repeat scroll top
}

	div#top-bar{
		background: transparent url(../img/topBg.png) repeat-x scroll bottom;
		height: 283px;
		height: 283px !important;
	}
		div#search{
			float: right;
			padding:0 10px;
		}
		div#fontsize{
			float: right;
			clear: right;
			padding:4px 10px 15px;
		}
		div#fontsize img{
			position: relative;
			top: 5px;
		}
		div#fontsize span{ padding: 5px; }
		
		div#generic-links{
			float:left;
			left:270px;
			position:relative;
			top:30px;
		}
			div#generic-links a {
				/*background:transparent url(../img/toplinksSepe.png) no-repeat scroll right 50%;*/
				display:block;
				float:left;
				font-size:11px;
				font-weight:bold;
				height:30px;
				line-height:30px;
				padding:0 3px;
				text-align:center;
				text-decoration:none;
				text-transform:uppercase;
				width:124px;
				font-family: trebuchet ms;
			}
			div#generic-links a:hover{
				background: transparent url(../img/toplinksMObg.png) no-repeat scroll 50% 50%;
				color: white;
			}
				div#generic-links a.home{
				}
				div#generic-links a.mail{
				}
		div#menu-top div#thTbar{
			float:left;
			width:100px;
		}
	
	div#header{
		clear: both;
	}
		div#logo{
			float: left;
			width: 0px;
			height: 0px;
			position: relative;
			left: 25px;
			z-index: 999;
		}
		div#flashtop{
			float: right;
			width: 1001px;
			left:10px;
			position:relative;
			margin-top:4px;
		}
		div#breadcrumbs{
			float: left;
			margin:15px 0 0 15px;
			width:230px;
			font-family: trebuchet ms;
		}


	/* MIDDLE */

div#middle{
	background:transparent url(../img/colorMedium.png) repeat scroll 0 0;
	clear: both;
	float: left;
	width: 1001px !important;
	width: 1001px;
	padding-bottom:1px;
}

	div#left-column{
		float: left;
		width: 252px;
		background: transparent url(../img/colorMedium.png) repeat scroll;
	}
	div#extra-content_left{
		margin:0 9px 20px;
	}
		div#menu{
			margin: 0px 9px 20px;
			background: transparent url(../img/colorDark.png) repeat-x scroll top;
			padding-top:5px;
		}
		div#menu-catalogue{
			margin-bottom: 20px;
		}
		div#shopping-info{}
		div#shopping-cart{
			margin-bottom: 20px;
		}
		div#mailing-list{
			margin-bottom: 20px;
		}
		div#calendar{
			margin-bottom: 20px;
			text-align: center;
			
			background-image: url(../img/itm_calendar.gif);
			background-position: top right;
			background-repeat: no-repeat;
			
			padding: 10px 0px;
			padding-top: 26px;
		}
		div#extra-content_left{}
	
	div#middle_right_container{
		background: transparent url(../img/colorLight.png) repeat scroll;
		float:right;
		width:737px !important;
		margin-right:12px;
	}
	
	div#middle_right{
		background: transparent url(../img/colorDark.png) repeat-x scroll top;
		padding-top:5px;
	}
	
	div#right-column{
		float: right;
		width: 235px;
		margin: 8px;
	}
		div#date{}
		
		div#fyrirspurn{ padding-bottom: 5px; }
		#fyrirspurn-form input, textarea{ color: #666633; } 
		#fyrirspurn-form input.text{ 
			background:transparent url(../img/fyrirspurn_input.png) no-repeat scroll 0 0;
			border:0 none;
			height:22px;
			padding:4px 0 0 7px;
			width:234px;
		}
		#fyrirspurn-form textarea{
			background:transparent url(../img/fyrirspurn_textarea.png) no-repeat;
			border:0 none;
			margin:0;
			padding:8px;
			width:226px;
			height: 144px;
			overflow: auto;
		} 
		#fyrirspurn-form input.submit{
			padding: 5px;
		} 
		
		
		div#extra-content_right{}
	
	div#main-column{
		float: left;
		width:480px;
		background: transparent url(../img/colorLight.png) repeat scroll;
	}
		div#content{
			height: 	1%;
			padding: 15px;
		}


	/* BOTTOM */

div#bottom{
	clear: both;
	
	background:transparent url(../img/colorLight.png) repeat scroll center top;
	text-align: left;
}

	div#footer{
		background: transparent url(../img/bottomBg.png) no-repeat scroll bottom;
		color: #747474;
		padding:10px 35px;
	}
		div#footer a {}
		div#footer a:hover{}

div#copyright{ text-align:center; }
div#copyright a img{ }

div#copyright a#redo img{
	display: inline;
}

