/* LAYOUT */

.body{
	background: #e3e9db url(../img/background.gif) repeat-x scroll top;	/* Canvas background */
}
div#container{
	background: none;
	text-align: center;	/* Center (IE) */
}

div#page-top {
	position:absolute;
	top:-41px;
	right:60px;
	height:41px;
	line-height: 41px;
	margin: 0px auto;	/* Center (other browsers) */
	text-align: right;
}
div#page-top a {
	background-image: url(../img/dotted-splitter.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right:15px;
	padding-left:15px;
	color:#00a650;
	text-decoration: none;
}
div#page-top a:hover {
	color:#666;
}

	#text-resize {
		position:absolute;
		top:-32px;
		right:10px;
	}
		#text-resize a {
			margin-left:2px;
		}
		#text-resize .normal { font-size:10px; }
		#text-resize .large { font-size:13px; }
		#text-resize .larger { font-size:16px; font-weight:bold; }


div#page{
	background: transparent url(../img/page-background.gif) repeat-x scroll left top;	/* Page background */
	width: 969px;	/* Page width */
	margin: 0px auto;	/* Center (other browsers) */
	position:relative;
	text-align: left;
	background-image: url(../img/middle-backgr.gif);
	background-repeat: repeat-y;
	margin-top:41px;
}


	/* TOP */

div#top{
}

	div#header{
	}
	div#date-search {
		border:0px solid red;

		background-image: url(../img/top-backgr.gif);
		clear:both;
		float:left;
		width:970px;
	}
	div#date {
		margin-left:210px !important;
		margin-left: 105px;
		color:#9a977f;
		height:48px;
		float:left;
		line-height: 48px;
		border: 0px solid red;
	}
	div#s-wrapper{
		width: 330px;
		margin-top:15px;
		margin-right:15px;
		float:right;
		border: 0px solid red;
	}
	div#logo-flash {
		float:left;
		clear:both;
		border:0px solid red;
		width:969px;
	}
		div#logo{
			width: 150px;
			float: left;
		}
		div#flashtop{
			float: right;
			height:151px;
			width:750px;
			margin-right:10px;
			border-bottom:1px solid white;
		}
	
	div#top-bar{
		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;
	width:951px;
	margin-left:8px !important;
	margin-left:4px;
}

	div#left-column{
		float: left;
		width: 190px;
		/* margin-left:8px; */
	}
		div#menu{}
		div#menu-catalogue{}
		div#mailing-list{
			background-color: #00a260;
			background-image: url(../img/ml-backgr.gif);
			background-position: bottom left;
			background-repeat: no-repeat;
		}
		div#calendar{
			background-image: url(../img/calander-backgr.gif);
			background-repeat: no-repeat;
			padding-top:15px;
			padding-bottom:10px;
		}
	
	div#top-menu {
		float:right;
		width:750px;
		height:25px;
		line-height: 25px;
		background-image: url(../img/top-menu-backgr.gif);
		background-repeat: repeat-x;
	}
	
	div#middle_right{
		float: right;
		width: 750px; /* 10px margin left */
		/* margin-right:10px; */
		border-left:0px solid red;
		border-right:0px solid red;
	}
	
	div#right-column{
		float: right;
		width: 186px;
	}
		div#search{}
		div#news{
			background-image: url(../img/frettir-header.gif);
			background-repeat: no-repeat;
			padding-top:35px;
		}
		div#extra-content{
			background-image: url(../img/right-ad-backgr.gif);
			background-repeat: no-repeat;
			background-position: left top;
			padding:10px;
			padding-top:10px;
			color:#9a977f;
			color:#d1d1d2;
		}
		div#shopping-info{}
		div#shopping-cart{}
	
	div#main-column{
		float: left;
		width: 550px; /* 10px margin right */
		border-right:0px solid red;
	}
		div#content{
			height: 	1%;
			padding:10px;
		}


	/* BOTTOM */

div#bottom{
	clear: both;
	text-align: center;
	background-image: url(../img/bottom-backgr.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height:57px;
	line-height: 57px;
}

	div#footer{
		color:#9a977f;
		font-size: 11px;
	}
		div#footer a {}
		div#footer a:hover{}
	div#copyright{
		width:100%;
		text-align: center;
	}
