@charset "UTF-8";
#mwowucmessagesample {
	padding: 4px;
	height: 300px;
	width: 17.5em;
	border: 1px solid #66CC33;
	float: left;
	margin-top: 2px;
	margin-right: 0.5em;
	text-align: center;
}
#messagesampleintro {
	height: 300px;
	width: 17.5em;
	border: 2px groove #999999;
	float: right;
	padding-top: 2px;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}
.thrColElsHdr   #mwowucselections {
	float: left;
	width: 16.5em;
	text-align: center;
	height: 50px;
	margin-bottom: 0px;
	border: 2px groove #65CA33;
	margin-right: 0em;
	padding-left: 0px;
	margin-top: 0px;
}
#ipodlineimagetext {
	float: left;
	height: 240px;
	width: 33.3em;
	padding-left: 0px;
	padding-right: 0px;
	border: 2px solid #5BA0D7;
	text-align: center;
	background-color: #FFFFFF;
}
#cubealarmclock {
	float: left;
	height: 185px;
	width: 11em;
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
}
.thrColElsHdr #Headline {
	padding-top: 0px;
	float: right;
	width: 42em;
	height: 35px;
	margin-top: 0px;
	padding-right: 0px;
	text-align: center;
	margin-bottom: 155px;
}
#thrColElsHdr  #container  #Lead   {
	text-align: left;
	display: block;
	float: left;
	width: 250px;
}
.thrColElsHdr #header h1 {
	font-size: 32px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
#HomeHeadLine {
	padding-top: 10px;
	padding-left: 0px;
	width: 36.9em;
	margin-bottom: 1px;
	float: left;
	text-align: center;
	margin-top: 1px;
	height: 71px;
	background-color: #5BA0D7;
	margin-right: 0px;
}
#OfferAction {
	height: 110px;
	width: 9.8em;
	text-align: center;
	float: right;
	background-color: #A8D845;
	margin-top: 1px;
	margin-bottom: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding-top: 10px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #113356;
	margin-top: 5px;
	font-weight: bold;
	margin-bottom: 7px;
	font-style: normal;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	color: #66CC66;
	margin-top: 0px;
	margin-bottom: 0px;
	font-style: normal;
}
.thrColElsHdr #musicplayer {
	height: 65px;
	width: 17.4em;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 10px;
	float: left;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: #996600;
	text-decoration: none;
	margin-top: 4px;
	margin-bottom: 0px;
}
h5 {
	margin-bottom: 2px;
	margin-top: 0px;
	font-size: 14px;
	margin-right: 0px;
	padding-right: 0px;
	color: #3399FF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.thrColElsHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #333333;
	font-size: 9px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
ul#footer_menu {
	margin:0;
	padding:0;
	list-style:none;
	text-align: center;
}
#footer_menu li  {
	font-size:0.9em;
	font-family:Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	float:left;
	display:inline;
	line-height:1em;
	margin-right:30px;
	padding-right:20px;
	border-right:1px #ccc solid;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}
ul#footer_menu  li a    {
	color:#333333;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
