/* LAYOUT */

.body{
	background: url(../img/mainbg.jpg) repeat-x;
	background-color: #F4F4F4;
}
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: 949px;	/* Page width */
	margin: 0px auto;	/* Center (other browsers) */
	
	text-align: left;
}


	/* TOP */

div#top{
	min-height: 315px;
	height:		auto !important;
	height: 	315px;
	background: #fff;
}

	div#header{
		height: 318px;
	}
		div#logo{
			background: url(../img/bglina.jpg) no-repeat bottom;
			padding-top:22px;
			padding-bottom: 15px;
			padding-left: 18px;
		}
		div#flashtop{
			display: block;
			margin-top: 3px;
			height: 248px;
		}
	
	div#top-bar{
		min-height: 23px;
		height:		auto !important;
		height: 	23px;
		background: url(../img/menubg.jpg) no-repeat top;
		width: 949px;
	}
	
	div#english {
		float: right;
		padding-right: 40px;
		padding-top:5px;
	}
	
	div#english a {
		color: #fff;
		font-size: 11px;
		text-decoration: none;
	}
	
	div#english a:hover {
		text-decoration: underline;
	}
	
		div#menu-top{}


	/* MIDDLE */

div#middle{
	clear: both;
	float: left;
	padding-bottom: 26px;
	background: #fff url(../img/bglina.jpg) no-repeat top;
	background-position: 0px 3px;
}

	div#left-column{
		float: left;
		width: 192px;
		background: #fff;
		margin-top: 5px;
	}
		div#menu{}
		div#menu-catalogue{
		}
		div#mailing-list{}
		div#calendar{}
	
	div#middle_right{
		float: right;
		width: 730px;
	}
	
	div#right-column{
		float: right;
		width: 192px;
		margin-top: 5px;
		background: #fff;
	}
		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%;
			width: 520px;
			margin-top: 10px;
		}


	/* BOTTOM */

div#bottom{
	clear: both;
	text-align: center;
	
	background: #fff;
}

	div#footer{
		background: url(../img/bglina.jpg) no-repeat top;
		padding-top: 10px;
		padding-bottom: 6px;
	}
		div#footer a {
			color: #011077;
			text-decoration: none;
		}
		div#footer a:hover{
			color: #727272;
			text-decoration: underline;
		}
	div#copyright{}
