/* -------------------------------------- */
/* CSS document for Spread The Truth      */
/* Author : purna.budaya@sydneyweb.com.au */
/* Last mod @May 25, 2009 by wayan        */
/* Re-code @July 08, 2009 by wayan        */
/* Re-code @Mar 09, 2010 by Sonny        */
/* -------------------------------------- */

@charset "utf-8";

/*	------------------------------------------------------------	*/
/*	General Class													*/
/*	------------------------------------------------------------	*/

.right{
	float:right;	
}

.left{
	float:left;
}

.clearFloat{
	clear:both;
}

.normal{
	font-weight:normal;
}

.expertFirstRow{
	margin-top:-13px;
	overflow:visible;
}

body{
	background-color: #fefde0;
	color:#000;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	font-weight:normal;
}

/*	------------------------------------------------------------	*/
/*	Top Section														*/
/*	------------------------------------------------------------	*/
#topSectionContainer{
	background:url(/images/bg-top-section-container.jpg) repeat-x;
	height:216px;
	width:auto;	
}

	#topSectionContainer #topSection{
		height:216px;
		margin:0 auto;
		width:908px;
	}

		#topSectionContainer #topSection #logo{
			float:left;
			height:166px;
			width:587px;
		}
		
		#topSectionContainer #topSection #shareThis{
			background:url(/images/bg-share-this.jpg);
			float:right;
			height:166px;
			position:relative;
			width:253px;
		}

		#topSectionContainer #topSection #shareThis a{
			color: #FFF;
			text-decoration: none;
		}
		
		#topSectionContainer #topSection #shareThis a:hover { text-decoration: underline; }
		
			#topSectionContainer #topSection #shareThis #shareThisGroup{
				height:14px;
				left:30px;
				position:absolute;
				top:65px;
				width:200px;
			}
			
				#topSectionContainer #topSection #shareThis #shareThisGroup #shareThisText{
					float:left;	
				}

				#topSectionContainer #topSection #shareThis #shareThisGroup #facebook,
				#topSectionContainer #topSection #shareThis #shareThisGroup #delicious,
				#topSectionContainer #topSection #shareThis #shareThisGroup #myspace,
				#topSectionContainer #topSection #shareThis #shareThisGroup #email{
					float:left;
					margin-left:18px;
				}


			#topSectionContainer #topSection #shareThis #rss{
				color:#FFF;
				font-family:Tahoma, Geneva, sans-serif;
				font-size:11px;
				height:18px;
				left:30px;
				position:absolute;
				top:100px;
				width:230px;
			}
			
				#topSectionContainer #topSection #shareThis #rss #rssIcon{
					float:left;
				}

				#topSectionContainer #topSection #shareThis #rss #rssText{
					float:left;
					margin-left:10px;
				}

				#topSectionContainer #topSection #shareThis #rss #emailSubscribeIcon{
					float:left;
					margin-left:15px;
				}

				#topSectionContainer #topSection #shareThis #rss #emailSubscribeText{
					float:left;
					margin-left:5px;
				}


		#topSectionContainer #topSection #mainMenu{
			background:url(/images/bg-menu.jpg) no-repeat;
			font-family:Tahoma, Geneva, sans-serif;
			font-size:14px;
			font-weight:bold;
			height:50px;
			line-height:16px;
			width:908px;
			_margin-top:-4px;
		}
		
			#topSectionContainer #topSection #mainMenu ul{
				margin-left:10px;	
			}
		
			#topSectionContainer #topSection #mainMenu ul li{
				float:left;
			}
			
				#topSectionContainer #topSection #mainMenu ul li a{
					color:#FFF;
					display:block;
					float:left;
					height:30px;
					padding-top:20px;
					padding-left:12px;
					text-decoration:none;
				}
				
				#topSectionContainer #topSection #mainMenu ul li a:hover{
					color:#fcf8a4;
					text-decoration:underline;	
				}
				
				#topSectionContainer #topSection #mainMenu ul li#homeMenuItem a{
					width:54px;
				}
				
				#topSectionContainer #topSection #mainMenu ul li#homeMenuItem.selected a{
					color:#333;
					background:url(/images/bg-menu-home-active.jpg) no-repeat;
					width:54px;
				}

				#topSectionContainer #topSection #mainMenu ul li#debateMenuItem a{
					width:228px;
				}
				
				#topSectionContainer #topSection #mainMenu ul li#debateMenuItem.selected a{
					color:#333;
					background:url(/images/bg-menu-debate-active.jpg) no-repeat;
					width:228px;
				}

				#topSectionContainer #topSection #mainMenu ul li#theTruthMenuItem a{
					width:195px;
				}
				
				#topSectionContainer #topSection #mainMenu ul li#theTruthMenuItem.selected a{
					color:#333;
					background:url(/images/bg-menu-thetruth-active.jpg) no-repeat;
					width:195px;
				}

				#topSectionContainer #topSection #mainMenu ul li#goodnesMenuItem a{
					width:142px;
				}
				
				#topSectionContainer #topSection #mainMenu ul li#goodnesMenuItem.selected a{
					color:#333;
					background:url(/images/bg-menu-goodness-active.jpg) no-repeat;
					width:142px;
				}

				#topSectionContainer #topSection #mainMenu ul li#expertMenuItem a{
					width:106px;
				}
				
				#topSectionContainer #topSection #mainMenu ul li#expertMenuItem.selected a{
					color:#333;
					background:url(/images/bg-menu-expert-active.jpg) no-repeat;
					width:106px;
				}

				#topSectionContainer #topSection #mainMenu ul li#contactMenuItem a{
					width:87px;
				}
				
				#topSectionContainer #topSection #mainMenu ul li#contactMenuItem.selected a{
					color:#333;
					background:url(/images/bg-menu-contact-active.jpg) no-repeat;
					width:87px;
				}




