@charset "utf-8";

/* Main Classes */
body {
	margin:0;
	background:#fff url(images/bg.gif) top left repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#777;
	text-align:center;
	}
a {
	color:#81b120;
	text-decoration:underline;
	}
a:hover {
	color:#d4032d;
	}
span.green {
	color:#81b120;
	}
.clear {
	clear:both;
	height:1px;
	line-height:1px;
	font-size:1px;
	overflow:hidden;
	}

/* Containers */

.wrapper {
	width:799px;
	margin:0 auto;
	text-align:left;
	padding-top:10px;
	}

/* Menu */

ul.menu {
	width:801px;
	height:43px;
	list-style:none;
	margin:0;
	padding:0;
	}
ul.menu li {
	float:left;
	height:43px;
	line-height:43px;
	padding-right:1px;
	text-align:center;
	background:url(images/menuLi.gif) right center no-repeat;
	}
ul.menu li.home a {
	}
ul.menu li.contact {
	padding-right:0;
	}
ul.menu li a {
	display:block;
	height:43px;
	text-align:center;
	color:#000;
	text-decoration:none;
	background-position:bottom;
	}
ul.menu li a span {
	display:none;
	}
ul.menu li a:hover {
	color:#fff;
	background-position:top;
	}
ul.menu li.home a {
	width:142px;
	background-image:url(images/menuHome.png);
	}
ul.menu li.buy a {
	width:200px;
	background-image:url(images/menuBuy.png);
	}
ul.menu li.reviews a {
	width:151px;
	background-image:url(images/menuReviews.png);
	}
ul.menu li.faq a {
	width:138px;
	background-image:url(images/menuFAQ.png);
	}
ul.menu li.contact {
	padding-right:0;
	background:none;
	}
ul.menu li.contact a {
	width:166px;
	background-image:url(images/menuContact.png);
	}

/* Button and Logo */

a.buttonBuy {
	display:block;
	float:right;
	height:46px;
	width:107px;
	background:url(images/buttonBuy.png) center bottom no-repeat;
	margin-top:17px;
	}
img.logo {
	display:block;
	height:63px;
	width:288px;
	}

/* Splash */

.splashTop {
	height:10px;
	overflow:hidden;
	background:url(images/splashTop.gif);
	}
.splash {
	width:799px;
	height:480px;
	background:#1b2024 url(images/splash.gif) bottom left repeat-x;
	position:relative;
	margin-bottom:30px;
	}
.splash h1 {
	color:#fff;
	margin:0 0 13px 0;
	font-size:27px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	padding-top:30px;
	}
.splash h2 {
	color:#cecece;
	margin:0;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	font-weight:normal;
	}
.splash .list {
	margin:47px 0 0 323px;
	height:229px;
	width:277px;
	background:url(images/splashList.png) bottom center no-repeat;
	}
.splash .list span.title {
	color:#b9cad8;
	font-size:21px;
	font-weight:bold;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	height:25px;
	margin-bottom:8px;
	}
.splash .list ul {
	margin:0;
	padding:0 0 0 12px;
	list-style:none;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:12px;
	line-height:19px;
	}
.splash a.button {
	display:block;
	height:48px;
	width:295px;
	background:url(images/buttonBuyBig.jpg);
	margin:45px 0 0 329px;
	}
.splash a.button3 {
	display:block;
	height:48px;
	width:295px;
	background:url(images/buttonBuyBig3.jpg);
	margin:45px 0 0 329px;
	}
.splash a.button4 {
	display:block;
	height:48px;
	width:295px;
	background:url(images/buttonBuyBig4.jpg);
	margin:45px 0 0 329px;
	}
.splash a.button5 {
	display:block;
	height:48px;
	width:295px;
	background:url(images/buttonBuyBig5.jpg);
	margin:45px 0 0 329px;
	}
.splash a.button2 {
	display:block;
	height:48px;
	width:295px;
	background:url(images/buttonBuyBigOffer.jpg);
	margin:45px 0 0 329px;
	}
