body{
	margin:0;
	padding:0;
	background:#f1f1f1;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
}

.left-justified{
	margin:0 auto;
	text-align:left;
}

.centered{
	text-align:center;
}

.float-right{
	float:right;
}

.float-left{
	float:left;
}

.big-txt{
	font-size:18px;
	font-weight:bold;
}

.huge-txt{
	font-size:24px;
	font-weight:bold;
}

.grey{
	color:#212121;
}

.green{
	color:#006600;
}

.green-brite{
	color:#00ff00;
}

.blue{
	color:#0066ff;
}

.red{
	color:#600;
}

.link a{
	text-decoration:none;
}
.link a:hover{
	text-decoration:underline;
}


#header-container{
	background:#f1f1f1 url('../images/header-repeat.jpg') repeat-x;
}

#header{
	background:#f1f1f1 url('../images/phones.jpg') no-repeat;
	width:1024px;
	height:465px;
}

#header-content{
	padding:104px 0 0 670px;
}

#header-logo{
	margin:0 0 10px 0;
}

#header p{
	margin:10px 10px 0 3px;
}

#header ul{
	margin:22px 3px;
}

#header li{
	list-style-image:none;
}

#header-app-store-btn{
	margin:30px 0 0 0;
}


#callout-container{
	height:245px;
}

#callout{
	width:950px;
	padding:40px 0 0 74px;
	color:#FFF;
}

#callout .blue-callout{
	margin:0 10px 0 0;
	width:288px;
	height:177px;
	background:#f1f1f1 url('../images/panel-blue-bg.png') no-repeat;
}


#callout .green-callout{
	width:288px;
	height:177px;
	background:#f1f1f1 url('../images/panel-green-bg.png') no-repeat;
}

#callout p{
	padding:30px 0 0 18px;
}

#callout li{
	list-style-image:none;
	padding:0 0 0 18px;
}

#fade-bar{
	width:100%;
	height:36px;
	background:#212121 url('../images/shadow-fade-bar.png') repeat-x;
}

#footer-container{
	height:475px;
	background:#212121;
}

#footer{
	width:944px;
	padding:0 0 0 80px;
}

#footer .col{
	width:271px;
	margin:0 30px 0 0;
}

#footer hr{
	width:270px;
	height:6px;
	background:#212121 url('../images/footer-bar.gif') no-repeat;
	border:0;
	margin:15px 0;
}
*html #footer hr{
	background:#212121;
	border:1px solid #000;
}

#footer p{
	color:#565a61;
}
