#Content {
	background-color: transparent;
}

#slideshow {
	margin: 7px 0 0 0;
	float:left;
	display: inline;
	zoom: 1;
	overflow: visible;
}

	/* Cycle */
	
	.GliderContainer {
	}

		.GliderContainer img {
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			border-radius: 5px;
			box-shadow: none;
			-moz-box-shadow: none;
			-webkit-box-shadow: none;
		}

		#my-glider
		{
			width: 780px;
			height: 347px;
			float: none;
		}

		#slideshow img 
		{
			width: 780px;
			height: 347px;
			margin: 0;
		}

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

		#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
		{

		}


/* SubBlocks */

table.SubBlocks
{
	margin: 0;
	padding: 0;
	clear: both;
}

table.SubBlocks tr td
{
	padding: 0;
	width: 20%;
}

table.SubBlocks tr td p
{
	font-size: 11px;
}

table.SubBlocks tr td div img
{
	margin: 5px 0 5px 5px;
	float: right;
}

.Block1 h4 a, .Block2 h4 a {
	color: #fff;
	text-decoration: none;
}

.Block1 h4 a:visited, .Block2 h4 a:visited {
	color: #fff;
}

.Block1 h4 a:hover, .Block2 h4 a:hover {
	color: #eee;
}


.Block1 h4
{
	margin: 0 5px 0 0;
	padding: 4px 2px 4px 6px;
	color: #eee;
	font-weight: normal;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;	
	zoom: 1;
	background: #6699cc;
	background: -webkit-gradient(linear, left top, left bottom, from(#6699cc), to(#336699));;
	filter:progid:DXImageTransform.Microsoft.Gradient(startColorstr='#6699cc', endColorstr='#336699', gradientType='0');
}

.Block2 h4
{
	display: block;
	margin: 0 5px 0 0;
	padding: 4px 2px 4px 6px;
	color: #fff;
	font-weight: normal;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	zoom: 1;
	background: #6699cc;
	background: -webkit-gradient(linear, left top, left bottom, from(#6699cc), to(#99ccff));;
	filter:progid:DXImageTransform.Microsoft.Gradient(startColorstr='#6699cc', endColorstr='#336699', gradientType='0');

}


table.SubBlocks tr td div
{
	margin: 0 5px 10px 0;
	padding: 1px;
	background: #fff;
}


table.SubBlocks tr td div p
{
	margin: 5px;
}


#FooterNavBar
{
	margin: 0;
	border: 0;
	padding: 0;
	background: #fff:
	font-size: 10px;
	height: 36px;
}

/* flash movie */
#mpl
{
	z-index: -1;
	position: absolute;
}

#player
{
	z-index: -1;
	width: 580px;
	height: 300px;
}

#SubBlocks
{
	clear:both;
}

/*.RecipeContainer
{
	width:210px;
	float:right;
	margin-top:10px;
	margin-right:0em;
	background-color: rgb(51, 102, 153);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 90%, from(rgba(28, 91, 155, 0.8)), to(rgba(102, 153, 204, .9))); -webkit-border-radius: 16px; -moz-border-radius: 16px;
}*/

.GasWidgetContainer
{
	float:right;
	margin-top: 10px;
	margin-right: 10px;
	background-color: rgb(51, 102, 153);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 90%, from(rgba(28, 91, 155, 0.8)), to(rgba(102, 153, 204, .9))); -webkit-border-radius: 16px; -moz-border-radius: 16px;
	display: inline;
	zoom: 1;
}

a.slideImage2, a.slideImage3
{
	display:none;
}


/* Row 2 */

.promo_blocks
{
  margin-bottom: 20px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border-top: 1px solid #14130d;
  border-right: 1px solid #bebb91;  
  border-bottom: 1px solid #bebb91;
  border-left: 1px solid #14130d;
  width: 980px;
}

.promo_blocks .First
{
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 5px;  
}

.promo_blocks .Last
{
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 0;
}

.promo_blocks img
{
  margin: 0px;
  float: left;
}
.RecipeListPlugin ul.Pictures li {
	margin: 12px 0px 10px 0px;
}

.Group {
}