@charset "UTF-8";
/* CSS Document */

.blu {
	display:block;
	padding:10px;
	font-family:Helvetica, Arial, sans-serif;
	background-color:#006bb5;
	background-image:url(../img/bg-h2.png);
	background-repeat:repeat-x;
	border: 2px solid #78add3;
	color:#fff;
}
h2.white {
	color:#fff;
	font-size:2em;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
#logo {
	margin-left: -480px;
	padding: 0px;
	float: right;
	width: 280px;
	position: absolute;
	left: 50%;
	top: 0px;
	z-index:100;
}
#header-top-right {
	margin: 0 0 0 60px;
	float: right;
	height: 60px;
	width: 400px;
	position: absolute;
	left: 50%;
	top: 0px;
	z-index:100;
}
#logged-in, #not-logged-in {
	position: absolute;
	right: 0px;
	top: 10px;
	color:#fff;
	z-index:100;
}
#logged-in a, #not-logged-in a  {
	color: #fc6;
	text-decoration:none;
}
#logged-in a:hover, #not-logged-in a:hover {
	text-decoration:underline;
}
#tagline {
	position: absolute;
	right: 0px;
	top: 20px;
	z-index:150;
	width:400px;
	height:20px;
}
#tagline p  {
	color: #369;
	font-size:1.75em;
	padding-bottom:5px;
	line-height:1.5em;
}
#main-search {
	background-color: transparent;
	margin: 0 0 0 216px;
	padding: 0;
	float: right;
	width: 244px;
	position: absolute;
	right: 0;
	top: 30px;
	z-index:100;
}
#pop-update {
	display:block;
}
#popup1 {
	left: 50%;
	top: 250px;
	margin: 0 0 0 -250px;
	min-height:300px;
}
.popup {
}
.popup .title {
	height: 20px;
	margin: 0;
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 10px;
	background-image: none;
	padding-bottom: 5px;
}
#pop-update.popup .title {
	height: 20px;
	margin: 0;
	background-repeat: repeat-x;
	background-position: left top;
	padding: 0px;
	background-image: none;
}
.popup .title a {
	float: right;
	margin: 0px;
	padding: 0px;
}
.popup .title h1 {
	margin: 0;
	background-repeat: repeat;
	background-position: left top;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 16px;
	color: #FFF;
	padding: 0px;
}

.popinner {
	font-family:Helvetica, Arial, sans-serif;
	color:#666;
	font-size:13px;
	overflow: auto;
	padding: 0;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


.form .item img a {
	cursor: hand;
}

#secure-login a {
	color:#de6000;
	text-decoration:none;
}
#secure-login a:hover {
	text-decoration:underline;
}
.big-center {
	width: 600px;
	padding:40px;
	margin:40px auto;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background-color:#fff;
	border: 1px solid #ccc;
}
.little-center {
	position:relative;
	min-height: 400px;
	width: 400px;
	padding:20px;
	margin:20px auto;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background-color:#fff;
	border: 1px solid #ccc;
}
#sign-in-right {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin: 0 0 0 20px;
}
#tut-update-signup {
	font-family: 'Puritan', Helvetica, Arial, sans-serif;
	position: absolute;
	display:none;
	left: 50%;
	padding:10px;
	margin-left:210px;
	top: 28px;
    width:230px;
	z-index:500;
}
#tut-update-signup h1, #tut-update-signup h2, #tut-update-signup h3 {
	font-family: 'Puritan', Helvetica, Arial, sans-serif;
}

