body {
	color: #dddddd;
	font-size: 100.01%;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, Verdana, sans-serif;	
	text-align: center;
}

/* ====================== override default ====================== */
#navbar {
	background: url(../images/apps-navbar.png) no-repeat;
	height: 227px;
	text-align: center;
	margin-left: auto;	
	margin-right: auto;
	margin-top: 17px;
	margin-bottom: 0; /* override default navbar */
	position: relative;
	width: 952px;	
	z-index: 10;	
}

#container #navbar #main_menu li a {
	background-image: url(../images/navbar_buttons-apps.png);
	background-repeat: no-repeat;
}

#container #navbar #main_menu li#mm-home a {
	margin-left: 243px;
}

#container #navbar #follow_menu li a {
	background-image: url(../images/follow_buttons-apps.png);
	background-repeat: no-repeat;
}

/* ====================== newsletter form overrides ====================== */
#container #newsletter-signup-box {
	background-color: #333333;	
	border: 2px solid #414141;	
	margin-left: 29px;
	position: absolute;
	top: 78px;
	left: 50%;
	padding: 8px;
	z-index: 50;
	width: 400px;
	height: 28px;
	 -webkit-box-shadow: 0px 2px 10px #111;
	 -moz-box-shadow: 0px 2px 10px #111;
}
#container #newsletter-signup-box label {
	color: #a2a3a3;
	left: 2px;
}
#container #newsletter-signup-box #newsletter-email {
	border-color: #4b4c4c;
	left: 210px;
}
#container #newsletter-signup-box #newsletter-button-subscribe {
	left: 368px;
}


/* ====================== navbar extension ====================== */
#apps-menu-iconsbox {
	/*background-color: cadetblue;*/
	height: 86px;
	margin-top: 66px;
	overflow: hidden; /* clears float by fixing height automatically */
	position: relative;
	width: 100%;
}

#foobiicon68-glow {
	background-image: url(../images/foobiicon68-glow.png);
	background-repeat: no-repeat;
	float: left;
	margin-left: 76px;
	height: 86px;
	width: 86px;
}

#apps-menu-icontextbox {
	color: #A4A4A4;
	font-size: 15px;
	height: 19px;
	overflow: hidden; /* clears float */
}

#apps-menu-icontextbox p {
	float: left;
	margin-left: 97px;
	margin-top: -1px;
}

#appsmenu-selected-arrow {
	background-image: url(../images/apps-menu-arrow.png);
	background-repeat: no-repeat;
	height: 14px;
	margin-top: 2px;
	margin-left: 104px;
	width: 30px;
}


#appsmenu-selected-arrow {
	
}

#apps-billboard {
	background-image: url(../images/apps-foobi-billboard.jpg);
	background-repeat: no-repeat;
	height: 511px;
	margin-left: auto;
	margin-right: auto;
	overflow: visible;
	position: relative;
	text-align: center;
	width: 954px;
}

#apps-subnav {
	/*background-image: url(../images/apps-foobi-subnav.png);*/
	height: 64px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden; /* clears float */
	position: relative;
	text-align: center;
	width: 962px;
	z-index: 10;
}

#apps-subnav #subnav-menu li {
	display: inline;
}

#apps-subnav #subnav-menu li a {
	background-image: url(../images/apps-foobi-subnav.png);	
	background-repeat: no-repeat;
	float: left;
	height: 0;
	overflow: hidden;
	padding-top: 64px; /* height */
	text-align: center;
	z-index: 20;
}

#apps-subnav #subnav-menu li p {
	background-image: url(../images/apps-foobi-subnav.png);	
	background-repeat: no-repeat;
	float: left;
	height: 0;
	overflow: hidden;
	padding-top: 64px; /* height */
	text-align: center;
	z-index: 20;
}

#apps-subnav #subnav-menu li#sm-blankleft p {
	background-position: 0 0;
	width: 61px;	
}

#apps-subnav #subnav-menu li#sm-appstore a {
	background-position: -61px 0;
	width: 140px ;
}

