/* LAYOUT */
/* div#logo { behavior: url(iepngfix.htc) }*/

.body{
	background: #9e1c1c url(../img/background.jpg) 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-x scroll top;	/* Page background */
	width: 980px;	/* Page width */
	margin: 0px auto;	/* Center (other browsers) */
	
	text-align: left;
	margin-top:16px;
}


	/* TOP */

div#top{
	height:325px;
}

	div#header{
		position:relative;
	}
		div#logo {
			position: absolute;
			z-index:10;
			left:30px;
			top:-35px;
		}
			div#logo a {
				display:block;
				width:142px;
				height:177px;
				background-image: url(../img/logo.png);
			}
		div#flashtop{
			height:282px;
			width:980px;
			/* background-image: url(../img/flashtop.jpg); */
			position: absolute;
			z-index: 5;
		}
	
	div#top-bar{
		min-height: 43px;
		height:		auto !important;
		height: 	43px;
		background-image: url(../img/topbar-backgr.gif);
		background-repeat: no-repeat;
	}
		div#generic-links{padding-right:10px;}
			div#generic-links a.home,
			div#generic-links a.mail {
				display: block;
				float: right;
				margin-left: 0px;
				padding: 0px 0px 0px 0px;
				height: 30px;
				line-height: 30px;
				text-decoration: none;
			}
				div#generic-links a.home{
					margin-right:15px;
				}
				div#generic-links a.mail{}


	/* MIDDLE */

div#middle{
	clear: both;
	float: left;
	background-color:white;
}

	div#left-column{
		float: left;
		width: 190px;
		margin-left:7px;
		padding-top:23px !important;
		padding-top:6px;
	}
		div#menu{}
		div#menu-catalogue{
			margin-top:15px;
			padding-top:36px;
			background: url(../img/catalogue-header.gif) no-repeat top;
		}
		div#search{
			background-image: url(../img/search-bg.gif);
			background-repeat: no-repeat;
			padding:10px;
			padding-top:13px;
			margin:0px;
			margin-top:20px;
		}
	
	div#middle_right{
		float: right;
		width: 783px !important; /* 10px margin left */
		width:776px;
	}
	
		div#breadcrumb {
			background-image: url(../img/breadcrumb-bg2.gif);
			background-repeat: no-repeat;
			min-height: 28px;
			height: 	auto !important;
			height: 	28px;
			line-height: 28px;
			margin-top:20px;
			float:left;
			width:767px;
			
		}
			div#breadcrumb span {
				display:block;
				padding-left:18px;
				color: #9f9663;
			}
			div#breadcrumb span.red {
				color: #ed1c24;
				float:left;
				margin-right:10px;
				text-transform:uppercase;
			}
	
		div#content{
			height: 	1%;
			padding-top:10px;
			padding-bottom:20px;
			float:left;
			width:765px;
			border:0px solid red;
		}


	/* BOTTOM */

div#bottom{
	clear: both;
	text-align: center;
	background-color: white;
	background-image: url(../img/footer-backgr.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height:49px;
}

	div#footer{
		line-height: 49px;
		padding-left:24px;
	}
		div#footer a {}
		div#footer a:hover{}
	div#copyright{}
