@charset "utf-8";
/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}

body {
	background: #d0a368 url(../img/floor_day.jpg) top repeat;
	height: 100%; 
}

div#wall {
	width: 100%;
	height: 376px;
	position: absolute;
	left: 0px;
}

/* Containers */

div#page_wrapper {
	width: 980px;
	overflow: visible;
	margin: 0 auto;
	position: relative;
}

div#left_container {
	width: 310px;
	float: left;
	overflow: visible;
	margin-bottom: 100px;
}

div#right_container {
	width: 670px;
	float: right;
	overflow: visible;
}

div#window_container {
	background: url(../img/frame_bg_closed.png) 0px 25px no-repeat;
	width: 600px;
	height: 250px;
	padding: 35px 10px 10px 10px;
	z-index: 10;
}

div#window_container.window_class_Sunny {
	background: url(../img/frame_bg_sunny.png) 0px 25px no-repeat;
}

div#window_container.window_class_Rain {
	background: url(../img/frame_bg_rain.png) 0px 25px no-repeat;
}

div#window_container.window_class_Storm {
	background: url(../img/frame_bg_storm.png) 0px 25px no-repeat;
}

div#window_container.window_class_Fog {
	background: url(../img/frame_bg_fog.png) 0px 25px no-repeat;
}

div#window_container.window_class_Cloudy {
	background: url(../img/frame_bg_cloudy.png) 0px 25px no-repeat;
}

div#window_container.window_class_Snow {
	background: url(../img/frame_bg_snow.png) 0px 25px no-repeat;
}

div#window_container.window_class_Night {
	background: url(../img/frame_bg_night.png) 0px 25px no-repeat;
}

div#footer_container {
	background: url(../img/footer_bg.png) repeat-x;
	width: 100%;
	min-height: 200px;
	bottom: 0px;
	padding-top: 20px;
	position: relative;
	float: left;
}

/* Left Elements */
div#logo {
	width: 310px;
	height: 200px;
	margin-top: 10px;
	float: right;
}


div#object_left {
	width: 480px;
	height: 330px;
	margin-top: 30px;
	float: right;
	background: url(../img/object_sofa.png) right no-repeat;
	margin-left: -170px;
}

/* xmas tree
div#object_left {
	width: 480px;
	height: 390px;
	margin-top: -80px;
	float: right;
	background: url(../img/object_xmastree.png) right no-repeat;
	margin-left: -170px;
} */

div#stickypad div.moduletable{
	width: 215px;
	height: 210px;
	background: url(../img/stickypad.png) right no-repeat;
	float:right;
	overflow: hidden;
	margin-right: 40px;
	padding: 15px;
	margin-bottom: 10px;
}

div#search div.moduletable{
	width: 215px;
	height: 60px;
	background: url(../img/search_stickypad.png) right top no-repeat;
	float:right;
	overflow: hidden;
	margin-right: 40px;
	padding: 15px;
}

/* Right Elements */
div#wall_background {
	width: 670px;
	height: 350px;
	position: relative;
}

div#flashobject {
	position: absolute;
	z-index: 10;	
}

div#flashcontent {
	width: 600px;
	height: 250px;
	background: url(../img/frame_closed_text.png) no-repeat;
	position: absolute;
}

div#flashcontent.window_class_Sunny {
	background: url(../img/frame_bg_sunny.png) -10px -10px no-repeat;
}

div#flashcontent.window_class_Rain {
	background: url(../img/frame_bg_rain.png) -10px -10px no-repeat;
}

div#flashcontent.window_class_Storm {
	background: url(../img/frame_bg_storm.png) -10px -10px no-repeat;
}

div#flashcontent.window_class_Fog {
	background: url(../img/frame_bg_fog.png) -10px -10px no-repeat;
}

div#flashcontent.window_class_Cloudy {
	background: url(../img/frame_bg_cloudy.png) -10px -10px no-repeat;
}

div#flashcontent.window_class_Snow {
	background: url(../img/frame_bg_snow.png) -10px -10px no-repeat;
}

div#flashcontent.window_class_Night {
	background: url(../img/frame_bg_night.png) -10px -10px no-repeat;
}

div#flashcontent p { 
	color: #FFFFFF;
	text-align: center;
	padding: 25px 25px 0px 25px;
}

/* Plant */
div#object_right {
	width: 180px;
	height: 520px;
	float: left;
	margin-top: -170px;
	margin-left: 490px;
	z-index: 100;
	position: absolute;
	background: url(../img/object_plant.png) left no-repeat;
}

/* Breadcrumb */
div#breadcrumb {
	z-index: 250;
	height: 16px;
	padding-top: 4px;
}

/* Content */
div#content {
	width: 650px;
	margin: 0px;	
	padding: 0px 0px 20px 0px;
	float: left;
	position: relative;
}
div#content_box {
	background: url(../img/content_top.png) top repeat-x;
	width: 590px;
	margin-left: 20px;
	padding: 10px;
	height: 100%;
	text-align:justify;
	z-index: 150;
	position: relative;
}
div#content_box_top {
	background: url(../img/content_border.png) repeat;
	height: 20px;
}
div#content_box_middle {
	background: url(../img/content_body.png) repeat-y;
}
div#content_box_bottom {
	background: url(../img/content_border.png) repeat;	
	height: 20px;
}

/* Footer */
div#footer {
	width:980px;
	height: 180px;
	padding-top: 20px;
	margin: 0px auto;	
}

div#footer_social {
	height: 150px;	
	width: 245px;
}

div#footer_left {
	margin-top: -150px;	
}

div#footer_left, div#footer_right {
	padding: 0 20px 0 20px;
	width: 245px;
	float: left;
}

div#footer_right {
	text-align: left;	
}

div#footer_middle {
	width: 350px;
	padding: 0 30px 0 30px;
	float: left;
	text-align:justify;
}

div#social_links {
	padding: 28px 0 28px 0px;
	text-align: center;
}