/*<group=global>*/

body {
	margin: 0;
	padding: 0;
	background: #5EA4A4 url(/p/bg-1px.png) repeat;
}

body, input, textarea, select {
	color: #3f3f3f;
	font: 12px "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
}

a, a:link, a:hover, a:visited {
	text-decoration: none;
	color: #3f3f3f;
}

a:hover {
	text-decoration: underline;
}

#global {
	width: 960px;
	height: 580px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -290px;
	margin-left: -480px;
	background: url(/p/background.png) no-repeat;
	overflow: visible;
}

.flash_info {
	color: #408000;
	margin: 0 0 1em;
	padding: 0.4em 0.5em;
	border-top: 1px solid #408000;
	border-bottom: 1px solid #408000;
	background: #c8facb;
}

.flash_error {
	color: #ff0000;
	margin: 0 0 1em;
	padding: 0.4em 0.5em;
	border-top: 1px solid #ff0000;
	border-bottom: 1px solid #ff0000;
	background: #fbc6c6;
}

.error {
	color: #ff0000;
}

.error input {
	border: 1px solid #ff0000;
}

h1 {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 440px;
	height: 65px;
	margin: 0;
	padding: 0;
}

h1 a, h1 a:link, h1 a:hover, h1 a:visited {
	display: block;
	width: 440px;
	height: 65px;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	background: #5EA4A4;
}

/*</group>*/

/*<group=splash>*/

#splash #global {
	background: url(/p/background-splash.png) no-repeat;
}

#splash h1 {
	margin: 0;
	padding: 0;
	width: 150px;
	height: auto;
	color: #fff;
	text-transform: lowercase;
	font-size: 24px;
	font-weight: bold;
	position: absolute;
	left: 137px;
	display: inline;
	background: none;
	top: auto;
}

#splash h1 em {
	color: #FEEF88;
	font-style: normal;
}

#splash h1#header-fr {
	vertical-align: text-bottom;
	bottom: 458px;
	padding-bottom: 5px;
}

#splash h1#header-nl {
	top: 259px;
	padding-top: 5px;
}

#splash ul#splash-nav {
	padding: 0;
	position: absolute;
	top: 400px;
	left: 137px;
	margin: 20px 0 0 0px;
	color: #fff;
	text-transform: lowercase;
	font-size: 16px;
	overflow: visible;
}

#splash ul#splash-nav li {
	padding: 10px 0;
}

#splash ul#splash-nav a:link, #splash ul#splash-nav a:hover, #splash ul#splash-nav a:visited {
	color: #fff;
}

#splash #footer {
	font-size: 10px;
	position: absolute;
	bottom: 0;
	right: 0;
}

#splash #footer, #splash #footer a:link, #splash #footer a:hover, #splash #footer a:visited {
	color: #407E7E;
}

/*</group>*/

/*<group=header>*/

#header {
	background: #fbf087;
	overflow: hidden;
	padding: 5px 0;
	position: absolute;
	top: 58px;
	left: 80px;
	width: 800px;
	height: 15px;
}

#nav {
	width: auto;
	float: left;
	overflow: auto;
	margin: 0;
	padding-right: 10px;
	padding-left: 10px;
}

#nav li {
	list-style: none;
	margin: 0;
	padding: 0 10px;
	float: left;
	width: auto;
}

#nav li a {
	text-transform: lowercase;
	color: #7f7f7f;
}

#nav li.current a {
	color: #538f91;
}

#langs {
	width: auto;
	float: right;
	overflow: auto;
	margin: 0;
	padding-right: 10px;
	padding-left: 10px;
}

#langs li {
	list-style: none;
	margin: 0;
	padding: 0 10px;
	float: left;
	width: auto;
}

#langs li a:link, #langs li a:hover, #langs li a:visited {
	text-transform: lowercase;
	color: #7f7f7f;
}

/*</group>*/

/*<group=subheader>*/

#subheader {
	clear: both;
	background: #5EA4A4;
	overflow: auto;
	position: absolute;
	top: 83px;
	left: 80px;
	width: 800px;
	height: 39px;
}

#subnav {
	width: auto;
	height: 39px;
	float: left;
	overflow: auto;
	margin: 0;
	background: #5EA4A4;
	padding: 0 10px;
}

#subnav li {
	list-style: none;
	margin: 0;
	padding: 0 10px;
	float: left;
	width: auto;
}

