html, body {
	width:100%;
	height:100%;
}
body {
	margin:0px;
	padding:0x;
	text-align:center;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	min-width:948px;
	background-color:#324b23;
	background:url(/bananas/images/pm_back.jpg) #4d752f no-repeat top center;

}
#wrapper {
	margin:0px;
	padding:0px;
	background:url(/bananas/images/pm_back.jpg) #324b23 no-repeat top center;
	width:100%;
	height:100%;
	position:relative;
}
#navigation {
	width:948px;
	height:80px;
	background:url(/bananas/images/pm_barBack.png) transparent repeat-x bottom left;
	position:absolute;
	top:100px;
	display: none;
	z-index: 100;
	width:948px;
	left: 50%;
    margin-left: -474px;
    z-index: 1;
}
#links {
	position:absolute;
	bottom:26px;
	width:948px;
	left: 50%;
    margin-left: -474px;
}
#links a {
	color:#fbed01;
	font-size:17px;
	font-weight:bold;
	text-decoration:none;
	margin:0px 15px;
}
#links a:hover {
	color:#FFF;
}
#contentWrapper {
	margin:0px auto;
	width:948px;
	height:660px;
	position:relative;
}
#card {
	height:auto;
	position:absolute;
	top:150px;
	display: none;
	width:948px;
	left: 50%;
    margin-left: -474px;
}
#card h1 {
	color:#1f7ec0;
	font-size:22px;
	margin:20px 0px 0px 0px;
}
#card h2 {
	color:#1f7ec0;
	font-size:18px;
	margin:20px 0px 0px 0px;
}
#card h3 {
	color:#1f7ec0;
	font-size:18px;
	margin:0px;
}
#card h4 {
	color:#1f7ec0;
	font-size:12px;
	margin:0px;
}
#card h4 a, #card h4 a:link, #card h4 a:visited
{
	color:#1f7ec0;
	font-size:12px;
	text-decoration:underline;
}
#card h4 a:hover:hover {
	color:#2b9c2b;
}
#card h5 {
	position:absolute;
	color:#1f7ec0;
	bottom:0px;
}
#card h5 a {
	color:#1f7ec0;
	font-size:12px;
	text-decoration:none;
}
#card h5 a:hover {
	color:#2b9c2b;
}
#card span {
	margin:0px 0px 0px 30px;
}
#card p, #card ol, #card ul {
	color:#58595b;
	font-size:12px;
	margin:0px;
}
#card p b {
	color:#1f7ec0;
}
#card ul li b {
	color:#659f00;
	font-weight:normal;
}
#card ol li {
	margin:0px 0px 10px 0px;
}
#card ul li {
	margin:10px 0px;
}
#cardWrapper {
	width:948px;
	height:auto;
	background:url(/bananas/images/card_back.jpg) #FFF no-repeat bottom center;
	float:left;
	text-align:left;
}
#ecardWrapper {
	width:948px;
	height:auto;
	background:url(/bananas/images/ecard_back.jpg) #FFF no-repeat bottom center;
	float:left;
	text-align:left;
}
#ecardWrapper h2 {
	font-size:16px;
	margin:30px 20px 10px 20px;
}
#ecardWrapper h3 {
	color:#1f7ec0;
	font-size:16px;
	margin:0px 0px 70px 0px;
}
#nocardWrapper {
	width:948px;
	height:600px;
}
.ecardThumb {
	float:left;
	text-align:center;
	width:320px;
	margin:0px 0px 30px 0px;
}
#formleftColumn {
	width:340px;
	float:left;
	margin:30px 26px 30px 18px;
}
#formleftColumn h3 {
	margin:0px 0px 10px 0px;
}
#formleftColumn h4 {
	color:#999;
	font-size:13px;
}
#formrightColumn {
	width:540px;
	float:left;
	margin:30px 20px 20px 0px;
	text-align:right;
}
#otherecards 
{
	float:right;
	margin:20px 0px;
}
#formrightColumn p {
	color:#999;
	font-family:"Lucida Grande", Arial, Helvetica, sans-serif;
	font-size:12px;
	clear:both;
}
#formrightColumn h3 {
	margin:0px 0px 0px 0px;
	float:left;
	width:150px;
	font-size:14px;
}
.pickOne {
	float:left;
	margin:0px 0px 0px 20px;
	cursor: pointer;
}
form {
	color:#999;
	font-family:"Lucida Grande", Arial, Helvetica, sans-serif;
	font-size:12px;
}
form input, form textarea {
	color:#999;
	font-family:"Lucida Grande", Arial, Helvetica, sans-serif;
	font-size:11px;
	border:1px solid #999;
}
form #button {
	border:none;
	margin:0px 136px 0px 0px;
}
form td {
	padding:2px;
}
#leftColumn {
	width:216px;
	float:left;
	margin:30px 26px 50px 18px;
	padding-bottom: 25px;
}
#middleColumn {
	width:380px;
	float:left;
	margin:30px 26px 50px 0px;
	padding-bottom: 25px;
}
#wideColumn {
	width:650px;
	float:left;
	margin:5px 0px 22px 0px;
	padding-bottom: 25px;
}
#wideColumn p {
	margin-top:12px;
}
#rightColumn {
	width:260px;
	float:left;
	margin:30px 20px 50px 0px;
	text-align:right;
}
#wideColumn p {
	margin-bottom:20px;
}
#logo {  
	position:absolute;
	top:46px;
	left:40px;
	display: none;
    z-index: 101;	
}
#footer {
	position:absolute;
	bottom:-50px;
	font-size:12px;
	color:#FFF;
	text-align:center;
	width:960px;
	left: 50%;
    margin-left: -480px;
}
#footer a, #footer span {
	color:#FFF;
	text-decoration:none;
	margin:0px 4px;
}
#footer a:hover {
	text-decoration:underline;
}
#album {
width:660px;
height:414px;
position:absolute;
top:160px;
left:120px;
}
#chain {
width:212px;
height:420px;
position:absolute;
top:0px;
right:0px;
z-index:999;
}
#fbframediv 
{
    position: absolute;
    width: 238px;
    height: 260px;
    top: 155px;
    left: 50%;
    margin-left: 243px;
    z-index: 101;
    display: none;
}
#fbclose 
{
    margin-left: 202px;
    width: 28px;
    text-align: right;
    font-size: 11px;
    line-height: 11px;
    height: 11px;
    overflow: hidden;
    padding: 3px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    cursor: pointer;
}
#fbshowlink img
{
    position: relative;
    top: -2px;
}
#morerecipesonfb 
{
    text-align: left;
}
#flashpull
{
    position: absolute;
    width: 140px;
    height: 130px;
    top: 0px;
    left: 50%;
    margin-left: 340px;
    z-index: 101;
}
.modalBackground 
{
    background-color: #999999;
    opacity: 0.7;
    filter: alpha(opacity=35);
}
.ecardwrapper {
	margin:0px;
	padding:0px;
	padding-bottom: 12px;
	font-family:"Lucida Grande",Arial,Helvetica,sans-serif;
	background:url(/bananas/images/ecardSelect_back.jpg) top left;
	text-align:center;
	margin:20px;
	width: 580px;
	height: auto;
	overflow: visible;
}
.ecardwrapper h2 {
	color:#1f7ec0;
	font-size:20px;
}
.ecardCloseButton 
{
    display: inline-block;
    text-align: right;
    margin: 12px 0px;
}
.ecardOKButton
{
    display: inline-block;
    text-align: right;
    margin: 4px 0px 12px 0px;
}
.recipeContainer 
{
    float: left;
    width: 152px;
    padding: 0px !important;
    margin: 0px !important;
    margin-bottom: 22px !important;
}
.recipeContainer .recipeTitle 
{
    position: relative; 
    left: 7px;
    padding-right: 12px !important;
}
.recipeContainer img { border: none; margin: 0px !important; padding: 0px !important;}
.recipeTitle a, .recipeTitle a:link, .recipeTitle a:visited 
{
    font-size: 11px;
    font-weight: bold;
    margin: 0px !important;
    padding: 0px !important;
    line-height: 16px;
    color: #3b489f;
   	font-family:Tahoma,Arial,Helvetica,sans-serif;
   	text-decoration: none;
}
#facebookrecipes 
{
    position: relative;
    background-image: url(/bananas/images/bg_facebookAllRecipes.jpg);
    background-repeat: no-repeat;
    width: 174px;
    height: 288px;
    margin: 0px;
    left: 26px;
}
.allrecipesfacebookbtn 
{
    width: 121px;
    height: 23px;
    margin: 0px auto;
    padding-top: 250px;
}
h2.allrecipes 
{
    font-size: 11px !important;
    font-weight: bold;
    color: #1f7ec0;
    margin-top: 4px !important;
    margin-bottom: 15px !important;
    padding-top: 0px !important;
}