@charset "utf-8";
/* CSS Document */
h1 { font-size: 10px; }
#logo {
	width: 597px;
	height: 91px;
	margin: 20px auto;
}
#wrapper {
	width: 100%;
	height: 746px;
	background: url(images/bgd.png) repeat-x;
}
#content {
	width: 960px;
	height: 563px;
	margin: 0 auto;
}
.head {
	width: 960px;
	height: 37px;
	margin: 0px auto;
	padding-top: 10px;
	margin-bottom: 10px;
	background: url(images/lines.png) no-repeat bottom;
}
.head h1 {
	font-size: 45px;
	padding: 0px 0 0 0;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	color: #fff;
	text-align: center;
	
}
.phone-box {
	margin-top: 27px;
	height: 476px;
	clear: both;
}
.phone-box-left .ribbon {
	background: url(images/findmealert-ribbon.png);
	width: 147px;
	height: 145px;
	position: absolute;
	margin: -7px 0 0 57px;
}
.phone-box-left {
	width: 205px;
	height: 490px;
	float: left;
	margin-left: 20px;
	margin-right: 36px;
}
.phone-box-middle .ribbon {
	background: url(images/pokerchiptracker-ribbon.png);
	width: 147px;
	height: 145px;
	position: absolute;
	margin: -5px 0 0 55px;
}
.phone-box-middle {
	width: 200px;
	padding: 3px 3px 0 0;
	height: 490px;
	float: left;
	margin-right: 36px;
}
.phone-box-middle1 .ribbon {
	background: url(images/photonreactor-ribbon.png);
	width: 147px;
	height: 145px;
	position: absolute;
	margin: -5px 0 0 55px;
}
.phone-box-middle1 {
	width: 203px;
	height: 490px;
	float: left;
	margin-right: 36px;
}
.phone-box-right .ribbon {
	background: url(images/clickcube-ribbon.png);
	width: 147px;
	height: 145px;
	position: absolute;
	margin: -5px 0 0 55px;
}
.phone-box-right {
	width: 203px;
	height: 490px;
	float: left;
}
#connect {
	clear: both;
	width: 853px;
	height: 179px;
	margin: 0 auto;
	background: url(images/facebook.png) no-repeat;
}
.profile {
	float: left;
	width: 160px;
	height: 160px;
	margin: 9px 0 0 29px;
}
.facebook {
	float: left;
	background: url(images/fb-icon.png) right no-repeat;
	width: 200px;
	height: 63px;
	margin-left: 40px;
	margin-right: 40px;
}
.email {
	float: left;
	background: url(images/mail-icon.png) right no-repeat;
	height: 63px;
	width: 220px;
	
}
.facebook h2 {
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	font-size: 30px;
	color: #234387;
	margin-top: 15px;
	-webkit-margin-before: 10px;
	-webkit-margin-after: 0em;
}

.facebook a {
	text-decoration: none;
}
.email a {
	text-decoration: none;
}
.email h2 {
	color: #2273cf;
	font-size: 30px;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	margin-top: 15px;
	-webkit-margin-before: 10px;
	-webkit-margin-after: 0em;
}
.fb {
	float: right;
	clear: both;
	width: 100px;
}
#footer {
	clear: both;
	padding-top: 20px;
	text-align: center;
}
#footer p {
	color: #2f7cc4;
	font-size: 15px;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
}
	