/*	------------------------------------------------------------	*/
/*	Header Section [added by wayan]									*/
/*	------------------------------------------------------------	*/
#headerWrapper {
	margin: 0 auto;
	height: 179px;
	overflow: hidden;
	width: 906px;
}
#topNav {
	background: url(/images/top-nav-back.jpg);
	height: 28px;
	overflow: hidden;
	margin-left: 485px;
	padding: 9px 0 0 14px;
	width: 407px;
}
	#topNav .socialShare {
		float: left;
		padding-top: 1px;
		width: 197px;
	}
		#topNav .socialShare img { margin-right: 10px; }
	
	#topNav .feeds {
		float: left;
		width: 200px;
	}	
	#topNav .feeds a {
		color: #FFF;
		font-size: 11px;
		padding-top: 2px;
		text-decoration: underline;
	}
	#topNav .feeds a:hover { text-decoration: none; }
	#topNav .feeds .navRss {
		background: url(/images/ico-rssfeed.gif) no-repeat left top;
		display: block;
		float: left;
		height: 18px;
		padding-left: 22px;
	}
	#topNav .feeds .navSubscribe {
		background: url(/images/ico-subscribes.gif) no-repeat left top;
		display: block;
		float: left;
		height: 18px;
		margin-left: 10px;
		padding-left: 22px;
	}	

#logoAndSearch {
	height: 74px;
	overflow: hidden;
}
	#logoAndSearch .logo {
		float: left;
		margin-left: 10px;
		overflow: hidden;
		width: 336px;
	}
	#logoAndSearch .search {
		float: right;
		margin-top: 35px;
		overflow: hidden;
		width: 348px;
	}	
	#logoAndSearch .search .fldSearch {
		background: url(/images/top-search-field.jpg) no-repeat right top;
		border: none;
		color: #999999;
		float: left;
		font-family: Tahoma, Geneva, sans-serif;
		font-size: 14px;
		height: 30px;
		padding: 7px 10px 0 10px;
		overflow: hidden;
		width: 230px;
	}
	#logoAndSearch .search .btnSearch {
		float: left;
		height: 30px;
		margin-left: 5px;
		*margin-left: 3px;
		margin-left: 3px\9;
		width: 93px;
	}
	

#mainNavMenu { margin-top: 15px; }
#mainNavMenu ul li{
	float:left;
}
	#mainNavMenu ul li a{
		color:#FFF;
		display:block;
		float:left;
		font-size: 14px;
		font-weight: bold;
		height:7px;
		padding-top:23px;
		text-decoration:none;
	}
	#mainNavMenu ul li a:hover{
		color:#fbf9a6;
		text-decoration:underline;	
	}
	#mainNavMenu ul li#mainNavMenu1 a{
		background: url(/images/nav1.jpg) no-repeat;
		height:54px;
		padding-left: 12px;
		text-align: center;
		width: 90px;
	}
	#mainNavMenu ul li#mainNavMenu1.selected a {
		color: #000;
		background: url(/images/nav1-hover.jpg) no-repeat;
		text-decoration: none;
	}
	#mainNavMenu ul li#mainNavMenu2 a{
		background: url(/images/nav2.jpg) no-repeat;
		height:54px;
		text-align: center;
		width:196px;
	}
	#mainNavMenu ul li#mainNavMenu2.selected a {
		color: #000;
		background: url(/images/nav2-hover.jpg) no-repeat;
		text-decoration: none;
	}
	#mainNavMenu ul li#mainNavMenu3 a{
		background: url(/images/nav3.jpg) no-repeat;
		height:54px;
		text-align: center;
		width:185px;
	}
	#mainNavMenu ul li#mainNavMenu3.selected a {
		color: #000;
		background: url(/images/nav3-hover.jpg) no-repeat;
		text-decoration: none;
	}
	#mainNavMenu ul li#mainNavMenu4 a {
		background: url(/images/nav4.jpg) no-repeat;
		height:54px;
		text-align: center;
		width:143px;
	}
	#mainNavMenu ul li#mainNavMenu4.selected a {
		color: #000;
		background: url(/images/nav4-hover.jpg) no-repeat;
		text-decoration: none;
	}
	#mainNavMenu ul li#mainNavMenu5 a{
		background: url(/images/nav5.jpg) no-repeat;
		height:54px;
		text-align: center;
		width:144px;
	}
	#mainNavMenu ul li#mainNavMenu5.selected a {
		color: #000;
		background: url(/images/nav5-hover.jpg) no-repeat;
		text-decoration: none;
	}
	#mainNavMenu ul li#mainNavMenu6 a{
		background: url(/images/nav6.jpg) no-repeat;
		height:54px;
		padding-right: 10px;
		text-align: center;
		width:126px;
	}
	#mainNavMenu ul li#mainNavMenu6.selected a {
		color: #000;
		background: url(/images/nav6-hover.jpg) no-repeat;
		text-decoration: none;
	}	
	
	
	
/*	------------------------------------------------------------	*/
/*	New Navigation													*/
/*	------------------------------------------------------------	*/
	
#dMMH_1 { margin-top: 15px; }

	#dMMH_1 ul li a{
		color:#FFF;
		font-size: 14px;
		font-weight: bold;
		text-decoration:none;
		padding-top: 22px;
	}
	#dMMH_1 ul li a:hover{
		color:#fbf9a6;
		text-decoration:underline;	
	}

	#NavMenu1 a{
		background: url(/images/nav1.jpg) no-repeat;
		height:31px;
		padding-left: 12px;
		text-align: center;
		width: 90px;
	}
	#NavMenu1.selected a {
		color: #000!important;
		background: url(/images/nav1-hover.jpg) no-repeat;
		text-decoration: none!important;
	}
	#NavMenu2 a{
		background: url(/images/nav2.jpg) no-repeat;
		height:31px;
		text-align: center;
		width:196px;
	}
	#NavMenu2.selected a {
		color: #000!important;
		background: url(/images/nav2-hover.jpg) no-repeat;
		text-decoration: none!important;
	}
	#NavMenu3 a{
		background: url(/images/nav3.jpg) no-repeat;
		height:31px;
		text-align: center;
		width:185px;
	}
	#NavMenu3.selected a {
		color: #000!important;
		background: url(/images/nav3-hover.jpg) no-repeat;
		text-decoration: none!important;
	}
	#NavMenu4 a {
		background: url(/images/nav4.jpg) no-repeat;
		height:31px;
		text-align: center;
		width:143px;
	}
	#NavMenu4.selected a {
		color: #000;
		background: url(/images/nav4-hover.jpg) no-repeat;
		text-decoration: none;
	}
	#NavMenu5 a{
		background: url(/images/nav5.jpg) no-repeat;
		height:31px;
		text-align: center;
		width:144px;
	}
	#NavMenu5.selected a {
		color: #000;
		background: url(/images/nav5-hover.jpg) no-repeat;
		text-decoration: none;
	}
	#NavMenu6 a{
		background: url(/images/nav6.jpg) no-repeat;
		height:31px;
		padding-right: 10px;
		text-align: center;
		width:126px;
	}
	#NavMenu6.selected a {
		color: #000;
		background: url(/images/nav6-hover.jpg) no-repeat;
		text-decoration: none;
	}
	
	/* sub menus */
	#dMMH_1 ul ul { width: 283px!important; }
	#dMMH_1 li li {
		margin: 0;
		padding: 0;
	}
	#dMMH_1 li li a {
		border-top: #CCC solid 1px;
		background: #fff url(/images/subMenu1.gif) no-repeat!important;
		color: #000;
		text-decoration: none!important;
		text-align: left;
		width: 258px;
		height: 22px;
		padding: 8px 0 0 25px;
		margin: 0;
	}
	#dMMH_1 li li.pmmfirst a { border: none; }
	#dMMH_1 li li a:hover {
		background: #fff url(/images/subMenu1-active.gif) no-repeat!important;
		color: #227eae!important;
	}	
	.dropMenuh03 #NavMenu1.li_current_mark .li_current_mark a,
	.dropMenuh03 #NavMenu2.li_current_mark .li_current_mark a,
	.dropMenuh03 #NavMenu3.li_current_mark .li_current_mark a,
	.dropMenuh03 #NavMenu4.li_current_mark .li_current_mark a,
	.dropMenuh03 #NavMenu5.li_current_mark .li_current_mark a,
	.dropMenuh03 #NavMenu6.li_current_mark .li_current_mark a { 
	background: #fff url(/images/subMenu1-active.gif) no-repeat!important;
	color: #227eae!important; 
	}	