ul#footer_menu li.last {
	border-right:none;
	margin:0;
	padding:0;
}	
ul#footer_menu li a:hover {
	text-decoration:underline;
	color:#333333;
}		
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.thrColElsHdr  #container  #sideb  {
	float: left;
	width: 800px;
}
.thrColElsHdr  #container  #sideb  {
	height: 300px;
	width: 175px;
}
ul.FooterNAVHorizontal {
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	height: 12px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	display: inline;
	margin-right: 20px;
	margin-left: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
ul.FooterNAVli {
	list-style-type: none;
	font-size: 12px;
	position: relative;
	text-align: center;
	width: 8em;
	float: left;
	height: 8px;
	padding-bottom: 10px;
	padding-top: 1px;
	margin-top: 25px;
}
ul.FooterNAV ul {
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
}
ul.FooterNAV a {
	cursor: pointer;
	background-color: #FBDB04;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 1px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 0.7em;
	padding-right: 1em;
	padding-bottom: 0.7em;
	padding-left: 1em;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #FFFF33;
	border-left-color: #FFFF33;
	text-align: center;
}
ul.FooterNAV a:hover, ul.FooterNAV a:focus {
	background-color: #FFFFFF;
	color: #333333;
	border-left-width: 0px;
	margin-bottom: 0px;
	padding-bottom: 10px;
}
.thrColElsHdr #container #header logoimg {
	float: left;
	height: 112px;
	width: 151px;
}
#choicesbox {
	width: 11em;
	margin-left: 0px;
	text-align: center;
	margin-top: 0px;
	height: auto;
	margin-right: 2px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #5BA0D7;
}
#Center {
	text-align: center;
	margin-top: 20px;
	padding-top: 10px;
	height: 175px;
	float: left;
	width: 25em;
}
#LeadHeadlineLeft {
	text-align: left;
	float: left;
	width: 32em;
}
#HighlightsLeft {
	width: 12em;
	text-align: center;
	margin-top: 20px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	float: left;
	padding-top: 10px;
	height: 385px;
	border: 1px solid #333333;
}
#headshot {
	height: 240px;
	width: 256px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	float: left;
}
.thrColElsHdr #clocksmwowucselect {
	float: left;
	width: 7.2em;
	text-align: center;
	height: 155px;
	margin-bottom: 0px;
	border: 2px solid #6C9DFA;
	margin-right: 6px;
	padding-right: 4px;
	padding-left: 4px;
	background-color: #CFFFA4;
}
.thrColElsHdr   #clocksmwellwuc {
	float: left;
	width: 9em;
	text-align: center;
	height: 170px;
	margin-bottom: 0px;
	border: 2px solid #E395E3;
	margin-right: 4px;
	padding-right: 4px;
	padding-left: 4px;
	background-color: #FFFFFF;
	margin-top: 14px;
	color: #000000;
}
#productbanner {
	float: left;
	width: 55.4em;
	margin-bottom: 5px;
	background-color: #FFFFFF;
}
#baseclockmsgpkg {
	float: left;
	height: 175px;
	width: 30em;
	padding-left: 0px;
	padding-right: 0px;
	border: 2px solid #5BA0D7;
	text-align: left;
	background-color: #F6F6B3;
}
.producth5 {
	margin-bottom: 0px;
	margin-top: 0px;
	font-size: 13px;
	margin-right: 0px;
	padding-right: 0px;
	color: #333333;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.thrColElsHdr #clocksmwowucselect {
	float: left;
	width: 9em;
	text-align: center;
	height: 170px;
	margin-bottom: 0px;
	padding-right: 4px;
	padding-left: 4px;
	background-color: #FFFFFF;
	margin-top: 14px;
	color: #000000;
}
.thrColElsHdr  #addedmsgcselectl {
	width: 7.2em;
	text-align: center;
	height: 155px;
	margin-bottom: 0px;
	border: 2px solid #6C9DFA;
	margin-right: 6px;
	padding-right: 4px;
	padding-left: 4px;
	background-color: #CFFFA4;
	float: left;
}
.thrColElsHdr #addedmsgcselectrt {
	width: 9em;
	text-align: center;
	height: 170px;
	margin-bottom: 0px;
	padding-right: 4px;
	padding-left: 4px;
	background-color: #FFFFFF;
	float: left;
	color: #000000;
	border: 2px solid #E395E3;
}
.thrColElsHdr #addedmsgcselectlft {
	width: 9em;
	text-align: center;
	height: 170px;
	margin-bottom: 0px;
	padding-right: 4px;
	padding-left: 4px;
	background-color: #FFFFFF;
	float: left;
	color: #000000;
	border: 2px solid #66CC66;
}
#productimage {
	width: 11em;
	height: 95px;
	float: left;
	margin-top: 0px;
	padding-top: 0px;
	padding-left: 2px;
}
hr {
	color: #E395E3;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 14px;
}
#hrgreen {
	color: #66CC66;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 14px;
}
.thrColElsHdr #option {
	height: auto;
	width: 16em;
	text-align: center;
	float: right;
	margin-left: 2px;
	margin-bottom: 2px;
	padding-left: 10px;
	margin-top: 4px;
}
.thrColElsHdr #selectionleft {
	width: 8em;
	text-align: center;
	float: right;
	height: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.thrColElsHdr #selectionright {
	width: 8em;
	float: right;
	text-align: center;
}
#ipodmessages {
	float: left;
	width: 5em;
}
#ipodiphonemsgs {
	float: left;
	width: 4em;
	margin-right: 3px;
}
#standalone {
	float: left;
	width: 25em;
	margin-right: 4px;
}
#ipoddockclock {
	float: left;
	width: 36.6em;
	height: auto;
}
#ipodlininclock {
	float: right;
	width: 25em;
	margin-right: 4px;
}
#ipoddockclockimage {
	float: left;
	width: 10em;
	height: 200px;
	text-align: center;
}
#workprogramlogo  {
	height: auto;
	width: 26em;
	text-align: left;
	float: left;
	margin-bottom: 15px;
	border: 2px solid #A8D847;
	padding-left: 4px;
}
#categorytxt {
	padding: 4px;
	float: left;
	height: 75px;
	width: 15em;
}
#programname {
	float: left;
	height: 20px;
	width: 14em;
}
#2monthsoption {
	float: left;
	height: 60px;
	width: 16em;
	margin-bottom: 15px;
	border: 2px solid #FF9933;
}
.thrColElsHdr #buynowmonth1 {
	width: 12em;
	text-align: left;
	float: right;
	margin-top: 4px;
}
.thrColElsHdr #buynowmonth2 {
	width: 14em;
	text-align: left;
	float: left;
	border: 2px solid #A053EE;
	height: 30px;
	margin-bottom: 15px;
	padding-left: 10px;
	padding-top: 10px;
}
#wellnessprogramlogo {
	height: 40px;
	width: 26em;
	text-align: left;
	float: left;
	margin-bottom: 15px;
	border: 2px solid #A053EE;
	padding-left: 4px;
}
#powerthoughtsprogramlogo {
	height: 40px;
	width: 26em;
	text-align: left;
	float: left;
	margin-bottom: 15px;
	border: 2px solid #FF9933;
	padding-left: 4px;
}
.thrColElsHdr #standaloneoption {
	height: 175px;
	width: 8em;
	float: left;
	margin-bottom: 2px;
}
.thrColElsHdr #buynowcenter {
	width: 8em;
	text-align: center;
	float: left;
	margin-top: 5px;
}
#logoimages {
	float: left;
	height: 104px;
	width: 17.5em;
}
.thrColElsHdr #spanishselection {
	width: 5em;
	float: right;
	text-align: center;
	margin-left: 0.25em;
	margin-bottom: 4px;
	margin-top: 4px;
}
.thrColElsHdr #englishselection {
	width: 5em;
	text-align: center;
	float: left;
	height: auto;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}