#Android, #BlackBerry, #iPhone, #Windows {
display: none;
padding:15px;
margin: 0;
}
#phones-android, #phones-blackberry, #phones-iphone, #phones-windows {
display: none;
padding:0px;
margin: 20px 0 0 0;
}
#tut-update-signup h1 {
	font-size: 1.6em;
	font-weight: normal;
	color:#de6000;
}
#tut-update-signup h2 {
	font-size: 1.4em;
	color:#0068b2;
}
#tut-update-signup h3 {
	font-size: 1.5em;
	color:#de6000;
}#top-75 #os-choices {
	margin: 0px;
	padding: 0px;
	height: 120px;

}
a.phone-list-htc {
	display:block;
	font-family:Helvetica, Arial, sans-serif;
	font-size: 2em;
	color:#000;
	text-decoration:none;
	width:260px;
	height:20px;
	margin:0;
	padding:17px 10px 13px 150px;
	background:url(..//img/sprite/sprite-phones-htc.png) 0 0 no-repeat;
	background-repeat:no-repeat;
}
a.phone-list-htc:hover {
	background-position: 0 -50px;
}
a.phone-list-google {
	display:block;
	font-family:Helvetica, Arial, sans-serif;
	font-size: 2em;
	color:#000;
	text-decoration:none;
	width:260px;
	height:20px;
	margin:0;
	padding:17px 10px 13px 150px;
	background:url(../img/sprite/sprite-phones-google.png) 0 0 no-repeat;
	background-repeat:no-repeat;
}
a.phone-list-google:hover {
	background-position: 0 -50px;
}
a.phone-list-samsung {
	display:block;
	font-family:Helvetica, Arial, sans-serif;
	font-size: 2em;
	color:#000;
	text-decoration:none;
	width:260px;
	height:20px;
	margin:0;
	padding:17px 10px 13px 150px;
	background:url(../img/sprite/sprite-phones-samsung.png) 0 0 no-repeat;
	background-repeat:no-repeat;
}
a.phone-list-samsung:hover {
	background-position: 0 -50px;
}
a.phone-list-motorola {
	display:block;
	font-family:Helvetica, Arial, sans-serif;
	font-size: 2em;
	color:#000;
	text-decoration:none;
	width:260px;
	height:20px;
	margin:0;
	padding:17px 10px 13px 150px;
	background:url(../img/sprite/sprite-phones-motorola.png) 0 0 no-repeat;
	background-repeat:no-repeat;
}
a.phone-list-motorola:hover {
	background-position: 0 -50px;
}
#tuts-page h1 {
	font-family:"Arial Black", Gadget, sans-serif;
	color: #555;
}
#tuts-page .blu .white {
	color:#fff;
	font-size:1.5em;
}
#phone-info-1 {
	padding: 10px 0 0 0;
}
#phone-info-2 {
	display:none;
	padding: 10px 0 0 0;
}
#phone-info-links {
	margin: 0px;
	padding: 0px;
}
#phone-info-links .phone-info-links {
	margin: 0px;
	padding: 0px;
}
#tuts-page1 .phone-intro {
	margin: 0;
	padding: 5px 0 0 0;
	border-top: solid 1px #ff9a48;
}
#phone-info-1 .phone-intro {
	padding:0;
	margin:0;
}
#phone-info-links .phone-info-links .phone-info-links {
	display: inline;
	float: right;
	margin: 0 0 0 10px;
	padding: 0px;
}
.greybox {
background:#f4f4f4;
border:1px solid #dfdfdf;
padding:15px 10px;
-moz-border-radius: 4px;
-khtml-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
}
    .product-title {
    padding: 6px 0px;
    font-family: Helvetica, Arial, sans-serif;
	font-weight:bold;
    font-size: 14px;
    color: #549ca2;
    margin: 0;
    border-bottom: solid 2px #369;
    }
.webapp-list td p{
	padding: 0;
	line-height:2em;
	display:block;
    font-family: Helvetica, Arial, sans-serif;
	font-weight:normal;
    font-size: 1.3em;
    color: #454545;
	margin:0;
}
.webapp-list td a {
	float: none; 
	display: block;
	text-decoration: none;
	color: #0068b2;
	margin:0;
}
.webapp-list td a:hover {
	color: #0068b2;
	background-color: #f2f2f2;
}
.webapp-list3 td p{
	display:block;
	padding: 0;
	line-height:2em;
    font-family: Helvetica, Arial, sans-serif;
	font-weight:normal;
    font-size: 1.3em;
    color: #454545;
	margin:0;
}
.webapp-list3 td a {
	display:block;
	float: none; 
	text-decoration: none;
	color: #0068b2;
	margin:0;
}
.webapp-list3 td a:hover {
	color: #0068b2;
	text-decoration:underline;
}

#main-w {
	background-image:url(../img/bg-head-white-orange.png) repeat-x top center;
	background-color: #eee;
}
#tuts-page1 {
	min-height:150px;
		background: #fff url(../http://phonetutor.caldesigngroup.net/img/bg-w-grey-150.png) repeat-x left bottom;
}
.bg-grad-150 {
	min-height:110px;
		background: #fff url(../http://phonetutor.caldesigngroup.net/img/bg-w-grey-150.png) repeat-x left bottom;
}
#tuts-page2 {
		background: #fff url(../http://phonetutor.caldesigngroup.net/img/bg-w-grey-200.png) repeat-x left bottom;
}
#tuts-page3 {
		background: #fff url(../http://phonetutor.caldesigngroup.net/img/bg-w-grey-300.png) repeat-x left bottom;
}

