@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	width: 100%;
	background-color: #08458d;
	background-image: url('../images/background2.png');
	background-repeat: no-repeat;
}
html {
	padding: 0;
	margin: 0;
}
.header {
	width: 960px;
	height: 124px;
	margin: 10px auto 20px;
}
.header #logo {
	float: left;
	width: 33%;
	color: green;
}
.header img {
	width: 315px;
	height: 135px;
}
.header #links {
	float: left;
	width: 67%;
}
.header ul {
	list-style-type: none;
	margin: 10px 14px;
	padding: 0;
	overflow: hidden;
}
.header ul li {
	float: right;
	display: block;
	padding-left: 20px;
	padding-right: 20px;
	border-right: 2px solid white;
	color: white;
}
.header #last {
	float: right;
	display: block;
	padding-left: 20px;
	padding-right: 8px;
	border-right: 0px solid red;
	color: white;
}
#links a:link {
	text-decoration: none;
	color: white;
}
#links a:visited {
	color: white;
}
#links a:hover {
	color: white;
}
.navbar {
	width: 960px;
	height: 48px;
	margin: 0 auto 20px;
	font-family: 'Didact Gothic', Georgia, serif;
	/*background-color: green;*/
}
.navbar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	/*overflow: hidden;*/
	background-color: #333;
}
.navbar li {
	float: left;
	margin-right: 10px;
	background-color: #336699;
}
.navbar li a {
	display: block;
	color: white;
	text-align: center;
	padding: 14px 22px;
	text-decoration: none;
}
.navbar li a:hover {
	background-color: #cc3333;
}
.carousel {
	width: 960px;
	height: 343px;
	margin: 0 auto 20px;
	font-family: 'Didact Gothic', Tahoma, Georgia, serif;
	/*background-color: purple;*/
}
.carousel #phone {
	float: left;
	width: 45%;
}
.carousel #phone img{
	width: 437px;
	height: 352px;
}
.carousel #text {
	float: left;
	width: 55%;
	color: white;
}
.features {
	width: 960px;
	height: 300px;
	margin: 0 auto 20px;
	/*background-color: white;*/
}
.features #featurebox {
	float: left;
	width: 22.5%;
	height: 300px;
	margin-right: 20px;
	margin-left: 0px;
	border: 2px solid #505050;
	border-radius: 10px;
	background-color: white;
}
.features #featurebox img {
	width: 146px;
	height: 112px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.features #featurebox h2 {
	height: 36px;
	text-align: center;
	margin-top: -8px;
	font-family: Tahoma, 'Didact Gothic', Georgia, serif;
	font-size: 16px;
	color: #5a5a5a;
}
.features #featurebox p {
	text-align: center;
	padding-left: 8px; 
	padding-right: 8px;
	font-family: Tahoma;
	font-size: 14px;
	color: #6d6d6d;
}
.difference {
	width: 960px;
	height: 224px;
	margin: 0 auto 20px;
}
.difference #differencebox {
	float: left;
	width: 940px;
	height: 224px;
	border: 2px solid #505050;
	border-radius: 10px;
	background-color: white;
}
.difference #differencebox p {
	font-family: Tahoma;
	font-size: 13px;
	color: #515151;
}
.difference #differencebox ul {
	list-style-type: square;
	list-style-position: inside;
	margin: 0;
	padding: 0;
}
.difference #differencebox li {
	font-family: Tahoma;
	font-size: 13px;
	color: #515151;
}
.difference #differencebox #db1 {
	display: inline-block;
	width: 625px;
	height: 144px;
	margin-right: 4px;
	margin-left: 6px;
	margin-top: 6px;
}
.difference #differencebox #db1 img {
	float: left;
	padding-right: 8px;
	width: 216px;
	height: 144px;
}
.difference #differencebox #db1 p {
	margin-top: 2px;
}
.difference #differencebox #db2 {
	width: 625px;
	height: 76px;
	margin-right: 4px;
	margin-left: 6px;
	margin-top: -4px;
}
.difference #differencebox #db3 {
	display: inline-block;
	float: right;
	width: 300px;
	height: 224px;
	margin-right: 4px;
	margin-top: 6px;
}
.difference #differencebox #db3 img {
	float: left;
	width: 300px;
	height: 200px;
}
.footer {
	width: 960px;
	height: 40px;
	margin: 0 auto 20px;
}
.footer #footerbox {
	float: left;
	width: 940px;
	height: 40px;
	border: 2px solid #505050;
	border-radius: 10px;
	background-color: white;
}
.footer #footerbox p {
	margin-top: 10px;
	margin-left: 6px;
	font-family: Tahoma;
	font-size: 13px;
	color: #515151;
}
.footer2 {
	width: 960px;
	height: 40px;
	margin: 0 auto 20px;
}
.footer2 #footerbox2 {
	margin-bottom: 12px;
	float: left;
	width: 960px;
	height: 40px;
	border: 2px solid #505050;
	border-radius: 10px;
	background-color: white;
}
.footer2 #footerbox2 p {
	margin-top: 10px;
	margin-left: 6px;
	font-family: Tahoma;
	font-size: 13px;
	color: #515151;
}
.footer3 {
	width: 960px;
	height: 40px;
	margin: 0 auto 20px;
}
.footer3 #footerbox3 {
	float: left;
	width: 520px;
	height: 40px;
	border: 2px solid #505050;
	border-radius: 10px;
	background-color: white;
}
.footer3 #footerbox3 p {
	margin-top: 10px;
	margin-left: 6px;
	font-family: Tahoma;
	font-size: 13px;
	color: #515151;
}

/* Features */

