/*---------------------------------------------------------------- | Base */
body, html{
	background: #FFFFFF;
	text-align: center;
	font: 12px "Trebuchet MS", Arial, sans-serif;
	font-weight: bold;
	line-height: 22px;
	color: #808080;
	height: 100%;
}
*{
	margin: 0;
	padding: 0;
}
img.image{
	border-width: 0px;
	text-decoration: none;
}
a img{
	border: 0px;
}
/*---------------------------------------------------------------- | Text */
/*------------------------------------------- | Sizes */
span.header_small{
	font-size: 12px;
}
span.header_medium{
	font-size: 13px;
}
span.header_large{
	font-size: 18px;
}
span.newstitle{
	font-size: 14px;
	display: block;
	width: 385px;
	color: #70AED7;
	padding-bottom: 3px;
}
/*------------------------------------------- | Colors */
span.grey{
	color: #808080;
}
span.light_grey{
	color: #CCCCCC;
}
span.green{
	color: #ABCC7A;
}
span.green_bold{
	color: #ABCC7A;
	font-weight: bold;
}
span.blue{
	color: #70AED7;
}
span.blue_bold{
	color: #70AED7;
	font-weight: bold;
}
span.red{
	color: red;
}
/*------------------------------------------- | Paragraphs */
p{
	line-height: 22px;
	margin: 20px 0 20px 0;
	padding: 0 55px 0 0;
	font-weight: bold;
}
p.caption {
	font: 10px "Trebuchet MS", Arial, sans-serif;
	margin: 0px;
	padding: 0px;
}
p.homepage_tellmemore{
	font: 10px "Trebuchet MS", Arial, sans-serif;
	line-height: 22px;
	margin: 0px;
	padding: 0px;
}
p.news{
	font-size: 10px;
	margin: 0px 0 -10px 0;
	padding: 0px;
}
/*------------------------------------------- | Headers */
h1.content_header{
	font-size: 18px;
	width: 450px;
	padding: 0;
	margin: 30px 0 20px 0;
}
h1.content_subheader{
	font-size: 14px;
	margin: 20px 0 10px 0;
	padding: 0px;
}
h1.italic_title{
	font-size: 13px;
	font-style: italic;
	font-weight: bolder;
	line-height: 26px;
	padding: 0 45px 0 0;
	margin: 30px 0 20px 0;
	color: #70AED7;
}
/*------------------------------------------- | Links */
/*---------------------- | Default */
a {
	color: #70AED7;
}
a:visited {
	color: #9ECDEC;
}
a:hover {
	color: #CCCCCC;
}
/*---------------------- | Larger */
a.larger {
	font-size: 12px;
}
/*---------------------- | More (Homepage News Section) */
a.more {
	font-size: 10px;
	color: #ABCC7A;
	float: right;
}
a.more:visited {
	color: #ABCC7A;
}
a.more:hover {
	color: #CCCCCC;
}
/*---------------------- | Homepage Trial */
a.homepage_10daytrial{
	position: absolute;
	width: 150px;
	height: 110px;
	right: 25px;
	top: 0px;
}
/*------------------------------------------- | Lists */
ul.textlist{
	font-size: 10px;
	list-style: square;
	padding: 0 0px 0 30px;
}
ul.textlist li{
	padding: 5px 0px 5px 6px;
	color: #D8D8D8;
}
/*---------------------------------------------------------------- | Structure */
div.main_position{
	width: 788px;
	height: auto;
	margin: 0px auto 0px auto;
	text-align: left;
}
div.main_container{
	position: relative;
	float: left;
	width: 788px;
	height: auto;
	background: url(images/maincontainer_bg.gif) repeat-y;
}
div.main_header{
	float: left;
	width: 788px;
	height: 147px;
	background: url(images/header.jpg) no-repeat;
}
div.rollover{
	position: absolute;
	width: 403px;
	height: 47px;
	right: 35px;
	top: 65px;
}
div.main_left{
	float: left;
	width: 298px;
}
div.main_right{
	float: left;
	width: 450px;
	padding-left: 40px;
	background: url(images/content_header.jpg) no-repeat;
}
div.main_right_products{
	float: left;
	width: 400px;
	padding-left: 40px;
	padding-right: 50px;
	background: url(images/content_header.jpg) no-repeat;
	overflow: hidden;
}
div.main_right_products table{
	float: left;
}
div.main_footer{
	float: left;
	width: 788px;
	height: 32px;
	background: url(images/footer.jpg) no-repeat;
	text-align: center;
	padding: 60px 0 0 0;
	background-color: #FFFFFF;
}
div.main_header_content{
	float: left;
	width: 788px;
	height: 124px;
}
div.main_navigation{
	float: left;
	width: 788px;
	height: 23px;
}
div.header_mybasket{
	position: absolute;
	right: 4px;
	top: 13px;
	width: 100px;
	height: 37px;
}
div.header_mybasket a{
	display: block;
	width: 100px;
	height: 37px;
	background: url(images/button_mybasket_header.jpg) no-repeat;
	background-position: 0 0px;
}
/*------------------------------------------- | Page Numbering */
div.pagenumber{
	float: left;
	width: 450px;
	height: 12px;
	margin-top: 40px;
	margin-bottom: 20px;
}
div.pagenumber a{
	color: #808080;
}
div.pagenumber a:visited{
	color: #CCCCCC;
}
div.pagenumber a:hover{
	color: #CCCCCC;
}
div.pagedirection{
	float: left;
}
div.pagenumbering_label{
	float: left;
	width: 40px;
}
ul.pagenumbering{
	float: left;
	list-style: none;
	padding: 0 5px 0 5px;
}
ul.pagenumbering li{
	float: left;
	width: 10px;
	text-align: center;
}
/*------------------------------------------- | Input Forms */
div.input_section{
	float: left;
	width: 450px;
	padding-bottom: 10px;
}
div.input_section_label{
	float: left;
	width: 80px;
	text-align: right;
	padding-top: 0.1em;
	padding-right: 20px;
}
div.input_section_input{
	float: left;
	width: 295px;
}