.tooltip {
	display:none;
	background:transparent url(../http://phonetutor.caldesigngroup.net/img/web-apps/tool-tip-bg.png);
	font-size:12px;
	line-height: 14px;
	height:70px;
	width:160px;
	padding:25px;
	color:#fff;	
}
#select-your-phone h1 {
	font-family: 'Puritan', arial, serif;
	font-size: 3em;
	color: #454545;
}
#select-your-os h1 {
	font-family: 'Puritan', arial, serif;
	font-size: 3em;
	color: #454545;
}
#main-content {
	min-height:400px;
}
.phone-intro a {
	color: #0068b2;
	text-decoration: none;
}
.phone-intro a:hover {
	text-decoration: underline;
}
#login-pop {
	display:none;
	position:absolute;
	top:150px;
	left:50%;
	width: 400px;
	padding:20px;
	margin-left:-220px;
}
#login-pop #close-login-form {
	position: absolute;
	top: -12px;
	right: -12px;
}
#specs-pop {
	display:none;
	position:absolute;
	top:150px;
	left:50%;
	width: 400px;
	padding:20px;
	margin-left:-220px;
}
#specs-table p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#specs-pop #close-specs {
	position: absolute;
	top: -12px;
	right: -12px;
}
.shadow-15 {
     -moz-box-shadow: 0px 0px 15px #303030; 
  -webkit-box-shadow: 0px 0px 15px #303030; 
          box-shadow: 0px 0px 15px #303030;
}
.shadow-25 {
     -moz-box-shadow: 0px 0px 25px #303030; 
  -webkit-box-shadow: 0px 0px 25px #303030; 
          box-shadow: 0px 0px 25px #303030;
}
#specs-pop #specs-title {
	border-bottom-style: solid;
}
#specs-title {
	border-bottom: solid 1px #ccc;
}
#specs-title h1 {
	font-family: 'Puritan', Helvetica, Arial, sans-serif;
	color:#454545;
	font-size:2em;
}
#home-message {
	font-family:Arial, Helvetica, sans-serif;
	width: 600px;
	background-color:#2c2c2c;
}
#home-teams {
	font-family:Arial, Helvetica, sans-serif;
	width: 280px;
}
#home-teams td .team-title {
	padding:7px 0; 
	margin:0; 
	font-size: 1.5em; 
	font-weight: bold; 
	color: #687990; 
	line-height:120%;
}
#home-teams td .team-college {
	padding:7px 0; 
	margin:0; 
	font-size: 1.1em; 
	font-weight: normal; 
	color: #fff; 
	line-height:120%;
}
#home-teams td .team-name {
	padding:7px 0; 
	margin:0; 
	font-size: 1.1em; 
	font-weight: normal; 
	color: #71706c; 
	line-height:120%;
}
.HL-dash {
	margin-bottom:10px;
	border-bottom: dashed 1px #69635d;
}
.team-dash {
	border-bottom: dashed 1px #69635d;
}
.home-highlight {
	float:left;
	width:50%;
	vertical-align:top; 
	margin:0; 
	padding:0px;
}
.highlight-title {
	color: #FFF !important;
	font-size:1.5em;
	text-decoration:none;
	margin:0 0 5px 10px;
	padding:0;
}
.HL-title {
	font-weight:400;
	font-size:1.25em;
	color: #FFF;
	text-decoration:none;
	margin:0;
	padding:0;
}
td .HL-text {
	font-size:1em; 
	padding:0; 
	margin:0; 
	font-weight: normal; 
	color: #999999; 
}
#home-message h1 {
	font-size: 1.5em;
	line-height: 1.2em;
	color: #fff;
	font-weight: bold;
}
#mission h1, #contact-intro h1, #the-diet h1 {
	font-size: 2.75em;
	line-height: 1.2em;
	color: #105396;
	font-weight: bold;
}
#home-message h2, #mission h2, #contact-intro h2, #the-diet h2 {
	font-size: 2.25em;
	line-height: 1.2em;
	color: #fff;
	font-weight: 600;
}
#mission p, #contact-intro p, #the-diet p {
	color: #036;
	font-size: 1.5em;
	margin: 0 0 .75em 0;
	}
	
#homeboxes {
	clear:both;
	margin:0;
}

.homebox {
	float:left;
	margin: 5px 0px;
	padding: 0 5px;
	width: 470px;
}
.homebox h1, #homebox2 h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	color: #0f86db;
	font-weight: bold;
	margin: 7px 0;
	padding: 0px;
}
.homebox h1 a {
	font-size:.8em;
	color: #687990;
	text-decoration:none;
}
.homebox h1 a:hover {
	text-decoration:underline;
}
#serviceboxes {
	clear:both;
	margin: 30px 0 0;
}
#service-text {
	float:right;
	width:300px;
}
#service-text p{
	color: #666;
}
#service-text h2 a {
	color: #687990;
	text-decoration:none;
}
#service-text h2 a:hover {
	text-decoration: underline;
}
.servicebox {
	margin: 5px 0px;
	padding: 20px;
	color: #fff;
}
.servicebox2 {
	margin: 5px 0px;
	padding: 20px;
	color: #fff;
	border-top: 0;
	border-bottom:1px dashed #778899;
}
.servicebox3 {
	float:left;
	margin: 5px 0px;
	padding: 0 12px;
	width: 200px;
	color: #fff;
}
.servicebox h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	color: #687990;
	font-weight: bold;
	margin: 7px 0;
	padding: 0px;
}
.servicebox h1 a {
	font-size:.8em;
	color: #fff;
	text-decoration:none;
}
.servicebox h1 a:hover {
	text-decoration:underline;
}

