@charset "utf-8";
body  {
	font:11px Arial, Helvetica, sans-serif;	
	background-color:#c6ded4;
	color: #000000;
}
a {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #7d7c7c;
}
#container, #header, #footer {
	width: 900px;
}
#container {
	position: relative;
	background: url(../images/container_bg.jpg);
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	background-position: top left;
	
	margin: 0px auto;
	border: 1px solid #526d62;
}
#header {
	position: relative;
	height:280px;
	background: url(../images/baker_slide01.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}
#header h1 {
	margin: 0; 
	padding: 50px 460px 0 0px;
	font-size:10px;
	text-align:right;
}
#header #localeNavigation {
	position: absolute;
	top: 55px;
	left: 700px;
}
#header #localeNavigation a {
	color: #000000;
}
#header #localeNavigation .selectedLocale {
	font-weight: bold;
}
#navigation {
	position: relative;
	background: url(../images/navi_bg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	top: -30px;
	padding: 5px 0px 0px 5px;
	height: 21px; /* 26 - padding*/
	font-size: small;
}
#navigation #customNavigation {
	position:absolute;
	width:230px;
	top: 40px;
	right: 0px;
	padding: 0px 0px 20px 5px;
	/*background: #EBEBEB;*/
}
#navigation #customNavigation h2 {
	text-align: center;
	font-weight: normal;
	font-size: 15px;
}
#navigation #customNavigation h3, #navigation #customNavigation h4 {
	margin: 0px;
	text-align: center;
	font-weight: normal;
	font-size: 11px;
}
#navigation ul {
	list-style-position: outside;
	list-style-type: none;
	vertical-align: middle;
	/*padding: 8px;*/
}
#navigation ul li {
	position: relative;
	float: left;
	padding: 0px 0.7em;
	border-left: 1px solid white;
	background-color: #BFB570;
}
#navigation ul li:first-child, #navigation ul li ul li {
	border-left: none;
}
#navigation ul li, #navigation ul li a {
	color: #ffffff;
	font-weight:normal;
	font-size: 15px;
	text-decoration: none;
}
#navigation ul li a:hover {
	color: #2c5b46;
}
#navigation ul li ul {
	position: absolute;
	top: 17px;
	width: 10em;
	left: -999em;
	/*left: -9em;*/
	margin: 0px;
	padding: 0px;
	
	background-color: #A98E3D;
	z-index: 99;
}
#navigation ul li:hover {
	cursor:pointer;
	background-color:#A3B98B;
}
#navigation ul li:hover ul {
	left: 0px;
}
#navigation ul li ul li {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

#mainContent {
	position: relative;
	font-size: 12px;
	float: left;
	margin: 0;
	width: 650px;
	padding: 0 0 0 5px;
	z-index: 1;
	min-height: 620px;
}
#mainContent p {
	margin: 1em 0px;
}
#mainContent h1 {
	font-size: 13px;
	color: #2c5b46;
	font-weight: bold;
	text-transform: uppercase;
}
#mainContent h2 {
	font-size: 13px;
	color: #2c5b46;
	font-weight: bold;
}

#footer {
	clear: both;
	background: url(../images/footer.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	height:39px;
	
	font-size: 10px;
	color: #ffffff;
}
#footer p {
	padding: 5px 0px 5px 20px;
}
#footer p a {
	color: #ffffff;
	font-weight:normal;
	text-decoration: none;
}
#footer p a:hover {
	color: #2c5b46;
}


/** TAGS **/

.message {
	border: 1px solid black;
	font-weight: bold;
	padding: 10px;
	text-align: center;
}
.message.error {
	background-color: red;
}
.message.success {
	background-color: green;
}
ul.errors {
	border: 1px solid red;
	list-style-position: inside;
	list-style-type: none;
	list-style-image: none;
	padding: 0px;
}

#PCMS_Module_3 {
	position: relative;
	float: right;
	background:none!important;
}

#PCMS_Module_3 #slideshow, #PCMS_Module_3 #slideshow div, img {
	background:none!important;
}

#PCMS_Module_3 .slideshowContainer {
	border: none;
	background:none!important;
}

#PCMS_Module_3 #photoList, #PCMS_Module_3 .slideshowControls {
	display: none;
	background:none!important;
}
/*label.optional {
	font-style: italic;
}*/
