/*Tax notice*/

#taxesContainer {
	background: #0094CB;
	margin-top: -20px;
	padding: 40px 0 20px 0;
	color: #F7F7F7;
	font-size: 1.1em;
}

#taxesContainer:hover {
	background: #0089BC;
}

#taxes {
	width: 500px;
	margin: auto;
}

#taxes a {
	color: #F7F7F7;
	text-decoration: none;
}

#taxes a:hover {
	color: #FFF;
}

#taxes img {
	float: left;
}

/*Smart paging for your practice*/

#quote {
	font-size: 2.25em;
	padding-bottom: 10px;
}

#ui {
	padding: 30px 0;
}

#ui img {
	margin: auto;
	width: 75%;
	/*height: 700px;*/
}

/*Receive pages directly on your wrist*/

#watch {
	padding: 30px 0;
	background: #D5D5D5;
	vertical-align: middle;
	position: relative;
}

#watch div {
	display: inline-block;
	vertical-align: middle;
	text-align: left;
}

#watchHand {
	margin-right: 40px;
	display: block;
}

#watch ul {
	padding-top: 50px;
}

#watch li {
	font-size: 1.5em;
	padding: 2px 0 5px 0;
	margin: 0 0 0 5px;
}

#watchText img {
	position: absolute;
	bottom: 0;
}

/*Pebble view details button*/

#details {
	width: 250px;
	border: 2px solid #383838;
	background: #383838;
	border-radius: 2px;
	padding: 15px 0 15px 0;
	font-size: 1.5em;
	margin: 50px;
	color: #F7F7F7;
	text-decoration: none;
}

#watch div #details {
	text-align: center;
}

#details:hover {
	background: #D5D5D5;
	color: #383838;
}

/*Discover your practice dynamics*/

#bi {
	padding: 30px 0;
}

#bi div {
	display: inline-block;
	vertical-align: middle;
	text-align: left;
}

#bi img {
	margin-left: 50px;
}

#bi ul {
	padding-top: 80px;
}

#bi li {
	font-size: 1.5em;
	padding: 2px 0 5px 0;
}

/*View features button*/

#features {
	width: 250px;
	border: 2px solid #383838;
	background: #383838;
	border-radius: 2px;
	padding: 15px 0 15px 0;
	margin: 50px 0 50px -30px;
	font-size: 1.5em;
	color: #F7F7F7;
}

#bi div #features {
	text-align: center;
}

#bi a {
	text-decoration: none;	
}

#features:hover {
	background: #F7F7F7;
	color: #383838;
}

/*Make your devices work for you*/

#devices {
	padding: 30px 0;
	background: #D5D5D5;
	text-align: center;
	margin-bottom: -20px;
}

#devices div {
	display: inline-block;
	vertical-align: middle;
}

/*Download, Demo, Buy, Trial Buttons*/

#homeButtons div {
	display: inline-block;
	width: 15%;
	background: #383838;
	border: 2px solid #383838;
	border-radius: 2px;
	margin: 30px 20px 10px 20px;
	padding: 15px 0 15px 0;
	font-size: 1.5em;
	color: #F7F7F7;
}

#homeButtons div:hover {
	background: #F7F7F7;
	color: #383838;
}

#homeButtons a {
	text-decoration: none;
}