#apps-subnav #subnav-menu li#sm-space1 p {
	background-position: -201px 0;
	width: 78px;
}

#apps-subnav #subnav-menu li#sm-overview a {
	background-position: -279px 0;
	width: 80px;
}

#apps-subnav #subnav-menu li#sm-space2 p {
	background-position: -359px 0;
	width: 73px;
}

#apps-subnav #subnav-menu li#sm-healthguide a {
	background-position: -432px 0;
	width: 102px;
}

#apps-subnav #subnav-menu li#sm-space3 p {
	background-position: -534px 0;
	width: 80px;
}

#apps-subnav #subnav-menu li#sm-updates a {
	background-position: -614px 0;
	width: 66px;
}

#apps-subnav #subnav-menu li#sm-space4 p {
	background-position: -680px 0;
	width: 98px;
}

#apps-subnav #subnav-menu li#sm-support a {
	background-position: -778px 0;
	width: 64px;
}

#apps-subnav #subnav-menu li#sm-blankright p {
	background-position: -842px 0;
	width: 120px;
}

/* ====================== hovers ====================== */

#apps-subnav #subnav-menu li#sm-appstore a:hover {
	background-position: -61px -65px;
	width: 140px ;
}

#apps-subnav #subnav-menu li#sm-overview a:hover {
	background-position: -279px -65px;
	width: 80px;
}

#apps-subnav #subnav-menu li#sm-healthguide a:hover {
	background-position: -432px -65px;
	width: 102px;
}

#apps-subnav #subnav-menu li#sm-updates a:hover {
	background-position: -614px -65px;
	width: 66px;
}

#apps-subnav #subnav-menu li#sm-support a:hover {
	background-position: -778px -65px;
	width: 64px;
}

/* ====================== appstore popup ====================== */
#apps-appstore-popup {
	background-image: url(../images/apps-appstore-pop.png);	
	background-repeat: no-repeat;
	height: 111px;
	position: absolute;
	top: 412px;
	left: 20px;
	width: 215px;
	z-index: 50;	
}

#apps-appstore-popup p {
	color: #ddd;
	font-size: 14px;
	line-height: 21px;
	position: relative;
	top: 22px;
	left: 29px;
	text-align: center;	
	width: 158px;
}

/* ====================== overview ====================== */

#apps-overviewbox {
	/*background-color: #070707;*/
	/*height: 1947px;*/
	color: #dddddd;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	text-align: center;
	width: 970px;
}

#apps-overviewbox h3 {
	color: #dfdfdf;
}

#apps-overviewbox #overviewbg-top {
	background-image: url(../images/apps-foobi-overviewbg-top.png);
	background-repeat: no-repeat;
	/*height: 113px;  113-13 */
	height: 100px;
	overflow: visible;
}

#apps-overviewbox #overviewbg-mid {
	background-image: url(../images/apps-foobi-overviewbg-mid.png);
	background-repeat: repeat-y;
	/*height: 100%;*/
}

#apps-overviewbox #overviewbg-bottom {
	background-image: url(../images/apps-foobi-overviewbg-bottom.png);
	background-repeat: no-repeat;
	height: 25px;
}

#apps-overviewbox #overview-content {
	/*overflow: hidden;*/   
	width: 100%;
}

#overview-content #overview-section1 {
	/* clear float with overflow hidden */	
	overflow: hidden;
	text-align: left;
}

#overview-content #overview-s1-left {
	float: left;
	overflow: visible;
	width: 487px;
}

#overview-content #overview-s1-right {
	float: left;
	width: 483px;
}

#overview-content #overview-s1-right h2 {
	background-image: url(../images/apps-foobi-overview-s1-h1.png);
	background-repeat: no-repeat;
	padding-top: 53px;  /* height */ 
	height: 0;
	overflow: hidden;
}

#overview-content #overview-s1-right p {
	font-size: 13px;
	line-height: 19px;
	margin-top: 12px;
	padding-left: 5px;
	width: 402px;
}

/* ====================== videobox ====================== */
#apps-overviewbox #overview-content div.overview-videobox {
	background-image: url(../images/apps-foobi-overview-s1-videobox.png);
	background-repeat: no-repeat;	
	height: 146px;
	position: relative;
	width: 398px;
}

