.Clear {
	clear: both;
}

#Content {
	clear: both;
	margin: 0;
	background-color: transparent;
}

/* Homepate Layout */

#LeftCol {
	width: 728px;
	float: left;
	overflow: visible;
}

	.GliderContainer {
		margin: 0 0 26px 0;
	}

	.promo_blocks {
		
	}

	.promo_blocks img {
		margin: 0;
		-moz-box-shadow: 0px 0px 5px hsla(0,0%,0%,0.5);
		-webkit-box-shadow: 0px 0px 5px hsla(0,0%,0%,0.5);
		box-shadow: 0px 0px 5px hsla(0,0%,0%,0.5);
	}

	img.Left {
		float: left;
	}

	img.Right {
		float: right;
	}

#RightCol {
	width: 211px;
	height: 639px;
	float: right;
	margin: 0;
	border: 6px solid #fff;
	background: #f9f5bd;
	-moz-box-shadow: 0px 0px 5px hsla(0,0%,0%,0.5);
	-webkit-box-shadow: 0px 0px 5px hsla(0,0%,0%,0.5);
	box-shadow: 0px 0px 5px hsla(0,0%,0%,0.5);
}

	.SectionFirst {
		width: 182px;
		margin: 0 auto;
		margin-top: 14px;
	}

	.Section {
		width: 182px;
		margin: 0 auto;
		margin-top: 20px;
	}	
	
	.Section img {
		margin: 0 !important;
	}

	img.socialIcon {
		margin: 0 5px 10px 0 !important;
		float: left;
	}

	.Section span {
		color: #252525;
		font-size: 10px;
		margin-top: 10px;
	}
	
	.RecipeListPlugin .OddRow {
		margin: 0 !important;
	}

	#mainContent {
	margin-top: 20px;
}

.GliderContainer {
	margin-top: 0px;
}

	.GliderContainer img {
		-moz-box-shadow: 0px 0px 5px hsla(0,0%,0%,0.5);
		-webkit-box-shadow: 0px 0px 5px hsla(0,0%,0%,0.5);
		box-shadow: 0px 0px 5px hsla(0,0%,0%,0.5);
	}
	
	#my-glider
	{
		width: 728px;
		height: 385px;
		float: none;
	}

	#slideshow img 
	{
		width: 728px;
		height: 385px;
		margin: 0;
	}

	#nav 
	{
		width: 100%;
		margin: 0px auto;
		margin-top: 5px;
		text-align: center;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}

	#nav li 
	{
		margin: 3px;
		list-style: none; 
		display: inline-block;
		*display:inline; /*IE7*/
	    *zoom:1; /*IE7*/
	}

	#nav li:hover
	{
		
	}

	#nav a 
	{
		display: block;
		width: 7px;
		height: 7px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		background-color: #b3b3b3;
		border: 2px solid #979797;
	}

	#nav a:hover
	{
		border: 2px solid #464646;
	}

	#nav a.activeSlide 
	{ 
	}

	#nav li a.activeSlide
	{
		background-color: #59a8d1;
		border: 2px solid #59a8d1;
	}
	
	#nav li a.activeSlide:hover
	{
		background-color: #59a8d1;
		border: 2px solid #447b98;
	}

	#nav a:focus 
	{ 
		background-color: #59a8d1;
		border: 1px solid #4888a9;
	}

	#nav img 
	{ 
		
	}

	#nav img:hover
	{
		
	}

	#nav li a.activeSlide img
	{
		
	}