#Search {
	position: absolute;
	z-index: 1;
	top: 5px;
	float: right;
	left: 50%;
	width: 320px;
	height: 40px;
	background: transparent url(../img/search-bg.gif) no-repeat top right;
	margin-left: 140px;
}

#MainSideWrapper {
	overflow: hidden;
}

#MainSide {
/*
*/
	float: right;
	width: 320px;
	margin: 0 0 0 auto;
	padding: 10px 0 10px 0;
}

.Box {
	background: #f0f0f0;
}

#Main {
	width: 600px;
	float: left;
	margin: 0;
	padding: 0;
}

#Header {
	padding: 0 0 20px 0;
	margin-top: 20px;
	background: #666 url(../img/header-home-bg.gif) no-repeat bottom left;
}

#Menu {
	clear: both;
	display: block;
	height: 45px;
	margin: 0 0 0 0;
	background: #666 url(../img/menu-home-bg.gif) no-repeat top left;
}

#Intro {
	position: relative;
	margin: 0 10px;
	padding: 60px 230px 10px 60px;
	height: auto!important;
	height: 165px;
	min-height: 165px;
	background: #333 url(../img/header-inner-gb.gif) no-repeat center center; 
	color: #f0f0f0;
}
#Intro #HeaderIllustration {
	position: absolute;
	z-index: 2;
	bottom: -10px;
	left: 360px;
}

#Side {
	float: left;
	width: 180px;
	padding: 10px 0;
}

#Content {
	width: 380px;
	margin: 20px 0 10px 200px;
	padding-bottom: 20px;
}

#Products {
/*
	position: absolute;
	z-index: 1;
	top: 50px;
	right: 20px;
*/
	float: right;
	padding: 0;
	margin-top: 55px;
	width: 320px;
	background: #333 url(../img/products-top-home-bg.gif) no-repeat top center;
}
#ProductsInner {
	float: right;
	width: 320px;
	padding: 10px 0 0 0;
	background: transparent url(../img/products-bottom-home-bg.gif) no-repeat bottom center;
}