#apps-overviewbox #overview-content img.overview-videobox-image {
	background-color: black;
	display: block;
	cursor: pointer;
	height: 93px;	
	position: absolute; /* absolute inside relative */
	top: 31px;
	left: 19px;
	width: 114px;
}

#apps-overviewbox #overview-content h4.overview-videobox-h4 {
	color: #dddddd;
	font-size: 14px;
	/*position: relative;*/
	/*top: 32px;*/
	/*left: 153px;*/	
	margin-left: 153px;
	padding-top: 32px;	
}

#apps-overviewbox #overview-content p.overview-videobox-p {
	color: #999999;
	font-size: 12px;
	line-height: 16px;
	/*position: relative;
	top: 26px;
	left: 148px;*/
	margin-left: 148px;
	margin-top: 8px;
	width: 234px;	
}

#overview-content #overview-s1-right div.overview-videobox {
	margin-top: 38px;
	margin-left: 4px;
}


/* ====================== section 2 ====================== */
#overview-content #overview-section2 {
	height: 100%;
	/* clear float with overflow hidden */
	overflow: hidden;	
	text-align: left;
}

#overview-section2 #overview-s2-left {
	float: left;	
	width: 416px; 
	z-index: 40;
}

#overview-s2-left h3 {
	font-size: 21px;
	margin-left: 67px;	
}

#overview-s2-left p {
	font-size: 13px;
	line-height: 19px;
	margin-left: 67px;
	margin-top: 12px;
}

#overview-s2-left p span {
	font-weight: bold;
}

#overview-s2-left #apps-foobi-overview-colorbarimg {
	margin-left: 129px;
	margin-top: 10px;
	/*margin-bottom: 0px;*/
}

#overview-section2 #overview-s2-right {
	background-image: url(../images/apps-foobi-overview-s2-iphoneimage.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 393px;
	overflow: visible;
	width: 554px;
	z-index: 30;
}

#overview-s2-right h4 {
	color: #ededed;
	font-size: 16px;
	position: relative;
	top: 282px;
	left: 204px;	
}

#overview-s2-right p {
	color: #c7c7c7;
	font-size: 13px;
	line-height: 17px;
	position: relative;
	top: 290px;
	left: 180px;
	width: 285px;
}

/* ====================== section 3 ====================== */
#overview-section3 {
	margin-top: 38px;
	overflow: hidden; /* clears float */
	text-align: left;
}

#overview-section3 #overview-s3-left {
	float: left;
	height: 474px;
	margin-top: 20px;
	width: 473px; /* 457px */
}

#overview-section3 #overview-s3-left img {
	position: relative;
	left: 14px;
}

#overview-section3 #overview-s3-right {
	float: left;
	height: 100%;
	padding-left: 20px;
	width: 447px;
}

#overview-section3 #overview-s3-right-3icons {
	background-image: url(../images/apps-foobi-overview-s3-3icons.jpg);
	background-repeat: no-repeat;
	height: 93px;
	margin-left: 173px;
	margin-top: 10px;
	position: relative;
	width: 287px;	
}

#overview-s3-right-3icons h3 {
	font-size: 21px;
	height: 80px;
	position: absolute;
	top: 21px;
	left: -174px;
	width: 100%;
}

#overview-s3-right p {
	font-size: 13px;
	line-height: 19px;
	position: relative;
	top: -28px;	
	width: 407px;
}

#overview-section3 #overview-s3-right div.overview-videobox {
	margin-top: 6px;
}

#overview-section3 #overview-s3-right div.overview-videobox p {
	margin-top: 34px;
	padding-left: 5px;
}

#overview-content #overview-s3-right div.overview-videobox div.overview-videobox-image {
	background-image: url(../images/apps-foobi-overview-s1-videoicon2.jpg);
	background-repeat: no-repeat;
}

#overview-content #overview-s3-right div.overview-videobox p {
	line-height: 14px;
	width: 230px;
}