/*-------------------------------------- | Section Labels */
div.pagesection_blank{
	float: left;
	width: 298px;
	height: 160px;
	background: url(images/pagelabel_blank.jpg) no-repeat;
}
div.pagesection_about{
	float: left;
	width: 298px;
	height: 160px;
	background: url(images/pagelabel_about.jpg) no-repeat;
}
div.pagesection_community{
	float: left;
	width: 298px;
	height: 160px;
	background: url(images/pagelabel_community.jpg) no-repeat;
}
div.pagesection_products{
	float: left;
	width: 298px;
	height: 160px;
	background: url(images/pagelabel_products.jpg) no-repeat;
}
div.pagesection_newsletter{
	float: left;
	width: 298px;
	height: 160px;
	background: url(images/pagelabel_newsletter.jpg) no-repeat;
}
div.pagesection_newsandbooking{
	float: left;
	width: 298px;
	height: 160px;
	background: url(images/pagelabel_newsandbooking.jpg) no-repeat;
}
div.pagesection_contact{
	float: left;
	width: 298px;
	height: 160px;
	background: url(images/pagelabel_contact.jpg) no-repeat;
}
div.pagesection_links{
	float: left;
	width: 298px;
	height: 160px;
	background: url(images/pagelabel_links.jpg) no-repeat;
}
/*-------------------------------------------- | Main Navigation */
ul.header_navigation{
	float: left;
	list-style: none;
	padding: 0 0 0 54px;
}
ul.header_navigation li{
	float: left;
}
/*----------------------------------- | Home */
ul.header_navigation li.home{
	width: 73px;
	height: 23px;
}
ul.header_navigation li.home a{
	display: block;
	width: 34px;
	height: 23px;
	background: url(images/button_home.gif) no-repeat;
	background-position: 0px -46px;
}
ul.header_navigation li.home a:hover{
	background-position: 0px -23px;
}
ul.header_navigation li.home a.selected{
	background-position: 0px 0px;
}
/*----------------------------------- | About */
ul.header_navigation li.about{
	width: 74px;
	height: 23px;
}
ul.header_navigation li.about a{
	display: block;
	width: 35px;
	height: 23px;
	background: url(images/button_about.gif) no-repeat;
	background-position: 0px -46px;
}
ul.header_navigation li.about a:hover{
	background-position: 0px -23px;
}
ul.header_navigation li.about a.selected{
	background-position: 0px 0px;
}
/*----------------------------------- | Community */
ul.header_navigation li.community{
	width: 104px;
	height: 23px;
}
ul.header_navigation li.community a{
	display: block;
	width: 65px;
	height: 23px;
	background: url(images/button_community.gif) no-repeat;
	background-position: 0px -46px;
}
ul.header_navigation li.community a:hover{
	background-position: 0px -23px;
}
ul.header_navigation li.community a.selected{
	background-position: 0px 0px;
}
/*----------------------------------- | Products */
ul.header_navigation li.products{
	width: 89px;
	height: 23px;
}
ul.header_navigation li.products a{
	display: block;
	width: 50px;
	height: 23px;
	background: url(images/button_products.gif) no-repeat;
	background-position: 0px -46px;
}
ul.header_navigation li.products a:hover{
	background-position: 0px -23px;
}
ul.header_navigation li.products a.selected{
	background-position: 0px 0px;
}
/*----------------------------------- | Newsletter */
ul.header_navigation li.newsletter{
	width: 99px;
	height: 23px;
}
ul.header_navigation li.newsletter a{
	display: block;
	width: 60px;
	height: 23px;
	background: url(images/button_newsletter.gif) no-repeat;
	background-position: 0px -46px;
}
ul.header_navigation li.newsletter a:hover{
	background-position: 0px -23px;
}
ul.header_navigation li.newsletter a.selected{
	background-position: 0px 0px;
}
/*----------------------------------- | News and Booking */
ul.header_navigation li.newsandbooking{
	width: 130px;
	height: 23px;
}
ul.header_navigation li.newsandbooking a{
	display: block;
	width: 91px;
	height: 23px;
	background: url(images/button_newsandbooking.gif) no-repeat;
	background-position: 0px -46px;
}
ul.header_navigation li.newsandbooking a:hover{
	background-position: 0px -23px;
}
ul.header_navigation li.newsandbooking a.selected{
	background-position: 0px 0px;
}
/*----------------------------------- | Contact */
ul.header_navigation li.support{
	width: 85px;
	height: 23px;
}
ul.header_navigation li.support a{
	display: block;
	width: 46px;
	height: 23px;
	background: url(images/button_support.gif) no-repeat;
	background-position: 0px -46px;
}
ul.header_navigation li.support a:hover{
	background-position: 0px -23px;
}
ul.header_navigation li.support a.selected{
	background-position: 0px 0px;
}
/*----------------------------------- | Links */
ul.header_navigation li.links{
	width: 62px;
	height: 23px;
}
ul.header_navigation li.links a{
	display: block;
	width: 23px;
	height: 23px;
	background: url(images/button_links.gif) no-repeat;
	background-position: 0px -46px;
}
ul.header_navigation li.links a:hover{
	background-position: 0px -23px;
}
ul.header_navigation li.links a.selected{
	background-position: 0px 0px;
}
/*------------------------------------------------ | Sub Navigation */
/*-------------- | Sub Navigation - Links */
ul.subnavigation li a.normal{
	display: block;
	font: 14px "Trebuchet MS", Arial, sans-serif;
	color: #999A9A;
	text-decoration: none;
	font-weight: bold;
	padding: 0 0 0 60px;
	width: 200px;
	height: 19px;
}
ul.subnavigation li a.normal:visited{
	color: #999A9A;
	padding: 0 0 0 60px;
	width: 200px;
	height: 19px;
}
ul.subnavigation li a.normal:hover{
	color: #70AED7;
	padding: 0 0 0 60px;
	width: 200px;
	height: 19px;
	background: url(images/arrow_green.gif) no-repeat;
	background-position: 25px 3px;
}
ul.subnavigation li a.selected{
	display: block;
	font: 14px "Trebuchet MS", Arial, sans-serif;
	color: #999A9A;
	text-decoration: none;
	font-weight: bold;
	color: #ABCC7A;
	padding: 0 0 0 94px;
	width: 166px;
	height: 19px;
	background: url(images/arrow_grey.gif) no-repeat;
	background-position: 60px 3px;
}
ul.subnavigation li a.selected:hover{
	color: #ABCC7A;
	padding: 0 0 0 94px;
	width: 166px;
	height: 19px;
	background: url(images/arrow_grey.gif) no-repeat;
	background-position: 60px 3px;
	cursor: default;
}
ul.subnavigation li a.sublink{
	display: block;
	font: 12px "Trebuchet MS", Arial, sans-serif;
	color: #999A9A;
	text-decoration: none;
	font-weight: bold;
	padding: 5px 0 0 94px;
	width: 166px;
	height: 18px;
}
ul.subnavigation li a.sublink_selected{
	display: block;
	font: 12px "Trebuchet MS", Arial, sans-serif;
	color: #70AED7;
	text-decoration: none;
	font-weight: bold;
	padding: 5px 0 0 94px;
	width: 166px;
	height: 18px;
}
ul.subnavigation li a.sublink:hover{
	color: #CCCCCC;
}
/*------ | Sub Navigation - Structure */
ul.subnavigation{
	float: left;
	list-style: none;
	width: 298px;
}
ul.subnavigation li{
	float: left;
	width: 200px;
	margin-bottom: 20px;
}
/*---------------------------------------------------------------- | Individual Pages */
/*-------------------------------------| Homepage */
div.homepage_main_left{
	float: left;
	width: 348px;
	height: 514px;
	background: url(images/homepage_leftpanel.jpg) no-repeat;
}
div.homepage_main_signup{
	position: absolute;
	bottom: 38px;
	left: 110px;
	width: 207px;
	height: 100px;
}
div.homepage_main_signup .input{
	width: 203px;
}
div.homepage_main_signup_input{
	float: left;
	width: 200px;
	height: 35px
}
div.homepage_main_signup_button{
	float: left;
	text-align: right;
	width: 207px;
	height: 21px;
	padding-top: 4px;
	
}
div.homepage_main_tellmemore{
	position: absolute;
	width: 175px;
	height: 110px;
	top: 252px;
	left: 25px;
}
div.homepage_tellmemore_link{
	float: left;
	width: 100px;
	padding-left: 60px;
}
div.homepage_main_right{
	float: left;
	width: 440px;
}
div.homepage_main_flash{
	float: left;
	width: 440px;
	height: 195px;
	background: url(images/homepage_flashbg.jpg) no-repeat;
}
div.homepage_main_newsntrial{
	position: relative;
	float: left;
	width: 440px;
	height: 121px;
	background: url(images/homepage_newsntrial.jpg) no-repeat;
}
div.homepage_main_news{
	float: left;
	width: 440px;
	height: 198px;
	background: url(images/homepage_newsbg.jpg) no-repeat;
}
div.homepage_main_allproducts{
	float: left;
	width: 112px;
	height: 31px;
	padding: 22px 0 0 25px;
}
div.newsarticle{
	float: left;
	width: 387px;
	height: 75px ;
	padding: 0 25px 10px 24px;
}
div.homepage_main_footer{
	float: left;
	width: 788px;
	height: 10px;
	text-align: center;
	padding: 5px 0 0 0;
	background-color: #FFFFFF;
}
/*------------------------------------------- | About */
div.about_section{
	float: left;
	width: 410px;
	padding-bottom: 20px;
	padding-right: 40px;
}
div.about_cfandme{
	float: left;
	width: 140px;
	height: 190px;
}
div.about_cfandme_trial{
	float: left;
	width: 190px;
	height: 240px;
}
div.about_riskfree_right{
	float: right;
	width: 155px;
	height: 130px;
	padding-right: 50px
}
div.about_pamkathy_beginning{
	float: left;
	width: 400px;
	text-align: center;
	padding-right: 40px;
	padding-bottom: 10px;
	margin-top: 20px;
}
div.about_samplelesson{
	text-align: center;
	float: left;
	width: 380px;
	padding-right: 50px;
	padding-bottom: 25px;
}
div.samplelesson_section{
	float: left;
	width: 450px;
	padding-bottom: 20px;
}
div.samplelesson_icon{
	float: left;
	width: 120px;
}
div.samplelesson_label{
	float: left;
	width: 320px;
	padding-top: 10px;
}
/*------------------------------------------- | Community */
div.community_section{
	float: left;
	width: 450px;
}
div.community_friendz_section{
	float: left;
	width: 410px;
	padding-bottom: 20px;
	padding-right: 40px;
}
div.community_friendz_halfsection{
	float: left;
	width: 190px;
	padding: 0 3px 40px 4px;
}
div.community_friendz_halfsection_description{
	float: left;
	width: 190px;
	padding-top: 10px;
}
div.community_friendz_section img{
	float: left;
}
div.community_friendz_postcard{
	float: left;
	width: 155px;
	padding-bottom: 20px;
	padding-left: 20px;
}
div.community_friendz_postcard_image{
	float: left;
	width: 227px;
}
div.community_friendz_postcard_caption{
	float: left;
	width: 217px;
	padding-left: 10px;
	font-style: italic;
	font-size: 10px;
}
div.community_quote_picture{
	float: left;
	width: 175px;
	padding-top: 15px;
}
div.community_quote_quote{
	float: left;
	width: 270px;
}
div.community_greatidea_picture{
	float: left;
	width: 170px;
}
div.community_greatidea_supplies{
	float: left;
	width: 275px;
	padding-bottom: 5px;
}
div.community_greatidea_suppliesicons{
	float: left;
	width: 40px;
	height: 20px;
}
div.community_greatidea_supplieslabel{
	float: left;
	width: 195px;
	height: 16px;
	padding-top: .30em;
	padding-left: 5px;
}
/*------------------------------------------- | Products*/
div.products_fullspan_section{
	float: left;
	width: 420px;
	padding-bottom: 30px;
}
div.products_fullspan_section_center{
	float: left;
	width: 400px;
	padding-right: 50px;
	padding-bottom: 30px;
	text-align: center;
}
div.products_10day_nestedright{
	position: absolute;
	top: 500px;
	right: 40px;
}
div.products_fullspan_section img{
	float: left;
}
div.products_index_textbox{
	float: left;
	width: 220px;
	padding-right: 20px;
}
div.product_trialquestion_container{
	float: left;
	width: 400px;
	padding-right: 50px;
}
/*--------------------------------- | Cart*/
div.products_navigation{
	float: left;
	width: 420px;
	height: 25px;
	text-align: right;
	padding-right: 30px;
	padding-top: 5px;
}
div.main_right_products table{
	width: 400px;
}
div.products_message{
	float: left;
}
div.products_error_message{
	float: left;
}
td.messageStackError{
	background-color: #FFD9D9;
	font: 10px "Trebuchet MS", Arial, sans-serif;
	padding: 10px;
}
div.info_shoppingcart{
	float: left;
	width: 300px;
	margin: 0 20px 0 20px;
	text-align: left;
}
td.pageHeading{
	font-size: 18px;
	padding: 40px 0 20px 0;
	color: #ABCC7A;
	background-color: none;
}
div.product_subcategory{
	float: left;
	width: 50%;
	height: auto;
	margin: 0px auto 0px auto;
	padding-bottom: 20px;
	text-align: center;
}
div.product_subcategory_section{
	float: left;
	width: 100%;
	text-align: center;
}
td.horizontal_line{
	height: 10px;
	background: url(images/checkout_line.gif) repeat-x;
}
/*------------------------------------------- | News and Booking*/
div.newsbooking_section{
	float: left;
	width: 450px;
	height: 190px;
}
div.newsbooking_left{
	float: left;
	width: 150px;
	height: 160px;
}
div.newsbooking_right{
	float: left;
	width: 275px;
}
/*------------------------------------------- | Contact*/
div.contact_information{
	float: left;
	width: 228px;
	padding-left: 70px;
}
div.contact_thankyou{
	padding-top: 200px;
	float: left;
	width: 395px;
	text-align: center;
	padding-bottom: 200px;
}
/*------------------------------------------- | Links*/
div.links_linkshare{
	float: left;
	width: 228px;
	padding-left: 45px;
}
