/* Common */
a:link, a:visited, a:active {
 color:#000000;
}

a:hover {
  background: #99CA3C;
	text-decoration:none;
}

body {
  font-family: arial, verdana, helvetica;
  font-size: 14px;
  color: #333333;
  background-color:#ffffff;
	margin: 0;
}

form {
	margin: 0;
}

h2 {
	margin:0px;
	color:#EF4E22;
	font-size:22px;
}

h3 {
	margin:0px;
	color:#EF4E22;
	font-size:14px;
}

img {
	border: 0;
}
/* End of Common */


/* Lightbox effect */
#olala {
  background: url(images/olala.jpg) no-repeat #74C34E;
  font-size: 0; 
  height: 419px;
}

#blackout {
  display: none;
  z-index: 1000;
  position: absolute;
  background: #000000;
  width: 100%;
  filter: alpha(opacity=70);
  opacity: 0.70;
  -moz-opacity: 0.70;
}

#closeWrapper {
  width: 720px;
  text-align: right;
  margin: 0 auto;
  margin-top: 5px;
}

#flashWrapper {
  width: 720px;
  height: 576px;
  font-size: 0;
  margin: 0 auto;
  margin-top: 20px;
  border: 4px solid #ffffff;
  background: #ffffff;
}



/* Identifiers */
#davidWrapper {
  width: 206px;
  height: 197px;
  position: absolute;
  background: #123;
  font-size: 0;
  margin-top: 214px;
}

/* End of Identifiers */


/* Classes */
.aboutWrapper {
	height: 400px;
	background: url(images/can.jpg) right bottom no-repeat;
	padding-left: 15px;
	font-size: 14px;
}

.bullet1 {
	margin: 1px 0;
	padding-left: 15px;
	background: url(images/bullet-dot.jpg) no-repeat 2px 5px;
}

.button1 {
	width: 85px;
	background: #ffffff;
}

table.content-table {
	width: 1000px;
	clear: left;
	margin: 0 auto;
}

table.content-table td {
	vertical-align: top;
}

table.content-table td.content-left {
	width: 206px;
	font-size: 14px;
}

table.content-table td.content-right {
	width: 754px;
	background: url(images/shadow.gif) repeat-y left top #ffffff;
}

.contentWrapper {
	padding-left: 15px;
	font-size: 14px;
	padding-right: 10px;
}

table.eventTable {
	width: 100%;
	border: 1px solid #cccccc;
	border-collapse: collapse;
	margin: 4px 0;
}

table.eventTable td {
	text-align: center;
	padding: 2px;
}

div.footer {
	background: url(images/footer-bg.jpg) no-repeat;
	height: 40px;
	color:#ffffff;
	font-size:10px;
	line-height:35px;
	text-decoration:underline;
	clear: both;
	width: 1000px;
	margin: 0 auto;
}

div.footer a:link, div.footer a:active, div.footer a:visited, div.footer a:hover {
	text-decoration:underline;
	color:#ffffff;
}

div.footer .text-left {
	float: left;
	padding-left: 235px;
}

div.footer .text-right {
	float: right;
	padding-right:10px;
}

div.footerWrapper {
  background-image: url(./images/bg-footer.jpg);
  background-repeat: repeat-x;
}

table.highlightTable {
	width: 100%;
}

table.highlightTable .events-header {
	background: url(images/events-header.jpg) no-repeat;
	width: 377px;
	height: 42px;
}

table.highlightTable .events-header-en {
	background: url(images/events-header-en.jpg) no-repeat;
	width: 377px;
	height: 42px;
}

table.highlightTable .recipes-header {
	background: url(images/recipes-header.jpg) no-repeat;
	width: 377px;
	height: 42px;
}

table.highlightTable .recipes-header-en {
	background: url(images/recipes-header-en.jpg) no-repeat;
	width: 377px;
	height: 42px;
}

table.highlightTable .events-content {
	padding: 15px;
}

table.highlightTable .recipes-content {
	padding: 15px;
	border-left: 1px solid #B3B3B3;
}

div.mainLogoWrapper {
	height: 455px;
	background: url(images/logo-main.jpg);
	padding-top: 6px;
}

div.mainLogoWrapperEn {
	height: 455px;
	background: url(images/logo-main-en.jpg);
	padding-top: 6px;
}

div.subLogoWrapper {
	height: 324px;
	background: url(images/logo-sub.jpg);
	text-align: center;
	padding-top: 6px;
}

div.subLogoWrapperEn {
	height: 324px;
	background: url(images/logo-sub-en.jpg);
	text-align: center;
	padding-top: 6px;
}

div.menuWrapper {
  background-image: url(./images/top-black.gif);
  background-repeat: repeat-x;
}

div.msg {
	padding: 8px;
	border: 1px solid #DCDCDC;
	background: #F2F2F2;
	margin: 5px;
}

div.orangeBar {
	height: 42px;
	background: url(images/orange-bar.jpg) no-repeat;
	color:#FFFFFF;
	font-size:25px;
	font-weight:bold;
	padding-left: 15px;
	line-height: 42px;
}

table.recipeTable {
	width: 100%;
}

td.recipeWrapper {
	width: 75%;
	border-right: 1px solid #CCCCCC;
	padding: 3px;
}

td.recipeWrapper ul {
	margin: 0;
	padding: 0;
	padding-left: 20px;
}

td.recipeWrapper ol {
	margin: 0;
	padding: 0;
	padding-left: 30px;
}

td.recipeListWrapper {
	width: 25%;
	padding: 3px;
	padding-left: 8px;
}

td.recipeListWrapper ul {
	margin: 14px 0;
	padding: 0;
	padding-left: 14px;
}

td.recipeListWrapper li.selected, td.recipeListWrapper a:hover {
	color: black;
	background: #99CA3C;
}

td.recipeListWrapper h3 {
	cursor: pointer;
}

.selected {
	font-weight: bold;
}

div.space20px {
	float: left;
	width: 20px;
}

table.subscribeTable {
	width: 100%;
	font-size: 12px;
	border: 1px solid #DBDBDB;
	background: #F0F0F0;
	margin: 5px 0;
}

div.top_black {
  background-image: url(./images/top-black.gif);
  background-repeat: repeat-x;
  height:82px;
	width: 1000px;
	margin: 0 auto;
}

div.top_black a:link, div.top_black a:visited, div.top_black a:active {
	color:#cccccc;
	text-decoration:none;
	float: left;
	margin-left:10px;
	margin-right:10px;
	font-size:25px;
	font-weight:bold;
	margin-top: 28px;
}

div.top_black a:hover {
  color:#ffffff;
	background: #99CA3C;
}

/*div.top_black div.top_nav {
	color:#ffffff;
	font-size:25px;
	font-weight:bold;
	margin-left:10px;
	margin-right:10px;
	float:left;
	line-height:80px;
}*/

div.top_black div.seperator {
	float:left;
	height:82px;
	width:50px;
	background: url(images/seperator.gif) no-repeat center;
}

table.upcomingTable {
	width: 100%;
	border: 0;
	border-collapse: collapse;
	margin: 4px 0;
}

table.upcomingTable td {
	text-align: left;
	padding: 2px;
	vertical-align: top;
}

/* End of Classes */

#selectorWrapper {
	background: url(images/bg-line.gif) repeat-x;
	width: 980px;
	height: 600px;
	margin :auto;
}

