/* LAYOUT */

.body{
	background: white;	/* Canvas background */
}
div#container{
	background: none;
	text-align: center;	/* Center (IE) */
}
div#page{
	background: transparent;	/* Page background */
	width: 946px;	/* Page width */
	margin: 0 auto;	/* Center (other browsers) */
	padding: 0;
	text-align: left;
}


/* TOP */
div#top{
	margin-top: 10px;
	border-bottom:1px solid #CCCCCC;
	height: 81px;
}
	
	div#top-bar{
		height: 21px;
		float:right;
	}
		div#logo{
			float: left;
			width: 200px;
		}
		div#menu-top{
			float: left;
			width:450px;
			padding-top: 5px;
		}
		div#menu-top div#thTbar { width: 700px; }

	div#menu-catalogue{
		clear: both;
		float: right;
		width: 700px;
		position: relative;
		margin-top:35px;
	}

	/* MIDDLE */

div#middle{
	clear: both;
    min-height:372px;
    height:auto !important;
	height: 372px;
	background: white;
	padding: 0;
	margin: 0;
	margin-top:20px;
}		

		div#middle div.breadcrumbs{
			color:#666666;
			font-size:11px;
			font-weight:bold;
			margin:4px 4px 8px;
			text-align:right;
		}
		
		div#middle #categories-menu {
			width: 175px;
			float: left;
			padding: 0;
			margin: 0;
		}
		div#middle #shop-content {
			float:right;
			width:750px;
		}
		
		div#content{
			height: 	1%;
			width: 578px;
			float: left;
		}

		div#middle_right{
			width: 337px;
			font-size: 0px;
			float: right;
			background: transparent url(../img/news-mailing-bg.png) no-repeat scroll top;
		}
			
			div.allar-frettir{
				background:transparent url(../img/allarFrettir.png) no-repeat scroll 0% 50%;
				float:right;
				height:17px;
				position:relative;
				top:-35px;
				right:20px;
				width:70px;
			}
			
	/* BOTTOM */

div#bottom{
	clear: both;
	float: left;
	border-bottom:1px solid #CCCCCC;
	margin-top: 6px;
	margin-bottom: 6px;
	background: white;
	width: 100%;
	padding-bottom:5px;
}
	div.labels{
		text-align: center;
	}

	div#news{}
	div#mailing-list{
		clear: both;
		float: left;
		background: #b7c0cb url(../img/headers_background.gif) repeat-x scroll bottom;
	}
	div#footer{
		color: #666666;
		font-size: 10px;
		text-align: left;
		margin-top: 26px;
		margin-bottom: 16px;
		float: left;
		vertical-align: top;
		width: 100%;
	}
		div#footer td{
			vertical-align: top;
		}
		div#footer a {
			color: #c30002;
			text-decoration: none;
		}
		div#footer a:hover{
			text-decoration: underline;
		}
	div#copyright{
		float:left;
		text-align:center;
		width:100%;
	}
	div#extra-content{}

	
	div.frontpage-wrapper {
		position: relative;
	}
		div.frontpage-link {
			position: absolute;
			right:70px;
			top:-4px;
		}
			div.frontpage-link a {
				display:block;
				width:125px;
				height:22px;
				border:0px solid #ececec;
				text-indent:-2000px;
				overflow: hidden;
				background: transparent url(img.gif);
			}
			
			
.clear { clear:both; }