/* LAYOUT */

div#header-image,
div#middle,
div#bottom { behavior: url(iepngfix.htc) }

.body{
	background: #c70b09 url(../img/page_backgr2.gif) repeat-x scroll top;	/* Canvas background */
	color:white;
}
a:link, a:visited {
	color:yellow;
}
div#container{
	text-align: center;	/* Center (IE) */
}
div#page{
	background: transparent url(../img/page-background.gif) repeat-x scroll top;	/* Page background */
	width: 960px;	/* Page width */
	margin: 0 auto;	/* Center (other browsers) */
	text-align: left;
	margin-top:15px;
}


	/* TOP */

div#top{
	min-height: 333px;
	height:		auto !important;
	height: 	333px;
}

	div#header{
		position : relative;
	}
		div#logo{display:none;}
		div#flashtop{}
	
	div#header-image {
		background-image: url(../img/00-header-image.png);
		background-repeat : no-repeat;
		width:960px;
		height:333px;
		position : absolute;
		z-index : 10;
	}
	div#top-bar{
		position: relative;
		float:right;
		z-index : 15;
		top:42px;
		right:105px;
	}
		div#date{}
		div#links{
		}
			div#links a.home, div#links a.mail {
				display: block;
				float: left;
				margin-left: 30px;
				text-decoration: none;
				color:white;
			}
				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{}


	/* MIDDLE */

div#middle{
	clear: both;
	background: transparent url(../img/00-middlebackgr.png) repeat-y scroll;

}
#middle-wrapper {
	width:920px;
	margin-left:20px;
	background-image : url(../img/03-dashed-menu.gif);
	background-repeat : repeat-y;
}
div#middle_bottom{
	/* Used to expand the middle cell */
	clear: both;
	height: 10px;
	font-size: 0;
}

	div#left-column{
		float: left;
		width: 210px;
		
	}
		div#menu{
			padding-top:55px;
			padding-bottom:20px;
			background-image : url(../img/00-menu-header.png);
			background-repeat : no-repeat;
		}
		div#menu-catalogue{}
		div#mailing-list{}
	
	div#middle_right{
		float: right;
		width: 690px; /* 10px margin left */
	}
	
	div#right-column{
		float: right;
		width: 200px;
		
	}
		div#search{}
		div#news{}
		div#extra-content{}
		div#shopping-info{}
		div#shopping-cart{}
	
	div#main-column{
		float: left;
		width: 480px; /* 10px margin right */
	}
		div#content{
			height: 	1%;
			float:right;
			width:660px;
		}


	/* BOTTOM */

div#bottom{
	clear: both;
	
	min-height: 67px;
	height:		auto !important;
	height: 	67px;
	
	text-align: center;
	background-image : url(../img/00-footer-backgr.png);
	background-repeat : no-repeat;
}

	div#footer{
		padding-top:15px;
	}
		div#footer a {}
		div#footer a:hover{}
	div#copyright{
		width:100%;
		text-align : center;
		position : relative;
		top : -50px;
		padding-top:30px;
	}