.bg-blu1 {
	background: #fc6 url(../img/bg/bg-about-orange.jpg) repeat-x top left;
}
.bg-orange {
	background: #fc6 url(../img/bg/bg-about-orange.png) repeat-x top left;
}
#about-box1 {
	width:700px;
	margin-bottom:30px;
	padding:0;
	background-color:#;
	}
#about-title {
	margin: 0px;
	padding: 20px 0 10px 20px;
	width:680px;
	float:left;
	border-bottom: 1px dashed #68a8aa;
	}
.border-bot-dash {
	border-bottom: 1px dashed #68a8aa;
}
#about-title h1 {
	font-family: helvetica,  arialU, serif;
	font-weight:600;
	font-size: 2.5em;
	color: #036;
	margin:0;
	padding:0;
}
#bug-id-title {
	margin: 0px;
	padding: 20px 0 10px 20px;
	width:880px;
	float:left;
	display:block;
	border-bottom: 1px dashed #690;
	}
#bug-id-title h1 {
	font-family: helvetica,  arialU, serif;
	font-weight:600;
	font-size: 2.5em;
	color: #036;
	margin:0;
	padding:0;
}
#about-box1 #about-pic {
	padding: 0 0 10px 10px;
	width: 174px;
	height: 190px;
	float:right;
}
#about-box1 #about-info {
	padding: 20px;
	margin: 10px 0 20px 20px;
	width: 620px;
	background-color:#fff;
	float:left;
}
#about-box1 #coupon-box {
	padding: 0px;
	margin: 30px 0 20px 20px;
	background-color:#fff;
	float:left;
}
.about-info-bio p {
	color: #036;
	font-size:1.5em;
	line-height: 1.3em;
	margin-bottom:.75em;
	text-align:justify;
}
.about-info-title h2 {
	font-family: helvetica, arial, serif;
	font-weight:bold;
	font-size: 2em;
	color: #369;
	margin:0 0 10px 0;
	padding:0;
}
#price-box1 {
	width:700px;
	margin-bottom:30px;
	padding:0;
	background-color:#;
	}
#price-title {
	margin: 20px;
	padding: 0;
	width:680px;
	}
#price-title h1 {
	font-family: helvetica,  arial, serif;
	font-weight:600;
	font-size: 2.5em;
	color: #036;
	margin:0;
	padding:0;
}
#price-box1 #price-info {
	margin: 20px auto 30px !important;
	width: 620px;
}
.price-info-title.dashed h2 {
border-bottom:1px dashed #778899;
padding-bottom: 5px;
}

#recipe-list-box, #testimonial-list-box {
	width:700px;
	margin-bottom:30px;
	background: transparent url(../img/bg-trans/w-60.png) repeat top left;
}
#recipe-list, #testimonial-list {
	margin: 5px 0;
}
#recipe-list td, #testimonial-list td {
	padding:0;
	margin:0;
	}
#recipe-list td a,#testimonial-list td a {
	width: 615px;
	padding: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	color: #de6000; 
	list-style-type: none;
	text-decoration:none;
	display:block;
}
#recipe-list td img, #testimonial-list img {
	margin-right: 5px;
}
#recipe-list td a:hover,#testimonial-list td a:hover {
	color: #0f86db;
}
#recipe-list-box h2, #testimonial-list-box h2 {
	font-family: Helvetica, Arial, sans-serif;
	padding-bottom: 20px;
	font-size: 2.5em;
}
#page-title {
	width: 920px;
}
#main-left {
	width:700px;
	margin:0;
	padding:0;
	float: left;
}
#right-col {
	margin: 0 0 0 20px;
	padding: 10px 5px 0px 5px;
	float: left;
	width: 190px;
}
#right-testimonials h1 {
	font-size: 2em;
}
#rightbox1 h1, #rightbox2 h1, #rightbox3 h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	color: #0f86db;
	font-weight: bold;
	margin: 7px 0;
	padding: 0px;
}
#rightbox1 h1 a, #rightbox2 h1 a, #rightbox3 h1 a {
	color: #0f86db;
	text-decoration:none;
}
#rightbox1 h1 a:hover, #rightbox2 h1 a:hover, #rightbox3 h1 a:hover {
	text-decoration:underline;
}
#rightbox3 h2 {
	color: #666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
}
.rightbox {
	float:left;
	margin: 0 0 20px 0;
	background-color:#fff;
	padding: 8px;
	width: 180px;
	border: 2px solid #beccd5;
}.wrap #home-message p a {
	color: #de6000;
}
.wrap #home-message p a:hover {
	color: #de6000;
	text-decoration: none;
}
.wrap #contact-intro p a {
	color: #de6000;
}
.wrap #contact-intro p a:hover {
	color: #de6000;
	text-decoration: none;
}
#contact-info-body {
	padding: 20px;
	margin: 10px 0 0 20px;
	width: 275px;
	background: #fff url(../) repeat-x top left;
	float:left;
}
#contact-info-body p {
	font-size: 1.65em;
}
#estimate-info-body {
	padding: 20px;
	margin: 10px 0 0 20px;
	width: 600px;
	background: #fff url(../) repeat-x top left;
	float:left;
}
#estimate-info-body p {
	font-size: 1.65em;
}
#phase-box1 {
	width:700px;
	margin-bottom:30px;
	padding:0;
	background:url(../img/bg/bg-blue-grad-300.png) repeat-x top left;
	}