/* ====================== health guide ====================== */

#healthguide-box {
	background-image: url(../images/apps-foobi-healthbg.png);
	background-repeat: no-repeat;
	height: 1043px;
	margin-top: 26px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 24px;
	overflow: hidden;
	position: relative;
	margin-top: 8px;
	width: 970px;
}

#healthguide-subtext {
	display: block;
	color: #6c6c6c;
	font-size: 13px;
	line-height: 19px;
	position: relative;
	top: 98px;
	left: 63px;
	text-align: left;
	width: 240px;
}

#healthguide-main {
	height: 494px;
	margin-top: 413px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	width: 944px;
}

#healthguide-main #healthguide-main-sidebar {
	float: left;
	height: 100%;
	width: 217px;
}

#healthguide-main-sidebar #hm-menu li {
	height: 49px;
	background-image: url(../images/foobi-apps-healthguide-buttons.png);
	background-repeat: no-repeat;
}

#hm-menu li a {
	color: #313131;
	font-size: 15px;	
	padding-left: 20px;
	position: relative;	
	top: 14px;
	text-align: center;
	text-decoration: none;
}

#hm-menu li#hm-vegetables {
	background-position: 0px 0;
}

#hm-menu li#hm-fruits {
	background-position: -220px 0;
}

#hm-menu li#hm-grains {
	background-position: -440px 0;
}

#hm-menu li#hm-meat {
	background-position: -660px 0;
}

#hm-menu li#hm-milk {
	background-position: -880px 0;
}

#hm-menu li#hm-other {
	background-position: -1100px 0;
}

/* ====================== selected override ====================== */
#healthguide-main-sidebar ul.hm-selected-vegetables li#hm-vegetables {
	background-position: 0 -51px; /* 51 hides first pixel */
}

#healthguide-main-sidebar ul.hm-selected-fruits li#hm-fruits {
	background-position: -220px -50px;
}

#healthguide-main-sidebar ul.hm-selected-grains li#hm-grains {
	background-position: -440px -50px;
}

#healthguide-main-sidebar ul.hm-selected-meat li#hm-meat {
	background-position: -660px -50px;
}

#healthguide-main-sidebar ul.hm-selected-milk li#hm-milk {
	background-position: -880px -50px;
}

#healthguide-main-sidebar ul.hm-selected-other li#hm-other {
	background-position: -1100px -50px;
}

/* ====================== hover & hover override ====================== */

#healthguide-main-sidebar #hm-menu a:hover {
	color: #307fff;
}

#healthguide-main-sidebar ul.hm-selected-vegetables li#hm-vegetables a:hover {
	color: #313131;
	cursor: default;
}

#healthguide-main-sidebar ul.hm-selected-fruits li#hm-fruits a:hover {
	color: #313131;
	cursor: default;
}

#healthguide-main-sidebar ul.hm-selected-grains li#hm-grains a:hover {
	color: #313131;
	cursor: default;
}

#healthguide-main-sidebar ul.hm-selected-meat li#hm-meat a:hover {
	color: #313131;
	cursor: default;
}

#healthguide-main-sidebar ul.hm-selected-milk li#hm-milk a:hover {
	color: #313131;
	cursor: default;
}

#healthguide-main-sidebar ul.hm-selected-other li#hm-other a:hover {
	color: #313131;
	cursor: default;
}

/* ====================== healthguide-main-content =================== */

#healthguide-main #healthguide-main-content {
	/*background-color: green;*/
	float: left;
	overflow: hidden; /* container clears float */
	width: 727px;
	height: 100%;
}

#healthguide-main-content div#healthguide-main-content-left {
	color: #333333;
	font-size: 13px;
	float: left;
	line-height: 16px;
	padding-left: 35px;
	padding-top: 17px;	
	text-align: left;
	width: 431px;	
}

#healthguide-main-content div#healthguide-main-content-left span {
	font-weight: bold;
} 

#healthguide-main-content div#healthguide-main-content-left li {
	list-style-type: disc;
	margin-left: 17px;
}

