/* Start reset html elements */
	* {
	margin: 0;
}
	html, body, div, span, applet, object, iframe,
	h1, h2, h3, h4, h5, h6, p, blockquote, pre,
	a, abbr, acronym, address, big, cite, code,
	del, dfn, em, font, img, ins, kbd, q, s, samp,
	small, strike, strong, sub, sup, tt, var,
	b, u, i, center,
	dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		background: transparent;
		font-weight:normal;
	}
	
	address,article,aside,audio,canvas,command,datalist,
	details,embed,figcaption,figure,footer,header,
	hgroup,keygen,mark,meter,nav,ouput,progress,
	section,source,summary,time,video,wbr {
		display:block;
	}
	
	input:focus, textarea:focus, select:focus { 
		outline: none; 
	}
	
	table {
		border-collapse:collapse;
		border-spacing: 0;
		padding:0;
		border:0;
	}
	
	table td, table th {
		padding: 0; 
	}
	
	a:active, label:active { 
		outline: none; 
		ie-dummy: expression(this.hideFocus=true); 
	}
	a:focus, label:focus { 
		-moz-outline-style: none; 
		outline: none; 
		ie-dummy: expression(this.hideFocus=true); 
	}
	
	input[type=checkbox] { 
		border-width:0px 
	}
/* End reset html elements */

/* Start generic elements  */

	
	html {
		overflow-y: scroll; 
		height:100%;
	}
	
	body {
		color:#392b2f; 
		background-color:#f2e9e1;
		height:100%;
	}
	
	td, p, div, span, ol, ul, input, textarea, select { 
		font-family: 'Tienne', serif;
		font-size: 14px; 
	}
	input, textarea, select {
		border:1px solid #ccc; 
		background-color:#f2f2f2; 
		line-height:120%; 
		margin-top:1px; 
		padding:1px 0px;  
		resize: none; 
		-webkit-appearance:none;
		-webkit-border-radius:0px;
	}
	
	input[type=submit] {
		padding:2px 20px;
		cursor:pointer;
	}
	
	a:link, a:visited {
		color: #392b2f; 
		text-decoration: none; 
	}
	
	a:hover {
		text-decoration: none; 
	}
	
	ul {
		list-style-type: none;
		list-style-position: outside;
	}
	
	ul li { 
		list-style-type: none; 
		background:url('/images/bullet.gif') no-repeat 0px 7px; 
		padding-left:14px; 
	}
	
	hr {
		color: #ccc; 
		background-color: #ccc; 
		height: 1px; 
	}
	
	h1 {
		font-size:20px; 
		letter-spacing:4px;
		text-transform:uppercase;
	}
	h2 {
		font-size:16px; 
		letter-spacing:2px;
	}
	
	.clear {
		clear:both;
		height: 1px;
		overflow: hidden;
	}

	.clearfix:after {
		visibility: hidden;
		display: block;
		font-size: 0;
		content: " ";
		clear: both;
		height: 0;
	}
	* html .clearfix { 
		zoom: 1; 
	} /* IE6 */
	*:first-child+html .clearfix { 
		zoom: 1; 
	} /* IE7 */
/* End generic elements  */

/* Start Freshpage elements (these classes are defined in Freshpage and setable) */
	.small { 
		font-size: 10px
	}
	.big { 
		font-size: 15px
	}
	.color1 { 
		background-color: #e5e5e5 
	}
	.color2 { 
		background-color: #e0e0e0 
	}
	.color3 { 
		background-color: #fff;
	}
/* End Freshpage elements  */