#phase-box1 #phase-title {
	padding: 0;
	margin: 20px 0 0 20px;
	width: 180px;
	float:left;
}
#phase-box1 #phase-info {
	padding: 17px;
	margin: 20px 0 20px 20px;
	border: 3px solid #beccd5;
	width: 420px;
	background: #fff url(../img/phase1.png) no-repeat -200px center;
	float:left;
}
.phase-info p {
	color: #036;
	font-size:1.5em;
	margin:0;
}
.phase-subtitle.Puritan h2 {
	font-family: helvetica, arial, serif;
	font-weight:normal;
	font-size: 2.1em;
	color: #de6000;
	margin:0 0 10px 0;
	padding:0;
}
#step1 h1, #step2 h1, #step3 h1, #step4 h1 {
	padding: 7px 5px 3px 50px;
	margin-bottom: 20px;
	display:block;
	font-size: 2.75em;
	line-height: 1.2em;
	color: #105396;
	font-weight: bold;
}
#step1 h1 {
	background: url(../img/step1.png) no-repeat left center;
}
#step2 h1 {
	background: url(../img/step2.png) no-repeat left center;
}
#step3 h1 {
	background: url(../img/step3.png) no-repeat left center;
}
#step4 h1 {
	background: url(../img/step4.png) no-repeat left center;
}
#step1 h2, #step2 h2, #step3 h2, #step4 h2 {
	font-size: 2.5em;
	line-height: 1.2em;
	color: #0f86db;
	font-weight: 600;
	margin-bottom: 5px;
}
#BuyPlan h3 {
	padding: 5px 5px 0px 45px;
	margin-bottom: 20px;
	display:block;
	font-size: 2em;
	line-height: 1.2em;
	color: #0f86db;
	font-weight: bold;
	background: url(../img/my-checkmark-sm.png) no-repeat left center;
}
#BuyPlan h4 {
	padding: 5px 5px 0px 45px;
	margin-bottom: 20px;
	display:block;
	font-size: 1.75em;
	color: #105396;
	font-weight: bold;
}
#BuyPlan .productfeaturelist {
	margin: 0;
	padding: 0;
}
#PickPlan {
	width:540px;
	margin: 20px auto;
}
#Checkout-Form {
}
#BuyPlan {
	margin: 20px 0;
}

