#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 {
/*
	margin-top: 540px;
*/
	float: right;
	width: 180px;
	padding: 10px 0 10px 0;
	background: transparent;
}

.Box {
	background: #f0f0f0;
}
.InnerBox {
	background: #f0f0f0;
}

#Main {
	width: 740px;
	float: left;
}

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

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

#Intro {
	position: relative;
	margin: 0 10px;
	height: 55px;
	background: #333; 
	color: #f0f0f0;
}

#Intro #HeaderIllustration {
	position: absolute;
	z-index: 2;
	bottom: -10px;
	left: 490px;
}

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

#Content {
	margin: 20px 20px 10px 200px!important;
	margin: 20px 20px 10px 200px;
	padding-bottom: 20px;
}

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

#ProductsInner {
	float: right;
	width: 180px;
	padding: 10px 0 0 0;
	background: transparent url(../img/products-bottom-bg.gif) no-repeat bottom center;
}