/*	------------------------------------------------------------	*/
/*	Main Section													*/
/*	------------------------------------------------------------	*/
#mainSectionContainer{
	/*background:url(/images/bg-main-section-container.jpg);	*/
	height:auto;
	width:auto;
}

	#mainSectionContainer #mainSection{
		/*background:#d2d5bc url(/images/bg-main-section.jpg) no-repeat;
		border:#e5e7d5 1px solid;*/
		background-color: #d2d5bc;
		overflow:hidden; /* This is for auto height */
		margin:0 auto;
		padding-bottom:12px;
		width:906px;
	}

	/*	------------------------------------------------------------	*/
	/*	Main Section - left column										*/
	/*	------------------------------------------------------------	*/
	#mainSectionContainer #mainSection #leftColumn{
		float:left;
		width:560px;
	}
	
	#mainSectionContainer #mainSection #leftColumn a{
		color: #50B5C5;
		text-decoration: none;
	}	
	#mainSectionContainer #mainSection #leftColumn a:hover { color:#333; }

		/*	------------------------------------------------------------	*/
		/*	Main Section - left column	- Did you know						*/
		/*	------------------------------------------------------------	*/
		#didYouKnow {
			background: url(/images/realiseBox.jpg);
			height: 215px;
			margin: 12px 0 0 12px;
			padding: 70px 0 0 10px;
			width: 538px;
		}
			#didYouKnow .tips {
				padding: 135px 0 0 193px;
				height: 70px;
				line-height: 15px;
				overflow: hidden;
				width: 320px;
			}
			#didYouKnow .tips strong { color: #227eae; }
			#didYouKnow .tips em {
				font-size: 10px;
				font-style: normal;
			}
			#didYouKnow .tipsLink {
				background:transparent url(/images/list-arrow.jpg) no-repeat scroll 0 2px;
				height:20px;
				margin:10px 5px;
				padding:5px 0 0 28px;
			}
				#didYouKnow .tipsLink a {
					color: #000!important;
					text-decoration: underline!important;
				}
				#didYouKnow .tipsLink a:hover { text-decoration: none!important; }
		
		/*
		#mainSectionContainer #mainSection #leftColumn #didYouKnow{
			background:url(/images/bg-did-you-know.jpg) no-repeat;
			height:344px;
			margin-top:12px;
			margin-left:12px;
			position:relative;
			width:548px;
		}

			#mainSectionContainer #mainSection #leftColumn #didYouKnow #wantToKnowText{
				color:#333;
				font-family:Tahoma, Geneva, sans-serif;
				font-size:17px;
				left:30px;
				position:absolute;
				top:220px;
			}

			#mainSectionContainer #mainSection #leftColumn #didYouKnow #search{
				height:40px;
				left:35px;
				position:absolute;
				top:250px;
				width:490px;
			}

				#mainSectionContainer #mainSection #leftColumn #didYouKnow #search #CAT_Search{
					border:0px;
					color:#999999;
					float:left;
					font-family:Tahoma, Geneva, sans-serif;
					font-size:22px;
					height:30px;
					margin-top:2px;
					margin-right:10px;
					width:350px;
				}

			#mainSectionContainer #mainSection #leftColumn #didYouKnow #browseQuestion{
				color:#333;
				font-family:Tahoma, Geneva, sans-serif;
				font-size:12px;
				font-weight:bold;
				left:30px;
				position:absolute;
				top:300px;
			}
			
				#mainSectionContainer #mainSection #leftColumn #didYouKnow #browseQuestion a{
					color:#333;
				}
				*/

		/*	------------------------------------------------------------	*/
		/*	Main Section - left column	- The Fact							*/
		/*	------------------------------------------------------------	*/
		#mainSectionContainer #mainSection #leftColumn #theFact{
			background-color:#FFF;
			height:auto;
			overflow:hidden;
			margin-top:12px;
			margin-left:12px;
			padding-bottom:20px;
			width:548px;
		}
		
			#mainSectionContainer #mainSection #leftColumn #theFact #theFactTitle{
				height:76px;
				width:548px;
			}
			
				#mainSectionContainer #mainSection #leftColumn #theFact #theFactTitle h1{
					display:none;	
				}
				
				#mainSectionContainer #mainSection #leftColumn #theFact #theFactTitle #titleImg{
					float:left;	
				}
				
				#mainSectionContainer #mainSection #leftColumn #theFact #theFactTitle p{
					color:#333;
					font-family:Tahoma, Geneva, sans-serif;
					font-size:17px;
					float:left;
					margin-top:38px;
					margin-left:10px;
				}
		
			#mainSectionContainer #mainSection #leftColumn #theFact #theFactSeparator{
				height:1px;	
				margin-left:10px;
				width:528px;
			}
			
			#mainSectionContainer #mainSection #leftColumn #theFact #theFactList{
				font-family:Tahoma, Geneva, sans-serif;
				font-size:17px;
				padding-right: 20px;
				/*font-weight:bold;*/
			}
			
				#mainSectionContainer #mainSection #leftColumn #theFact #theFactList .lightBlue{
					color:#227eae;	
				}
				
				#mainSectionContainer #mainSection #leftColumn #theFact #theFactList ul{
					margin-left:15px;	
					margin-top:20px;
				}
				
				#mainSectionContainer #mainSection #leftColumn #theFact #theFactList ul li{
					background:url(/images/list-arrow.jpg) 0 2px no-repeat;
					padding:0 0 15px 28px;	
				}
				
			#mainSectionContainer #mainSection #leftColumn #theFact #moreFactButton{
				margin-left:20px;	
			}
		

		/*	------------------------------------------------------------	*/
		/*	Main Section - left column	- Butter Story						*/
		/*	------------------------------------------------------------	*/
		#mainSectionContainer #mainSection #leftColumn #butterStory{
			background-color:#FFF;
			height:auto;
			overflow:hidden;
			margin-top:12px;
			margin-left:12px;
			padding-bottom:10px;
			width:548px;
		}
		
			#mainSectionContainer #mainSection #leftColumn #butterStory h1{
				background:url(/images/bg-butter-story-title.jpg) no-repeat;
				font-family:Tahoma, Geneva, sans-serif;
				font-size:24px;
				font-weight:bold;
				height:43px;
				margin-top:10px;
				margin-left:10px;
				padding-top:15px;
				padding-left:20px;
				/*width:528px;	*/
			}
			
			/*#mainSectionContainer #mainSection #leftColumn #butterStory #storyContent{*/
			#storyContent{
				font-family:Tahoma, Geneva, sans-serif;
				font-size:12px;
				height:auto;
				/*overflow:hidden;*/
				line-height:18px;
				/*margin:20px 30px 10px;*/
				margin:20px 30px 0;
			}
			
			#mainSectionContainer #mainSection #leftColumn #butterStory #storyContent.seed,
			#mainSectionContainer #mainSection #leftColumn #butterStory #storyContent.expert{
				margin-left:10px;	
				margin-right:10px;
				margin-top:0px;
			} 
			
			#mainSectionContainer #mainSection #leftColumn #butterStory #storyContent #expertMovieWrapper { height: 462px; }
			
			#mainSectionContainer #mainSection #leftColumn #butterStory #storyContent #expertMovieWrapper #expertMovieContainer {
				margin-left: -20px;
				_margin-left: 10px;
				position: absolute;
			}

			#mainSectionContainer #mainSection #leftColumn #butterStory #storyContent.video{
				margin-left:10px;
				margin-right:10px;
				margin-top:10px;
			} 
			
			#mainSectionContainer #mainSection #leftColumn #butterStory #storyContent.video #videoFlash{
				margin-top:10px;	
				margin-left:20px;
			}

			#mainSectionContainer #mainSection #leftColumn #butterStory #storyContent.expert{
				overflow:visible;	
			}

			#mainSectionContainer #mainSection #leftColumn #butterStory #storyContent div.odd p {
				padding-left:20px;
				padding-right:10px;
				padding-top:20px;
			} 
			#storyContent .relativeLeft {
				position: relative;
				margin-left: -20px;
			}

			#mainSectionContainer #mainSection #leftColumn #butterStory #storyContent div.even div.left {
				margin-right:15px;	
			}

			#mainSectionContainer #mainSection #leftColumn #butterStory #storyContent div.even p{
				padding-right:10px;
				padding-top:10px;
			}
			
				#mainSectionContainer #mainSection #leftColumn #butterStory #storyContent p{
					margin-bottom:15px;	
				}
				
				#mainSectionContainer #mainSection #leftColumn #butterStory #storyContent h2{
					font-size:14px;
					font-weight:bold;
					margin-bottom:5px;
				}

				#mainSectionContainer #mainSection #leftColumn #butterStory #storyContent.video h2{
					font-size:17px;
					font-weight:bold;
					margin-bottom:10px;
					margin-left:20px;
					margin-top:10px;
				}
				
				#mainSectionContainer #mainSection #leftColumn #butterStory #storyContent.video span.videoTitleNormal{
					font-size:12px;
					font-weight:normal;
				}

				#mainSectionContainer #mainSection #leftColumn #butterStory #storyContent.video #videoThumbContainer{
					margin-left:20px;	
					margin-top:10px;
					height:80px;
				}
				
				#mainSectionContainer #mainSection #leftColumn #butterStory #storyContent.video #videoDescription{
					margin-left:20px;	
				}
				
				#mainSectionContainer #mainSection #leftColumn #butterStory #storyContent.video #videoThumbContainer div.videoThumb{
					float:left;
					margin-right:12px;
				}


				#mainSectionContainer #mainSection #leftColumn #butterStory #storyContent ul{
					margin-bottom:3px;	
				}
				
				#mainSectionContainer #mainSection #leftColumn #butterStory #storyContent ul li{
					background:url(/images/content-list-arrow.jpg) no-repeat 0px 3px;;	
					padding-left:20px;
				}
				
			
			#mainSectionContainer #mainSection #leftColumn #butterStory #storyButton{
				width:159px;
				height:36px;
				margin-top:10px;
				/*margin-left:30px;*/
			}
			
			
			#mainSectionContainer #mainSection #leftColumn #butterStory #storySearch{
				background:url(/images/bg-story-search.jpg) no-repeat;
				margin-top:30px;
				margin-left:10px;
				height:133px;
				position:relative;
				width:528px;
			}

				#mainSectionContainer #mainSection #leftColumn #butterStory #storySearch #storyWantToKnowText{
					color:#333;
					font-family:Tahoma, Geneva, sans-serif;
					font-size:17px;
					left:20px;
					position:absolute;
					top:20px;
				}

				#mainSectionContainer #mainSection #leftColumn #butterStory #storySearch #storySearchForm{
					height:40px;
					left:25px;
					position:absolute;
					top:50px;
					width:490px;
				}
					#mainSectionContainer #mainSection #leftColumn #butterStory #storySearch #storySearchForm #CAT_Search{
						border:0px;
						color:#999999;
						float:left;
						font-family:Tahoma, Geneva, sans-serif;
						font-size:22px;
						height:30px;
						margin-top:2px;
						margin-right:10px;
						width:350px;
					}


				#mainSectionContainer #mainSection #leftColumn #butterStory #storySearch #storyBrowseQuestion{
					color:#333;
					font-family:Tahoma, Geneva, sans-serif;
					font-size:12px;
					font-weight:bold;
					left:20px;
					position:absolute;
					top:100px;
				}
				
				#mainSectionContainer #mainSection #leftColumn #butterStory #storySearch #storyBrowseQuestion a{
					color:#333;	
				}

		/*	------------------------------------------------------------	*/
		/*	Main Section - left column	- Even Row							*/
		/*	------------------------------------------------------------	*/
		#mainSectionContainer #mainSection #leftColumn #butterStory .even{
			background-color:#eee;
			height:auto;
			overflow:hidden;
			width:528px;
		}
		
		#mainSectionContainer #mainSection #leftColumn #butterStory #storyContent.expert .odd{
			height:auto;
			overflow:visible;	