#calc-wrap {
	background-color: #fff;
	width: 500px;
	padding: 20px;
	margin:0;
}
#calc-wrap form table tr td {
	padding: 5px;
}
#calc-wrap p {
	color: #454545;
	font-size: 1.5em;
	margin-bottom: 3px;
	line-height:1.2em;
}
#calc-wrap .title {
	color: #105396;
	font-weight:600;
	font-size: 1.6em;
	margin-bottom: 3px;
}
#calc-wrap .answer-title {
	color: #105396;
	font-weight:600;
	font-size: 1.6em;
	margin-bottom: 3px;
}
#calc-wrap h4 {
	color: #454545;
	font-weight:600;
	font-size: 1.3em;
	margin: 10px 0 0 0;
}
#calc-wrap p.note {
	color: #454545;
	font-size: 1.2em;
	margin-bottom: 3px;
}
.no-input-border {
	width:180px;
	margin-top:0px;
	border: 1px solid #f2f2f2;
	padding:6px;
	background-color: #f2f2f2;
    font-family:Arial, Helvetica, sans-serif; 
	font-size:18px;
	font-weight: 400;
	color:#069;
	padding: 2px 4px;	
}
.no-input-border-num {
	width:40px;
	margin-top:0px;
	border: 1px solid #f2f2f2;
	padding:6px;
	background-color: #f2f2f2;
    font-family:Arial, Helvetica, sans-serif; 
	text-align:right;
	font-size:18px;
	font-weight: 400;
	color:#069;
	padding: 2px 4px;
}
.cat_textbox_num {
	height:18px;
	width:40px;
    border: 1px solid #999;
	padding: 5px;
	background-color:#FFF;
    font-family:Arial, Helvetica, sans-serif; 
	font-size:18px;
	font-weight:400;
	clear:both;
	color:#666;
}
.cat_dropdown_height {
	padding: 5px;
    border: 1px solid #999;
	background-color:#FFF;
    font-family:Arial, Helvetica, sans-serif; 
	font-size:18px;
	font-weight:400;
	clear:both;
	color:#069;
}
.wrap #step1-nav ul, .wrap #step2-nav ul, .wrap #step3-nav ul, .wrap #step4-nav ul {
	display: inline;
}
.wrap #step1-nav ul li, .wrap #step2-nav ul li, .wrap #step3-nav ul li, .wrap #step4-nav ul li {
	padding: 0px;
	float: left;
	margin: 0px;
}
#prod-large {
	width:400px;
	float: left;
	margin-left: 20px;
}
#buy-4mo {
	width:400px;
	float: left;
	margin-left: 40px;

}
#next-wrap {
	height: 40px;
	margin:0;
	padding:0;
}
#next-wrap2 {
	height: 40px;
	margin:0;
	padding:0;
}
#step3-wrap {
	background-color: #fff;
	width: 500px;
	padding: 20px;
	margin:0;
}
#step3-wrap p {
	color: #454545;
	font-size: 1.5em;
	margin-bottom: .75em;
}
#step3-wrap .title {
	color: #105396;
	font-weight:600;
	font-size: 1.6em;
	margin-bottom: 3px;
}
#step3-wrap .shout {
	color: #105396;
	font-weight:600;
	margin-bottom: 3px;
}
#step3-wrap .call-now {
	margin-top:0px;
	padding:6px;
    font-family:Arial, Helvetica, sans-serif; 
	font-size:18px;
	font-weight: 600;
	color:#de6000;
	padding: 2px 4px;
}
#step3-wrap h4 {
	color: #454545;
	font-weight:600;
	font-size: 1.3em;
	margin: 10px 0 0 0;
}
#step3-wrap p.note {
	color: #454545;
	font-size: 1.2em;
	margin-bottom: 3px;
}
#buy-wrap {
	background-color: #fff;
	padding: 20px;
	margin: 0 20px 0 0;
}
#buy-wrap h1 {
	padding:0;
	margin-bottom: 5px;
	font-size: 2.0em;
	color: #de6000;
	font-weight: bold;
	background: none;
}
#buy-wrap h2 {
	padding:0;
	margin-bottom: 2px;
	font-size: 1.75em;
	color: #105396;
	font-weight: bold;
	background: none;
}
.buy-title-sub {
	font-size: .7em;
	color: #105396;
}
#buy-wrap h3 {
	padding: 0;
	margin: 0;
	font-size: 1.5em;
	color: #036;
	font-weight: 400;
	background: none;
}
#buy-wrap h4 {
	margin-bottom: 8px;
	padding:6px;
    font-family: Helvetica, Arial, sans-serif; 
	font-size:1.5em;
	font-weight: 600;
	color:#666;
}
#buy-wrap h5 {
	padding:0;
	margin: 0;
	font-size: 1.75em;
	color: #105396;
	font-weight: bold;
	background: none;
}
.H3666 {
	color:#666;
}
#buy-wrap .r4.shout {
	margin-top: 5px;
	padding: 2px 4px;
    font-family: Helvetica, Arial, sans-serif; 
	font-size:1.5em;
	font-weight: 600;
	color:#de6000;
	float:left;
}
#buy-wrap .dashed {
border-bottom:1px dashed #0f86db;
margin: 10px 0;
padding:0;
}
#payment-wrap {
	background-color: #fff;
	padding: 20px;
	margin: 0 20px 20px 0;
}
#payment-wrap h1 {
	padding:0;
	margin-bottom: 5px;
	font-size: 2.0em;
	color: #de6000;
	font-weight: bold;
	background: none;
}
#payment-wrap h2 {
	padding:0;
	margin-bottom: 2px;
	font-size: 1.75em;
	color: #105396;
	font-weight: bold;
	background: none;
}
#payment-wrap h3 {
	padding: 0;
	margin: 0;
	font-size: 1.5em;
	color: #036;
	font-weight: 400;
	background: none;
}
#payment-wrap h4 {
	margin-bottom: 0px;
	padding:4px;
    font-family: Helvetica, Arial, sans-serif; 
	font-size:1.5em;
	font-weight: 600;
	color:#666;
}
#pay-now {
	padding: 10px;
	background: #649400 url(../img/bg/green-buy-div.png) repeat-x top left;
}
#pay-now p {
	font-size: 1.75em;
	font-weight: 600;
	color: #FFF;
	padding: 0;
	margin-bottom: 5px;
}
#pay-now p .price {
	font-size: 2.5em;
}
#buy-pop {
	display:none;
	position:absolute;
	top:150px;
	left:50%;
	width: 400px;
	padding:20px;
	margin-left:-220px;
}
#buy-pop #close-buy-form {
	position: absolute;
	top: -12px;
	right: -12px;
}
#cat-sm-wrap {
	width: 250px;
	padding: 10px;
	margin: 10px;
	float:left;
}
#cat-sm-backup-wrap {
	width: 400px;
	padding: 10px;
	margin: 10px;
	float:left;
}
.buy-title-sub {
	font-size: .7em;
	color: #105396;
}
#cat-sm-box h1, #cat-price-box h1 {
	padding:0;
	margin-bottom: 0;
	font-size: 2em;
	color: #105396;
	font-weight: bold;
	background: none;
}
#cat-sm-box h2, #cat-price-box h2 {
	padding: 5px 0 0 0;
	font-size: 1.5em;
	color: #fff;
	font-weight: 400;
	background: none;
}
#cat-price-box h2 .shout {
	margin-top: 5px;
	font-size: 1.25em;
	font-style:italic;
	font-weight:600;
	}