.splash .unlocks {
	height:69px;
	width:90px;
	padding:3px 0 0 12px;
	background:url(images/cloud.gif);
	position:absolute;
	top:103px;
	left:34px;
	color:#7b8289;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	}
.splash .unlocks strong {
	display:block;
	color:#cecece;
	font-weight:bold;
	font-size:24px;
	line-height:32px;
	margin-top:5px;
	}
.splash img.iphone {
	display:block;
	height:241px;
	width:112px;
	position:absolute;
	top:178px;
	right:27px;
	}
.splash img.box {
	display:block;
	height:210px;
	width:237px;
	position:absolute;
	top:170px;
	left:31px;
	}
.splash img.boxBottom {
	display:block;
	height:65px;
	width:268px;
	position:absolute;
	top:380px;
	left:0px;
	}

/* Content */

.content {
	width:799px;
	background:url(images/content.png) top left repeat-y;
	margin-bottom:30px;
	}
.content h2 {
	color:#65910c;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:22px;
	margin:0 0 0 -10px;
	}
.content h3 {
	color:#65910c;
	font-family:Georgian, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:22px;
	margin:0 0 0 -10px;
	}
.content h4 {
	color:#65910c;
	font-family:Georgian, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:16px;
	margin:0 0 0 -10px;
	}
.content h5 {
	color:#1b25f0;
	font-family:Georgian, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:18px;
	margin:0 0 0 -10px;
	}
.contentTop {
	height:10px;
	width:799px;
	background:url(images/contentTop.png);
	overflow:hidden;
	margin-bottom:10px;
	}
.content .inner {
	color:#343434;
	font-size:1.2em;
	width:749px;
	padding:0 15px 0 25px;
	background:url(images/contentBottom.png) bottom left no-repeat;
	}
.content .inner .left {
	float:left;
	width:495px;
	padding-left:5px;
	padding-right:5px;
	}
.content .inner .right {
	float:right;
	width:200px;
	padding-left:20px;
	background:url(images/divider.png) top left no-repeat;
	}
.content p {
	line-height:19px;
	padding:0;
	margin:10px 0;
	}

/* Footer */

.slogan {
	text-align:center;
	color:#d4032d;
	font-size:18px;
	font-weight:bold;
	margin-bottom:10px;
	}
.bottomText {
	color:#323232;
	padding-bottom:10px;
	border-bottom:1px solid #f0f0f2;
	}
.footer {
	font-size:10px;
	color:#616161;
	padding-bottom:10px;
	padding-top:10px;
	border-top:1px solid #f9f9fa;
	}
.footer span {
	float:right;
	}
.footer a {
	text-decoration:none;
	}

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
	}
.sIFR-replaced {
	visibility: visible !important;
	}
span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
	}
/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
	display: none !important;
	}

/* Fader */

#myGallery {
	width: 799px !important;
	height: 93px !important;
	z-index:5;
	overflow:hidden;
	}
#myGallery img.thumbnail, #myGallerySet img.thumbnail {
	display: none;
	}
.jdGallery {
	overflow: hidden;
	position: relative;
	}
.jdGallery img {
	border: 0;
	margin: 0;
	display:none;
	}
.jdGallery .slideElement {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	}
.jdGallery .loadingElement {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-repeat: no-repeat;
	background-position: center center;
	}
.jdGallery .slideInfoZone {
	position: absolute;
	z-index: 10;
	width: 100%;
	margin: 0px;
	left: 0;
	top: 0;
	height: 110px;
	color: #fff;
	text-indent: 0;
	overflow: hidden;
	text-align:center;
	background:url(images/splash.gif) top center repeat-x;
	}
* html .jdGallery .slideInfoZone {
	bottom: -1px;
	}
.jdGallery div.carouselContainer {
	position: absolute;
	height: 135px;
	width: 100%;
	z-index: 10;
	margin: 0px;
	left: 0;
	top: 0;
	}
.jdGallery a.carouselBtn {
	position: absolute;
	bottom: 0;
	right: 30px;
	height: 20px;
	/*width: 100px; background: url('img/carousel_btn.gif') no-repeat;*/
	text-align: center;
	padding: 0 10px;
	font-size: 13px;
	background: #333;
	color: #fff;
	cursor: pointer;
	}
.jdGallery .carousel {
	position: absolute;
	width: 100%;
	margin: 0px;
	left: 0;
	top: 0;
	height: 115px;
	background: #333;
	color: #fff;
	text-indent: 0;
	overflow: hidden;
	}
.jdExtCarousel {
	overflow: hidden;
	position: relative;
	}
.jdGallery .carousel .carouselWrapper, .jdExtCarousel .carouselWrapper {
	position: absolute;
	width: 100%;
	height: 78px;
	top: 10px;
	left: 0;
	overflow: hidden;
	}
.jdGallery .carousel .carouselInner, .jdExtCarousel .carouselInner {
	position: relative;
	}


.rule {
height: 2px;
width: 890px;
background-image: url(images/rule.gif);
background-repeat: repeat-x;
clear: both;
margin-left: auto;
margin-right: auto;
margin-top: 15px;
margin-bottom: 15px;
}

.boldtext {
font-weight: bold;
color: #707070;
}

.indent {
border-left: 10px solid #d3e0b8;
margin-left: 20px;
margin-bottom: 10px;
padding-left: 10px;;
margin-top: 5px;
}