﻿body  {
	background: #666666;
	margin: 0;  /*it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;  /*this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #144676;
	background-color: #0F3357;
	margin-top: 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	margin-bottom: 20px;
	background-repeat: repeat;
}
.twoColFixRtHdr #container {
	width: 852px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto marginFs (in conjunction with a width) center the page */
	border: 0px none #FFFFFF;
	/*text-align: left;  this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 100%;
} 
.twoColFixRtHdr #header {
	background: #DDDDDD;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 85px;
	width: 852px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	margin-top: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 360px;
	right: 0px;
	left: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-color: #2c71a9;
	color: #FFFFFF;
	border-top-width: 0px;
	border-right-width: 20px;
	border-bottom-width: 20px;
	border-left-width: thick;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	top: 0px;
	height: 2600px;
	margin-top: 120px;
}
.twoColFixRtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-bottom: 0;
	width: 852px;
} 

.twoColFixRtHdr #footerTop 
{
	padding: 0 10px 0 20px;
	background-color: #ffffff;
} 



.twoColFixRtHdr #footer 
{
	padding: 0 10px 0 20px;
	background-color: #144676;
} 


.twoColFixRtHdr #footerBttm {
	padding: 0 0 0 0;
	margin-bottom: 0;
	margin-top: 0;
	background-color: #144676;
} 

.twoColFixRtHdr #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 */
}
.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;
}
.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;
}


.styleSEOBAR {
	color: #FFFFFF;
	font-size: 7pt;
	font-weight: bold;
	
	
}


