BODY {
	background : url(../gfx/bg_body.jpg);
}

HTML, BODY {
	padding : 0;
	margin : 0;
	height : 100%;
	overflow : hidden;
}

.DesignBar {
	width : 100%;
	background : #ded4cb;
	height : 20px;
	position : absolute;
	z-index : 10;
	opacity : .65;
	filter : alpha(opacity=65);
}

.MenuSpacer {
	width : 100%;
	margin-bottom : 1px;
	background : #ffffff;
	opacity : .6;
	filter : alpha(opacity=60);
}

#DesignAddress {
	line-height : 170%;
	position : absolute;
	bottom : 10px;
	left : 20px;
}

#DesignFacebook {
	position : absolute;
	top : 470px;
	left : 20px;
}

#DesignAddress A {
	border-bottom : none;
	color : #656565;
	display : block;
}

#DesignBarBottom {
	top : 442px;
}

#DesignBarTop {
	top : 60px;
}

#DesignContainer {
	width : 100%;
	clear : left;
	position : relative; /* puts container in front of distance */
	height : 590px;
}

#DesignContent {
	padding : 15px 20px 25px 20px;
	overflow : hidden;
	height : 316px;
	position : absolute;
	left : 356px;
	right : 0;
	overflow-y : auto;
}

#DesignDistance {
	width : 1px;
	margin-bottom : -295px; /* half of container's height */
	float : left;
	background-color : #ffcc66;
	height : 50%;
}

#DesignLogo {
	width : 260px;
	background : url(../gfx/logo.png) no-repeat;
	position : absolute;
	top : 18px;
	height : 55px;
	right : 20px;
	z-index : 100;
}

#DesignMenu {
	width : 160px;
	position : absolute;
	right : 30px;
	height : 356px;
	overflow : hidden;
	font-size : x-small;
}

#DesignMenu A {
	border : 0;
	margin-bottom : 1px;
	padding : 3px 5px;
	display : block;
	color : #656565;
	background : url(../gfx/bg_menu.png);
	text-transform : uppercase;
	height : 12px;
}

#DesignMenu A.Submenu {
	padding : 1px 5px 1px 15px;
}

#DesignMenu A:Hover, #DesignMenu A.Active {
	background : url(../gfx/bg_menu_hover.png);
	color : #222222;
}

#DesignWrapper {
	border-width : 3px 0;
	border-color : #ffffff;
	border-style : solid;
	width : 100%;
	background : #ffffff;
	height : 356px;
	position : absolute;
	top : 80px;
	z-index : 150;
}

#DesignWrapper #DesignMenuWrapper {
	width : 356px;
	background : url(../gfx/bgmenu/1.jpg) no-repeat;
	position : absolute;
	height : 356px;
	left : 0;
}