/*			padding-left:20px;
			padding-right:10px;
			padding-top:20px;	*/		
		}
		
		#mainSectionContainer #mainSection #leftColumn #butterStory #storyContent.expert .even{
			margin-top:20px;
		}

		#mainSectionContainer #mainSection #leftColumn #butterStory #storyContent.expert .even #contactForm{
			background:url(/images/bg-contact-form.jpg) no-repeat;
			width:528px;
			height:386px;

			position:relative;
		}
		#mainSectionContainer #mainSection #leftColumn #butterStory #storyContent.expert .even #contactForm.newContactForm{
			background:url(/images/bg-contact-form-new.jpg) no-repeat;
			}
		#mainSectionContainer #mainSection #leftColumn #butterStory #storyContent.expert .even #contactForm #labelName{
			position:absolute;
			top:20px;
			left:70px;
		}

		#mainSectionContainer #mainSection #leftColumn #butterStory #storyContent.expert .even #contactForm #labelEmail{
			position:absolute;
			top:58px;
			left:73px;
		}

		#mainSectionContainer #mainSection #leftColumn #butterStory #storyContent.expert .even #contactForm #labelPhone{
			position:absolute;
			top:93px;
			left:20px;
		}

		#mainSectionContainer #mainSection #leftColumn #butterStory #storyContent.expert .even #contactForm #labelMessage{
			position:absolute;
			top:125px;
			left:23px;
		}
		#mainSectionContainer #mainSection #leftColumn #butterStory #storyContent.expert .even #contactForm #verificationCode{
			left:23px;
			position:absolute;
			top:270px;
		}

		#mainSectionContainer #mainSection #leftColumn #butterStory #storyContent.expert .even #contactForm #contactSubmit{
			border:0 none;
			left:112px;
			position:absolute;
			top:345px;
			/*top:270px;*/
		}


		#mainSectionContainer #mainSection #leftColumn #butterStory #storyContent.expert .even #contactForm #LastName{
			border:0px;
			color:#999;
			font-family:Tahoma, Geneva, sans-serif;
			font-size:12px;
			font-style:italic;
			position:absolute;
			top:23px;
			left:120px;
			width:287px;
		}

		#mainSectionContainer #mainSection #leftColumn #butterStory #storyContent.expert .even #contactForm #EmailAddress{
			border:0px;
			color:#999;
			font-family:Tahoma, Geneva, sans-serif;
			font-size:12px;
			font-style:italic;
			position:absolute;
			top:58px;
			left:120px;
			width:287px;
		}

		#mainSectionContainer #mainSection #leftColumn #butterStory #storyContent.expert .even #contactForm #CAT_Custom_69467{
			border:0px;
			color:#999;
			font-family:Tahoma, Geneva, sans-serif;
			font-size:12px;
			font-style:italic;
			position:absolute;
			top:93px;
			left:120px;
			width:287px;
		}

		#mainSectionContainer #mainSection #leftColumn #butterStory #storyContent.expert .even #contactForm #CAT_Custom_69468{
			border:0px;
			color:#999;
			font-family:Tahoma, Geneva, sans-serif;
			font-size:12px;
			font-style:italic;
			height:125px;
			position:absolute;
			top:128px;
			left:120px;
			width:287px;
		}
		#mainSectionContainer #mainSection #leftColumn #butterStory #storyContent.expert .even #contactForm .captchaimg{
			position:absolute;
			top:270px;
			left:120px;
			}
		#mainSectionContainer #mainSection #leftColumn #butterStory #storyContent.expert .even #contactForm input#CaptchaV2{
			border:1px solid #7E9DBC;
			color:#000;
			font-family:Tahoma,Geneva,sans-serif;
			font-size:12px;
			font-style:italic;
			left:120px;
			padding:5px;
			position:absolute;
			top:310px;
			width:287px;
			
			
			}	
		#mainSectionContainer #mainSection #leftColumn #customForm {
			background-color: #eee;
			padding: 8px;
		}
		#mainSectionContainer #mainSection #leftColumn #customForm td {
			font-size: 12px;
			padding: 2px;
		}
		#mainSectionContainer #mainSection #leftColumn #customForm td img { margin: 2px 0; }
		#mainSectionContainer #mainSection #leftColumn #customForm td #Captcha { width: 150px; }
		



		#mainSectionContainer #mainSection #leftColumn #butterStory #storyContent.expert td.image{
			padding:10px 10px 0px 10px;
		}
		
		#mainSectionContainer #mainSection #leftColumn #butterStory #storyContent.expert td.text{
			vertical-align:middle;
			padding-top:5px;
		}
		
		#mainSectionContainer #mainSection #leftColumn #butterStory #storyContent.expert td.text.answer{
			padding-top:10px;
			padding-bottom:10px;
			padding-right:5px;
		}
		
		#mainSectionContainer #mainSection #leftColumn #butterStory .even img{
			background-color:#f0f6f6;
		}
		
		
		
	/*	------------------------------------------------------------	*/
	/*	Main Section - Steps margarine made								*/
	/*	------------------------------------------------------------	*/
	#margarineStep .evenStep,
	#margarineStep .oddStep {
		height: 81px;
		overflow: hidden;
		/*margin-bottom: 15px;*/
		padding: 20px;
		width: 488px;
	}
	#margarineStep .evenStep { background: url(/images/stepGreenBack.gif); }
	#margarineStep .evenStep .image {
		float: left;
		width: 109px;
	}
	#margarineStep .evenStep .desc {
		float: left;
		margin-left: 20px;
		width: 359px;
	}
	#margarineStep .oddStep .image {
		float: left;
		margin-left: 20px;
		width: 109px;
	}
	#margarineStep .oddStep .desc {
		float: left;
		width: 359px;
	}	
	#margarineStep .clearFloat { clear: both; }
	#margarineStep .stepTitle {
		color: #003e42;
		font-size: 1.2em;
		margin-top: -6px;
		padding-bottom: 3px;
		position: relative;
	}
	
	
	/*	------------------------------------------------------------	*/
	/*	Main Section - Misconception									*/
	/*	------------------------------------------------------------	*/	
	#misconceptions {
		overflow: hidden;
		padding-top: 2px; 
		width: 528px;
	}
	#misconceptions li {
		background: url(/images/margarine-bullet.gif) no-repeat left top!important;
		font-weight: bold;
		margin-left: 10px;
		padding: 0 0 8px 25px!important;
	}
	#misconceptions li a { color: #000!important; }
	#misconceptions li a:hover { text-decoration: underline!important; }
	
	#misconceptions .oddStep,
	#misconceptions .evenStep {
