/* LAYOUT */

.body{
	background: white url(../img/background.gif) repeat-x scroll top;	/* Canvas background */
	height:100%;
}
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: 794px;	/* Page width */
	margin: 0 auto;	/* Center (other browsers) */
	
	text-align: left;
	height:100%;
}

a:link, a:visited {
	color:#ffae00;
	text-decoration : none;
}

li {
	list-style-image : url(../img/li.gif);
	line-height:16px;
}

	/* TOP */

div#top{
	position : relative;
	background-image : url(../img/middle-backgr.gif);
	background-repeat : repeat-y;
}

	div#header{
		min-height: 175px;
		height:		auto !important;
		height: 	175px;
	}
		div#logo{
			position: absolute;
			left:30px;
			top:33px;
		}
		div#flashtop{
			width:792px;
			height:157px;
			margin-left:1px;
		}
	
	div#top-bar {
		min-height: 63px;
		height:		auto !important;
		height: 	63px;
		line-height : 55px;
		background-image : url(../img/topbar-backgr.gif);
		background-repeat : repeat-y;
		padding-right:20px;
		
	}
		div#top-bar a:link,
		div#top-bar a:visited {
			color:gray;
		}
		div#top-bar a:hover {
			color:white;
		}
		div#date{
			min-height:63px;
			height: auto !important;
			height:63px;
			line-height:63px;
			padding-left:160px;
			float:left;
		}
		div#links{}
			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;
				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{
			float:right;
		}


	/* MIDDLE */

div#middle{
	clear: both;
	
	height: 100%;
	background-image : url(../img/middle-backgr.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;
		margin-left:1px;

	}
		div.menu-header {
			padding-left:46px;
			padding-bottom:15px;
			color:#ffae00;
			font-weight:bold;
			font-size : 12px;
		}
		div#menu{
			padding-bottom:15px;
		}
		div#menu-catalogue{}
		div#mailing-list{}
	
	div#middle_right{
		float: right;
		width: 560px; /* 10px margin left */
	}
	
	div#main-column{
		float: left;
		width: 530px; /* 10px margin right */
	}
		div#breadcrumb {
			display : block;
			text-align : right;
			min-height:22px;
			height: auto !important;
			height:22px;
			line-height:22px;
			margin-bottom:10px;
		}
		div#searh-wrapper {
			
		}
		div#content{
			clear:both;
			height: 	1%;
		}


	/* BOTTOM */

div#bottom{
	clear: both;		
	text-align: center;
	width:100%;
	border-top:1px solid #e7e7e7;
		background-image : url(../img/bottom-backgr.gif);
	background-repeat : no-repeat;
	background-position : top;

}
div#bottom #wrapper {
	width:794px;
	margin : auto;
	padding-top:10px;
	min-height:50px;
	height: auto !important;
	height:50px;

}
	div#footer{
		float:right;
		margin-right:1px;
		padding-right:20px;
		text-align : right;
	}
		div#footer a {}
		div#footer a:hover{}
	div#copyright{
		float:left;
		margin-left:1px;
		padding-left:20px;
	}