#cat-sm-box h3, #cat-price-box h3 {
	margin-bottom: 8px;
	padding:6px;
    font-family: Helvetica, Arial, sans-serif; 
	font-size:1.5em;
	font-weight: 600;
	color:#666;
}
#cat-sm-box h4, #cat-price-box h4 {
	padding:0;
	margin: 0;
	font-size: 1.75em;
	color: #105396;
	font-weight: bold;
	background: none;
}
#cat-sm-box h5, #cat-price-box h5 {
	padding:0;
	margin-bottom: 5px;
	font-size: 1.5em;
	color: #105396;
	font-weight: 600;
	background: none;
}
#cat-sm-box .r4.shout {
	margin: 0 0 15px 0;
	display:block;
	background: #fff;
	padding: 4px 6px;
    font-family: Helvetica, Arial, sans-serif; 
	font-size:1.5em;
	font-weight: 600;
	color:#de6000;
	float:left;
}
#cat-sm-box .dashed {
border-bottom:1px dashed #0f86db;
margin: 10px 0;
padding:0;
}
#cat-sm-box {
	padding: 10px;
	margin: 10px;
	background: #649400 url(../img/bg/green-buy-div.png) repeat-x top left;
}
#cat-price-box {
	padding: 20px;
	background: #649400 url(../img/bg/green-buy-div.png) repeat-x top left;
}
#cat-price-box img:hover {
	cursor:pointer;
}
#cat-sm-box p, #cat-price-box p {
	font-size: 1.75em;
	font-weight: 600;
	color: #FFF;
	padding: 0;
	margin-bottom: 0px;
}
#cat-sm-box p.price, #cat-price-box p.price {
	font-size: 3em;
	margin: 0px 0 10px 0;
}
#faq-form h1 {
	display: block;
	width: 880px;
	color:#105396;
	font-size:2.75em;
	font-weight:bold;
	margin: 10px 0 -40px 10px;
}	
#cat-sm-box ul {
	margin: 0 0 15px 0;
	padding:0;
}
#cat-sm-box ul li {
	font-size: 1.25em;
	color: #fff;
}
#cat-sm-box .pay-opt, #cat-price-box .pay-opt {
	font-size: 1.25em;
	font-weight: 600;
	color: #fff;
	font-style:italic
}
#cat-price-box .retail {
	margin: 15px 0 0 0;
	color: #ddd;
	font-size: 1.25em; 
	font-weight: 400; 
	font-style:italic;
}
#cat-price-box .payjust {
	margin: 5px 0;
	font-size: 1.75em; 
	font-weight: 600; 
}
#payment-wrap h4 .shout {
	font-size: 1.25em;
	font-weight: 600;
	color: #999;
	font-style:italic
}
#catCartDetails .cartLink {
	padding: 5px 5px 0px 45px;
	margin-bottom: 20px;
	display:block;
	font-size: 2em;
	line-height: 1.2em;
	text-decoration:underline;
	color: #0f86db;
	font-weight: bold;
	background: url(../img/my-checkmark-sm.png) no-repeat left center;
}
#catCartDetails .cartLink:hover {
	text-decoration: none;
}
tr .bill-dupe ul {
	padding-left: 0;
}
tr .bill-dupe ul li {
	list-style:none;
	display: inline;
	color: #0068b2;
	font-size: 1.1em;
}
#the-diet h2 {
	color: #105396;
	font-size: 1.8em;
}
#contact-map {
	padding: 10px;
	background-color: #eee;
}
#contact-map .gmap a {
	font-size: 1.2em;
	color: #036;
	background-color: #eee;
	margin-top: 10px;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}
#contact-map .gmap a:hover {
	text-decoration: underline;
}
.about-info-title.dashed h2 {
border-bottom:1px dashed #778899;
padding-bottom: 5px;
}
.vid-demo {
	display:none;
	background-color:#eee;
	width:700px;
	height:585px;
	overflow:hidden;
	position: absolute;
	z-index:600;
	left: 50%;
	top:170px;
	margin-left:-350px; 
	margin-top:0; 
	padding:20px;
	-moz-border-radius: 20px;
	-khtml-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}