/*		height: 95px;
		overflow: hidden;*/
		padding: 10px;
		/*margin-bottom: 10px;*/
		width: 508px;
	}
	#misconceptions .evenStep { 
		background: #eee url(/images/margarine-odd-back1.gif) no-repeat left top;
		padding-bottom: 0;
	}
	#misconceptions .evenStepFooter { 
		background: #fff url(/images/margarine-odd-back2.gif); 
		height: 12px;
		margin-bottom: 10px;
	}	
	#misconceptions .latest { margin-bottom: 0; }
	#misconceptions .oddStep { margin-bottom: 10px; }
	#misconceptions .image {
		float: left;
		width: 79px;
	}
	#misconceptions .image img { padding-bottom: 5px; }
	#misconceptions .desc {
		float: left;
		padding-left: 8px;
		width: 421px;
	}	
	#misconceptions .desc .descTitle {
		height: 35px;
		font-weight: bold;
		padding-top: 4px;
	}
	#misconceptions .clearFloat { clear: both; }
	
	
	

	/*	------------------------------------------------------------	*/
	/*	Main Section - right column										*/
	/*	------------------------------------------------------------	*/
	#mainSectionContainer #mainSection #rightColumn{
		float:right;
		width:336px;
	}

		/*	------------------------------------------------------------	*/
		/*	Main Section - right column - Our Video							*/
		/*	------------------------------------------------------------	*/
		#mainSectionContainer #mainSection #rightColumn #ourVideo{
			height:350px;
			margin-top:12px;
			width:324px;
		}

		/*	------------------------------------------------------------	*/
		/*	Main Section - right column - Myth Buster						*/
		/*	------------------------------------------------------------	*/
		#mainSectionContainer #mainSection #rightColumn #mythBuster{
			/*background:url(/images/bg-myth-buster.jpg) no-repeat;*/
			height:221px;
			/*margin-top:12px;*/
			width:324px;
		}

		/*	------------------------------------------------------------	*/
		/*	Main Section - right column - Industry Opinion					*/
		/*	------------------------------------------------------------	*/
		#mainSectionContainer #mainSection #rightColumn #industryOpinion{
			background-color:#FFF;
			min-height:158px; /*ff*/
			height: auto !important; /*ie7 */
			height: 158px; /*ie6 */
			margin:12px 0 8px 0;
			width:324px;
		}
		#mainSectionContainer #mainSection #rightColumn #industryOpinion a {
			color: #000;
			text-decoration: underline;
		}
		#mainSectionContainer #mainSection #rightColumn #industryOpinion a:hover { text-decoration: none; }
		
			/*	------------------------------------------------------------	*/
			/*	Main Section - right column - Industry Opinion	- p				*/
			/*	------------------------------------------------------------	*/
			#mainSectionContainer #mainSection #rightColumn #industryOpinion p,
			#mainSectionContainer #mainSection #rightColumn #gotAQuestion p{
				font-family:Tahoma, Geneva, sans-serif;
				font-size:12px;
				padding-left:10px;
				padding-right:10px;
			}

			/*	----------------------------------------------------------------------------------------	*/
			/*	Main Section - right column - Industry Opinion	- industryOpinionLogoContainer				*/
			/*	----------------------------------------------------------------------------------------	*/
			#mainSectionContainer #mainSection #rightColumn #industryOpinion #industryOpinionLogoContainer{
				margin-top:10px;
				margin-left:10px;
				/*width:305px;*/
			}

				/*	----------------------------------------------------------------------------------------------------	*/
				/*	Main Section - right column - Industry Opinion	- industryOpinionLogoContainer - logo image				*/
				/*	----------------------------------------------------------------------------------------------------	*/
				#mainSectionContainer #mainSection #rightColumn #industryOpinion #industryOpinionLogoContainer .logoImage{
					float:left;
					margin-right:4px;
				}

		
		/*	------------------------------------------------------------	*/
		/*	Main Section - right column - Got a Question					*/
		/*	------------------------------------------------------------	*/
		#expertQuestion {
			background-color: #FFF;
