@charset "UTF-8";
/* CSS Document */

body {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 62.5%;
	color: #FFF;
	background-image: url(../images/bkg.png);
	background-repeat: repeat-x;
	background-color: #596fa0;
	-webkit-text-size-adjust:none;
}
#container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	position: relative;
}
#panel { margin: 0; padding: 0; z-index: 1; float:left; }
#device01, #device02, #device03 {
	background-image: url(../images/deviceiPhone.png);
	background-repeat: no-repeat;
	float: left;
	height: 490px;
	width: 415px;
	text-indent: -9999px;
	display:block;
}
#device01 {
	background-image: url(../images/deviceWeb.jpg);
}
#device02 {
	background-image: url(../images/deviceMobile.jpg);
}
#device03 {
	background-image: url(../images/deviceiPhone.jpg);
}


#cycle01, #cycle02, #cycle03, #cycle04 {
	background-repeat: no-repeat;
	float: left;
	height: 490px;
	width: 415px;
	text-indent: -9999px;
	display:block;
}
#cycle01 {
	background-image: url(../images/cycle1.jpg);
}
#cycle02 {
	background-image: url(../images/cycle2.jpg);
}
#cycle03 {
	background-image: url(../images/cycle3.jpg);
}
#cycle04 {
	background-image: url(../images/cycle4.jpg);
}


#bdLogo {
	background-image: url(../images/bdLogoGray.png);
	height: 35px;
	width: 104px;
	text-indent: -9999px;
	margin-top: 15px;
}
#topContent {
	background-image: url(../images/revLogo.png);
	background-repeat: no-repeat;
	background-position: left 30px;
	float: left;
	width: 420px;
	margin-left: 40px;
	padding-top: 175px;
}
#topContent p {
	font-size: 1.4em;
	line-height: 1.8em;
}
#topContent h1 {
	font-size: 3.0em;
	padding-top: 65px;
}
#bottomCont01 {
	float: left;
	width: 610px;
	position: relative;
	margin: 40px 0 0 0;
}
#bottomCont01 p {
	font-size: 1.3em;
	line-height: 1.5em;
	text-align: justify;
}
#bottomCont01 p a {
	color: #fcf7ba;
}
#bottomCont01 h2 {
	font-size: 2em;
	font-weight: bold;
}
.iconColumn01, .iconColumn02 {
	width: 300px;
	float: left;
}
.iconColumn01 {
	margin: 20px 10px 0 0
}
.iconColumn02 {
	margin: 20px 0 0 0
}
#bottomCont01 ul {
	list-style-type: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#bottomCont01 ul li {
	font-size: 1.1em;
	padding-bottom: 20px;
	padding-top: 10px;
	height: 55px;
}
#bottomCont01 ul li img {
	float: left;
	margin-top: -10px;
}
#bottomCont01 ul li h3 {
	font-size: 1.4em;
}
#bottomCont02 {
	width: 350px;
	float: left;
	margin-top: 55px;
	position: relative;
}
.infoPanel {
	color: #181E2F;
	float: right;
	width: 322px;
	background-image: url(../images/panelTop.png);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 20px;
	overflow: visible;
}
.infoPanel p {
	margin-right: 25px;
	margin-left: 25px;
	font-size: 1.1em;
	line-height: 1.5em;
}
.infoPanel h4 {
	font-size: 1.4em;
	font-weight: bold;
	margin-right: 25px;
	margin-left: 25px;
}
.infoPanel h4 a {
	color: #181E2F;
	text-decoration:none;
}
.infoPanel h4 a:hover {
	color: #181E2F;
	text-decoration:underline;
}
.infoPanel p a {
	color: #3167BD;
	text-decoration:none;
}
.infoPanel p a:hover {
	color: #3167BD;
	text-decoration:underline;
}
.panelBottom {
	background-image: url(../images/panelBottom.png);
	background-repeat: no-repeat;
	height: 22px;
	background-position: bottom;
	float: right;
	width: 322px;
}
.infoPanel img {
	float: left;
	margin-right: 10px;
}
#footer {
	width: 960px;
	position: relative;
	float: left;
	margin: 30px 0 30px 0;
}
#footer h1 {
	font-size: 3em;
	margin-bottom: 25px;
}
.bigBtn {
	float: right;
	margin: 0 15px 15px 0;
}
.shareLink {
	margin-bottom:15px;
	float: right;
}
.share {
	width: 118px;
	float: right;
	margin-right:15px;
	padding-top: 3px;
}