#healthguide-main #healthguide-main-content div.healthguide-main-content-right {
	background-color: #cacaca;
	border-style: solid;
	border-color: #b7b7b7;
	border-width: 1px;	
	-webkit-border-radius: 3px;
	float: left;
	height: 455px;
	margin-top: 17px;
	position: relative;
	left: 37px;
	width: 185px;
}

#healthguide-main-content div.healthguide-main-content-right p {
	color: #333333;
	font-size: 13px;	
	line-height: 16px;
	padding-top: 9px;
	padding-left: 14px;
	text-align: left;	
}

#healthguide-main-content div.healthguide-main-content-right p span {
	font-weight: bold;
	line-height: 17px;
}

/* ====================== updates ====================== */
#apps-updates-box {
	background-image: url(../images/apps-updates-bg.png);
	background-repeat: no-repeat;
	height: 506px;	
	margin-left: auto;
	margin-right: auto;
	width: 961px;
}

#apps-updates-nav {
	/*background-color: gray;*/
	margin-left: 432px;
	margin-bottom: 25px;
	overflow: hidden; /* container clears float and hides links */
	padding-top: 25px;	
}

#apps-updates-box #apps-updates-nav #apps-updates-menu li {
	display: inline;
}

#apps-updates-nav #apps-updates-menu li a {
	background-image: url(../images/apps-updates-menu.png);
	background-repeat: no-repeat;
	float: left;
	height: 0; /* float left & height 0 hides the text */
	overflow: hidden;
	padding-top: 31px; /* height */
	width: 100px;
}

#apps-updates-menu li#um-nextupdate a {
	background-position: 0 0;
	width: 164px;
}

#apps-updates-menu li#um-currentversion a {
	background-position: -164px 0;
	width: 163px;
}

#apps-updates-menu li#um-previousupdates a {
	background-position: -327px 0;
	width: 164px;
}

/* ====================== hover ====================== */
#apps-updates-menu li#um-nextupdate a:hover {
	background-position: 0 -32px;
}

#apps-updates-menu li#um-currentversion a:hover {
	background-position: -164px -32px;
}

#apps-updates-menu li#um-previousupdates a:hover {
	background-position: -327px -32px;
}

/* ====================== active ====================== */
#apps-updates-menu li#um-nextupdate a:active {
	background-position: 0 -64px;
}

#apps-updates-menu li#um-currentversion a:active {
	background-position: -164px -64px;
}

#apps-updates-menu li#um-previousupdates a:active {
	background-position: -327px -64px;
}

/* ====================== overrides ====================== */
#apps-updates-box.um-selected-nextupdate #apps-updates-menu li#um-nextupdate a {
	background-position: 0 -64px;
}

#apps-updates-box.um-selected-currentversion #apps-updates-menu li#um-currentversion a {
	background-position: -164px -64px;
}

#apps-updates-box.um-selected-previousupdates #apps-updates-menu li#um-previousupdates a {
	background-position: -327px -64px;
}

/* ====================== updates-content ====================== */

#apps-updates-box #apps-updates-content {
	text-align: left;
	height: 380px;
	margin-left: 50px;
	overflow: hidden; /* container clears float */
	position: relative;
	width: 870px;
}

#apps-updates-content #apps-updates-content-left {
	color: #b2b2b2;
	float: left;
	font-size: 13px;
	line-height: 18px;
	margin-left: 23px;	
	width: 530px;
}

#apps-updates-box #apps-updates-content #apps-updates-content-left h3 {
	color: #dfdfdf;
	font-size: 18px;
	margin-top: 10px;
	margin-left: -1px;
	margin-bottom: 7px;
}

#apps-updates-box #apps-updates-content #apps-updates-content-left h4 {
	color: #b2b2b2;
	font-size: 13px;
	margin-bottom: 8px;
}

#apps-updates-content #apps-updates-content-left ul {
	list-style-type: disc;
	margin-left: 16px;
}

#apps-updates-content #apps-updates-content-right {
	float: left;
}

#apps-updates-box #apps-updates-content img.apps-updates-content-images {
	margin-top: 16px;
	margin-left: 55px;
}











