#wrapper
{
	width: 970px;
	margin:4px auto 0;
}
#logo 
{
	float: left;
	width: 165px;
	height: 49px;
	margin-top: 29px;
}
#header
{
	float: left;
	width: 970px;
	height: 81px;
	margin-bottom:8px;
}

#header ul
{
    overflow-x:visible;
}
/** First level top navigation styles **/
#topNav 
{
	float: right;
	height: 40px;
}
#topNav ul 
{
	padding: 0;
	margin: 0;
}
#topNav ul li
{
	list-style: none;
	display: inline;
	position:relative;
	z-index:12;
	float: left;
	height: 32px;
	padding: 0;
	margin: 0;
	margin-right: 8px;
	background: none;
	overflow-x:visible;
}
#topNav ul li a
{
	display:block; 
	position: relative;
	z-index:12; 
	text-align: center;
	text-transform: uppercase;
	height: 31px;
	font-size: 12px;
	font-weight: bold;
	color: #dd7500;
	line-height: 12px;
	padding-top: 5px;
	padding-left: 17px;
	padding-right: 17px;
	background: #ffffff;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}
#topNav ul li a#investments
{
	width: 61px;
}
#topNav ul li a#careers
{
	width: 58px;
}
#topNav ul li a#media
{
	width: 48px;
}
#topNav ul li a#resources
{
	width: 85px;
}
#topNav ul li a#investments.hover,
#topNav ul li.selected a#investments.hover
{
	color: #6f4232;
	background-color: #ffffff;
	border-bottom: 1px solid #e5e5e5;
	height: 31px;
}
#topNav ul li a#careers.hover,
#topNav ul li.selected a#careers.hover
{
	color: #7f4b9f;
	background-color: #ffffff;
}
#topNav ul li a#media.hover,
#topNav ul li.selected a#media.hover
{
	color: #60b76b;
	background-color: #ffffff;
}
#topNav ul li a#resources.hover,
#topNav ul li.selected a#resources.hover
{
	color: #03aeee;
	background-color: #ffffff;
}
#topNav ul li a.hover 
{
	height: 32px;
	border-top: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	background-color: #ffffff;
}
#topNav ul li.selected a#careers
{
	background-color: #7f4b9f;
	color:#FFFFFF;
}
#topNav ul li.selected a#media
{
	background-color: #60B76B;
	color:#FFFFFF;
}
#topNav ul li.selected a#resources
{
	background-color: #03AEEE;
	color:#FFFFFF;
}
/** Second level top navigation styles **/
#topNav ul li ul.subNav 
{
	position:absolute; 
	display:none; 
	margin:0; 
	padding:0; 
	z-index:10; 
	top: 37px;
	padding-bottom: 11px;
	list-style:none;
	background-color: #ffffff;
	border: 1px solid #e5e5e5;
	white-space: nowrap;
}
		
#topNav ul li ul.subNav li
{
	float:left; 
	display: inline;
	height: auto;
	width: auto;
	margin: 0;
	padding: 0;
}
#topNav ul li ul.subNav li a
{
	display:block;  
	position: relative;
	text-align: left;
	height: auto;
	padding: 0; 
	margin-top: 5px;
	margin-left: 2px;
	margin-right: 2px;
	padding-left: 12px;
	padding-right: 12px;
	color:#777777;
	text-transform: none;
	font-weight: normal;
	font-size: 11px;
	border: none;
}
#topNav ul li ul.purpleHover li a:hover
{
	background: #7f4b9f;
	color: #ffffff;
}
#topNav ul li ul.brownHover li a:hover
{
	background: #6f4232;
	color: #ffffff;
}
#topNav ul li ul.greenHover li a:hover
{
	background: #60b76b;
	color: #ffffff;
}
#topNav ul li ul.blueHover li a:hover
{
	background: #03aeee;
	color: #ffffff;
}
/** First level main navigation styles **/
#mainNav {
	float: right;
	height: 37px;
	margin-top: 4px;
	width: 632px;
}
#mainNav ul 
{
	padding: 0;
	margin: 0;
}
#mainNav ul li
{
	background: none;
	display:inline;
	z-index:6;
	float:left;
	position:relative;
	height:37px;
	width:150px;
	list-style:none;
	margin: 0px 0px 0px 8px;
	padding: 0px;
	overflow-x:visible;
}
#mainNav ul li a 
{
	position: relative;
	color:#FFFFFF;
	display:block;
	font-size:19px;
	font-weight:normal;
	height:27px;
	padding-top:10px;
	text-align:center;
	z-index:6;
}
#mainNav ul li.about
{
	background-color: #DD7500;
}
#mainNav ul li.brands
{
	background-color: #037A59;
}
#mainNav ul li.responsibility 
{
	background: #00478F;
}
#mainNav ul li.nutrition
{
	background: #ca3f47;
}
/** Second level main navigation styles **/

#mainNav ul li ul.subNav 
{
	position:absolute;	
	display:none;
	z-index:10; 
	top: 37px;
	margin:0;
	padding:0 0 12px;
	list-style:none;
}		
#mainNav ul li ul.subNav li
{
	float:left;
	display:inline;
	height:auto;
	width:146px;
	padding:0;
	margin:6px 2px 0;
}
#mainNav ul li ul.subNav li a
{
	display:block;
	position: relative;
	color:#FFFFFF;
	font-size:11px;
	height:auto;
	margin: 0;
	padding:0 0 0 12px;
	text-align:left;
}
#mainNav ul li.about ul.subNav
{
	background-color: #DD7500;
}
#mainNav ul li.brands ul.subNav
{
	background-color: #037A59;
}
#mainNav ul li.responsibility ul.subNav
{
	background-color: #00478f;
}
#mainNav ul li.nutrition ul.subNav
{
	background-color: #CA3F47;
}
#mainNav ul li ul.subNav li a:hover 
{
	background-color: #fffffe;
}
#mainNav ul li.about ul.subNav li a:hover
{
	color: #dd7500;	
}	
#mainNav ul li.brands ul.subNav li a:hover 
{
	color: #037a59;
}		
#mainNav ul li.responsibility ul.subNav li a:hover 
{
	color: #344e96;
}	
#mainNav ul li.nutrition ul.subNav li a:hover 
{
	color: #ca3f47;
}
.opacity
{
	opacity: 0.3;
	filter: alpha(opacity=30);
}

/** Search box styles **/	
#search 
{
	float: right;
	padding-top: 6px;
}
#search input.box 
{
	float: left;
	height: 18px;
	width: 139px;
	line-height: 18px !important;
	border-top: 1px solid #e5e5e5;
	border-right: none;
	border-bottom: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	font-size: 11px;
	color: #777777;
	padding-left: 6px;
	padding-top:5px;
}
#search .button
{
	float: left;
	width: 23px;
	height: 25px;
	border:medium none;
	cursor: pointer;
	background: transparent url("../images/SearchButton.png") no-repeat top right;
	border-top: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}
