/* LAYOUT */

.body{
	background: #000000 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;
}


	/* TOP */

div#top{
	min-height: 92px;
	height:		auto !important;
	height: 	92px;
}

	div#header{
		height: 42px;
		float:left;
		border:0px solid red;
	}
		div#logo{
		}
	
	div#top-bar{
		float:right;
		border:0px solid red;
		background-image: url(../img/topmenu-backgr.jpg);
		background-repeat:repeat-x;
		margin-top:51px;
	}
		div#menu-top{
			background-image:url(../img/topmenu-left.jpg);
			background-repeat:no-repeat;
			background-position:left;
			float:left;
		}
		div#menu-top2{
			background-image:url(../img/topmenu-right.jpg);
			background-repeat:no-repeat;
			background-position:right;
			width:766px;
			float:left;
			min-height: 35px;
			height:		auto !important;
			height: 	35px;
		}


	/* MIDDLE */

div#middle{
	clear: both;
	float: left;
	
	background-image: url(../img/middle-backgr.jpg);
	background-repeat: repeat-y;
	width: 980px;
}
div#middle2 {
	background-image: url(../img/middle-top.jpg);
	background-repeat: no-repeat;
	float:left;
	padding:5px 3px 5px 3px;
	width: 974px;
	min-height: 500px;
	height:		auto !important;
	height: 	500px;
}
	div#left-column{
		float: left;
		width: 207px;
	}
		div#menu-catalogue{
			background-image:url(../img/hdr-catalogue.jpg);
			background-repeat:no-repeat;
			background-position:top;
			padding-top:30px;
		}
		div#extra-content{
			background-image:url(../img/box-left-top.gif);
			background-repeat:no-repeat;
			padding:8px;
			padding-top:25px;
			padding-bottom:5px;
		}
		div#extra-content2{
			background-image:url(../img/box-left-splitter.gif);
			background-repeat:no-repeat;
			padding:8px;
			padding-top:35px;
			padding-bottom:0px;
		}
	
	div#middle_right{
		float: right;
		width: 765px; /* 10px margin left */
	}
	
	div#right-column{
		float: right;
		width: 192px;
	}
		div#search{
			background-image:url(../img/search-backgr.gif);
			background-repeat:no-repeat;
			padding:10px;
			padding-bottom:0px;
		}
		div#extra-content3{
			background-image:url(../img/box-right-splitter.gif);
			background-position:top;
			background-repeat:no-repeat;
			padding:8px;
			padding-top:35px;
			padding-bottom:5px;
		}
		div#extra-content4{
			background-image:url(../img/box-right-splitter.gif);
			background-position:top;
			background-repeat:no-repeat;
			padding:8px;
			padding-top:35px;
			padding-bottom:5px;
		}
		div#shopping-info{}
		div#shopping-cart{}
	
	div#main-column{
		float: left;
		width: 571px; /* 10px margin right */
	}
		div#flashtop { 
			width:571px;
			height:156px;
			background-image:url(../img/flashtop.jpgd);
		}
		div#content{
			height: 	1%;
			background-image:url(../img/content-top.gif);
			background-repeat:no-repeat;
			padding:25px;
		}


	/* BOTTOM */

div#bottom{
	clear: both;
	text-align: center;
	background-image: url(../img/middle-backgr.jpg);
	background-repeat: repeat-y;
}

	div#footer{
		background-image: url(../img/bottom-backgr.jpg);
		background-position:bottom;
		background-repeat:no-repeat;
		line-height:30px;
		padding-top:15px;
		color:white;
		font-size:11px;
	}
		div#footer a {}
		div#footer a:hover{}
	div#copyright{
		background-image:url(../img/copyright-backgr.jpg);
		background-repeat:no-repeat;
		text-align:center;
	}

