* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
	overflow: hidden;
}

body {
	background: #EFEADC url(design/riding_hood.gif) repeat center center;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 80.1%;

	background: #E9E1B3 url(design/riding_hood_gradient.jpg) no-repeat left top;
}

a {
	color: #9C824a;
}

a.pdf {
	display: block;
	padding-left: 50px;
	background: url(design/pdf_document.gif) no-repeat left center;
	line-height: 48px;
}

img {
	background: url(design/bigrotation2.gif) no-repeat center center;
}

h1, h2 {
	margin: 10px 0;
}

h1 {
	color: #D7A700;
	font-size: 150%;
}

h2 {
	color: #9C824a;
	font-size: 125%;
}

p {
	margin: 10px 0;
}

.menubar_bg {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 295px;
	height: 70px;
	background: url(design/menubar2.png) repeat-x left top;

	width: 100%;
	height: 40px;
	background: #BCA168 url(design/menubar.gif) no-repeat right top;
}

.splash {
	position: absolute;
	z-index: 1;
	left: 40px;
	top: 90px;
	width: 166px;
	height: 126px;
	background: url(design/splash-small.png) no-repeat center center;
}

.menubar {
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	display: block;
	list-style-type: none;

	padding-left: 230px;
}

.menubar li {
	display: inline;
	padding-left: 50px;
	color: #FFDD41;
	text-transform: uppercase;
	line-height: 50px;

	line-height: 40px;
}

.menubar li a {
	color: #FFDD41;
	text-decoration: none;
}

.menubar li a:hover {
	color: #FFF;
}

.menufilter {
	position: absolute;
	z-index: 2;
	top: 250px;
	left: 40px;
	display: block;
	width: 250px;
	color: #746138;
	font-size: 80%;
	text-transform: uppercase;
}

.menufilter fieldset {
	display: block;
	float: left;
	width: 125px;
	margin: 0 0 20px 0;
	border: none;
}

.menufilter legend {
	color: #9C824a;
	font-size: 125%;
}

.menufilter label {
	display: block;
	line-height: 18px;
}

.menufilter label input {
	margin-right: 4px;
	vertical-align: middle;
}

.carouselwrapper {
	position: relative;  
	z-index: 1;
	display: block;
	margin: 20px 10px 0 280px;
	visibility: hidden;
	background-color: #FFF;
	border-top: #FFF 4px solid;
	border-bottom: #FFF 4px solid;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-opera-border-radius: 4px;
	-o-border-radius: 4px;

	border-top: #FFF 20px solid;
	border-bottom: #FFF 20px solid;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-opera-border-radius: 4px;
	-o-border-radius: 4px;
}

#carouselprev,
#carouselnext {
	position: absolute;
	z-index: 2;
	top: 50%;
	width: 40px;
	height: 100px;
	margin-top: -50px;
	cursor: pointer;
}

#carouselprev {
	left: 0;
	background: url(design/prev.gif) no-repeat center center;
}

#carouselnext {
	right: 0;
	background: url(design/next.gif) no-repeat center center;
}

#carousel {
	position: relative;  
	z-index: 1;
	display: block;
	min-height: 100px;
	overflow: hidden;  
	border-left: #FFF 40px solid;
	border-right: #FFF 40px solid;
}

#carousel ul {
	position:absolute;  
	position:relative;  
	z-index: 1;
	left: 0;  
	top: 0;
	display: block;
	list-style-type: none;
}

#carousel ul li {
	display: block;
	float: left;
	width: 135px;
	height: 202px;
}

#carousel ul li img {
	display: block;
	border: none;
}

.sedcard {
	width: 808px;
	height: 620px;
	margin: 0 auto;
	background-color: #FFF;
}

.sedcard_left {
	float: left;
	width: 400px;
}

.sedcard_right {
	float: right;
}

.sedcard_right img {
	display: block;
	float: left;
	margin: 0 0 2px 2px;
	border: none;
	cursor: pointer;
}

.sedcard_infos {
	clear: left;
	padding: 40px 0 0 40px;
	color: #000;
}

.sedcard_infos h1 {
	color: #D7A700;
}

.invisible {
	position: absolute;
	left: -10000px;
}

.popup {
	position: absolute;
	z-index: -1;
	top: 50%;
	left: -10000px;
	visibility: hidden;
	padding: 20px;
	background-color: #FFF;
	border: #CCC 1px solid;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-opera-border-radius: 10px;
	-o-border-radius: 10px;
	-webkit-box-shadow: 5px 5px 10px #8D784D;
}

.popupclose {
	position: absolute;
	top: 0;
	right: 5px;
	color: #999;
	font-size: 200%;
	font-weight: bold;
	line-height: 20px;
	cursor: pointer;
}

.popupclose:hover {
	color: #9C824a;
}

.popupcontainer {
	max-height: 450px;
	overflow: auto;
	padding: 10px;
	border: #CCC 1px solid;
}

.popupcontainer input {
	border: #D7A700 1px solid;
}

.popupcontainer button {
	padding: 0 10px;
	background: #9C824A url(design/button.gif) repeat-x left top;
	color: #FFF;
	border: #D7A700 1px solid;
	font-weight: bold;
}

#ajaxloadersmall {
	display: block;
	position: fixed;
	z-index: 3;
	top: 50%;
	left: 50%;
	width: 220px;
	height: 19px;
	margin-left: -110px;
	margin-top: -10px;
	background: transparent url(design/ajax-loader-bar.gif) no-repeat center center;
	border: #CCC 1px solid;
}

#overlay {
	position: absolute;
	z-index: -1;
	top: 0;
	left: -10000px;
	width: 100%;
	height: 100%;
	visibility: hidden;
	background-color: #BCA168;
	filter:alpha(opacity=70); 
	-moz-opacity: 0.7; 
	background-color: rgba(188, 161, 104, 0.7); 
	-khtml-opacity: 0.7; 
	opacity: 0.7;
}