.vid-demo2 {
	display:none;
	background-color:#eee;
	width:700px;
	height:585px;
	overflow:hidden;
	position: absolute;
	z-index:600;
	left: 50%;
	top:10px;
	margin-left:-350px; 
	margin-top:0; 
	padding:20px;
	-moz-border-radius: 20px;
	-khtml-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}
.vid-shown {
	display:block;
	background-color:#fff;
	width:700px;
	margin:0 auto; 
	padding:20px;
	-moz-border-radius: 20px;
	-khtml-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}
.vid-demo iframe, .vid-demo2 iframe {
    width:700px;
    height:561px;
    margin-left:0;
    margin-top:-16px;   
    border:0;
 }
 .close-demo {
	 position:absolute;
	 display:block;
	 z-index:500;
	 top:585px;
	 left:50%;
	 height:20px;
	 width:100px;
	 padding:0;
	 margin:0 0 0 270px;
 }

#col-testimonials .test-author {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	line-height:1.25em;
	font-weight: bold;
	color: #113533;
}
.webform tbody tr td p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #036;
	margin:0;
	padding:0;
}
#col-testimonials #col-test1 h1 {
	color: #369;
	font-size:1.5em;
	line-height:1.25em;
}

.why-title h2 {
	padding:7px 0; 
	margin:0; 
	font-size: 1.75em; 
	font-weight: bold; 
	color: #687990; 
	line-height:120%;
}
.why-info p {
	font-size:1.6em;
	font-weight:normal;
	line-height:115%;
	color:#7b7b7b;
	text-align:justify;
}
#Product {
	color:#CCC;
}
#Product h2 {
	color:#687990;
	margin-bottom: 8px;
}
#Product #product-HL {
	padding: 0px;
	float: left;
	width: 280px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
}
.product-HL ul {
	margin: 0px;
	padding-left: 20px;
	list-style-type: square;
}
.prod-HL-list {
	font-size: 1.15em;
	color: #bbcfe3;
	line-height:1.25em;
}
.product-HL ul li {
	font-size: 1.25em;
	color: #f2f2f2;
	margin: 0 0 10px 0;
	padding: 0px;
	list-style-type: square;
}
#Product #product-video {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 360px;
}
.product-intro p {
	font-size: 1.25em;
	color: #CCC;
	
}
#iframe-wrap{
	width:900px;
	height:820px;
	overflow:hidden;
	margin-left:0px;
}
#iframe-solo{
	width:700px;
	height:585px;
	overflow:hidden;
	margin:0 auto;
}
#iframe-wrap iframe {
	position:absolute;
	top:0px;
	left:0px;
	z-index:100;
    width:900px;
    height:820px;
    margin-left: 0px;
    margin-top:0px;   
    border:0;
 }
#blocker h1 {
	color: #FFF;
	margin: 0px;
	padding: 100px 0 0 0;
}
#faq-list ul {
	padding:0;
	margin:0;
}
#faq-list ul li a {
	margin:0;
	width: 600px;
	padding: 5px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	color: #003366;
	list-style-type: none;
	text-decoration:none;
	display:block;
}
#faq-list ul li a:hover {
	color: #687990;
}

#col-testimonials {
	display: block;
}

#learn-more {
	padding: 0;
	margin:0;
}
#learn-more a {
	font-size: 13px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	color: #666;
	text-decoration:none;
}
#learn-more a:hover    {
	color: #465f9c;
}
.arrow2 {
	font-size: 16px;
	margin: 0px;
	padding-left: 5px;
	color: #78aa12;
	font-weight: normal;
	text-decoration:none;
}.product-big-img {
	float: right;
	padding:0 0 10px 20px;
}
#prod-p {
	margin: 0px;
	padding: 0px;
	width: 300px;
	float:left;
}
/**/

#right-col .newsletter-form h3 {
	padding-left:5px;
	color: #369;
	font-size:1.5em;
	line-height:1.25em;
	font-weight:600;
}
#col-test1 .col-quote {
	font-size: 1.3em;
	color: #0f6b71;
	line-height: 1.25em;
}
#drs-banner2 {
	position:relative;
	background-color: #04152F;
	background-image: url(../img/drs/head2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 100px;
	width: 960px;
}
#contact-l {
	margin: 0px;
	padding: 0px;
	width: 330px;

}
input.cat_textbox,
select.cat_category,
select.cat_dropdown,
textarea.cat_listbox,
select.cat_dropdown,
select.cat_listbox {
	width:220px;
    border: 1px solid #999;
	padding: 5px;
	background-color:#FFF;
    font-family:Arial, Helvetica, sans-serif; 
	font-size:1.5em;
	clear:both;
	color:#666;
}
.webform td {
	line-height:22px;
	padding:5px;
	}
.form label, .webform label, .radio-label {
font-size: 1.25em;
color: #0F6B71;
margin-bottom: 5px;
}