/*			background: url(/images/expertBox.jpg);
			height: 170px;
			overflow: hidden;
			padding: 43px 10px 10px 10px;*/
			width: 324px;
		}
			#expertQuestion .shortDesc {
				padding: 0 10px;
				/*height: 40px;*/
			}
			#expertTitle {
				font-weight: bold;
				height: 20px;
				padding-top: 10px;
				text-align: center;
			}
			#expertQuestion .expertWrapper {
				background: url(/images/expertBoxBack.jpg);
				height: 135px;
				padding-top: 10px;
			}
			#expertQuestion .expertImage {
				text-align: center; 
			}
				/*#expertQuestion .expertImage .midImage { margin: 0 5px; }*/
				#expertQuestion .expertImage a img { border: #FFF solid 2px; }
				#expertQuestion .expertImage a:hover img { border: #003e42 solid 2px; }
				#expertQuestion .expertImage .arrow { padding: 0 7px 35px 7px; }
		
		/*
		#mainSectionContainer #mainSection #rightColumn #gotAQuestion{
			background-color:#FFF;
			min-height:233px;
			height: auto !important;
			height: 233px; 
			width:324px;
		}
		/*
		
			/*	----------------------------------------------------------------------------------------	*/
			/*	Main Section - right column - Got a Question - Photo Expert Container						*/
			/*	----------------------------------------------------------------------------------------	*/
			/*
			#mainSectionContainer #mainSection #rightColumn #gotAQuestion #photoExpertContainer{
				background:url(/images/bg-photo-expert.jpg) no-repeat;
				height:156px;
				margin-top:8px;
				padding-top:3px;
				width:323px;
			}
			
				#mainSectionContainer #mainSection #rightColumn #gotAQuestion #photoExpertContainer #photoExpert01,
				#mainSectionContainer #mainSection #rightColumn #gotAQuestion #photoExpertContainer #photoExpert02,
				#mainSectionContainer #mainSection #rightColumn #gotAQuestion #photoExpertContainer #photoExpert03{
					float:left;	
				}
				
				#mainSectionContainer #mainSection #rightColumn #gotAQuestion #photoExpertContainer #photoExpert01{
					margin-left:20px;
					_margin-left:10px;
				}
		
				#mainSectionContainer #mainSection #rightColumn #gotAQuestion #photoExpertContainer #blackArrowContainer{
					display:none;
					height:8px;
					_margin-top:-15px;
				}
				
				*:first-child+html #mainSectionContainer #mainSection #rightColumn #gotAQuestion #photoExpertContainer #blackArrowContainer{
					margin-top:-15px;
					margin-bottom:10px;
				}
				
				#mainSectionContainer #mainSection #rightColumn #gotAQuestion #photoExpertContainer #expertInfo{
					display:none;
					height:12px;
					text-align:center;
				}
				*/
		/*	------------------------------------------------------------	*/
		/*	Main Section - right column - Butter Story Menu					*/
		/*	------------------------------------------------------------	*/
		#mainSectionContainer #mainSection #rightColumn #butterStoryMenu{
			background-color:#FFF;
			height:auto;
			overflow:hidden;
			margin-top:12px;
			width:324px;
			padding-bottom:5px;
		}

			#mainSectionContainer #mainSection #rightColumn #butterStoryMenu ul{
				margin-top:10px;
				margin-left:10px;
			}
			
			#mainSectionContainer #mainSection #rightColumn #butterStoryMenu ul li{
				background:url(/images/bg-sub-menu.jpg) no-repeat;
				height:39px;
				margin-bottom:5px;
				width:304px;
			}
			
			#mainSectionContainer #mainSection #rightColumn #butterStoryMenu ul li.selected{
				background:url(/images/bg-sub-menu-active.jpg) no-repeat;
			}
			
			#mainSectionContainer #mainSection #rightColumn #butterStoryMenu ul li a{
				color:#06577d;
				display:block;
				font-family:Tahoma, Geneva, sans-serif;
				font-size:12px;
				font-weight:bold;
				height:27px;
				padding-left:50px;
				padding-top:12px;
				text-decoration:underline;
			}
			
			#mainSectionContainer #mainSection #rightColumn #butterStoryMenu ul li a:hover{
				text-decoration:none;	
			}
			
			#mainSectionContainer #mainSection #rightColumn #butterStoryMenu ul li.selected a{
				color: #000;
				text-decoration: none;
			}
		

		/*	------------------------------------------------------------	*/
		/*	Main Section - right column - Story myth buster					*/
		/*	------------------------------------------------------------	*/
		#mainSectionContainer #mainSection #rightColumn #storyMythBuster{
			height:auto;
			overflow:hidden;
			margin-top:12px;
			width:324px;
		}

		#mainSectionContainer #mainSection #rightColumn #storyMythBuster.contact{
			height:auto;
			overflow:hidden;
			margin-top:6px;
			width:324px;
		}


		/*	------------------------------------------------------------	*/
		/*	Main Section - right column - story ask expert					*/
		/*	------------------------------------------------------------	*/
		#mainSectionContainer #mainSection #rightColumn #storyAskExpert{
			background-color:#FFF;
			height:auto;
			overflow:hidden;
			margin-top:12px;
			width:324px;
			padding-bottom:10px;
		}
		
		#mainSectionContainer #mainSection #rightColumn #storyAskExpert.video{
			margin-top:12px;	
		}
		
		#mainSectionContainer #mainSection #rightColumn #storyAskExpert.advice{
			margin-top:12px;	
		}
		
		#mainSectionContainer #mainSection #rightColumn #storyAskExpert p{
			margin-left:10px;
			margin-top:5px;
		}
		
		#mainSectionContainer #mainSection #rightColumn #storyAskExpert #askExpertForm{
			background:url(/images/bg-story-ask-expert-form.jpg) no-repeat;
			color:#000000;
			font-family:Tahoma, Geneva, sans-serif;
			font-size:10px;
			height:224px;
			margin-left:8px;
			margin-top:10px;
			position:relative;
			width:305px;
		}
		
			#mainSectionContainer #mainSection #rightColumn #storyAskExpert #askExpertForm #LastName{
				border:0px;
				color:#999999;
				font-family:Tahoma, Geneva, sans-serif;
				font-size:17px;
				/*font-weight:bold;*/
				position:absolute;
				top:11px;
				left:20px;
				width:197px;
			}

			#mainSectionContainer #mainSection #rightColumn #storyAskExpert #askExpertForm #EmailAddress{
				border:0px;
				color:#999999;
				font-family:Tahoma, Geneva, sans-serif;
				font-size:17px;
				/*font-weight:bold;*/
				position:absolute;
				top:45px;
				left:20px;
				width:197px;
			}

			#mainSectionContainer #mainSection #rightColumn #storyAskExpert #askExpertForm #CAT_Custom_68997{
				border:0px;
				color:#999999;
				font-family:Tahoma, Geneva, sans-serif;
				font-size:17px;
				/*font-weight:bold;*/
				height:80px;
				position:absolute;
				top:80px;
				left:20px;
				width:267px;
			}

			#mainSectionContainer #mainSection #rightColumn #storyAskExpert #askExpertForm #expertSubmit{
				height:35px;
				position:absolute;
				top:177px;
				left:10px;
				width:90x;
			}

			#mainSectionContainer #mainSection #rightColumn #storyAskExpert #askExpertForm #CAT_Custom_68998{
				height:15px;
				position:absolute;
				top:185px;
				left:105px;
				width:15x;
			}

			#mainSectionContainer #mainSection #rightColumn #storyAskExpert #askExpertForm label{
				position:absolute;
				top:185px;
				left:130px;
			}

		/*	------------------------------------------------------------	*/
		/*	Main Section - right column - seed story image ad				*/
		/*	------------------------------------------------------------	*/
		#mainSectionContainer #mainSection #rightColumn #imageAd{
			margin-top:36px;
			margin-left:23px;
		}


		/* Product attribute */
		#storyContent .prodAttribute { font-family: Arial, Helvetica, sans-serif; }
		#storyContent .prodAttribute h2 { padding-bottom: 10px; }
		#storyContent .prodAttribute .tblNutrition { margin: 10px 0 10px; }
		#storyContent .prodAttribute .tblNutrition td.whiteHeader {
			font-size: 0.9em;
			padding-bottom: 15px;
		}
		#storyContent .prodAttribute .tblNutrition td.greenHeader {
			background: #217dae url(/images/tblGreenHead.jpg) no-repeat left top;
			color: #FFF;
			font-size: 0.9em;
			height: 52px;
			overflow: hidden;
			padding: 15px 0 0 15px;
			width: 135px;
		}
		#storyContent .prodAttribute .tblNutrition td.greyHeader {
			background: #fce6b2 url(/images/tblGreyHead.jpg) no-repeat left top;
			color: #642200;
			font-size: 0.9em;
			height: 52px;
			overflow: hidden;
			padding: 15px 0 0 15px;
			width: 135px;
		}
		#storyContent .prodAttribute .tblNutrition td.centerHeader { 
			center; font-weight: bold;
			font-size: 1.2em;
			text-align: center;
		}
		#storyContent .prodAttribute .tblNutrition td.greenHeader .strong,
		#storyContent .prodAttribute .tblNutrition td.greyHeader .strong { 
			font-size: 1.4em;
			font-weight: bold;
		}
		#storyContent .prodAttribute .tblNutrition .greenList {
			background-color: #217dae;
			border-bottom: #fff solid 1px;
			color: #FFF;
			font-weight: bold;
			font-size: 0.9em;
			padding: 4px 15px;
		}
		#storyContent .prodAttribute .tblNutrition .greyList {
			background-color: #fce6b2;
			border-bottom: #fff solid 1px;
			color: #642200;
			font-size: 0.9em;
			font-weight: bold;
			padding: 4px 15px;
		}
		#storyContent .prodAttribute .tblNutrition .whiteList {
			border-bottom: #d9d9d9 solid 1px;
			font-weight: bold;
			font-size: 0.95em;
			padding: 4px 0;
		}
		#storyContent .prodAttribute .tblNutrition .noBorder { border: none; }
		#storyContent .prodAttribute .tblNutrition td.footer {
			height: 10px;
			overflow: hidden;
		}
		#storyContent .prodAttribute .tblNutrition td.footer {
			height: 10px;
			font-size: 0em;
			overflow: hidden;
		}
		
		#storyContent .nutritionPopup {
			background: url(/images/nutrition-popup_01.png) no-repeat left top;
			margin: -40px 0 0 -15px;
			height: 65px;
			width: 278px;
			position: absolute;
			visibility: hidden;			