.features2 {
	width: 960px;
	height: 780px;
	margin: 0 auto 20px;
}
.features2 h2{
	font-family: Tahoma;
	font-size: 30px;
	color: white;
}
.features2 #features2box {
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	width: 940px;
	height: 780px;
	border: 2px solid #505050;
	border-radius: 10px;
	background-color: white;
}
.features2 #features2box h4{
	margin-bottom: 0px;
	font-family: Tahoma;
	font-size: 16px;
	text-decoration: underline;
	color: #515151;
}
.features2 #features2box p{
	font-family: Tahoma;
	font-size: 14px;
	color: #515151;
}
.features2 #features2box img{
	float: right;
	clear: right;
}

/* Mobile Apps */

.mobileapps {
	width: 960px;
	height: 670px;
	margin: 0 auto 20px;
}
.mobileapps h2{
	font-family: Tahoma;
	font-size: 30px;
	color: white;
}
.mobileapps #mobileappsbox {
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	width: 940px;
	height: 670px;
	border: 2px solid #505050;
	border-radius: 10px;
	background-color: white;
}
.mobileapps #mobileappsbox h4{
	margin-bottom: 0px;
	font-family: Tahoma;
	font-size: 16px;
	text-decoration: underline;
	color: #515151;
}
.mobileapps #mobileappsbox p{
	font-family: Tahoma;
	font-size: 14px;
	color: #515151;
}
.mobileapps #google {
	margin-top: 10px;
	width: 234px;
	height: 80px;
}
.mobileapps #apple {
	margin-top: 10px;
	width: 235px;
	height: 69px;
}

/* Price Table */

.pricetable {
	width: 960px;
	height: 830px;
	margin: 0 auto 20px;
}
.pricetable h2{
	font-family: Tahoma;
	font-size: 30px;
	color: white;
}
.pricetable h4{
	margin-top: 10px;
	margin-bottom: 6px;
	font-family: Tahoma;
	font-size: 20px;
	color: #515151;
}
.pricetable ul {
	list-style-type: square;
	list-style-position: inside;
	margin: 0;
	padding: 0;
}
.pricetable li {
	font-family: Tahoma;
	font-size: 14px;
	color: #515151;
}
.pricetable #pricedetail {
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	width: 940px;
	height: 244px;
	border: 2px solid #505050;
	border-radius: 10px;
	background-color: white;
}

/* Downloads */

.downloads {
	width: 960px;
	height: 780px;
	margin: 0 auto 20px;
}
.downloads h2{
	font-family: Tahoma;
	font-size: 30px;
	color: white;
}
.downloads h4{
	margin-bottom: 0px;
	font-family: Tahoma;
	font-size: 16px;
	text-decoration: underline;
	color: #515151;
}
.downloads p{
	font-family: Tahoma;
	font-size: 14px;
	color: #515151;
}
.downloads img{
	float: right;
	clear: right;
}
.downloads #downloadsbox1 {
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	width: 940px;
	height: 340px;
	border: 2px solid #505050;
	border-radius: 10px;
	background-color: white;
}
.downloads #downloadsbox2 {
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	width: 940px;
	height: 430px;
	border: 2px solid #505050;
	border-radius: 10px;
	background-color: white;
}
.downloads #downloadsbox3 {
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	width: 940px;
	height: 410px;
	border: 2px solid #505050;
	border-radius: 10px;
	background-color: white;
}
.downloads input[type=submit] {
	background-color: #cc3333;
	border-style: outset;
	color: white;
	font-weight: bold;
	width: 220px;
	height: 32px;
}
.downloads input:hover[type=submit] {
	background-color: #cc0000;
}

/* About Us */

.aboutus {
	width: 960px;
	height: 260px;
	margin: 0 auto 20px;
}
.aboutus h2{
	font-family: Tahoma;
	font-size: 30px;
	color: white;
}
.aboutus #aboutusbox {
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	width: 940px;
	height: 260px;
	border: 2px solid #505050;
	border-radius: 10px;
	background-color: white;
}
.aboutus #aboutusbox p{
	font-family: Tahoma;
	font-size: 14px;
	color: #515151;
}

/* Privacy */

.privacy {
	width: 960px;
	height: 970px;
	margin: 0 auto 20px;
}
.privacy h2{
	font-family: Tahoma;
	font-size: 30px;
	color: white;
}
.privacy h3{
	font-family: Tahoma;
	font-size: 20px;
	color: black;
}
.privacy #privacybox {
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	width: 940px;
	height: 1900px;
	border: 2px solid #505050;
	border-radius: 10px;
	background-color: white;
}
.privacy #privacybox p{
	font-family: Tahoma;
	font-size: 14px;
	color: #515151;
}

/* Contact */

.contact {
	width: 960px;
	height: 240px;
	margin: 0 auto 20px;
}
.contact h2{
	font-family: Tahoma;
	font-size: 30px;
	color: white;
}
.contact p {
	font-family: Tahoma;
	font-size: 14px;
	color: #515151;
}
.contact #contactbox {
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	width: 500px;
	height: 400px;
	border: 2px solid #505050;
	border-radius: 10px;
	background-color: white;
}
.contact table {
	margin-top: 10px;
}
.contact .contactform {
	font-family: Tahoma;
	font-size: 14px;
	width: 220px;
}
.contact textarea {
	font-family: Tahoma;
	font-size: 14px;
	width: 400px;
}
.contact input[type=submit] {
	background-color: #cc3333;
	border-style: outset;
	color: white;
	font-weight: bold;
	width: 220px;
	height: 32px;
}
.contact input:hover[type=submit] {
	background-color: #cc0000;
}