/** Location dropdown box styles **/
#locationDropDown 
{
	float: right;
	width: 123px;
    position: relative;
	margin-top: 6px;
	margin-right: 8px;
	z-index: 15;
}
#locationSelected 
{
	float: left;
	width: 121px;
	height: 23px;
	cursor: pointer;
	border:1px solid #e5e5e5;
}
#locationSelected ul 
{
	padding: 0;
	margin: 0;
	list-style:none;
}
#locationSelected
{
	display:inline;
	float:left;
	background: url("../images/ArrowRight-grey.png") no-repeat scroll 9px 8px transparent;
	padding:0;
	position: relative;
	z-index: 12;
}
#locationSelected.active
{
	background: url("../images/ArrowDown-grey.png") no-repeat scroll 7px 10px transparent;
}
#locationSelected ul li 
{
	padding: 0;
	height: 18px;
	padding-left: 19px;
	margin:5px 0 0 0;
	color:#555555;
	display:block;
	font-size:11px;
	line-height: 13px;
	position:relative;
	background: none;
	font-weight: normal;
}
#locationSelected ul li span
{
    color: #da8a29;
}
#locationHidden
{
	display:none;
	z-index:10;
	position: absolute;
	top: 24px;
	width: 121px;
	border:1px solid #e5e5e5;
	float: left;
	background: #ffffff;
	left: 0px;
}
#locationHidden ul 
{
	float: left;
	padding: 0;
	margin: 0;
	padding-top:6px;
	padding-bottom:4px;
	position: relative;
	z-index: 12;
}
#locationHidden ul li
{
	display:inline;
	float:left;
	height:auto;
	margin:0;
	padding:0;
	width:100px;
	padding-bottom:4px;
	padding-left:19px;
	font-size:11px;
	color: #c4c4c4;
	background: none;
	position: relative;
	z-index: 12;
}
#locationHidden ul li a
{
	border:medium none;
	color:#777777;
	display:block;
	font-weight:normal;
	height:auto;
	position:relative;
	text-align:left;
	text-transform:none;
	position: relative;
	z-index: 12;
}
#locationHidden ul li a:hover 
{
	color:#da8a29;
}
/** Footer box styles **/
#footer 
{
	float: left;
	width: 930px;
	height: 50px;
	background: #e5e5e5;
	padding-left:20px;
	padding-right:20px;
	margin-top:0px;
}
#footer img 
{
	padding-top: 5px;
	float: left;
}
#copyRight, #copyRight p 
{
	float: left;
	font-size: 10px;
	font-weight: bold;
	color: #929292;
	text-transform: uppercase;
	padding: 0;
	padding-top: 23px;
	padding-left: 14px;
}
#footerLinks 
{
	float: right;
	text-align: right;
	padding-top: 13px;
}
#footerLinks ul 
{
	padding: 0;
	margin: 0;
}
#footerLinks ul li
{
	float: left;
	display: inline;
	padding: 0;
	margin-left: 6px;
	font-size: 10px;
	line-height: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #929292;
	border: 1px solid #d0d0d0;
	background: none;
}
#footerLinks ul li a
{
	float: left;
	display: inline;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #929292;
	padding-right: 11px;
	padding: 5px 18px 5px 7px;
	background: #F2F2F2 url("../images/FooterArrow-grey.png") no-repeat center right;
}
#footerLinks ul li a:hover 
{
	background: #929292 url("../images/FooterArrow-white.png") no-repeat center right;
	color: #F2F2F2;
}
/** General wrapper styling **/
#generalwrapper
{
	width:970px;
	float:left;
	margin-top: 0px;
	margin-bottom:10px;
}
#generalwrapper #large-column
{
    float: left;
    width:970px;
    padding:0 0 0 0;
    margin-bottom:10px;
}
#generalwrapper #large-column #columnwrapper
{
    padding: 0 0 0 20px;
}
#generalwrapper #large-column #content
{
    margin-top: 30px;
    float: left;
}
#generalwrapper #medium-column
{
    float: left;
    width:640px;
    padding:0 0 0 0;
    margin-bottom:10px;
}
#generalwrapper #medium-column.left
{
    margin-right: 20px;
}
#generalwrapper #medium-column.right
{
    margin-left: 20px;
}
#generalwrapper #medium-column #columnwrapper
{
    padding: 0 0 0 20px;
    float: left;
}
#generalwrapper #medium-column #content,
#generalwrapper #small-column #content,
#generalwrapper #tiny-column #content,
#generalwrapper #modarate-column #content
{
    margin-top: 30px;
    float: left;
}
#generalwrapper #medium-column #content .left,
#generalwrapper #medium-column #content .right
{
    float: left;
    display: inline;
    width: 290px;
}
#generalwrapper #medium-column #content .left
{
    margin-right: 40px;
}
#generalwrapper #medium-column p.firstparagraph
{
    font-weight: 700;
    overflow:visible;
}
#generalwrapper #medium-column p.subheading 
{
	font-weight: 700;
	padding-top: 15px;
    overflow:auto;
}
#generalwrapper #medium-column #contentpanels
{
    float: left;
    margin-top: 20px;
}
#generalwrapper #medium-column #contentpanels .panel.left
{
    margin-right: 20px;
}
#generalwrapper #medium-column #contentpanels .panel.noborder
{
    border: solid 1px #fff;
}
#generalwrapper #small-column
{
    float: left;
    width:310px;
    padding-top: 0px;
    margin-bottom:10px;
}
#generalwrapper #tiny-column
{
    float: left;
    width:190px;
    margin-right:20px;
    margin-bottom:10px;
}
#generalwrapper #tiny-column #columnwrapper,
#generalwrapper #small-column #columnwrapper
{
    padding: 0 0 0 20px;
    float: left;

}
#generalwrapper #modarate-column
{
    float: left;
    width:760px;
    margin-right: 0px;
    padding:0 0 0 0;
}

#generalwrapper .section_title,
#brandherowrapper .section_title
{
    font-weight:bold;
	line-height:15px;
	text-transform:uppercase;
}
#generalwrapper #bottom-row
{
    clear: both;
    float: left;
    width: 100%;
    margin-bottom:10px;
}
/** Accordian sliding styles **/
#accordianwrapper
{
	width:970px;
	float:left;
	overflow-x:hidden;
}
#accordianwrapper .accordian
{
	overflow:hidden;
	height: 280px;
	position: relative;
	display: block;
	float: left;
	margin-top:0px;
	padding-bottom:20px;
}
#accordianwrapper .accordian ul
{
	height: 280px;
	width: 2000px;
	padding-left: 0px;
	margin-top:0px;
	margin-left:0px;
}
#accordianwrapper .accordian ul li
{
	margin-right: 20px;
	height: 280px;
	float: left;
	width: 100px;
	overflow: hidden;
	position: relative;
	width: 310px; 
	display: block;
	padding-bottom:0px;
	padding-left: 0px;
	background: none;
}
#accordianwrapper .accordian ul li.last
{
	margin-right: 0;
}
#accordianwrapper .link 
{
	float: right;
	text-align: right;
	text-transform: uppercase;
	margin-top: 18px;
	margin-right: 20px;
	letter-spacing: -0.25;
} 
#accordianwrapper .link a
{
	font-size: 11px;
	font-weight: bold;
	color: #777777;
}
/** Accordian brands content styles **/
#accordianBrands, #accordianShares
{
	width: 600px;
	height: 280px;
}
#accordianBrands .title, #accordianShares .title 
{
	float: left;
	height: 64px;
	width: 292px;
	padding-top: 18px;
	padding-left: 18px;
}
#accordianBrands #images 
{
	float: left;
	height: 198px;
	width: 558px;
}
#accordianBrands #images .col
{
    float:left;
    width:64px;
    margin-right: 2px;
}
#accordianBrands img 
{
	float: left;
	width: 64px;
	height: 64px;
	margin-top: 2px;
}
#accordianBrands a img:hover 
{
	opacity: 0.5;
	filter: alpha(opacity=50);
}
/** Accordian shares content styles **/
#accordianShares #sharedata
{
    float: left;
	height: 198px;
	width: 578px;
	padding-left: 18px;
}