/*			height: 50px;
			padding: 15px 20px 0 30px;
			
			position: absolute;
			visibility: hidden;
			width: 228px;*/
		}
			#storyContent .nutritionPopup .popupContainer {
				background: url(/images/nutrition-popup_02.png);
				padding: 10px 15px 0 30px;
			}
			#storyContent .nutritionPopup .popupFooter {
				background: url(/images/nutrition-popup_03.png);
				height: 14px;
				overflow: hidden;
			}			
		
		#storyContent td a { color: #333!important; }
		#storyContent td a:hover { color: #0a85c6!important; }
		
		
	/*	------------------------------------------------------------	*/
	/*	Rollover Homepage												*/
	/*	------------------------------------------------------------	*/		
		.rotationCover {
			background:transparent url(/images/rotation_cover.png) no-repeat scroll 0 0;
			height:159px;
			left:9px;
			position:relative;
			top:1px;
			width:159px;
			z-index:99;
			filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/rotation_cover.png',sizingMethod='scale');
		}

		#SlideContainer {
			background:transparent url(/images/bg_carousel.gif) no-repeat scroll 0 0;
			display:block;
			height:162px;
			width:528px !important;
		}
		#SlideContainer a {
			color: #000!important;
			text-decoration: underline!important;
		}
		#SlideContainer a:hover { text-decoration: none!important; }
		.carouselControl {
			left:486px;
			position:absolute;
			top:18px;
			z-index:99;
		}
		.btnPrev img,.btnNext img,#CarouselPlayPause img {
			border:0;
		}
		#Slides {
			position:relative;
		}
		#Slides li {
			display:block;
			font-family:tahoma,arial;
			font-size:12px;
			height:162px;
			width:528px;
			position:relative;
		}
		#Slides li .carouselText {
			padding:0 0 0 179px;
			position:absolute;
			top:67px;
			width:310px;
		}
		#Slides li .carouselText em{
			color:#227eae;
			font-weight:bold;
			font-style:normal;			
		}
		#Slides li .carouselText small {
			font-size:10px;
			position:relative;
			top:3px;
		}
		#Slides h3 {
			margin:0;
			padding:0 0 0 178px;
			position:absolute;
			top:32px;
		}
		.carouselPic {
			padding:0 0 0 14px;
			position:absolute;
			top:6px;
		}		


	/*	------------------------------------------------------------	*/
	/*	Footer															*/
	/*	------------------------------------------------------------	*/
	#footer{	
		font-size: 11px;
		height:86px;
		margin:0 auto;
		padding: 15px 11px 0 11px;
		width:884px;
	}
		#footer .owner{
			font-weight: bold;
			padding-bottom: 10px;
		}
	#footer a {
		color: #000;
		text-decoration: underline;
	}
	#footer a:hover { text-decoration: none; }
	
	/*#mainSectionContainer #footer #goodmanFielderLogo{
		float:left;
		margin-top:12px;	
	}
	
	#mainSectionContainer #footer #footerMenu{
		color:#333;
		font-family:Tahoma, Geneva, sans-serif;
		font-size:11px;
		float:left;	
		margin-top:15px;
		margin-left:10px;
	}
	
	#mainSectionContainer #footer #footerMenu a{
		color:#333;
		text-decoration:none;
	}
	
	#mainSectionContainer #footer #footerMenu a:hover{
		text-decoration:underline;	
	}*/
				