/* BODY */
body {
	behavior:url("../../css/cssHoverFix.htc");
}
h1 {
	font-size: 28px;	
}

/* HOME FRAME */
#topFrame_top {
	background-image: url(../localized/images/home_frame_top.jpg);
	background-repeat: no-repeat;
	width: 592px;
	height: 30px;
	margin: -65px 0 0px 0;
	
	/*IE^ fix*/
	position: relative !important;
	top: !important;
	position: /**/absolute;
	top: /**/0px;
}
#topFrame_middle {
	background-image: url(../localized/images/home_frame_middle.jpg);
	background-repeat: repeat-y;
	width: 592px;
	height: 250px;
	margin-top: 0px;
	
	/*IE6 fix*/
	position: relative !important;
	top: 0px !important;
	position: /**/relative;
	top: /**/-35px;
}
#topFrame_bottom {
	background-image: url(../localized/images/home_frame_bottom.jpg);
	background-repeat: no-repeat;
	width: 592px;
	height: 15px;
	margin-bottom: 90px !important;
	margin-bottom: /**/50px;
	
	/*IE6 fix*/
	position: relative !important;
	top: 0px !important;
	position: /**/relative;
	top: /**/-35px;
}
#topFrame_textArea {
	padding-left: 20px;
}
#home_photo {
	background-image: url(../localized/images/home_photo.jpg);
	background-repeat: no-repeat;
	width: 198px;
	height: 166px;
	position: relative;
	top: -200px;
	left: 360px;
	
	/*IE6 fix*/
	margin-bottom: /**/-135px;
}
.home_text {
	font-size: 14px;
	width: 325px;
	line-height: 20px;
}

/* LANGUAGE SELECTION NAV */
#nav_buttons {	
	position: absolute;
	right: 42px;
	top: 57px;
	z-index: 2000;
}
#btn_select_language {
	 float: left;
}
#btn_us_website {
	 float: left;
	 margin-right: 10px;
}
#language_nav {
	border: 1px solid #9C7036;
	background-color: #FBF1E4;
	position: absolute;
	top: 0px;
	left: 142px;
	display: none;
}
#language_nav li {
	font-size: 12px;
	width: 150px;
}
#language_nav li:hover {
	background-color: #9C7036;
	width: 150px;
}
#language_nav li a {
	color: #9C7036;
	text-decoration: none;
	line-height: 24px;
	padding-left: 10px;
	display: block;
}
#language_nav li a:hover {
	color: #FBF1E4;
}

/* RECIPES */
#recipe_column_left {
	width: 285px;
	float: left;
}
#recipe_column_middle {
	width: 10px;
	float: left;
	margin-left: 0px;
	margin-right: 20px;
}
#recipe_column_right {
	width: 265px;float: left;
}
#recipe_photo {
	float: left;
	position: absolute;
	left: 0px;
	top: 10px;
	z-index: 100;
}
#recipe_title_area_1 {
	
}
#recipe_title_area_1a {
	margin-left: 140px;
}
#recipe_print_button_1 {
	position: relative;
	top: -42px;
	left: 420px;
}
.recipe_photo {
	border: 1px solid #999999;
}

/* LISTS */
ol.bulletList_numbered {
	margin: 0 15px 0 0;
	padding: 0 0 15px 0;
}
.bulletList_numbered li {
	margin: 15px 0 0 30px;
	list-style: decimal;
}

/* MISC */
.clear {
	clear: both;
}
