/* -----------------------------------------
   basic defaults
----------------------------------------- */
body {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	font-size: 13px;
	background-color: #979587;
}
a img { border: none; }
a {
	color: #004ce5;
	text-decoration: underline;
}
a:hover { color: #000; }

label.error {
	color: red;
	font-style: italic;
	display: block;
	line-height: 1.8;
	margin-left: 5px;
	vertical-align: top;
}
/* -----------------------------------------
   page & content outline
----------------------------------------- */
#pagearea {
	width: 816px;
	margin: 0 auto;
	background: url(../images/pageShadow.gif);
}
#pagearea .pageend {
	width: 816px;
	height: 19px;
	background: url(../images/pageEnd.gif) no-repeat 0 0;
}
#contentWrapper {
	width: 774px;
	margin: 12px 0 0 21px;
	background: url(../images/mainBubbleBg.gif);
}
#contentWrapper .contentWrapperTop {
	width: 774px;
	background: url(../images/mainBubbleTop.gif) no-repeat top left;
}
#contentWrapper .contentWrapperBottom {
	width: 720px;
	padding: 27px;
	background: url(../images/mainBubbleBottom.gif) no-repeat bottom left;
}

/* -----------------------------------------
   header
----------------------------------------- */
#header {
	width: 800px;
	height: 136px;
	margin: 0 0 0 8px;
	background: url(../images/headerNoline.jpg) no-repeat 0 0;
}
#header .headerText {
	float: left;
	width: 540px;
}
#header h2 {
	float: left;
	width: 361px;
	height: 16px;
	margin: 7px 0 0 163px;
	background: url(../images/txtHeaderFix.gif) no-repeat 0 0;
	overflow: hidden;
	text-indent: -9999px;
	display: inline;
}
#header h1 {
	float: left;
	clear: left;
	margin: 13px 0 0 196px;
	width: 287px;
	height: 86px;
	background: url(../images/txtHeaderTitle.gif) no-repeat 0 0;
	overflow: hidden;
	text-indent: -9999px;
	display: inline;
}
#header h1.sixWeeks { background-image:url(../images/header6.gif); }
#header .quote {
	float:right;
	width:250px;
	padding:35px 10px 0 0;
	font-size:12px;
	line-height:17px;
	color:#585858;
}
.chat-box {
	width: 225px;
	height: 100px;
	float: right;
	margin: 31px 26px 0 0;
	font-family: Arial, Helvetica, sans-serif;
	background: url(../images/chat-box-bg.gif) no-repeat 0 0;
	display: inline;
}
.chat-box p.text {
	margin: 0;
	padding: 7px 0 0 0;
	text-align: center;
	color: #4e4607;
	font-size: 11px;
}
.chat-box .color {
	color: #fc5c1e;
}
.chat-box .liveperson {
	margin: 20px 0 0 56px;
}
.chat-box a.bbb {
	display: block;
	float: left;
	margin: 0 0 0 70px;
	width: 69px;
	height: 29px;
	background: url(../images/bbb.gif);
	display: inline;
}
.chat-box a.hacker {
	display: block;
	float: left;
	margin: 0 0 0 5px;
	width: 65px;
	height: 26px;
	background: url(../images/hacker-safe.gif);
	display: inline;
}

/* -----------------------------------------
   footer
----------------------------------------- */
#footer {
	width: 774px;
	margin: 12px 0 0 21px;
	background: url(../images/footerBg.gif);
}
#footer .footerTop {
	width: 774px;
	background: url(../images/footerTop.gif) no-repeat top left;
}
#footer .footerBottom {
	width: 720px;
	padding: 27px;
	background: url(../images/footerBottom.gif) no-repeat bottom left;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#footer p {
	padding: 0;
	margin: 11px 0 0 0;
}
#footer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}
#footer ul li {
	display: inline;
	padding: 0 5px 0 5px;
}

/* -----------------------------------------
   headlines & general elements
----------------------------------------- */
h1 {
	margin: 0 0 18px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #285dab;
	text-align: center;
}
h2 {
	margin: 0 0 14px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #285dab;
}
h1.nomargin, h2.nomargin {
	margin: 0;
}
h1.seperate { margin: 22px 0 18px 0; }

#contentWrapper p { line-height: 150%; }
ul.checks {
	margin: 12px 0;
	padding: 0;
	list-style-type: none;
}
ul.checks.bigindent {
	padding-left: 50px;
	padding-right: 50px;
}
ul.checks li {
	background: url(../images/check.gif) no-repeat 0 4px;
	margin: 7px 0;
	padding: 1px 0 1px 17px;
	line-height: 150%;
}