#accordianShares #sharedata #prices
{
    float: left;
	height: 195px;
	width: 292px;
	margin-right:20px;
}

#accordianShares #sharedata #graph
{
    float: left;
	height: 195px;
	width: 248px;
}
#accordianShares #sharedata .sharepricerow
{
    height:20px;    
    margin-bottom:2px;
    padding-bottom:2px;
    padding-left:5px;
    padding-top:5px;
}

#accordianShares #sharedata .sharepricevalue
{
    float:right;
    width:70px;
    font-weight:700;
    font-size: 12px;
}

#accordianShares #sharedata .sharepricelabel
{
    float:left;
    width:150px;
    text-transform:uppercase;
    font-weight:700;
    font-size: 12px;
}

#accordianShares #sharedata #smallValues
{
    width: 292px;
    margin-top:10px;
    height:30px;
}

#accordianShares #sharedata #smallValues .sharepriceheading
{
    font-size:12px;
    font-weight:700;
    line-height:12px;
    margin-bottom:3px;
}

#accordianShares #sharedata #percentageChange
{
    margin-top:10px;
}

#accordianShares #sharedata #smallValues .smallvalue, #accordianShares #sharedata #percentageChange p
{
    font-size:12px;
    line-height:12px;
}

#accordianShares #sharedata #percentageChange h2
{
    margin-bottom:10px;
}

#accordianShares #sharedata #smallValues .smallcol
{
    float:left;
    width: 50px;
    margin-right:10px;
}

#accordianShares #sharedata #smallValues .smallcol.last
{
    margin-right:0px;
}



/** Accordian layout-1 content styles **/
#accordianLayout-1
{
	float: left;
	height: 280px;
	width: 620px;
}
#accordianLayout-1 .title 
{
	float: left;
	width: 292px;
	padding-top: 18px;
	padding-left:18px;
	padding-bottom: 18px;
}
#accordianLayout-1 .content
{
	float: left;
	height: 165px;
	width: 290px;
	color: #777777;
	font-size: 13px;
	font-weight: bold;
	padding:0 20px;
}
#accordianLayout-1 .content p
{
	float: left;
	color: #777777;
	font-size: 13px;
	padding:0;
	line-height: 15px;
}
#accordianLayout-1 .image
{
	float: left;
	height: 28px;
	width: 28px;
	margin-left:10px;
}
#accordianLayout-1 .left 
{
	float: left;
	width: 300px;
}
#accordianLayout-1 .right 
{
	float: left;
	width: 290px;
}
/** Accordian layout-2 content styles **/
#accordianLayout-2
{
	float: left;
	height: 280px;
	width: 600px;
	background: #fcc21a;
}
#accordianLayout-2 .title 
{
	float: left;
	width: 272px;
	padding-top: 18px;
	padding-left: 18px;
	padding-bottom: 18px;
	
}
#accordianLayout-2 .content
{
	float: left;
	height: 165px;
	width: 250px;
	color: #0c3783;
	font-size: 13px;
	font-weight: bold;
	padding:0 20px;
}
#accordianLayout-2 .content p
{
	float: left;
	color: #0c3783;
	font-size: 13px;
	font-weight: bold;
	padding:0;
	line-height:15px;
}
#accordianLayout-2 .image
{
	float: left;
	height: 280px;
	width: 310px;
}
#accordianLayout-2 .left 
{
	float: left;
	width: 310px;
}
#accordianLayout-2 .right 
{
	float: left;
	width: 290px;
}
/** Accordian layout-3 content styles **/
#accordianLayout-3 
{
	float: left;
	width: 600px;
	height: 280px;
}
#accordianLayout-3 .title 
{
	float: left;
	height: 86px;
	width: 292px;
	padding-top: 18px;
	padding-left: 18px;
}
#accordianLayout-3 .media 
{
	float: left;
	height: 196px;
	width: 364px;
}
#accordianLayout-3 .content
{
	float: left;
	width: 196px;
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
	padding:0 20px;
}
#accordianLayout-3 .content p
{
	float: left;
	width: 196px;
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
	padding:0;
	line-height:15px;
}
/** Accordian layout-4 content styles **/
#accordianLayout-4 
{
	float: left;
	width: 600px;
	height: 280px;
}
#accordianLayout-4 .title 
{
	float: left;
	width: 292px;
	padding-top: 18px;
	padding-left: 18px;
	padding-bottom: 18px;
}
#accordianLayout-4 .content
{
	float: left;
	width: 100%;
	height: 46px;
}
#accordianLayout-4 .content
{
	float: left;
	width: 560px;
	color: #777777;
	font-size: 13px;
	font-weight: bold;
	padding:0 20px;
}
#accordianLayout-4 .content p
{
	float: left;
	color: #777777;
	font-size: 13px;
	font-weight: bold;
	padding:0;
	line-height: 15px;
}
#accordianLayout-4 .images 
{
	float: left;
	height: 130px;
	padding-left: 20px;
	padding-bottom: 20px;
}
#accordianLayout-4 img 
{
	float: left;
	width: 110px;
	height: 130px;
	margin-right: 2px;
	
}
#accordianLayout-4 a img:hover 
{
	opacity: 0.5;
	filter: alpha(opacity=50); 

}



