/* LAYOUT */

div#container{
	background: none;
	text-align: center;	/* Center (IE) */

}
div#page{
	width: 100%;	/* Page width */
	text-align: left;

}

.clear {
	clear:both;
}

	/* TOP */


	div#header{
		background-color: #00397C;
		width: 905px;
		position: relative;
		height: 74px;
		margin-left: 10px;
		margin-top: 8px;
	}

		div#logo{
			padding-top: 5px;
			width: 130px;
			margin-left: 10px;
		}
		
		div#search{
			display:none;
		}
		
		div#english {
			display:none;
		}
	
	div#top-bar{
		display:none;
	}
		
		div#menutop{
			position: absolute;
			bottom:3px;
			display:none;
		}

	/* MIDDLE */

div#middle{
	clear: both;
	background-color: #fff;
}
	
		div#left-column{
			display:none;
		}

		div#middle_right{
		}

		div#main-column{
			width: 100%; /* 10px margin right */
		}
			div#extra-content{}
			div#shopping-info{}
			div#shopping-cart{}
	
			div#flashtop{
				display:none;
			}
			div#content{
				height: 1%;
				padding-bottom:20px;
			}
			
	
	/* BOTTOM */
	
div#bottom{
	clear: both;
	text-align: center;
	background-color: #fff;
	width: 925px;
	background: url(../img/btmlina.jpg) repeat-x top;
}
	
	div#footer{
		height: 115px;
		width:905px;
		margin:0 10px;
		margin-bottom:10px;
	}
	
	div#footer table {
		width:720px;
		margin-top: 20px;
		margin-left: 20px;
		
	}
	
		div#footer a {}
		div#footer a:hover{}
	div#copyright{
		background-color: #fff;
		display:none;
	}
	
	
	.item { width:100%; }
	.item .footer { display:none; }
	.catalogue .content,
	.catalogue .header .description { width:100%; }