ol {
	margin: 12px 0;
	padding: 0 0 0 40px;
}
ol li {
	line-height: 150%;
	margin: 6px 0;
}

/* -----------------------------------------
   general classes
----------------------------------------- */
.clearfix:after {
	 content: ".";
	 display: block;
	 height: 0;
	 font-size: 0;
	 clear: both;
	 visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.clear { clear: both; }

.floatLeft { float: left; }
.floatRight { float: right; }
.floatLeft.insetImg { margin-right: 12px; }
.floatRight.insetImg { margin-left: 12px; }

.insetImg.border { border: 1px solid #000; }

.colorRed { color: #d72627; }
.colorBlack { color: #000; }
.colorBlue { color: #285dab; }
.center { text-align: center; }
.newsection { margin-top: 20px; }

/* -----------------------------------------
   bubble structure
----------------------------------------- */
.gradientBubble { width: 720px; }
.gradientBubble.short,
.gradientBubble.sht { background: #dce7ef url(../images/gradientBubbleShort.gif) repeat-x; }
.gradientBubble.med { background: #dce7ef url(../images/gradientBubbleMed.gif) repeat-x; }
.gradientBubble.long { background: #dce7ef url(../images/gradientBubbleLong.gif) repeat-x; }
.gradientBubbleTop {
	height: 16px;
	background: url(../images/gradientBubbleTop.gif) no-repeat 0 0;
}
.gradientBubbleBottom {
	height: 19px;
	background: url(../images/gradientBubbleBottom.gif) no-repeat 0 0;
}
.gradientBubbleContent {
	width: 662px;
	padding: 13px 29px 10px 29px;
	background: url(../images/gradientBubbleBorder.gif);
}

.level3Bubble {
	width: 400px;
	margin: 0 auto;
}
.level3Bubble .topRow { height: 16px; }
.level3Bubble .topRow .left {
	float: left;
	width: 25px;
	height: 16px;
	background: url(../images/bubble3tl.png) no-repeat 0 0;
}
.level3Bubble .topRow .right {
	float: left;
	width: 25px;
	height: 16px;
	background: url(../images/bubble3tr.png) no-repeat 0 0;
}
.level3Bubble .topRow .middle {
	float: left;
	width: 350px;
	height: 16px;
	background: url(../images/bubble3t.png) repeat-x;
}
.level3Bubble .leftBorder { background: url(../images/bubble3l.png) repeat-y top left; }
.level3Bubble .rightBorder { background: url(../images/bubble3r.png) repeat-y top right; }
.level3Bubble .bottomRow { height: 21px; }
.level3Bubble .bottomRow .left {
	float: left;
	width: 25px;
	height: 21px;
	background: url(../images/bubble3bl.png) no-repeat 0 0;
}
.level3Bubble .bottomRow .right {
	float: left;
	width: 25px;
	height: 21px;
	background: url(../images/bubble3br.png) no-repeat 0 0;
}
.level3Bubble .bottomRow .middle {
	float: left;
	width: 350px;
	height: 21px;
	background: url(../images/bubble3b.png) repeat-x;
}
.level3BubbleContent {
	margin: 0 25px;
	padding: 2px 5px;
	background: #e5ebf7;
}

.resizableBubble {
	margin: 0 auto;
	padding: 10px;
}
.resizableBubble .one {
	position: relative;
	top: -10px;
	left: -10px;
	background: url(../images/bubble3newtl.png) no-repeat top left;
}
.resizableBubble .two {
	position: relative;
	top: 20px;
	left: 20px;
	background: url(../images/bubble3newbr.png) no-repeat bottom right;
}
.resizableBubble .three {
	position: relative;
	top: -20px;
	background: url(../images/bubble3newtr.png) no-repeat top right;
}
.resizableBubble .four {
	position: relative;
	top: 20px;
	left: -20px;
	padding: 2px 9px 30px 23px;
	background: url(../images/bubble3newbl.png) no-repeat bottom left;
}
.resizableBubble.floatLeft { margin: 0 12px 2px 0; }
.resizableBubble.floatRight { margin: 0 0 2px 12px; }

.videoBox { width: 246px; }
.videoBoxTop {
	width: 246px;
	height: 18px;
	overflow: hidden;
	background: url(../images/videoBoxTop.png);
}
.videoBoxBottom {
	width: 246px;
	height: 22px;
	overflow: hidden;
	background: url(../images/videoBoxBottom.png);
}
.videoBoxContent {
	width: 210px;
	padding: 0 18px 1px 18px;
	background: url(../images/videoBoxBg.png);
}

.audioBox { width: 197px; }
.audioBoxTop {
	width: 197px;
	height: 13px;
	overflow: hidden;
	background: url(../images/audioBoxTop.png);
}
.audioBoxBottom {
	width: 197px;
	height: 14px;
	overflow: hidden;
	background: url(../images/audioBoxBottom.png);
}
.audioBoxContent {
	width: 165px;
	padding: 2px 19px 8px 13px;
	background: url(../images/audioBoxBg.png);
}

.testimonialBox {
	width: 448px;
	margin: 0 auto;
	background: url(../images/testimonialBg.gif);
}
.testimonialTop {
	width: 448px;
	background: url(../images/testimonialTop.gif) no-repeat top left;
}
.testimonialBottom {
	width: 388px;
	padding: 23px 30px 31px 30px;
	background: url(../images/testimonialBottom.gif) no-repeat bottom left;
}

.testimonialBox.short {
	width: 388px;
	margin: 0 auto;
	background: url(../images/testimonialBgShort.gif);
}
.testimonialBox.short .testimonialTop {
	width: 388px;
	background: url(../images/testimonialTopShort.gif) no-repeat top left;
}
.testimonialBox.short .testimonialBottom {
	width: 338px;
	padding: 23px 25px 31px 25px;
	background: url(../images/testimonialBottomShort.gif) no-repeat bottom left;
}
.testimonialBox.short .testimonialBottom.paddingfix {
	width: 358px;
	padding: 23px 17px 31px 13px;
}
.testimonialBox.short .testimonialBottom.paddingfix img { padding-left: 8px; }

.testimonialBox2 {
	width: 650px;
	margin: 0 auto;
	background: url(../images/testimonial2Bg.gif);
}
.testimonialTop2 {
	width: 650px;
	background: url(../images/testimonial2Top.gif) no-repeat top left;
}
.testimonialBottom2 {
	width: 590px;
	padding: 23px 30px 31px 30px;
	background: url(../images/testimonial2Bottom.gif) no-repeat bottom left;
}

/* -----------------------------------------
   bubble interiors & etc
----------------------------------------- */
.textContent { padding: 10px; }
.videoBox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	text-align: center;
	font-size: 12px;
}
#contentWrapper .videoBox p {
	margin: 8px 0 0 0;
	line-height: normal;
}
#contentWrapper .videoBox p small  {
	font-size: 11px;
	font-style: normal;
}
.audioBoxContent { font-family: Arial, Helvetica, sans-serif; }
.audioBoxContent .center { margin-top: 5px; }
#contentWrapper .audioBoxContent p {
	margin: 0;
	text-align: center;
	line-height: 17px;
}
.videoBox.floatLeft { margin: 0 12px 0 0; }
.audioBox.floatRight { margin: 10px 0 10px 12px; }
.audioBox.floatLeft { margin: 10px 12px 10px 0; }
.testimonialBox span {
	display: block;
	margin: 10px 0 0 0;
	font-weight: bold;
	text-align: right;
}
.gradientBubble .leftSide {
	float: left;
	width: 242px;
}
.gradientBubble .rightSide {
	float: left;
	width: 430px;
}

/* -----------------------------------------
   main page content
----------------------------------------- */
.introBox .gradientBubbleContent {
	width: 672px;
	padding: 8px 25px 5px 25px;
}
.videoShadow {
	width: 218px;
	height: 192px;
	margin: 0 0 5px 7px;
	padding: 0 0 0 1px;
	background: url(../images/topVideoShadow.png) no-repeat 0 0;
}
.quotebox {
	width: 199px;
	height: 140px;
	padding: 18px;
	background: url(../images/quoteBox.png) no-repeat 0 0;
}
#contentWrapper .quotebox p {
	margin: 12px 0 0 0;
	line-height: 18px;
	text-align: center;
}
#contentWrapper .quotebox p.quote {
	margin: 0;
	font-style: italic;
	text-align: left;
}
.freedvdbubble {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	line-height: 19px;
	width: 389px;
	height: 210px;
	padding: 16px 21px 0 16px;
	background: url(../images/freedvdbubble.png) no-repeat 0 0;
}
.freedvdbubble h1 { margin-bottom: 0; }
.emailBox {
	clear: both;
	margin: 0 auto;
	width: 668px;
	font-family: Arial, Helvetica, sans-serif;
}
.emailBoxTop {
	width: 668px;
	height: 141px;
	background: url(../images/emailTop.png);
}
.emailBoxBottom {
	width: 668px;
	height: 25px;
	background: url(../images/emailBottom.png);
}
.emailBoxContent {
	width: 608px;
	padding: 15px 30px 5px 30px;
	background: url(../images/emailBg.png);
}
.emailBox .windowtitle {
	display: block;
	float: left;
	width: 668px;
	padding: 7px 0 0 0;
	text-align: center;
}
.emailBox .to {
	display: block;
	float: left;
	margin: 64px 0 0 125px;
}
.emailBox .subject {
	display: block;
	clear: left;
	float: left;
	margin: 14px 0 0 125px;
}
h1.parts {
	margin-bottom: 2px;
	text-align: left;
	color: #000;
}
#contentWrapper p.parts {
	margin-top: 0;
}
.emailSignupBox {
	width: 259px;
	height: 119px;
	padding: 15px 0 0 14px;
	font-family: Arial, Helvetica, sans-serif;
	background: url(../images/emailSignupbox.gif) no-repeat 0 0;
}
.emailSignupBox.green { background: url(../images/emailSignupboxGreen.gif) no-repeat 0 0; }
.emailSignupBox label {
	display: block;
	padding-right: 14px;
	font-weight: bold;
	text-align: center;
}
.emailSignupBox .textbox {
	margin: 5px 0 8px 0;
	padding: 4px 2px 2px 2px;
	width: 230px;
	height: 15px;
	border: 1px solid #4d4d4d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #fbfbfb;
}
.emailSignupBox form { margin: 0; }
.emailSignupBox.floatRight { margin-left: 12px; }
.emailSignupBox.center { text-align: left; margin: 0 auto; }


/* -----------------------------------------
   upsell page content
----------------------------------------- */
#contentWrapper.registration p,
#contentWrapper.registration h4 {
	margin-right: 15px;
	margin-left: 15px;
}
ul.checks.upsell {
	margin: 12px 0;
	padding: 0;
	list-style-type: none;
}
ol.checks {
	margin: 12px 0 12px 30px;
	padding: 0;
	list-style-type: decimal;
	font-family: verdana;
}
ol.checks.bigindentred {
	padding-left: 50px;
	padding-right: 50px;
}
ol.checks li {
	background: no-repeat 0 104px;
	margin: 7px 0;
	padding: 1px 0 1px 17px;
	line-height: 150%;
}
ul.checks.bigindentred {
	padding-left: 50px;
	padding-right: 50px;
}
ul.checks.upsell li {
	background: url(../images/redcheck.png) no-repeat 0 4px;
	margin: 7px 0;
	padding: 1px 0 1px 17px;
	line-height: 150%;
}
.upsellquotebox {
	width: 199px;
	height: 216px;
	padding: 18px;
	background: url(../images/upquoteBox.png);
}
#contentWrapper .upsellquotebox p {
	margin: 12px 0 0 0;
	line-height: 20px;
	text-align: center;
}
#contentWrapper .upsellquotebox p.quote {
	margin: 0;
	font-style: italic;
	text-align: left;
}
.red {
	margin: 0 0 18px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FF0000;
	text-align: center;
}
.redsmall {
	margin: 0 0 18px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
	text-align: center;
}
.yellow {
	color: #000;
	background-color: #FFFF00;
}
.commentBox {
	width: 689px;
	margin: 0 auto;
	background: url(../images/commentBg.jpg);
}
.commentTop {
	width: 689px;
	background: url(../images/commentTop.jpg) no-repeat top left;
}
.commentBottom {
	width: 639px;
	padding: 18px 25px 26px 25px;
	background: url(../images/commentBottom.jpg) no-repeat bottom left;
}
h4 {
	margin: 0 0 18px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #285dab;
	text-align: left;
}
.input {
	width:200px;
	padding: 2px;
	border: 1px solid #4d4d4d;
	background-position:3px -250px;
	font-family: Arial, Helvetica, sans-serif;
	color:#000;
	font-size:13px;
}


#idEP {
	background-image: url(http://theultramindsolution.com/images/btnClose.png);
	background-position: right;
	background-repeat: no-repeat;
}
#idEPFrame {
	border: none;
}
#idDevEPOverlay
{
	position: absolute;
	background-color: black;
	top: 0;
	left: 0;
	z-index: 900;
	opacity: .0;
}
#idDevEPFrame
{
	position: absolute;
/*    top: 100px;*/
	z-index: 1000;
}

OBJECT {
	z-index: 0;
}