html{
	font-family: Helvetica, Arial, sans-serif;
}
body{
	position: relative;
	margin: 0;
	background-color: #eaeaea;
	min-height: 100%;
}
.nav{
	background: #ccc url('/images/navbg.png');
}
.nav ul{
	background: url('/images/header-cricketlogo.png') no-repeat 0 50%;
	height:64px;
	line-height: 64px;
	margin-left: 115px;
	padding-left: 145px;
}
.nav ul li{
	display:inline-block;
	color:white;
	font-family: Arial, sans-serif;
	text-transform: uppercase;
	border-left: 1px solid rgba(192,192,192,.3);
	padding: 0 10px;
}
.nav ul li:last-child{
	border-right: 1px solid rgba(192,192,192,.3);
}
.nav ul li a:link{
	text-decoration: none;
	color: white;
}
.nav ul li a:visited{
	color: white;
}
.content-wrapper{
	position: relative;
	width:90%;
	margin: 0 auto;
	padding: 0 5% 50px; 

}
.content-wrapper.center{
	text-align: center;
}
#map{
	position: absolute;
	left:40%;
	width: 45%;
	height: 480px;
}
#store-list{
	position: absolute;
	left: 25px;
	width: 400px;
	padding-bottom: 50px;
}
.store{
	background:#ccc;
	border:2px solid black;
	border-radius:10px;
	padding:5px;
}
.store h3{
	margin-top:0;
}
.footer{
	position: fixed;
	bottom:0;
	width: 100%;
	background: #333;
}
.footer-content{
	height: 30px;
	line-height: 30px;
	width: 960px;
	margin: 0 auto;
	color: white;
}
.phone{
	width:45%;
	float: left;
	border: 1px solid #ccc;
}
.phone .name{
	font-size: x-large;
}
.phone .info{
	float: right;
	width: 46%;
	display: table;
	padding: 5% 4% 0 0;
}
.phone .pic{
	width:50%;
	float:left;
}
.phone .features{
	float: right;
}
.phone .info-row{
	display: table-row;
	height: 1.8em;
}
.phone .label{
	display: table-cell;
}
.phone .amount{
	display: table-cell;
	text-align: right;
}
.phone .amount.final{
	font-weight: bold;
}
#map_canvas{
	margin: 0 auto;
	width: 960px;
	height: 640px;
}
form table{
	width: 75%;
	margin: 0 auto;
	text-align:left;
	line-height:3em;
}
form table textarea{
	width: 50%;
	height: 100px;
}
.cwpd{
	height:4em;
	vertical-align:middle;
}
.basic{
	background:#bbca3d;
}
.iphone{
	background:#188aae;
}
.android{
	background:#637986;
}
.lte{
	background:#637986;
}
.basic,.iphone,.android,.lte{
	border:1px solid #ccc;
	border-radius:10px;
	padding:10px;
	color:white;
	text-decoration:none;
}
h3.finance{
	font-size:2em;
	font-family:'Bowlby One SC', sans-serif;
	font-weight:lighter;
}
