/* LAYOUT */

.body{
	background: white url(../img/background.gif) repeat-x scroll top;	/* Canvas background */
}
div#container{
	background: none;
	text-align: center;	/* Center (IE) */
}
div#page{
	background: transparent url(../img/page_background.gif) repeat-y scroll left;	/* Page background */
	width: 963px;	/* Page width */
	margin: 0 auto;	/* Center (other browsers) */
	
	text-align: left;
}


	/* TOP */

div#top{
	padding-top: 25px;
}

	div#top-bar{
		margin-left: 206px;
	}
		div#links{
			float: right;
		}
			div#links a.home, div#links a.mail {
				display: block;
				float: left;
				margin-left: 10px;
				padding: 0 10px 0 20px;
				height: 30px;
				line-height: 30px;
				
				font-size: 11px;
				color: #001063;
				text-decoration: none;
			}
				div#links a.home{
					background: transparent url(../img/itm_home.gif) no-repeat scroll left center;
				}
				div#links a.mail{
					background: transparent url(../img/itm_mail.gif) no-repeat scroll left center;
				}
		div#menu-top{
		}
	
	div#header{
		clear: both;
	}
		div#logo{
			float: left;
			width: 197px;
			position: relative;
			top: 15px;
			left: 25px;
		}
		div#flashtop{
			float: right;
			width: 757px;
		}


	/* MIDDLE */

div#middle{
	clear: both;
	height: 100%;
	
	padding-top: 15px;
}
div#middle_bottom{
	/* Used to expand the middle cell */
	clear: both;
	height: 10px;
	font-size: 0;
}

	div#left-column{
		float: left;
		width: 197px;
	}
		div#menu{}
		div#menu-catalogue{}
		div#mailing-list{}
		div#extra-content_left{}
	
	div#middle_right{
		float: right;
		width: 757px; /* 9px margin left */
	}
	
	div#right-column{
		float: right;
		width: 197px;
	}
		div#search{}
		div#date{}
		div#news{}
		div#extra-content_right{}
		div#shopping-info{}
		div#shopping-cart{}
	
	div#main-column{
		float: left;
		width: 551px; /* 9x margin right */
	}
		div#content{
			height: 	1%;
			padding: 15px;
		}


	/* BOTTOM */

div#bottom{
	clear: both;
	
	background: white url(../img/bottom_background.gif) repeat-x scroll top;
	text-align: center;
}

	div#footer{
		background: transparent url(../img/footer_background.gif) no-repeat scroll top;
		padding-top: 20px;
	}
		div#footer a {}
		div#footer a:hover{}
	div#copyright{}