#subnav li a {
	text-transform: lowercase;
	color: #417c7f;
	line-height: 39px;
	font-weight: bold;
}

#subnav li.current a {
	color: #FFF087;
}

#subtitle {
	float: right;
	text-align: right;
	background: #417c7f;
	padding: 5px 20px;
	color: #FFF087;
	z-index: 10;
	height: 29px;
	overflow: hidden;
}

#subtitle h2, #subtitle h3 {
	font: 12px "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	line-height: 14px;
	margin: 0;
	padding: 0;
	color: #FFF087;
}

/*</group>*/

/*<group=content>*/

#content {
	clear: both;
	position: absolute;
	top: 259px;
	left: 80px;
	padding: 20px;
	width: 760px;
	height: 244px;
	line-height: 1.3em;
}

#content p {
	padding: 0 4px 0 0;
	/*
	width: 448px;
	_width: 438px;*/ /* ie6 fix */
	width: auto;
	position: static;
	margin: 0 0 1em 300px;
}

#content ul li {
	/*margin-left: 1em;*/
}	

/*</group>*/

/*<group=carousel>*/

#carousel {
	width: 958px;
	height: 137px;
	background: #000;
	margin-left: -80px;
	position: absolute;
	top: 122px;
	left: 80px;
}

#carousel #carousel-container {
	width: 100%;
	height: 137px;
}

#carousel #prev-arrow-container, #carousel #next-arrow-container {
	width: 25px;
	height: 137px;
	/*background-color: #FEEF88;*/
	position: absolute;
	color: #fff;
	border: none;
	text-align: center;
	/*
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	*/
}

#carousel #prev-arrow-container, #carousel #next-arrow-container {
	z-index: 2;
}

#carousel #prev-arrow-container {
	top: 0px;
	left: 0px;
}

#carousel #next-arrow-container {
	top: 0px;
	right: 0px;
}

#carousel #next-arrow, #carousel #prev-arrow {
	cursor: pointer;
	/*
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
	*/
}

#carousel #overlay {
	width: 100%;
	height: 137px;
	background-color: #000;
	background: #000 url(/p/carousel-spinner.gif) no-repeat center center;
	position: absolute;
	top: 0px;
	left: 0px;
	padding-top: 0px;
	z-index: 100;
	color: #fff;
	border: none;
	text-align: center;
	font-size: 24px;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

/*</group>*/

/*<group=ag-scroll>*/

.ag-makeScroll {
	position: relative;
	overflow: hidden;
	width: 760px;
	height: 244px;
}

.ag-innerBox {
	position: relative;
	top: 0px;
	left: 0px;
	float: left;
	padding-top: 0px;
}

.ag-track {
	height: 10px;
	width: 10px;
	background: #cccccc;
	float: left;
}

.ag-handle {
	height: 10px;
	width: 10px;
	background: #8dbfbf;
	cursor: pointer;
}

/*</group>*/

/*<group=recipes>*/

.recipes #content p {
}

.recipes #content ul/*.ingredients*/ {
	width: 280px;
	float: left;
	text-align: right;
	color: #969997;
	font-style: italic;
	margin: 0 20px 0 0;
	padding: 0;
	list-style: inside;
}

.recipes #content em {
	font-style: normal;
	color: #407E7E;
	font-weight: bold;
}

/*</group>*/

/*<group=anecdotes>*/

.anecdotes #content p {
}

/*</group>*/

/*<group=poems>*/

.poems #content {
	background: no-repeat url(/p/bg-poems.png) 0px 0px;
}

.poems #content p {
	font-style: italic;
	line-height: 1.5em;
}

/*</group>*/

/*<group=proverbs>*/

.proverbs #content {
	line-height: 1.8em;
}

.proverbs #content p {
	color: #407E7E;
	font-size: 1.6em;
	font-style: italic;
}

/*</group>*/

/*<group=press>*/

.press #file a, .press #file a:link, .press #file a:hover, .press #file a:visited {
	width: 280px;
	float: left;
	text-align: right;
	color: #407E7E;
	margin: 0 20px 0 0;
	text-decoration: underline;
}

.press #content p {
}

/*</group>*/

/*<group=practical>*/

.practical #email a, .practical #email a:link, .practical #email a:hover, .practical #email a:visited {
	width: 280px;
	float: left;
	text-align: right;
	color: #407E7E;
	margin: 0 20px 0 0;
	text-decoration: underline;
}

.practical #content p {
}

/*</group>*/