/*Carousel CSS*/
/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
#twentyfoursevenwrapper .jcarousel-control,
#brandherowrapper .jcarousel-control
{
	float:left;
	position:relative;
	z-index:3;
	top:-26px;
	left:2px;
}
#twentyfoursevenwrapper .jcarousel-control ul,
#brandherowrapper .jcarousel-control ul
{
	margin-left:0px;
	padding-left:0px;
	margin-bottom:0px;
}
#twentyfoursevenwrapper .jcarousel-control ul li,
#brandherowrapper .jcarousel-control ul li
{
    border: 1px solid #e5e5e5;
    color:#929292;
    font-size: 11px;
    font-weight: bold;
	display:inline;
	float:left;
	padding: 0;
	margin-right: 2px;
	margin-bottom:0px;
    
}
#twentyfoursevenwrapper .jcarousel-control ul li a,
#brandherowrapper .jcarousel-control ul li a 
{
	display:inline;
	float:left;
    font-size: 11px;
    font-weight: bold;
    color: #777777;
    background: #ffffff;
    padding-top: 2px;
	padding-bottom:1px;
	padding-left:6px;
	padding-right:5px;
}
#twentyfoursevenwrapper .jcarousel-control ul li a:hover,
#brandherowrapper .jcarousel-control ul li a:hover
{
    background: #777777;
	color: #ffffff;
}
#twentyfoursevenwrapper .jcarousel-control ul li a.active,
#brandherowrapper .jcarousel-control ul li a.active
{
    background: #777777;
	color: #ffffff;
}
#twentyfoursevenwrapper .intro,
#brandherowrapper .intro
{
	float: right;
	text-align: right;
	position:absolute;
	top:278px;
	left:486px;
	color: #000000;
	font-size: 16px;
	margin-right: 25px;
	font-weight:700;
    z-index:4;	
}
#brandherowrapper .intro
{
    color:#ffffff;
}
#sites-networking 
{
	float: left;
	margin-top:0px;
	margin-bottom:20px;
	padding-left:20px;
	padding-right:20px;
	width:930px;
}
/** Our sites dropdown styles **/
#ourSites 
{
	float: left;
	color: #929292;
	font-size: 14px;
	line-height: 18px;
	text-transform: uppercase;
	padding-top: 4px;
}
#ourSites .text 
{
	float: left;
	padding-top: 4px;
	padding-right: 4px;
	color: #929292;
	letter-spacing: -0.25px;
	font-size: 14px;
	line-height: 18px;
	text-transform: uppercase;
}
#ourSites-dropdown 
{
	height: 25px;
	width: 152px;
}
.skinned-select 
{
	float: left;
    background: url("../images/DropDown-button.png") top right no-repeat ;
    border: 1px solid #d0d0d0;
    text-transform: none;
    font-size: 11px;
    color: #555555;
}
.skinned-text {
    padding: 3px;
    padding-left: 6px;
}
/** Social networking styles **/
#socialNetworking 
{
	float: left;
	padding-left: 45px;
}
#socialNetworking .text 
{
	float: left;
	padding-top: 6px;
	padding-right: 4px;
	color: #929292;
	letter-spacing: -0.25px;
	font-size: 14px;
	line-height: 18px;
	text-transform: uppercase;
}
#socialNetworking ul.icons 
{
	padding: 0;
	margin: 0;
	display: inline;
	float: left;
}
#socialNetworking ul.icons li 
{
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline;
	float: left;
	margin-right: 2px;
	background:none;
}
.twitter a
{
	background:url("../images/Twitter.png") no-repeat;
	width: 26px;
	height: 27px;
	display: block;
}
.twitter a:hover 
{
	background-position: 0 -27px;
}
.facebook a
{
	background:url("../images/Facebook.png") no-repeat;
	width: 27px;
	height: 27px;
	display: block;
}
.facebook a:hover 
{
	background-position: 0 -27px;
}
.youtube a 
{
	background:url("../images/YouTube.png") no-repeat;
	width: 27px;
	height: 27px;
	display: block;
}
.youtube a:hover 
{
	background-position: 0 -27px;
}
.flicker a
{
	background:url("../images/Flicker.png") no-repeat;
	width: 27px;
	height: 27px;
	display: block;
}
.flicker a:hover 
{
	background-position: 0 -27px;
}
/** Facebook styles **/
#facebookNetworking 
{
	float: right;
}
#facebookNetworking .text 
{
	float: left;
	width: 80px;
	padding-top: 3px;
	padding-right: 4px;
	color: #929292;
	font-size: 10px;
	line-height: 10px;
	text-transform: uppercase;
	text-align: right;
}
#facebookNetworking ul.icons 
{
	padding: 0;
	margin: 0;
	display: inline;
	float: left;
}
#facebookNetworking ul.icons li 
{
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline;
	float: left;
	margin-right: 2px;
	background:none;
}
.facebook a
{
	background:url("../images/Facebook.png") no-repeat;
	width: 27px;
	height: 27px;
	display: block;
}
.facebook a:hover 
{
	background-position: 0 -27px;
}
.sublevelv1 
{
	float: left;
	height: 214px;
	width: 638px;
	border: 1px solid #e5e5e5;
	margin-left:-19px;
}
.sublevelv1.alt
{
    background-color:#f6f6f6;
}
.sublevelv1 .image 
{
	float: left;
	height: 176px;
	width: 128px;
	margin: 19px;
}
.sublevelv1 img 
{
	float: left;
	height: 176px;
	width: 128px;
}
.sublevelv1 .content 
{
	float: left;
	width: 383px;
	height: 120px;
	margin-top: 10px;
	margin-right: 19px;
}
.sublevelv1 .content p 
{
	font-size: 13px;
	line-height: 15px;
}
.sublevelv1 .title
{
	float: left;
	width: 383px;
	margin-top: 19px;
	margin-right: 19px;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: -1px;
}
.sublevelv1 .link 
{
	float:right;
	color:#555555;
	display:inline;
	font-size:11px;
	font-weight:bold;
	line-height: 11px;
	text-transform:uppercase;
	padding: 0;
	margin-right: 19px;
}
.sublevelv1 .link a
{
	background:url("/images/DepartmentArrow-grey.png") no-repeat scroll right center #ffffff;
	border:1px solid #e5e5e5;
	width: 140px;
	float: left;
	color:#555555;
	font-size:11px;
	font-weight:bold;
	padding:5px 18px 5px 12px;
	text-transform:uppercase;
}
.sublevelv1 .link a:hover 
{
	color:#ffffff;
}
.sublevelv2 
{
	float: left;
	height: 219px;
	width: 618px;
}
.sublevelv2.alt
{
}
.sublevelv2 .image 
{
	float: left;
	height: 200px;
	width: 145px;
	margin-top:19px;
	margin-bottom:19px;
	margin-right:19px;
	border: 1px solid #e5e5e5;
}
.sublevelv2 img 
{
	float: left;
	height: 200px;
	width: 145px;
}
.sublevelv2 .content 
{
	float: left;
	width: 416px;
	height: 144px;
	margin-top: 10px;
	margin-right: 19px;
}
.sublevelv2 .content p 
{
	font-size: 13px;
	line-height: 15px;
    overflow:visible;
}
.sublevelv2 .title
{
	float: left;
	width: 416px;
	margin-top: 19px;
	margin-right: 19px;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: -1px;
}
.subheading1, .subheading2
{
	font-size: 20px;
	font-weight: 700;
	letter-spacing: -1px;
}
.subheading2 
{
	text-transform: capitalize;
}
.sublevelv2 .link 
{
	float:left;
	display:block;
	padding: 0;
}
.sublevelv2 .link a
{
	font-size:11px;
	line-height: 11px;
	font-weight:bold;
	padding:5px 0px 5px 0px;
	text-transform:uppercase;
}
.contacts .content p 
{
	font-size: 13px;
	line-height: 15px;
}
.contacts .content p .phonenumber
{
	color:#037a59;
	font-weight:700;
}
.contacts .title 
{
	float: left;
	width: 286px;
	height: 23px;
	margin-top: 19px;
	
	font-size: 23px;
	text-transform: capitalize;
}
.contacts .link, .contacts .content
{
	float:left;
	display:block;
	padding: 0;
}
.contacts .link a
{
	color: #dd7500;
	font-size:11px;
	line-height: 11px;
	font-weight:bold;
	padding:5px 0px 5px 0px;
	text-transform:uppercase;
}
.contacts .link a:hover 
{
	color:#037a59;
}


