html {
	background: #eee;
}

body {
	
	font: 16px Helvetica, Verdana, Arial, sans-serif;
	color: white;
	margin: 0;
	padding: 0;
}

p {
	padding: 0;
	margin: 0;
}

img {
	border: 0;
}

/* ========================== */
/* ! Layout IDs and classes   */
/* ========================== */

#wrapper {
	background: url(../imgs/main_bg.jpg) repeat-y;
	width: 240px;
	height: 320px;
	overflow: hidden;
	margin: 0 auto;
}

#phone_stats {
	background: url(..imgs/header_bar.png) repeat-y;
	border-bottom: 1px solid #bbb;
	height: 21px;
}

#mainNavigation {
	height: 60px;
	margin: 5px 0 5px 0;
}

#breadCrumbs {
	max-height: 65px;
	padding: 0 0 5px 5px;
	font-size: 10px;
	color: black;
}

	#breadCrumbs p {
		padding: 3px 0 3px 0;
	}
	
.appTitle {
	float: left;
	width: 50px;
	clear: left;
}
	
.price {
	float: right;
	width: 30px;
}

#content_holder {
	overflow: hidden;
	width: 240px;
	margin: 0 auto;
	clear: both;
}

	.content_module_top {
		background: url(../imgs/bg_top.png) top no-repeat;
		width: 240px;
		height: 5px;
	}
	
		.content_module_middle {
			background: url(../imgs/center_bg.jpg) repeat-y;
			width: 240px;
			max-height: 250px;
			padding: 0 1px 0 1px;
			overflow: auto;
		}
		
			.content_module_bottom {
				background: url(../imgs/bg_bottom.png) bottom no-repeat;
				width: 240px;
				height: 5px;
			}
			
#footerNav {
	height: 20px;
	text-align: center;
}

/* ========================== */
/* ! Layout IDs and classes   */
/* ========================== */

/* ================== */
/* ! Button classes   */
/* ================== */

/* smlBtn class is used for generic 60px x 60px buttons commonly used on the home screen */
.smlBtn {
	position: relative;
	z-index: 1;
	background: url(../imgs/btn_dark.png) no-repeat;
	text-align: center;
	height: 60px;
	width: 60px;
	float: left;
	cursor: pointer;
}

	.smlBtn:hover {
		background: url(../imgs/btn_on.png) no-repeat;
	}
		
		.smlBtn > img, a {
			position: absolute;
			display: block;
			z-index: 2;
			height: 60px;
			width: 60px;
		}

/* btnText is added to the smlBtn's via a z-index and a span tag to sit actual text over images */
.btnText {
	position: absolute;
	z-index: 3;
	font-size: 9px;
	/* text-shadow: 1px 1px 1px #000; Experimentation */
	width: 60px;
	margin-top: 45px;
	text-align: center;
}

.tab {
	background: url(../imgs/tab_off.png) no-repeat;
	height: 34px;
	width: 58px;
	float: left;
	cursor: pointer;
	text-align: center;
	clear: right;
}

	.tab:hover {
		background: url(../imgs/tab_on.png) no-repeat;
	}
	
		.tab a {
			color: white;
			padding: 5px 0 0 0;
			height: 34px;
			width: 58px;
			display: block;
			text-decoration: none;
		}
	
.lrgBtn {
	background: url(../imgs/btn2_off.png) no-repeat;
	height: 35px;
	width: 228px;
	cursor: pointer;
	font-size: 10px;
}

	.lrgBtn:hover {
		background: url(../imgs/btn2_on.png) no-repeat;
	}
	
		.lrgBtn p {
			padding: 10px 0 0 10px;
		}
		
			.lrgBtn a {
				text-decoration: none;
				color: white;
				height: 35px;
				width: 228px;
				display: block;
			}
			
.appBtn {
	background: url(../imgs/btn3_off.png) no-repeat;
	height: 57px;
	width: 225px;
	cursor: pointer;
}

	.appBtn:hover {
		background: url(../imgs/btn3_on.png) no-repeat;
	}
	
		.appText {
			position: relative;
			margin-left: 60px;
			padding-top: 5px;
		}
		
			.appText a {
				font-size: 10px;
				width: 150px;
				color: white;
				text-decoration: none;
			}
						
.logo {
	float: left;
	position: relative;
	height: 40px;
	width: 60px;
}

.appDetailBtn {
	background: url(../imgs/btn0_off.png) no-repeat;
	height: 44px;
	width: 78px;
	font-size: 10px;
	text-align: center;
	line-height: 44px;
	float: left;
	cursor: pointer;
}

	.appDetailBtn:hover {
		background: url(../imgs/btn0_on.png) no-repeat;
	}

.ratings {
	float: right;
	z-index: 1:
	height: 11px;
	padding: 0 15px 0 0;
	clear: both;
}

/* ================== */
/* ! Button classes   */
/* ================== */

/* ====================== */
/* ! Application Syling   */
/* ====================== */

#bbcNews {
	background: url(../imgs/appbgs/bbcnews.jpg) no-repeat;
	height: 177px;
	position: relative;
}

.appDesc {
	background: black;
	bottom: 0;
	position: absolute;
	width: 230px;
	font-size: 10px;
	padding: 5px;
	opacity: 0.6;
}