/* Start - layout styles */
	/* Start - entrytype bildtext */
		.bildtextbox {
			width:790px;
		}
		.bildtextbox img {
			margin-top:4px;
		}
		.bildtextbox img,
		.bildtextbox .content {
			float:left;
		}
		.bildtextbox .content {
			float:right;
			margin-right:70px;
		}
	/* End - entrytype bildtext */
	
	/* Start - entrytype contactform */
		#searchform label,
		#contactform label {
			float:left;
			width:80px;
		}
		#searchform input,
		#searchform textarea,
		#contactform input,
		#contactform textarea {
			width:200px;
			margin-bottom:3px;
		}
		#searchform textarea,
		#contactform textarea {
			height:60px;
		}
		#searchform #zipcode,
		#contactform #zipcode {
			width:50px;
			margin-right:5px;
		}
		#searchform #city,
		#contactform #city {
			width:143px;
		}
		#searchform input[type=submit],
		#contactform input[type=submit] {
			width:140px;
		}
		#contactform #infotext,
		#searchform #errortext,
		#contactform #errortext {
			display:inline-block;
			margin:5px 0px;
		}
	/* End - entrytype contactform */
	div#container {
		min-height: 100%;
		height: auto !important;
		height: 100%;
		margin: 0 auto -100px;
	}
	div#wrapper {
		width:1024px;
		padding-top:20px;
		margin:0 auto;
		position:relative;
	}
	div#wrapper header {
		position:relative;
		width:100%;
		height:200px;
		text-align:center;
	}
	div#wrapper header div#title {
		border-top:3px solid #392b2f;
		border-bottom:3px solid #392b2f;
		margin-bottom:3px;
	}
	div#wrapper header div#title h1{
		margin-bottom:-5px;
	}
	div#wrapper header div#langswitch a:link,
	div#wrapper header div#langswitch a:visited,
	div#wrapper header div#langswitch a:active {
		color:#392B2F;
	}
	
	div#wrapper header div#langswitch a:hover,
	div#wrapper header div#langswitch a.active {
		color:#BBB1AE;
	}
	
	div#wrapper header img#dragonfly {
		position:absolute;
		right:0px;
		top:115px;
	}
	div#wrapper aside {
		width:190px;
		margin-right:40px;
		float:left;
	}
	div#wrapper aside nav ul {
		font-size:15px;
		text-transform:uppercase;
		letter-spacing:1px;
	}
	div#wrapper aside nav ul li:first-child {
		border-top:2px solid #392b2f;
	}
	div#wrapper aside nav ul li {
		background-image:none;
		padding-left:0px;
		border-bottom:2px solid #392b2f;
	}
	div#wrapper aside nav ul li a{
		color:#392b2f;
		display:block;
		width:180px;
		line-height:20px;

		padding:5px 0;
		padding-left:27px;
		margin-left:-20px;
	}
	div#wrapper aside nav ul li a:hover,
	div#wrapper aside nav ul li a.active {
		background:url(/images/bullet_big.png) no-repeat 0px 1px;
		color:#BBB1AE;
	}
	div#wrapper aside nav ul li ul {
		font-size:12px;
		letter-spacing:0px;
		padding-bottom:8px;
	}
	div#wrapper aside nav ul li ul li {
		border-bottom:0px solid #392b2f;
		padding-bottom:4px;
	}
	div#wrapper aside nav ul li ul li:first-child {
		padding-top:5px;
	}
	div#wrapper aside nav ul li ul li a{
		width:180px;
		margin:0;
		line-height:14px;
	}
	div#wrapper aside nav ul li ul li a:hover,
	div#wrapper aside nav ul li ul li a.active {
		background:url(/images/bullet_small.png) no-repeat 7px 4px;
	}
	div#wrapper aside nav ul li ul li ul {
		margin-left:10px;
	}
	div#wrapper aside nav ul li ul li ul li:first-child,
	div#wrapper aside nav ul li ul li ul li ul li:first-child	{
		border-top:0px solid #392b2f;
	}
	div#wrapper aside nav ul li ul li {
		padding:0px;
	}
	div#wrapper section {
		width:790px;
		float:left;
	}
	
	div#wrapper section div.pagination a:link,
	div#wrapper section div.pagination a:visited,
	div#wrapper section div.pagination a:active {
		color:#000000;
	}
	
	div#wrapper section div.pagination a:hover,
	div#wrapper section div.pagination a.active {
		color:#BBB1AE;
	}
	
	div#wrapper section div#flashIntro {
		width:540px;
		text-align: center;
		background-color:transparent;
	}
	div#wrapper section div.egg {
		width:162px;
		float:left;
		margin-right:30px;
		padding-bottom:30px;
	}
	div#wrapper section div.egg img{
		border:1px solid #392b2f;
		-moz-border-radius: 10px;
		border-radius: 10px;
		behavior: url(/styles/pie.htc);
	}
	div#wrapper section div.egg h1{
		font-size:11px;
		text-align:center;
		width:100%;
		margin-top:3px;
		border-top:1px solid #392b2f;
		border-bottom:1px solid #392b2f;
	}	
	div#wrapper section div.egg h1.second {
		margin-top: 0px;
		border-top: 0px;
	}
	div#footerpush, footer {
		height:100px;
	}
	footer {
		position:relative;
		width:1024px;
		margin:0 auto;
	}
	footer div#address,
	footer img#footerdeco {
		position:absolute;
		bottom:0px;
		margin-bottom:20px;
	}
	footer div#address {
		width:200px;
		left:0px;
	}
	footer img#footerdeco {
		position:absolute;
		bottom:0px;
		left:50%;
		margin-left:-125px;
	}
	/* Fancybox PopUp changes */
	div#eggDetail  {
		color:#fff;
		padding:40px 0px;
		height:450px;
		width:845px;
		overflow:visible;
		position:relative;
	}
	div#eggDetail a#close {
		position:absolute;
		top:60px;
		left:20px;
		z-index:10;
	}
	div#eggDetail div#images {
		text-align:center;
		width:600px;
		height:100%;
		float:left;
		background-color:rgba(71, 56, 58, 0.9);
		* background-image:url(/images/transparent.png);
		-moz-border-radius: 10px;
		border-radius: 10px;
		margin-right:5px;
		behavior: url(/styles/pie.htc);
	}

	div#eggDetail div#images img{
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
	}
	
	div#eggDetail div#images div#imageNav {
		text-align:center;
		width:560px;
		height:80px;
		padding:10px 0px;
		margin:20px;
		border-top:1px solid #fff;
		border-bottom:1px solid #fff;
	}
	
	div#eggDetail div#images div#imageNav img{
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
	}
	
	div#eggDetail div#images div#imageNav a {
		margin-left:10px;
	}
	div#eggDetail div#images div#imageNav a:first-child {
		margin-left:0px;
	}
	div#eggDetail div#text {
		width:240px;
		height:100%;
		float:left;
		background-color:rgba(71, 56, 58, 0.9);
		* background-image:url(/images/transparent.png);
		-moz-border-radius: 10px;
		border-radius: 10px;
		behavior: url(/styles/pie.htc);
	}
	div#eggDetail div#text div.inner {
		margin:20px;
	}
	div#eggDetail div#text div.inner div#breadcrumb {
		border-top:1px solid #fff;
		border-bottom:1px solid #fff;
		margin-bottom:10px;
	}
	div#eggDetail div#text div.inner div#breadcrumb a {
		color:#fff;
	}
	div#eggDetail div#text h1 {
		font-size:12px;
		text-align:center;
		margin-bottom:10px;
		border-top:1px solid #fff;
		border-bottom:1px solid #fff;
	}
	/* Fancybox mods */
	a#close {
		z-index:10;
	}
	.zoomspace {
		padding-top:20px;
		height:280px;
		overflow : visible;
	}
	
	.fancybox-close {
		right:0px;
		top:0px;
	}
	
	.fancybox-outer {
		padding: 0;
		margin: 0;
		background: transparent;
		color: #000;
		text-shadow: none;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
		behavior: url(/styles/pie.htc);
	}
	
	.fancybox-inner {
		-moz-border-radius: 10px;
		border-radius: 10px;
	}
	
	.fancybox-opened .fancybox-outer {
		-webkit-box-shadow: 0px 0px rgba(0, 0, 0, 0);
		-moz-box-shadow: 0px 0px rgba(0, 0, 0, 0);
		box-shadow: 0px 0px rgba(0, 0, 0, 0);
		behavior: url(/styles/pie.htc);
	}
	#fancybox-overlay {
		background: transparent;
	}
	
	.fancybox-close {
		right: auto;
		top: 30px;
		left: 30px;
		background-image: url("/images/close_brown.png");
		background-repeat: no-repeat;
	}
	a.three60-view {
		color: #fff;
	}
/* End - layout styles */