/** Template styles **/
.panel-container
{
    width:310px;
}

#small-column .panel-container
{
 
	margin-bottom: 10px;
	float:left;
}
#small-column .panel-container.last
{
	margin-bottom: 0px;
}
#bottom-row .panel-container
{
	margin-right: 20px;
	float:left;
}
#bottom-row .panel-container.last
{
    margin-right: 0px;
}
#small-column .generalborder,
#bottom-row .generalborder
{
    background-color: #E5E5E5;
}
#small-column .generalborder div,
#bottom-row .generalborder div
{
    background-color: #FFFFFF;
}
.panel-template 
{
	float: left;
	font-size: 13px;
	line-height: 15px;
	padding: 19px;
}
.panel-template .link a 
{
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}
.panel-template .title 
{
	font-size: 26px;
}
.BrandHeroesTitle
{
	float: left;
	width: 272px;
	height: 66px;
	padding: 38px 18px 19px 18px;
}
#microsite
{ 
    margin-top:-23px;
    text-align:right;
}
#microsite a,
#microsite a:visited 
{
    color:#037A59;
    font-weight:700;
}
#microsite a:hover
{
    color:#dd7500;
}

/** Template A styles **/
#template-a,
#template-a p
{
	width: 272px;
}
#template-a .title 
{
	float: left;
	width: 272px;
	margin-bottom: 10px;
}
#template-a .source
{
	font-size:11px;
	line-height:12px;
	padding-bottom:0px;
    padding-top:6px;
}
/** Template B styles **/
#template-b 
{
	width: 272px;
}
#template-b .link a 
{
	float: left;
	margin-top: 10px;
}
/** Template C styles **/
#template-c 
{
	width: 272px;
}
#template-c .title 
{
	float: left;
	width: 272px;
	margin-bottom: 18px;
}
#template-c .link a
{
	float: left;
	margin-top: 10px;
}
#template-c .image 
{
	float: left;
	margin-top: 15px;
}
#template-c img:hover 
{
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.generalborder #template-c
, .generalborder #template-f
, .generalborder #template-j
, .generalborder #template-k
, .generalborder #template-l
, .generalborder #template-m
{
    margin:1px;
    width:270px;
    
}
.generalborder #template-f
, .generalborder #template-j
, .generalborder #template-l
, .generalborder #template-m
{
    min-height:240px;
}


/** Template D styles **/
#template-d 
{
	width: 308px;
	height: 280px;
	padding: 0;
}
#template-d img 
{
	height:280px;
	width:308px;
}
#template-d img:hover 
{
	opacity: 0.7;
	filter: alpha(opacity=70);
}
/** Template E styles **/
#template-e 
{
	width: 272px;
	height: 242px;
}
#template-e .title 
{
	float: left;
	height:74px;
	width: 272px;
}
#template-e .image 
{
	float: left;
	width: 270px;
	height: 166px;
	
}
#template-e img 
{
	width: 270px;
	height: 166px;
}
#template-e img:hover 
{
	opacity: 0.7;
	filter: alpha(opacity=70);
}
/** Template F styles **/
#template-f 
{
	width: 272px;
	height: 242px;
}
#template-f .title 
{
	float: left;
	height:72px;
	width: 272px;
}
#template-f .content 
{
	float: left;
	height:65px;
	width: 272px;
}
#template-f .image-wrapper 
{
	float: left;
	width: 272px;
	height: 105px;
}
#template-f .image
{
	float: left;
	margin-right: 2px;
	width: 89px;
	height: 105px;
}
#template-f .image.last 
{
	margin-right: 0;
}
#template-f .image img:hover 
{
	opacity: 0.7;
	filter: alpha(opacity=70);
}
/** Template G styles **/
#template-g
{
	width: 308px;
	height: 278px;
	padding: 0px;
}
#template-g .title 
{
	float: left;
	width: 272px;
	height: 66px;
	padding-top: 18px;
	padding-left: 18px;
	padding-right: 18px;
}
#template-g .image 
{
	float: left;
	width: 310px;
	height: 195px;
}
#template-g img:hover 
{
	opacity: 0.7;
	filter: alpha(opacity=70);
}
/** Template H styles **/
#template-h 
{
	width: 272px;
	height: 242px;
}
#template-h .title 
{
	float: left;
	width: 272px;
	margin-bottom: 22px;
}
#template-h .content 
{
	float: left;
	width: 272px;
}
#template-h .introduction 
{
	float: left;
	font-weight: bold;
}
/** Template I styles **/
#template-i 
{
	width: 272px;
	height: 242px;
	font-weight: bold;
}
#template-i .title 
{
	float: left;
	width: 272px;
	height: 60px;
}
#template-i .content 
{
	float: left;
	width: 272px;
	height: 79px;
	margin-top: 18px;
}
#template-i .image
{
	float: left;
	width: 270px;
	height: 105px;
}
#template-i img:hover 
{
	opacity: 0.7;
	filter: alpha(opacity=70);
}
#template-i .link a
{
	float: left;
	margin-top:5px;
}
/** Template J styles **/
#template-j 
{
	width: 272px;
	min-height: 242px;
}
#template-j .title 
{
	float: left;
	width: 270px;
	margin-bottom: 22px;
}
#template-j .content 
{
	float: left;
	width: 270px;
}
#template-j .introduction 
{
	float: left;
	font-weight: bold;
}
/** Template k styles **/
#template-k 
{
	width: 272px;
	height: 349px;
}
#template-k .title
{
	height: 70px;
}
#template-k .content
{
	float: left;
	position: absolute;
	background-color: transparent !important;
}
#template-k ul#offices,
.locationlist ul#offices
{
	margin: 0;
	padding: 0;
	margin-bottom: 14px;
}
#template-k ul#offices li,
.locationlist ul#offices li
{
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	padding: 0;
	margin: 0;
	background: none;
}
.locationlist ul#offices li
{
    color: #dd7500;
}
#template-k ul#offices li a,
.locationlist #offices li,
.locationlist #offices a,
.locationlist #offices a:visited
{
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	text-transform: none;
}
.locationlist #offices li,
.locationlist #offices a,
.locationlist #offices a:visited
{
    color: #dd7500;
}
#template-k ul#offices li.bold,
.locationlist ul#offices li.bold
{
	font-weight: bold;
}
#template-k ul#factories,
.locationlist ul#factories 
{
	margin: 0;
	padding: 0;
	margin-bottom: 14px;
}
#template-k ul#factories li,
.locationlist ul#factories li
{
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	padding: 0;
	margin: 0;
	background: none;
}
.locationlist ul#factories li
{
    color: #777777;
}
#template-k ul#factories li a,
.locationlist #factories li,
.locationlist #factories a,
.locationlist #factories a:visited 
{
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	text-transform: none;
}
.locationlist #factories li, .locationlist #factories a, .locationlist #factories a:visited 
{
    color: #777777;
}
#template-k ul#factories li.bold, .locationlist ul#factories li.bold
{
	font-weight: bold;
}
#template-k ul#distribution, .locationlist ul#distribution
{
	margin: 0;
	padding: 0;
	margin-bottom: 14px;
}
#template-k ul#distribution li, .locationlist ul#distribution li
{
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	padding: 0;
	margin: 0;
	background: none;
}
.locationlist ul#distribution li
{
     color: #037a59;
}
#template-k ul#distribution li a, .locationlist #distribution li, .locationlist #distribution a, .locationlist #distribution a:visited 
{
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	text-transform: none;
}
.locationlist #distribution li, .locationlist #distribution a, .locationlist #distribution a:visited 
{
    color: #037a59;
}
#template-k ul#distribution li.bold, .locationlist ul#distribution li.bold
{
	font-weight: bold;
}
#template-k .image,
#template-k .image a
{
	float: right;
}
/** Template L styles **/
#template-l 
{
	width: 272px;
	height: 242px;
}
#template-l .title 
{
	float: left;
	width: 270px;
	height: 135px;
}
#template-l .content 
{
	float: left;
	width: 153px;
	height: 107px;
	margin-right: 10px;
}
#template-l .image 
{
	float: left;
	width: 125px;
	height: 125px;
	margin-right: -18px;
	margin-bottom: -18px;
}
#template-l img:hover 
{
	opacity: 0.7;
	filter: alpha(opacity=70);
}
#template-l .link
{
	margin-top: 5px;
}
/** Template M styles **/
#template-m 
{
	width: 272px;
	height: 242px;
}
#template-m .title 
{
	float: left;
	width: 272px;
	height: 135px;
}
#template-m .content 
{
	float: left;
	width: 153px;
	height: 107px;
	margin-left: 10px;
}
#template-m .image 
{
	float: left;
	width: 125px;
	height: 125px;
	margin-left: -18px;
	margin-bottom: -18px;
}
#template-m img:hover 
{
	opacity: 0.7;
	filter: alpha(opacity=70);
}
#template-m .link
{
	margin-top: 5px;
}


/*Header Image*/
#headerimagepreload
{
	float: left;
	width:970px;
	padding-top:0px;
	height:32px;
}
#headerimagewrapper 
{
	float: left;
	width:970px;
	margin-top:0px;
	margin-bottom:20px;
	height:417px;
}
#headernoimage
{
    height:30px;
    min-height:30px;
    clear:left;
}
#headerimagewrapper .headerimage
{
	height: 417px;
	position: relative;
	display: block;
	width:970px;
}
#headerimagewrapper .headerimage ul
{
	padding-left: 0px;
	margin-left:0px;
	margin-bottom:0px;
}
#headerimagewrapper .headerimage ul li
{
	margin-right: 0px;
	margin-bottom:0px;
	height: 417px;
	float: left;
	width: 100px;
	overflow: hidden;
	position: relative;
	width: 970px; 
	display: block;
	padding-bottom:0px;
	padding-left: 0px;
	background: none;
}
#headerimagewrapper .headerimageitem .images img,
#twentyfourseven .twentyfoursevenitem .images img,
#brandherowrapper .brandheroitem .images img
{
    margin-left:185px;
}
#headerimagewrapper .headerimageitem .cutout,
#twentyfourseven .twentyfoursevenitem .cutout,
#brandherowrapper .brandheroitem .cutout
{
    float:left;
    height:417px;
    width:185px;
}
#headerimagewrapper .headerimageitem .time, 
#twentyfourseven .twentyfoursevenitem .time,
#brandherowrapper .brandheroitem .time
{
	margin-top:60px;
	margin-left:-171px;
	height:340px;
	width:125px;
	float:left;
}
#headerimagewrapper .headerimageitem .strapline, 
#twentyfourseven .twentyfoursevenitem .strapline,
#brandherowrapper .brandheroitem .strapline
{
	margin-top:12px;
	margin-left:-55px;
	height:350px;
	width:125px;
	float:left;
	
}
#headerimagewrapper .intro
{
	z-index:4;	
}
#headerimagewrapper .intro p
{
	float: right;
	text-align: right;
	position:absolute;
	top:278px;
	left:486px;
	color: #323232;
	font-size: 16px;
	margin-right: 25px;
	font-weight:700;
}
#headerimagewrapper .intro a,
#headerimagewrapper .intro a:visited
{
	font-weight:700;
	font-size: 16px;
	color:#dd7500;
}
#headerimagewrapper .intro a:hover
{
	color:#ff0000;
}
#headerimagewrapper .images img,
#brandherowrapper .images img
{
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
}
#headerimagepreload .loadimage
{
	width:100%;
	height:100%;
	text-align:center;
	vertical-align:middle;
}
.hidden
{
	visibility:hidden;
	display:none;
}
.locationcontent a {
    color: #dd7500;
}
.locationcontent .directions .smalltext
{
    font-size: 13px;
    line-height: 15px;
}
.locationcontent .directions
{
    margin-top:20px;
}
.locationimages
{
    margin-top:20px
}
.locationimages .image1
{
    margin-right:20px;
    width:310px;
        float:left;
}
.locationimages .image2
{
    width:310px;
        float:left;
}

/* Media Section - GR */
/* ------------------ */
ul.mediabank-sectionlist,
ul.mediabank-brandlist 
{
    margin: 0 0 14px -20px;
	padding: 0px;
}
ul.mediabank-sectionlist
{
margin: -28px 0 16px -20px;
}
ul.mediabank-sectionlist li 
{
	width: 168px;
    height: 23px;
	border: 1px solid #e5e5e5;
	color:#929292;
	padding: 0;
	margin: 0 0 2px 0;
}
ul.mediabank-sectionlist li a 
{
	background: #FFFFFF url("/Images/brandbuttonArrow-grey.gif") no-repeat 148px 8px;
	color:#929292;
	height: 20px;
	font-size:11px;
	font-weight: 700;
	letter-spacing: 0.8px;
    display: block;
	padding: 3px 0 0 19px;
	text-transform:uppercase;
} 
.mediabank-sectionlist li a:hover,
.mediabank-brandlist li a:hover
{
    color: #FFFFFF;
}
.mediabank-sectionlist li.selected a,
.mediabank-brandlist li.selected a
{
    color: #FFFFFF;
}
ul.mediabank-brandlist li
{
    width: 169px;
    height: 25px;
    border-bottom: 1px solid #e6e6e6;
    margin: 0 0 0 0;
    padding: 0;
}
.mediabank-brandlist li a
{
    text-transform: none;
    letter-spacing: 0.2px;
    padding: 4px 0 0 20px;
    display: block;
    background: #FFFFFF url("/Images/brandbuttonArrow-grey.gif") no-repeat 149px 10px;
    color:#929292;
    font-size: 11px;
    font-weight: 700;
    height: 21px;
}
#mediabank-wrapper 
{
	float: left;
	border: 1px solid #e5e5e5;
	margin: -28px 0 0 -20px;
	padding: 19px;
	width: 740px;
}
#mediabank-wrapper .item,
#mediabank-wrapper .itemdoc
{
	float: left;
	width: 115px;
	height: 170px;
	margin-right: 10px;
	margin-bottom: 15px;
}
#mediabank-wrapper .itemdoc
{
height: 55px;
} 
#mediabank-wrapper .item.last
{
margin-right: 0px;
}
#mediabank-wrapper .image,
#mediabank-wrapper .image img
{

}
#mediabank-wrapper .title,
#mediabank-wrapper .size,
#mediabank-wrapper .download
{
	color: #777777;
	font-size: 12px;
	line-height: 15px;
}
#mediabank-wrapper .download a
{
    text-transform:uppercase;
    font-weight: 700;
    font-size: 11px;
}
#mediabank-wrapper .download a:hover
{
color: #00704a;
}
#mediabank-wrapper .title 
{
	margin-top: 8px;
}
#mediabank-wrapper .media-title
{
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.1px;
    margin-bottom: 15px;
}
#mediabank-wrapper .top-pager,
#mediabank-wrapper .bottom-pager
{
    height: 20px;
    margin-bottom: 10px;
    clear: both;
}
#mediabank-wrapper .bottom-pager
{
margin-bottom: 0px;
}
#mediabank-wrapper .spacer
{
    border-top: 1px solid #e6e6e6;
    clear: both;
    margin-bottom: 10px;
}
#mediabank-wrapper .top-pager span,
#mediabank-wrapper .bottom-pager span,
#mediabank-wrapper .no-items,
#mediabank-wrapper .no-items
{
    float:left;
    font-size: 13px;
    font-weight: 700;
    color: #929292;
    letter-spacing: -0.2px;
}
#mediabank-wrapper .top-pager ul,
#mediabank-wrapper .bottom-pager ul
{
    float:right;
    margin: 0;
    padding: 0;
}
#mediabank-wrapper .top-pager ul li,
#mediabank-wrapper .bottom-pager ul li
{
    float: left;
    width: 19px;
    border: 1px solid #e3e3e3;
    list-style-type:none;
    background: none;
    padding: 0px;
    margin: 0 2px 0 0;
    text-transform: uppercase;
}
#mediabank-wrapper .top-pager ul li.last,
#mediabank-wrapper .bottom-pager ul li.last
{
    margin-right: 0px;
}
#mediabank-wrapper .top-pager ul li.link,
#mediabank-wrapper .bottom-pager ul li.link
{
width: auto;
}
#mediabank-wrapper .top-pager ul li.link a,
#mediabank-wrapper .bottom-pager ul li.link a
{
    background: #FFFFFF url("/Images/brandbuttonArrow-grey.gif") no-repeat right 6px;
}
#mediabank-wrapper .top-pager ul li.more,
#mediabank-wrapper .bottom-pager ul li.more,
#mediabank-wrapper .top-pager ul li.less,
#mediabank-wrapper .bottom-pager ul li.less
{
    width: auto;
}
#mediabank-wrapper .top-pager ul li.more a,
#mediabank-wrapper .bottom-pager ul li.more a,
#mediabank-wrapper .top-pager ul li.less a,
#mediabank-wrapper .bottom-pager ul li.less a
{
    padding: 0 6px 0 6px;
}
#mediabank-wrapper .top-pager ul li.link a:hover,
#mediabank-wrapper .bottom-pager ul li.link a:hover
{
    background: #777777 url("/Images/brandbuttonArrow-white.gif") no-repeat right 6px;
}
#mediabank-wrapper .top-pager ul li.link a,
#mediabank-wrapper .bottom-pager ul li.link a
{
    padding: 0 20px 0 8px;
}
#mediabank-wrapper .top-pager ul li a,
#mediabank-wrapper .bottom-pager ul li a,
#mediabank-wrapper .top-pager ul li ,
#mediabank-wrapper .bottom-pager ul li
{
    font-size: 11px;
    font-weight: 700;
    color: #777777;
    text-align: center;
    display: block;
}
#mediabank-wrapper .top-pager ul li a:hover,
#mediabank-wrapper .bottom-pager ul li a:hover, 
#mediabank-wrapper .top-pager ul li.select,
#mediabank-wrapper .bottom-pager ul li.select
{
    background-color: #777777;
    color: #FFFFFF;
}

/* Variation Flavour Section - GR */
/* ------------------------------ */
.flavour
{
    background: #FFFFFF url("/Images/FlavourBackground.gif") no-repeat top left;
    float: left;
    width: 970px;
    height: 306px;
    margin-bottom: 10px;
    margin-left:-20px;
}
.flavour .image
{
    float: left;
    width: 200px;
    margin: 18px 0 0 74px;
    text-align: center;
}
.flavour .detail
{
    float: left;
    width: 450px;
    margin: 23px 0 0 76px;
}
.flavour .gda
{
    float: left;
    width: 85px;
    height: 225px;
    margin: 65px 0 0 18px; 
}
.flavour .gda .gda-item
{
    width: 85px;
    height: 45px;
    float: left;
    background: transparent url('/Images/GDA.png') no-repeat top left;
    color: #FFFFFF;
    letter-spacing: 0px;
}
.flavour .gda .gda-item .heading
{
    font-size: 11px;
    float: left;
    margin: 3px 0 0 8px;
    height:10px;
    width: 50px;
    text-align: center;
}
.flavour .gda .gda-item .value
{
    font-size: 16px;
    font-weight: 700;
    float: left;
    clear:both;
    margin: 7px 0 0 8px;
    width: 45px;
    text-align: center;
}
.flavour .gda .gda-item .percentage
{
    font-size: 14px;
    font-weight: 700;
    float: left;
    margin: 1px 0 0 5px;
    width: 25px;
    text-align: center;
}
.flavour .detail .flavour-title
{
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: -2px;
    margin-bottom: 10px;
    overflow-x:visible;
    width:125%;
}
.flavour .detail .ingredients
{
    font-size: 11px;
    color: #777777;
    line-height: 14px;
}
.flavour .detail .nutritional
{
    margin: 12px 0 0 0;
}
.flavour .detail .nutritional table
{
    width: 458px;
    border: 1px solid #FFFFFF;
    font-size: 13px;
    font-weight: 700;   
}
.flavour .detail .nutritional td
{
    font-size: 12px;
    font-weight: 700;
    padding: 0 10px 0 10px;
    line-height: 15px;
}
.flavour .detail .nutritional .sub-header
{
    height: 28px;
}
.flavour .detail .nutritional .sub-header td
{
    border-bottom: 1px solid #FFFFFF;
}
.flavour .detail .nutritional .header
{
    background-color: #FFFFFF;
    height: 20px;
}
.flavour .detail .nutritional .header td
{
    font-size: 14px;
}
.newsReturnLink,
.newsReturnLink a,
.newsReturnLink a:visited
{
    color: #DD7500;
    font-weight: 700;
    text-align: right;
    clear: both;
}
.newsdetail .column-left
{
    float: left;
    width: 300px;
}
.newsdetail .column-right
{
    float: left;
    width: 300px;
    margin-left: 20px;
}
.newsdetail .introtext
{
    font-weight: 700;
    margin-bottom: 25px;
    font-size: 16px
}
.newsdetail .firsttitle,
.newsdetail .secondtitle
{
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 19px;
    color: #60b76b;
    letter-spacing: -1px;
}
.newsdetail .firsttitle
{
    margin-bottom: 15px;
}
.newsdetail .contenttext
{
    margin-bottom: 25px;
    font-size: 13px
}
.newsdetail .secondtitle,
.newsdetail .quotetitle,
.newsdetail .quotecontent
{
    float: left;
    width: 300px;
    clear: left;
}
.newsdetail .quotetitle
{
    margin-bottom: 10px;
    font-size: 13px;
}
.newsdetail .quotecontent
{
    font-style:italic;
    font-size: 13px;
    color: #60b76b;
}
.newsdetail .mainimage
{
    float: right;
    width: 300px;
}
#staffdetail
{
    float:left;
    height:395px;
    width:968px;
    margin-bottom:20px;
    border: 1px solid #e5e5e5;
}
#staffdetail .heading
{
    margin-bottom: 60px;
    padding: 20px 0 0 20px;
}
#staffdetail .body
{
    float: left;   
}
#staffdetail .body .image
{
    float: left;
    width: 310px;
    margin-right: 36px;
}
#staffdetail .body .col1,
#staffdetail .body .col2
{
    float: left;
    width: 280px;
}
#staffdetail .body .col1 p,
#staffdetail .body .col2 p
{
    font-size: 13px;
    font-weight: 500;
    line-height: 15px;
    letter-spacing: -0.2px;
}
#staffdetail .body .col1 p.introtext,
#staffdetail .body .col2 .salutation span,
#staffdetail .body .col2 .salutation
{
    font-size: 13px;
    font-weight: 700;
    line-height: 15px;
    letter-spacing: -0.2px;
    color: #037a59;
}
#staffdetail .body .col2
{
    margin-left: 55px;
    width: 265px;
}
#staffdetail .body .col2 .signature
{
    width: 250px;
    height: 60px;
    float: left;
    margin-bottom: 5px;
}
#staffdetail .body .col2 .salutation
{
    float:left;
}
#staffdetail .body .col2 .salutation span
{
display:block;
}
#staffdetail .body .col2 .salutation
{
font-weight: 500;
}
#login-wrapper
{
    width: 270px;
    float: left;
    border: 1px solid #e5e5e5;
    margin: 15px 0px 0px 0px; /*abm*/
    padding: 14px;
}
#login-wrapper .login_title,
.scfForm .scfTitleBorder
{
    font-size: 21px;
    color: #60b76b;
    font-weight: 700;
    letter-spacing: -1px;
    margin: 0 0 18px 0;
    height: 19px;
    line-height: 18.5px;
}
#login-wrapper .row
{
    float:left;
    height: 30px;
    margin-bottom: 5px;
}
#login-wrapper .error
{
    width: 238px;
}
#login-wrapper .row label,
.scfForm .scfSectionContent label
{
    font-size: 13px;
    font-weight: 700;
    color: #929292;
    width: 85px;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    padding: 0;
    margin: 8px 0 0 0;
    line-height: 18.5px;
}
.scfForm .scfSectionContent label span
{
    color: #00704a;
}
#login-wrapper .row .textbox,
.scfForm .scfSectionContent input
{
    background: transparent url("../images/textbox_bg.png") no-repeat top left;
    width: 173px;
    height: 15px;
    border: none;
    padding: 8px 6px 8px 6px !important;
    font-size: 11px;
    line-height: 14px;
    margin: 0px !important;
    outline: none;
}
.scfForm .scfSectionContent
{
width: auto;
}
.scfForm .scfSectionContent input
{
background: transparent url("../images/textbox_bg2.png") no-repeat top left;
}
.scfForm .scfSectionContent textarea
{
    background: transparent url("../images/textarea_bg.png") no-repeat top left;
    border: 0px;
    width: 173px;
    height: 144px;
    padding: 6px;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
}
.scfEmailGeneralPanel,
.scfMultipleLineGeneralPanel,
.scfSingleLineGeneralPanel, 
.scfPasswordGeneralPanel,
.scfNumberGeneralPanel,
.scfDateGeneralPanel, 
.scfRadioButtonListGeneralPanel,
.scfCheckBoxListGeneralPanel,
.scfFileUploadGeneralPanel, 
.scfDateSelectorGeneralPanel,
.scfCreditCardGeneralPanel,
.scfConfirmPasswordGeneralPanel,
.scfCaptchaGeneralPanel
{
    margin: 0px !important;
    width: auto !important;
}
.scfForm
.scfSingleLineTextBorder,
.scfForm .scfEmailBorder,
.scfForm .scfMultipleLineTextBorder
{
    height: 30px;
    float: left;
    margin: 0 0 5px 0;
}
.scfForm .scfMultipleLineTextBorder
{
    height: auto;
}
#login-wrapper .row .button, 
.scfForm .scfSubmitButton
{
    width: 70px;
    height: 25px;
    border: 1px solid #e5e5e5;
    margin: 6px 0 0 115px;
    background: #FFFFFF url("/Images/brandbuttonArrow-grey.gif") no-repeat 48px 8px;
    font-size: 11px;
    font-weight: 700;
    color: #555555;
    cursor: pointer;
    text-align: left;
    padding: 0 0 0 7px;   
}
.scfForm .scfSubmitButton
{
    float: right;
    margin: 6px -3px 0 0;
}
.scfForm .scfFooterBorder
{
    float: right;
    margin-bottom: 5px;
}
.scfForm .scfFooterBorder p
{
    font-size: 11px;
    color: #929292;
    padding: 0px;
    margin: 0 25px 0 0;
}
.scfForm .scfRequired,
.scfValidatorRequired
{
    display: none;
    font-size: 13px;
    color: #00704a; 
}
.scfForm .scfFooterBorder p span
{
    color: #00704a;
}
.scfForm .scfSubmitButtonBorder
{
    clear: both;
}
.scfForm .scfValidationSummary ul,
.scfForm .scfTechDifficulty
{
    border: 1px solid #BF2E1B;
    background: url("/Images/icon_error.png") no-repeat scroll 5px 5px #FCBFCF;
    padding:5px 5px 5px 25px;
    margin-bottom: 10px;
    font-family:Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: 700;
    color:#BF2E1B;
 }
 .scfForm .scfValidationSummary ul li
 {
    background: none;
    font-size: 11px;
    font-weight: 700;
    color:#BF2E1B;
 }
#login-wrapper .row .button:hover,
.scfForm .scfSubmitButton:hover
{
    background: #777777 url("/Images/brandbuttonArrow-white.gif") no-repeat 48px 8px;
    color: #FFFFFF;
}
#login-wrapper .row .col1,
#login-wrapper .row .col2
{
    float: left;
}
.scfForm
{
    width: 270px !important;
    float: left;
    border: 1px solid #e5e5e5;
    margin: 15px 0 0 10px; /*abm*/
    padding: 14px;
    background-color: #f6f6f6;
}

/*-----------------------------------------
    Messages
-----------------------------------------*/
.confirm, .error, .info
{
	padding: 5px;
	padding-left: 25px;
	margin: 0 0 10px 0;
	border: 1px solid;
	font-size: 11px;
}
.confirm
{
	color: #090;
	border-color: #090;
	background: #ded url(/Images/icon_confirm.png) 5px 5px no-repeat;
}
.error
{
	color: #bf2e1b;
	border-color: #bf2e1b;
	background: #fcbfcf url(/Images/icon_error.png) 5px 5px no-repeat;
	font-weight: bold;
	text-align:left;
}
.info
{
	color: #093479;
	border-color: #093479;
	background: #ddf url(/Images/icon_info.png) 5px 5px no-repeat;
}
