/********************************************
*
* Shop 600 (Banner + Menu left + Menu right)
*
********************************************/

body.twoElements {
	width:1000em;
}
body.twoElements #myBanner {

	height:auto;
	float:left;
}
body.twoElements #barLeft, body.oneElement #barRight {
	display:none;
}
body.twoElements #menuLeft {
	float:left;
	
}
body.twoElements #menuRight {
	
	float:left;
}
* html body.twoElements #menuRight { /* fix for ie 6 */ 
	margin:-1.6em 0 0 0.2em;
}
*+html body.twoElements #menuRight { /* fix for ie 7 */ 
	margin:-1.6em 0 0 0.1em;
}
body.twoElements #menuLeft p,
body.twoElements #menuRight p {
	float:left;
	width:100%;
}
body.twoElements #menuLeft p a,
body.twoElements #menuRight p a {
	margin:0.5em 0 0 0;
	float:left;
}
body.twoElements #menuLeft ul,
body.twoElements #menuRight ul {
	width:14em;
	margin:0.5em 0 0.5em 0;
	float:left;
}
body.twoElements #menuLeft ul li .button,
body.twoElements #menuRight ul li .button {
	margin:0.5em 0 0 0;
	width:100%;
}
* html body.oneElement #main {
	margin:0 0.6em 0 1em; /* fix for ie 6 */ 

}