#2monthsoptionwork {
	float: left;
	height: auto;
	width: 15em;
	margin-bottom: 15px;
	border: 2px solid #66CC66;
	padding-left: 10px;
}
#2monthsoptionwell {
	float: left;
	height: 40px;
	width: 15em;
	margin-bottom: 15px;
	border: 2px solid #A053EE;
	padding-left: 10px;
	margin-top: 10px;
}
#2monthsoptionpower {
	float: left;
	height: 40px;
	width: 15em;
	margin-bottom: 15px;
	border: 2px solid #FF9933;
	padding-left: 10px;
}
.thrColElsHdr #buynowmonth2work {
	width: 14em;
	text-align: left;
	float: left;
	border: 2px solid #A8D847;
	height: auto;
	margin-bottom: 15px;
	padding-left: 10px;
}
.thrColElsHdr #buynowmonth2well {
	width: 14em;
	text-align: left;
	float: left;
	border: 2px solid #FF9933;
	height: 40px;
	margin-bottom: 15px;
}
.thrColElsHdr #buynowmonth2power {
	width: 14em;
	text-align: left;
	float: left;
	border: 2px solid #FF9933;
	height: 30px;
	margin-bottom: 15px;
	padding-left: 10px;
	padding-top: 10px;
}
#ipodmessagestop {
	float: left;
	width: 55em;
	height: auto;
}