.style1 {
	font-size: 22px;
	font-family: "Times New Roman", Times, serif;
}
.style2 {font-size: 22px; }
.style7 {font-size: 20px; color: #FFCC33; }
.style8 {color: #144676}
.style14 {	font-size: 10pt;
	color: #FFFFFF;
}
.style3 {font-size: 20px}
.style17 {
	font-size: 7pt;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.style18 {
	color: #FFFFFF;
	font-size: 7pt;
	
	
}
.style19 {
	font-size: 7pt;
	color: #FFFFFF;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.style23 {
	font-size: 10pt;
	font-style: italic;
	font-weight: bold;
}
.style24 {font-size: 25px; font-weight: bold; }
.style25 {
	font-size: 12pt;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
}
.style26 {font-size: 18px; font-weight: bold; }
#23 {
	height: 150px;
	width: 500px;
}


.style30 {
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
}

.style31 {
	text-align:center;
	font-weight: bold;
	font-size: 14px;
	font-family:Geneva, Arial, Helvetica, sans-serif
	font-style:normal;
}


.stepsOFF {
  color:#d0e7f5;
  display:inline;
  padding:5px;
  font-weight:bold;
  font-size:12px;
  text-align:center;
}

.stepsON {
   color:#144776;
   display:inline;
   padding:5px;
   font-weight:bold;
   font-size:12px;
   text-align:center;
   text-decoration:underline;
}

.stepsFinished {
   color:#9c2e2d;
   display:inline;
   padding:5px;
   font-weight:bold;
   font-size:12px;
   text-align:center;
   text-decoration:underline;
}

.hdrRed 
{
    color:#9c2e2d;
    text-align:center;
}


.hdrRedTwo 
{
    font-size:12px;
	color:#9c2e2d;
    text-align:center;
}



.hdrRedThree 
{
    font-size:16px;
	font-weight:bold;
	color:#9c2e2d;
    text-align:center;
}




.RedText 
{
    color:#9c2e2d;
}
table 
{
    border-collapse:collapse;
	padding:0;
	margin:0;	
}

.boxHDR 
{
    border:1px solid #144776;
    background-color:#144776;
    width:660px;
    color:White;
    padding-bottom:10px;
    text-align:center;
	
}


.boxViral 
{
    background-color:#FFFFFF;
    width:660px;
    color:White;
    padding-bottom:0px;
    text-align:center;
	
}



.boxBody 
{
    border:1px solid #144776;
    background-color:#d0e7f5;
    width:645px;
    margin:auto;
}

.bottomBox 
{
    border:1px solid #144776;
    background-color:#d0e7f5;
    width:645px;
    padding:10px;
    text-align:left;
    margin:auto;
}

.bottomBoxHeader
{
    background-color:#144776;
    color:White;
    padding:10px;
    font-weight:bold;
    margin:auto;
}

.boxHDRV2
{
    border:1px solid #144776;
    background-color:#144776;
    width:591px;
    color:White;
    padding-bottom:10px;
    text-align:center;
    margin:auto;
}

.boxBodyV2
{
    border:1px solid #144776;
    background-color:#d0e7f5;
    width:591px;
    margin:auto;
	
	font-size:12px;
}

.boxContactUs
{
    border:1px solid #144776;
    background-color:#ffffff;
    width:591px;
    margin:auto;
}

.boxFAQs
{
    text-align:left;
    border:0px solid #144776;
    background-color:#ffffff;
    width:591px;
    padding:20px;
    margin:auto;
}




.boxFaqTopQuestions
{
   
    font-color:#3b7aab;
	font-weight:300;
	font-size:12px;
	text-align:left;
	font-style:normal;

}





.boxfaqTopQuestionText
{
    text-align:left;
    background-color:#772828;
    margin:auto;
}





.boxTESTIMONIALS
{
    text-align:center;
    border:0px solid #144776;
    background-color:#ffffff;
    width:700px;
    padding:0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}


.boxTextTESTIMONIALS
{
    text-align:center;
    border:0px solid #144776;
    background-color:#ffffff;
    width:700px;
    padding:25px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}




.bottomBoxV2
{
    border:1px solid #144776;
    background-color:#d0e7f5;
    width:571px;
    padding:10px;
    text-align:left;
    margin:auto;
}

.question 
{
    text-align:right;
    color:#144776;
    padding:5px;
    width:275px;
}
.question2
{
    text-align:right;
    vertical-align:top;
    color:#144776;
    padding:3px;
	
	padding-left:65px;
	
	width:275px;
    font-weight:600;
}
.question3
{
    text-align:right;
    color:#144776;
    padding:3px;
    width:170px;
    font-weight:600;
}
.question4
{
    font-size:11px;
	color:#144776;

}

.question5 /* not used yet */
{
    text-align:right;
    vertical-align:top;
    color:#144776;
    padding:3px;
	padding-left:65px;
	width:275px;
    font-weight:600;
}
.answer 
{
    text-align:left;
    color:#9c2e2d;
    padding:5px;
}
.answer2 
{
    text-align:left;
    color:#9c2e2d;
    padding:3px;
    font-weight:600;
}
.answer4 
{
    font-size:11px;
	color:#9c2e2d;
	
}
.textField 
{
    vertical-align:top;
    padding:5px;
    text-align:left;
}
.textField3
{
    vertical-align:top;
    padding:3px;
    text-align:left;
}
.star
{
    display:inline;
    color:#9c2e2d;
    padding-left:5px;
    vertical-align:top;
}
.homeRightSide 
{
    text-align:center;
    width:305px;
    background-color:#2c71aa;
    color:White;
    padding:8px;
    /*margin:auto;*/

}
.homeInnerHeader
{
    height:23px;
    background-image: url(/images/homeRightHeader_Inner.jpg); 
    text-align:center;
	font-weight:bold;
    padding-top:5px;
}
.homePageProduct
{
    height:206px;
    background-image: url(/images/ProductImageBackgroundMainV01a.jpg); 
    text-align:center;
    padding-top:7px;
    color:#71271a;
}
.orderOuterShell
{
    width:790px;
    margin:auto;
}
.orderHeadDark 
{
    width:372px;
    height:21px;
    background-image: url(/images/orderHeadDark.jpg); 
    text-align:center;
    padding-top:5px;
    color:#ffffff;
    float:left;
    font-weight:bold;
    font-size:14px;
}


.orderDetailPopUpHead 
{
    width:257px;
    height:10px;
    background-image: url(/images/orderDetailPopUpHeaderTop01.jpg); 
    text-align:center;
    padding-top:0px;
    color:#ffffff;
    float:left;
    font-weight:bold;
    font-size:14px;
}


.orderHeadLight 
{
    width:372px;
    height:21px;
    background-image: url(/images/orderHeadLight.jpg); 
    text-align:center;
    padding-top:5px;
    color:#FFFFFF;
    float:right;
    font-weight:bold;
    font-size:14px;
}
.orderMainProduct 
{
    border-width: 10px;
    border-color:#144677;
    border-style:solid;
    color:#ffffff;
    margin:0px;
    padding:0px;
    
}

.orderMainProduct2 
{
    border-width: 0px;
    border-color:#144677;
    border-style:solid;
    color:#ffffff;
    margin:0px;
    padding:0px;
    
}
.productLeftSide 
{
    width:395px;
    background-color:#2c71aa;
}


.orderPopUpRightSide
{
    width:257px;
    background-color:#2c71aa;
}


.productRightSide 
{
    width:395px;
    color:#ffffff;
    background-color:#2c71aa;
    text-align:left;
	
	padding:15px;
}
.productLeftSideV2
{
    width:395px;
    color:#144677;
    background-color:#144677;
}
.productRightSideV2
{
    width:395px;
    color:#144677;
    background-color:#144677;
}
a.orderLink1 
{
    font-size:11px;
	color:#144677;
    text-decoration:underline;
}
.orderLink2 
{
    color:red;
    text-decoration:underline;
}

.orderLink3 
{
    font-size:11px;
	color:#144677;
    text-decoration:underline;
}

.orderLink4 
{
    font-size:11px;
	color:#ed1c24;
    text-decoration:underline;
	font-weight:bold;
}



.testimonial {/* used for testimonials body text*/
	font-size: 12px;
	color:#144676;
	
	
background-color: #ececec;
width: 550px;
padding: 20px;
margin:auto;
	
}

.testimonialname {/* used for testimonials NAME CITY*/
	font-size: 10px;
	color:#9d2515;
	font-weight: bold;
	font-style: italic;
	
	
	background: url(/images/arrow.gif) 85px 0 no-repeat; /*50px 0 equals horizontal and vertical position of arrow. Adjust as desired (ie: 20px -5px).*/
padding-left: 58px;
padding-top: 1px;
margin-bottom: 2em;
font-size: 90%;
color: #9d2515;
	
}


.testimonialOrder {/* used for testimonials body text*/
	font-size: 12px;
	color:#144676;
	
	
background-color: #ffffff;
width: 650px;
padding: 0px;
	
	
}




.testimonialdivider
{
    width:500px;
    height:36px;
    text-align:center;
	/*background-image: url(/images/DividerOrnate_ImageV002Small.gif); */
    
    margin: auto;
	padding-top:0px;
    color:#ffffff;
}





.FAQ_Question 
{
    text-decoration:underline;
    color:#144677;
}

.FAQ_QuestionB 
{
    text-decoration:underline;
    color:#144677;
}

.FAQ_AnswerTitle
{
    font-size:16px;
    text-decoration:underline;
    color:#144677;
    font-weight:800;
}
.contactQuestion
{
    text-align:right;
    color:#144776;
    padding:3px;
    width:175px;
    font-weight:300;
}


.boxArticles
{
    text-align:center;
    border:0px solid #144776;
    background-color:#ffffff;
    width:591px;
    padding:0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}



.Article1 {/* used for Articles on Santas Workshop Page*/
	font-size: 12px;
	color:#144676;
}


.ArticleTitle {/* used for Articles on Santas Workshop Page*/
	text-align:left;
	font-weight:400;
	font-size: 18px;
	color:#a9211a;
}

.ArticleSubTitle {/* used for Articles on Santas Workshop Page*/
	text-align:left;
	font-weight:300;
	font-size: 10px;
	color:#144676;
}


.AffiliateText {/* used for Articles on Santas Workshop Page*/
	text-align:left;
	font-weight:300;
	font-size: 12px;
	color:#144676;
}


.linksDirectory {/* used for Articles on Santas Workshop Page*/
	text-align:center;
	font-weight:400;
	font-size: 13px;
	color:#295b81;
}





/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.commentbox{
background-color: #ececec;
width: 450px;
padding: 10px;
}

.commentfooter{
background: url(/images/arrow.gif) 20px 0 no-repeat; /*20px 0 equals horizontal and vertical position of arrow. Adjust as desired (ie: 20px -5px).*/
padding-left: 58px;
padding-top: 1px;
margin-bottom: 2em;
font-size: 90%;
color: #4A4A4A;
}






#headerNavigation{background-image:url(../images/background_header.jpg);height:27px;width:889px;margin:auto;text-align:center;background-repeat:no-repeat}
#headerNavigation h1{font-size:12px;color:white;height:27px;margin:0;padding:5px 15px 0 0;text-align:center;}
#headerNavigation h2{font-size:10px;height:27px;margin:0;padding:7px 0 0 0;text-align:center;}
#header1{color:white;height:27px;margin:0;text-align:center;}
#header2{color:white;height:27px;margin:0;text-align:center;}

.childLetterBox{width:645px;border:solid 1px #980e0e;border-top:0px;padding:10px;color:#000000}

.letterOFF{display:inline;float:left;width:90px;height:80px;padding:0 5px 0 5px;margin:0 5px 0 0;}
.letterOff .letterText{height:20px;font-size:10px;padding:5px 0 0 20px;}
.letterOff .letterText2{height:20px;font-size:12px;padding:0;font-weight:bold;}

.letterON{display:inline;float:left;width:90px;height:80px;padding:0 5px 0 5px;margin:0 5px 0 0;border:solid 1px #93a1ae;background-color:#e0eef7;}
.letterON .letterText{height:20px;font-size:10px;padding:5px 0 0 20px;}
.letterON .letterText2{height:20px;font-size:12px;padding:0;font-weight:bold;}

.letterUSED{display:inline;float:left;width:90px;height:80px;padding:0 5px 0 5px;margin:0 5px 0 0;border:solid 1px #e1b9b9;background-color:#f4f4f4;}
.letterUSED .letterText{color:#980c0d;height:20px;font-size:10px;padding:5px 0 0 20px;}
.letterUSED .letterText2{color:#980c0d;height:20px;font-size:12px;padding:0;font-weight:bold;}

.hr1{border-top:solid 1px #144776;width:500px;height:1px;}

.tipOn{color:#355BA4;}
.tipOff{display:none;}

.moreInformationOn{color:#144676;padding-left:10px;padding-right:10px;padding-bottom:10px;}
.moreInformationOff{display:none;}


.orderTextDetails{ /* order page small text underneath imagery. */
	float:left;
	display:inline;
	width:100px;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
	
}

.faqHeaders{
width:193px;
height:26px;
background-image:url(http://www.packagefromsanta.com/images/FAQ_Title_BkgrndImage_V001a.gif);
background-repeat: no-repeat;
}

.faqHeadersText{
font-size:14px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:bold; color:#FFFFFF; 
}

.stepsText{
color:#2c71aa;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
}

.homepageDescriptions{
text-align:center;
width:260px;
font-weight:bold;
font-size:11px;
margin: 0 auto;
}

.pricingText{
color:#346e3e;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
}



.pricingText2{
color:#083e6c;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
}






















.clickonimage
{
	text-align: center;
	color: #0d4a73;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	margin-bottom: 4px;
}

.fb-container
{
	height :107px;
	background-image: url('../images/orderpage/bg-order-chart-top.gif');
	background-position: left bottom;
	background-repeat: repeat-x;
	padding-bottom: 8px;
}

.fb-container table
{
	width: 100%;
	height: 100%;
}

.fb-container table td
{
	vertical-align: bottom;
	text-align: center;
}

.fb-container a img
{
	border: none;
}

.comparison-chart
{
	width: 100%;
	border: 0px;
	font-family: Arial, Helvetica, sans-serif;
	border-collapse: separate;
}

.comparison-chart th
{
	height: 50px;
	border: 2px #dbe4ec solid;
	border-top: none;
}

.comparison-chart th.col1
{
	background-color: #dbe4ec;
	border-left-width: 4px;
	color: #274e76;
	font-size: 11px;
	text-align: left;
	padding-left: 8px;
}

.comparison-chart th.col2
{
	background-color: #bda621;
	width: 117px;
}

.comparison-chart th.col3
{
	background-color: #559a10;
	width: 117px;
	border-right-width: 4px;
}

.comparison-chart th.col4
{
	background-color: #a12218;
	width: 167px;
	border-right-width: 6px;
	border-right-color: #a12218;
	border-bottom-color: #a12218;
	border-left-width: 0px;
}

.comparison-chart th.col4 div
{
	width: 167px;
	height: 50px;
	position: relative;
}

.comparison-chart th.col4 div img
{
	position: absolute;
	display: block;
	top: -12px;
	left: -7px;
}

.comparison-chart td
{
	height: 27px;
	border-color: #dbe4ec;
	border-style: solid;
	border-width: 3px 2px 3px 2px;
}

.comparison-chart td.col1
{
	border-left-width: 6px;
	background-color: #fefeff;
	color: #0d4a73;
	font-size: 11px;
	padding-left: 4px;
	text-align: left;
}

.comparison-chart td.col1 a
{
	color: #0d4a73;
}

.comparison-chart td.col2
{
	background-color: #fbfdfe;
}

.comparison-chart td.col2, .comparison-chart td.col3, .comparison-chart td.col4
{
	text-align: center;
}

.comparison-chart td.col3
{
	border-right-width: 4px;
	background-color: #f4fbfe;
}

.comparison-chart td.col4
{
	border-right-width: 6px;
	background-color: #b3251a;
	border-color: #a12218;
	border-left-width: 0px;
}

.comparison-chart td div.ordernow
{
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	margin-top: 16px
}

.comparison-chart td div.ordernow a
{
	color: #ffffff;
}

.comparison-chart td div.ordernow a.blinkWhite
{
	color: #ffffff;
}

.comparison-chart td div.ordernow a.blinkRed
{
	color: #b3251a;
}

.comparison-chart td div.special-pricing
{
	color: #a12615;
	font-weight: bold;
	font-size: 13px;
	margin-top: 28px;
	margin-bottom: 2px;
}

.comparison-chart td div.special-pricing2
{
	color: #a12615;
	font-weight: bold;
	font-size: 16px;
	margin-top: 24px;
}

.comparison-chart td div.price
{
	color: #274e76;
	font-size: 18px;
	padding-top: 4px;
	font-weight: bold;
}

.comparison-chart td div.price small
{
	font-size: 9px;
	font-weight: normal;
}

.comparison-chart .elf
{
	height: 164px;
	background-image: url('../images/orderpage/bd-elf2.gif');
	background-repeat: repeat-x;
	border: none;
}

.comparison-chart .elf div
{
	width: 265px;
	height: 162px;
	padding-top: 2px;
}

.comparison-chart .elf div img
{
	position: relative;
	display: block;
	margin: 0 auto;
}

.comparison-chart .gold-order
{
	height: 164px;
	background-image: url('../images/orderpage/bg-gold-ordernow.gif');
	border-top: none;
	border-bottom: none;
	vertical-align: top;
}

.comparison-chart .silver-gold
{
	height: 164px;
	background-image: url('../images/orderpage/bg-silver-ordernow.gif');
	border-top: none;
	border-bottom: none;
	vertical-align: top;
}

.comparison-chart .platinum-order
{
	height: 164px;
	background-image: url('../images/orderpage/bg-pat-ordernow.jpg');
	border: none;
	vertical-align: top;
}

.comparison-chart td.no-border-bottom
{
	border-bottom: none;
}

.comparison-chart .moneyback, .comparison-chart .counter
{
	height: 55px;
	background-color: #274e76;
	border: none;
	background-repeat: no-repeat;
	text-align: center;
	color: #FFFFFF;
}

.comparison-chart .moneyback
{
	background-image: url('../images/orderpage/bg-blue-corner-left.gif');
	background-position: left bottom;
	font-size: 12px;
	font-weight: bold;
}

.comparison-chart .counter
{
	background-image: url('../images/orderpage/bg-blue-corner-right.gif');
	background-position: right bottom;
	font-size: 14px;
}

/*-----2009 homepage start------*/
.s2009-main
{
	margin: 6px auto 0px 51px;
	width: 747px;
}
.s2009-main-top
{
	background-image: url('../images/2009_main-graphic-top.jpg');
	background-repeat: no-repeat;
	height: 32px;
	color: #ffffff;
	font-family: Georgia;
	font-size: 24px;
	padding-top: 12px;
}

.s2009-main-santa img
{
	display: block;
}

.s2009-main-cert
{
	width: 471px;
	float: left;
}

.s2009-main-cert img
{
	display: block;
}

.s2009-main-flash
{
	width: 262px;
	height: 179px;
	background-image: url('../images/2009_main-graphic-flash.jpg');
	background-repeat: no-repeat;
	float: left;
	padding: 14px 0px 0px 14px;
	text-align: left;
}

.s2009-main-steps
{
	width: 276px;
	height: 130px;
	background-image: url('../images/2009_main-graphic-steps.jpg');
	background-repeat: no-repeat;
	float: left;
	color: #ffffff;
	font-family: Verdana;
	position: relative;
}

.s2009-main-steps a
{
	color: #ffffff;
}

.s2009-main-steps a.present
{
	display: block;
	width: 60px;
	height: 60px;
	position: absolute;
	top: 65px;
	left: 13px;
}

.s2009-main-steps strong
{
	font-size: 14px;
}

.s2009-main-steps ol
{
	list-style: none inside none;
	margin: 0px;
	padding: 0px;
}

.s2009-main-steps ol li
{
	float: left;
	width: 33%;
}
			
.s2009-content-left
{
	width: 489px;
	background-image: url('../images/2009_moneyback-bg.jpg');
	background-repeat: no-repeat;
	background-position: 50px top;
	float: left;
}

.s2009-content-left-moneyback
{
	height: 76px;
	background-image: url('../images/2009_moneyback.jpg');
	background-repeat: no-repeat;
	background-position: 29px top;
	color: #2c71a8;
	text-align: right;
	padding-right: 38px;
	font-style: italic;
	font-size: 14px;
	padding-top: 5px;
}

.s2009-content-left-moneyback strong
{
	font-size: 23px;
	font-family: "Arial Black";
}

.s2009-content-right
{
	width: 361px;
	float: left;
	text-align: left;
}

.s2009-testimonials
{
	background-image: url('../images/2009_testimonials-left.jpg');
	background-repeat: no-repeat;
	background-position: 61px top;
	font-family: Arial, Helvetica, sans-serif;
}

.s2009-testimonial
{
	background-image: url('../images/2009_testimonials-bg.jpg');
	background-repeat: repeat-y;
	height: 122px;
	margin-left: 173px;
	margin-bottom: 3px;
	padding-left: 12px;
	padding-right: 8px;
	text-align: left;
	color: #1b4568;
	font-size: 12px;
}

.s2009-testimonial strong
{
	font-size: 13px;
}

.s2009-testimonial em
{
	font-size: 10px;
}

.s2009-testimonial span
{
	font-size: 4px;
}

.s2009-testimonial table
{
	text-align: left;
	vertical-align: middle;
	height: 100%;
	width: 100%;
}

.s2009-more-testimonials
{
	margin-left: 80px;
	color: #1b4568;
	font-size: 12px;
	padding-top: 2px;
}

.s2009-more-testimonials a
{
	color: #1b4568;
}

.s2009-content-left p
{
	text-align: left;
	margin: 30px 10px 0px 50px;
}

.us-canada-ph
{
	text-align: left;
	margin-left: 50px;
	margin-top: 35px;
}

.us-canada-ph img
{
	display: block;
	float: left;
	border: 0px;
}

.us-canada-ph div
{
	float: left;
	padding-top: 6px;
	padding-left: 8px;
}

.us-canada-ph strong
{
	font-size: 15px;
}

.us-canada-ph strong, .us-canada-ph a
{
	color: #174577;
}

.us-canada-ph strong em, .us-canada-ph
{
	color: #b90301;
}

/*-----2009 homepage end------*/


.op2009-redtop
{
	height: 26px;
	background-image: url('../images/red-top-bg.gif');
	background-repeat: no-repeat;
	background-color: #a21818;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	padding-top: 7px;
	padding-left: 166px;
	text-align: left;
}

.op2009-redtop img
{
	display: block;
	position: absolute;
	left: 80px;
	top: -22px;
}

#gold-package
{
	width: 220px;
	float: left;
	position: relative;
	padding-top: 161px;
}

#silver-package
{
	width: 247px;
	float: left;
}

#platinum-package
{
	width: 280px;
	float: left;
	text-align: left;
}

#gold-package #elf
{
	display: block;
	position: absolute;
	top: 3px;
	left: 40px;
}

#gold-package #arrow
{
	display: block;
	position: absolute;
	left: 200px;
	top: 2px;
}

#gold-package-wrap
{
	width: 190px;
	margin-left: 30px;
}

#silver-package-wrap
{
	width: 195px;
	margin-left: 40px;
}

#gold-package-top
{
	background-image: url('../images/gold-package-top.gif');
	background-color: #bda621;
	height: 10px;
	font-size: 0px;
}

#silver-package-top
{
	background-image: url('../images/silver-package-top.gif');
	background-color: #559a10;
	height: 11px;
	font-size: 0px;
}

#platinum-package-head
{
	height: 84px;
	padding-left: 11px;
}

#platinum-package-head img
{
	display: block;
}

#platinum-package-head2
{
	height: 47px;
	background-image: url('../images/platinum-package-animated2.jpg');
	background-repeat: no-repeat;
	background-position: 28px top;
	padding-top: 3px;
	font-size: 9px;
	color: #ffffff;
	text-align: center;
}

#platinum-package-head2 strong
{
	font-size: 17px;
	font-family: "Arial Black", Arial;
}

#gold-package-head
{
	height: 51px;
	border-left: 1px #cec469 solid;
	border-right: 1px #cec469 solid;
	border-bottom: 1px #d5c671 solid;
	background-color: #bda621;
	position: relative;
}

#silver-package-head
{
	height: 54px;
	border-bottom: 1px #92be66 solid;
	background-color: #559a10;
	position: relative;
}

#gold-package-head img
{
	position: absolute;
	left: 52px;
	top: -2px;
}

#silver-package-head img
{
	position: absolute;
	left: 42px;
	top: -6px;
}

#gold-package-body
{
	border-left: 1px #cec469 solid;
	border-right: 1px #cec469 solid;
	background-color: #f8f6e8;
	padding-top: 10px;
}

#silver-package-body
{
	border-left: 1px #559a10 solid;
	border-right: 1px #559a10 solid;
	background-color: #eef5e7;
	padding-top: 6px;
}

#platinum-package-body
{
	text-align: left;
}

#gold-package-bottom1, #silver-package-bottom1, #platinum-package-bottom
{
	border-left: 1px #cec469 solid;
	border-right: 1px #cec469 solid;
	background-color: #9e8214;
	height: 24px;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	padding-top: 8px;
}

#silver-package-bottom1
{
	background-color: #559a10;
	height: 23px;
	border: none;
}

#gold-package-bottom a, #silver-package-bottom a, #platinum-package-bottom a
{
	color: #ffffff;
}

#gold-package-bottom2
{
	background-image: url('../images/gold-package-bottom.gif');
	background-color: #9e8214;
	height: 10px;
	font-size: 0px;
}

#silver-package-bottom2
{
	background-image: url('../images/silver-package-bottom.gif');
	background-color: #559a10;
	height: 11px;
	font-size: 0px;
}

#platinum-package-bottom
{
	border: none;
	background-image: url('../images/platinum-package-bottom.jpg');
	height: 35px;
	width: 232px;
	margin-left: 28px;
	background-color: #a91206;
	font-size: 18px;
	text-align: center;
}

#gold-package-bottom, #silver-package-bottom
{
	background-image: url('../images/GoldBttn_02.jpg');
	height: 35px;
	background-color: #a91206;
	font-size: 18px;
	text-align: center;
	padding-top: 7px;
	background-color: #9e8214;
}

#silver-package-bottom
{
	background-image: url('../images/SilverBttn_02.jpg');
	background-color: #559a10;
}

#choose-step
{
	height: 76px;
	width: 400px;
	text-align: left;
	color: #1e5188;
	padding-left: 10px;
	position: relative;
}

#choose-step .choose1
{
	position: absolute;
	top: 12px; 
	/* top:30px; */
	left: -44px;
}

#choose-step .choose2
{
	position: absolute;
	font-size: 16px;
	font-weight: bold;
    top: 30px; 
	/*  top:47px; */
	left: -35px;
}

#choose-step .choose3
{
	position: absolute;
	font-size: 14px;
	font-weight: bold;
	color: #a91206;
	top: 50px;
	left: -28px;
}

#choose-step strong
{
	font-size: 22px;
	font-family: "Arial Black", Arial;
}

.more-details
{
	color: #174e8e;
	font-weight: bold;
	font-size: 11px;
	height: 30px;
	text-align: center;
}

#platinum-package-body .more-details
{
	background-image: url('../images/more-details-bg.gif');
	background-repeat: no-repeat;
	margin-left: 28px;
	width: 232px;
}

#platinum-package-body .more-details a
{
	color: #ffffff;
}

.more-details img
{
	vertical-align: text-bottom;
}

.more-details a
{
	color: #174e8e;
}

.billing_page_text
{
	float: left;
	width: 475px;
	margin-left: 0px;
	margin-top: 6px;
	margin-bottom: 10px;
	color: #e10000;
	text-align: left;
	font-size: 12px;
}

.billing_page_text strong
{
	font-size: 12px;
}



.letter-wrapper
{
	width: 670px;
	margin: 5px auto 0px auto;
	background-color: #d0e7f5;
	position: relative;
}

.letter-wrapper-top
{
	height: 20px;
	background-image: url('/images/letter-wrapper-top.gif');
}

.letter-wrapper-bottom
{
	height: 7px;
	background-image: url('/images/letter-wrapper-bottom.gif');
	font-size: 0px;
}

.letter-wrapper .santa
{
	width: 220px;
	height: 62px;
	text-align: right;
	float: left;
	padding-right:50px;
}

.letter-wrapper .child-name
{
	/*width: 450px;
	height: 62px;
	float: left;*/
	min-height: 62px;
	font-family: Verdana;
	color: #163345;
	font-size: 12px;
	background-image: url('/images/letter-santa.gif');
	background-repeat: no-repeat;
	background-position: 133px 0px;
	padding-left: 80px;
}

.letter-wrapper .child-name strong
{
	color: #cc0000;
	padding-top: 4px;
	padding-bottom: 4px;
	display: block;
	width: 320px;
	margin: 0 auto;
}

.letter-wrapper .child-name small
{
	font-size: 11px;
	display: block;
}

.letter-wrapper .letter-options
{
	padding: 2px 0px 0px 86px;
}

.letter-wrapper .letter-option
{
	float: left;
	margin-right: 26px;
	text-align: left;
	color: #000000;
	font-family: Verdana;
	font-size: 11px;
	position: relative;
}

.letter-wrapper .letter-option label
{
	text-decoration: underline;
}

.letter-wrapper .letter-option img
{
	display: block;
}

.letter-wrapper .letter-option label.image-label
{
	cursor: pointer;
	height: 81px;
	width: 73px;
	display: block;
	background-image: url('/images/new-letter-off.jpg');
}

.letter-wrapper .new-feature
{
	color: #174461;
	font-family: Verdana;
	text-align: left;
	font-size: 11px;
	padding-top: 12px;
	padding-left: 52px;
	margin-bottom: 4px;
}

.letter-wrapper .new-feature-2
{
	height: 97px;width: 355px;
	background-image: url('../images/new-feat-bg.png');
	position: absolute;
	left: 163px;
	top: 204px;
	z-index: 99;
	font-family: Verdana;
	color: #ffffff;
	padding-top: 10px;
}

.letter-wrapper .new-feature-2 strong
{
	color: #ffde47;
	font-size: 14px;
}

.letter-wrapper .new-feature-2 span
{
	color: #d0e7f5;
	font-size: 11px;
}

.letter-wrapper .letter
{
	width: 605px;
	height: 643px;
	background-image: url('/images/letter-bg.jpg');
	margin: 0 auto;
	padding-top: 135px;
	position: relative;
}

.letter-wrapper .letter textarea
{
	width: 477px;
	height: 468px;
	display: block;
	margin: 0 auto;
	background-color: transparent;
	overflow: hidden;
	/*border: 1px transparent solid;*/
	border: 1px #062b45 solid;
	text-align: left;
	font-family: Arial;
	font-size: 12px;
	padding: 10px;
}

.letter-wrapper .letter select
{
	display: block;
	position: absolute;
	top: 653px;
	left: 261px;
}

.letter-wrapper .what-to-write
{
	padding-left: 30px;
	padding-top: 5px;
	width: 280px;
	float: left;
}

.letter-wrapper .what-to-write img
{
	display: block;
	float: left;
}

.letter-wrapper .what-to-write .text
{
	float: left;
	font-family: Verdana;
	color: #11406c;
	font-size: 10px;
	text-align: left;
	padding-top: 6px;
	padding-left: 8px;
}

.letter-wrapper .what-to-write a
{
	color: #11406c;
}

.letter-wrapper .char-count
{
	float: left;
	width: 326px;
	text-align: right;
	color: #1d4c71;
	font-family: Verdana;
	font-size: 12px;
	padding-top: 14px;
}

.letter-wrapper .char-count input
{
	width: 34px;
	color: #1d4c71;
	font-family: Verdana;
	font-size: 12px;
	text-align: left;
	background-color: transparent;
	border: 1px transparent solid;
}

.continue-shopping
{
	padding-right: 100px;
	padding-top: 16px
}

.continue-shopping .red
{
	height: 29px;
	width: 29px;
	background-image: url('/images/checkbox-bg.gif');
	float: right;
	margin-left: 12px;
	margin-right: 20px;
}

.continue-shopping .red table
{
	width: 100%;
	height: 100%;
	vertical-align: middle;
}

/*--------------------------------------------*/

.affiliate-wrapper
{
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 12px;
}

.affiliate-banner
{
	background-color: #16497e;
	margin: 18px auto 0px auto;
	width: 714px;
}

.affiliate-banner-top
{
	background-image: url('../images/2009_affiliate_banner_top.gif');
	height: 10px;
	font-size: 0px;
}

.affiliate-wrapper-body
{
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	color: #ffffff;
}

.affiliate-wrapper-body em
{
	font-weight: normal;
	font-size: 18px;
}

.affiliate-banner-bottom
{
	background-image: url('../images/2009_affiliate_banner_bottom.gif');
	height: 9px;
	font-size: 0px;
}

.affiliate-icons
{
	margin: 14px auto 0px auto;
	width: 720px;
	background-image: url('../images/2009_affiliate_icons_bg.gif');
	background-repeat: repeat-y;
}

.affiliate-icon
{
	width: 180px;
	float: left;
}

.affiliate-icon img
{
	display: block;
	margin: 0 auto;
}

.affiliate-icon h4
{
	margin: 12px 0px 0px 12px;
	padding: 0px;
	text-decoration: underline;
	font-weight: bold;
	font-size: 12px;
}

.affiliate-icon p
{
	margin: 0px;
	padding: 8px 12px 12px 12px;
}

.affiliate-leftnav
{
	float: left;
	width: 221px;
	background-color: #16497e;
}

.affiliate-leftnav-top
{
	background-image: url('../images/2009_affiliate_leftnav_top.gif');
	height: 10px;
	font-size: 0px;
}

.affiliate-leftnav-bottom
{
	background-image: url('../images/2009_affiliate_leftnav_bottom.gif');
	height: 10px;
	font-size: 0px;
}

.affiliate-leftnav-body
{
	color: #ffffff;
}

.affiliate-leftnav-body h4
{
	margin: 0px 0px 2px 0px;
	padding: 0px;
	text-align: center;
	font-size: 16px;
}

.affiliate-leftnav-body img
{
	display: block;
	margin: 0 auto;
}

.affiliate-leftnav-body ul
{
	 margin: 0px 0px 8px 0px;
	 padding: 0px 0px 0px 28px;
	 list-style-position: outside;
}

.affiliate-leftnav-body ul li
{
	padding-top: 8px;
}

.affiliate-text
{
	float: left;
	width: 463px;
	padding-left: 16px;
}

.affiliate-get-started
{
	float: left;
	width: 264px;
}

.affiliate-get-started span
{
	color: #880808;
	font-family: "Arial Black";
	font-size: 18px;
	font-weight: bold;
}

.affiliate-get-started strong
{
	font-size: 13px;
}

.affiliate-get-started em
{
	font-size: 17px;
}

.affiliate-commission-junction
{
	float: left;
	width: 181px;
	margin-right: 21px;
	text-align: center;
	font-size: 11px;
}

.affiliate-shareasale
{
	float: left;
	width: 190px;
	text-align: center;
	font-size: 11px;
}

.affiliate-commission-junction a, .affiliate-shareasale a
{
	color: #4c798e;
}

.affiliate-commission-junction a img, .affiliate-shareasale a img
{
	border: 0px;
}

.clearboth
{
	clear: both;
}

/*--------------------------------------------*/

.viral
{
	height: 307px;
	width: 653px;
	background-image: url('../images/2009-rival-bg.jpg');
	background-repeat: no-repeat;
	background-position: center bottom;
	margin: 30px auto 0px auto;
	position: relative;
	color: #0157a4;
}

.email-form
{
	position: absolute;
	top: 123px;
	left: 317px;
	width: 316px;
	height: 111px;
	text-align: left;
	padding-top: 14px;
}

.email-form label
{
	display: block;
	font-weight: bold;
	float: left;
	padding: 2px 4px 2px 4px;
}

.email-form input
{
	display: block;
	float: left;
	border: 1px #71a0ca solid;
	width: 200px;
	height: 19px;
}

.email-form div
{
	clear: both;
	height: 14px;
	padding-left: 104px;
	font-size: 11px;
}

.viral-button
{
	display: block;
	position: absolute;
	top: 252px;
	left: 554px;
}

.viral .viewlink
{
	position: absolute;
	top: 267px;
	left: 370px;
	font-size: 11px;
}
	
.viral .viewlink a
{
	color: #94999e;
}

.viral .message
{
	font-family: 'Arial Black';
	font-size: 16px;
	padding-left: 142px;
	text-align: left;
}

.viral .message .name
{
	font-style: italic;
	color: #d71820;
}
	
.viral ul
{
	text-align: left;
	margin: 6px 0px 0px 230px;
	padding: 0px;
}

.viral ul li
{
	list-style-position: outside;
	list-style-image: url('../images/2009-rival-bullet.png');
}

.c_wrapper
{
	color: #144676;
}

.c_wrapper a
{
	color: #144676;
}

.c_print
{
	background-color: #144676;
	width: 252px;
	height: 38px;
	color: #ffffff;
	background-image: url('../images/printer-icon.gif');
	background-position: 9px center;
	background-repeat: no-repeat;
	text-align: left;
	padding-left: 54px;
	padding-top: 6px;
	margin: 0 auto;
}

.c_print a
{
	color: #ffffff;
}

.c_col1, .c_col2, .c_col3
{
	float: left;
	font-weight: bold;
	padding-top: 6px;
	height: 236px;
}

.c_col1
{
	width: 296px;
}

.c_col2
{
	width: 302px;
}

.c_col3
{
	width: 252px;
}

.c_col2, .c_col3
{
	border-left: 1px #134576 solid;
}

