* {
	margin: 0; 
	padding: 0; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	color: #FFF;
	font-size:15px;
}

html {height: 100%; margin-bottom: 1px; overflow-y: scroll;
} /* This forces a scrollbar on short pages in Firefox, */

body{height:100%;}

img.bg {
	/* Set rules to fill background */
	min-height: 100%;
	min-width: 1024px;
	
	/* Set up proportionate scaling */
	width: 100%;
	height: auto;
	
	/* Set up positioning */
	position: fixed;
	top: 0;
	left: 0;
}

@media screen and (max-width: 1024px) { /* Specific to this particular image */
	img.bg {
		left: 50%;
		margin-left: -512px;   /* 50% */
	}
}

#nav{
	width:196px; 
	min-height:50%;
	zheight:100%;
}
	
p {font-size: 12px;
}

.logo {
	margin:20px 0 0 15px;		
}
	
#nav_bg {
	background:url(images/navbg.png) no-repeat center bottom;
	height:50%;
	min-height:300px;
	position:relative;
}

#nav ul {
	margin:20px 0 0 20px;	
}

#nav a{
	text-decoration:none;

}

#nav li {
	margin-bottom: 10px;
}
	
#nav_wrapper {
	height:100%;
	width:196px;
	z-index:1;
	float:left;
	background:url(images/elaine20120913_03.png) repeat-y; 
	
}

#slider1 {
	width:145px;
	height:240px;
	
}

#bottom {
	position:absolute;
	bottom:0px;
	left:24px;
	margin-bottom:20px;
}

#nav_wrapper .bx-next {
	position:absolute;
	top:0px;
	right:0px;
	z-index:100;
}
	
#nav_wrapper .bx-prev {
	position:absolute;
	top:0px;
	right:17px;
	z-index:100;	
}

#lang {
	position:absolute; 
	top:10px; 
	left:27px;
	text-decoration:none;
	font-size:12px;
}

.container {
	margin:10px 0 0 25px;
	
}

#map, #shop {
	position:absolute;
	left:440px;
	top:165px;	
}

#nav a:hover {
	color:#9d9d9d;
}

#slider2 {
	width:281px;
	height:400px;
}

#shop .bx-next {
	position:absolute;
	bottom:0px;
	right:0px;
	z-index:100;
}
	
#shop .bx-prev {
	position:absolute;
	bottom:0px;
	right:17px;
	z-index:100;	
}