/* LAYOUT */

.body{
	background: #eae6e2 url(../img/background.gif) repeat-x scroll top;	/* Canvas background */
}

.left{float:left}
.right{float:right}
.clear{clear:both} 
.center{text-align:center}
div#container{
	background: none;
	text-align: center;	/* Center (IE) */
	padding-top:15px;
}
div#page{
	background: transparent url(../img/page-background.gif) repeat-x scroll top;	/* Page background */
	background-image:url(../img/page-top-backgr.gif);
	background-repeat:repeat-x;
	width: 990px;	/* Page width */
	margin: 0px auto;	/* Center (other browsers) */
	background-color:#fff;
	text-align: left;
	margin-bottom:7px;

}
div.page-padding{
	border-right:1px solid #dbd8d4;
	border-bottom:1px solid #dbd8d4;
	padding:7px;
	background-image:url(../img/island.gif);
	background-repeat:no-repeat;
	background-position:35% 0%;
}
	/* TOP */

div#top{

}

	div#header{
		height: 81px;
		position: relative;
	}
		div#logo{
			float:left;
		}
		div#top-control {
			float:right;
			border:0px solid #ececec;
			position:absolute;
			right:0px;
			top:45px;
		}
			div#search{
				width:250px;
			}
		div#flashtop{
			border-top:1px solid #e1e1e1;
			border-bottom:1px solid #e1e1e1;
			padding:1px 0;
			margin:2px 0;
			margin-bottom:17px;
			clear:both;
		}
	
	div#top-bar{
		min-height: 25px;
		height:		auto !important;
		height: 	25px;
		clear:both;
		background: #d62720;
		background-image:url(../img/top-menu-right.gif);
		background-repeat:no-repeat;
		background-position:top right;
	}
		div#menu-top{
		}


	/* MIDDLE */

div#middle{
	clear: both;
	float: left;
	width:975px;
}

	div#left-column{
		float: left;
		width: 179px;
	}
		div#menu{
			padding-bottom:20px;
		}
		div#menu-catalogue{
			background-image:url(../img/hdr-shop-menu.gif);
			background-position:top left;
			background-repeat:no-repeat;
			padding-top:25px;
		}
		div#mailing-list{}
		div#calendar{}
	
	div#middle_right{
		float: right;
		width: 762px; /* 10px margin left */
	}
	
	div#right-column{
		float: right;
		width: 179px;
	}
		div#news{ background: transparent url(../img/frettir.jpg) no-repeat scroll 0% 0%; padding-top: 25px;}
		div#news h2 font{ display: none; }
		div#extra-content{}
		div#shopping-info{}
		div#shopping-cart{}
	
	div#main-column{
		float: left;
		width: 570px; /* 10px margin right */
	}
		div#content{
			height: 	1%;
		}


	/* BOTTOM */

div#bottom{
	clear: both;
	text-align: center;
	margin: 0px auto;	/* Center (other browsers) */
	background-color:#fff;
	padding-top:10px;
}

	div#footer{
		color:#928e8d;
	}
		div#footer a {
			color:#928e8d;
		}
		div#footer a:hover{
			color:#d62720;
		}
	div#copyright{}
