/* CSS Document */

body {
	margin:0;
	padding:0;
	background-color: #e9e8e3;
	background-repeat: repeat;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	color:black;
	font-size: 12px;
}

#header {
	margin: 9px 0px 0px 0px;
}

#headerUS {
	width: 820px;
	height: 126px;
	margin: 0 auto;
	background: url(/images/logo.png) no-repeat left top;
}
#headerCAN {
	width: 820px;
	height: 126px;
	margin: 0 auto;
	background: url(/images/logo.png) no-repeat left top;
}

#headerCAN-OLD {
	width: 823px;
	height: 100px;
	margin: 0 auto;
	background-image:url(/images/LogoHeaderCAN.gif);
	background-repeat:no-repeat;
	background-position:bottom center;
}

#container {
	width:820px;
	min-height:333px;
	margin:0 auto;
	background-image:url();
	background-repeat:repeat-y;
}


#container_foot{
	width:827px !important; /* !important for Firefox, Safari, etc. */
	width:827px;
	height:41px;
	margin:0 auto;
	margin-top:-40px !important;
	margin-top:-20px;
	background-image:url(../../images/BGContainerFoot.jpg);
	background-repeat:no-repeat;
}

#bg_image {
	margin: 0px;
	background-color: #edece8;
	border: none;
	width: 820px;
}



#headerUS #ConsultantInfo{
	position: relative;
	text-align:right;
	font-size:12px;
	width: 588px;
	margin: 0px;
	padding: 0px;
	float: right;
	height: 72px;
}
#headerCAN #ConsultantInfo{
	position: relative;
	text-align:right;
	font-size:12px;
	width: 588px;
	margin: 0px;
	padding: 0px;
	float: right;
	height: 72px;
}

#headerCAN-OLD #ConsultantInfo{
	position: relative;
	right: 80px;
	top: 10px;
	text-align:right;
	font-size:12px;
}

#ConsultantInfo{
	color: #789ab2;
}

#ConsultantInfo h1{
	font-size:14px;
	margin:0;
	color:#a29a93;
}

#ConsultantInfo a{
	text-decoration:none;
	color:#789ab2;
}

#ConsultantInfo a:hover{
	text-decoration:underline;
}

#TopNavSearch{
	position: relative;
	height: 14px;
	float: right;
	width: 588px;
	padding: 25px 0px 15px 0px;
}

#ws_search{
	position: relative;
	display: inline-block;
	float: right;
	height: 24px;
	top: -2px;
	text-align: right;
	padding: 0px 0px 0px 5px;
	width: 120px;
}

#ws_search a{
	text-decoration:none;
	color: #789ab2;
	font-weight: normal;
	font-size: 15px;
}
#ws_search a:hover{
	text-decoration:none;
}

ul#topnav{
	display:block;
	text-align:right;
	margin: 0px;
	padding: 0px;
	float: right;
	height: 54px;
	width: 460px;
}

ul#topnav li {
	display:inline;
	border-right:1px solid #726d68;
	padding:3px 4px;
}

ul#topnav li.last {
	border-right:0;
	color:black;
}

ul#topnav li a{
	font-size:11px;
	line-height: 13px;
	color:#333333;
	text-decoration:none;
	text-transform:uppercase;
	color:#a29a93;
}

ul#topnav li a:hover{
	text-decoration:underline;
	color:#726d68;
}

ul#secondnav{
	position: relative;
	display:block;
	text-align:right;
	list-style-image: none;
	list-style-type: none;
	padding: 0px;
	float: right;
	margin: 0px;
	clear: both;
}

ul#secondnav li {
	display:inline;
	border-right:1px solid #726d68;
	padding:0px 3px;
}

ul#secondnav li.last {
	border-right:0;
}

ul#secondnav li a{
	font-size:9px;
	line-height: 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#a29a93;
	text-decoration:none;
	text-transform:uppercase;
}

ul#secondnav li a:hover{
	text-decoration:underline;
}

ul#catnav {
	position: relative;
	text-align:left;
	height: 42px;
	line-height: 42px;
	list-style-image: none;
	list-style-type: none;
	padding: 0px 0px 0px 10px;
	margin: 0px;
	background: #726d68 url(/images/bg-nav-fill.gif) no-repeat center top;
}


ul#catnav li { 
	display: inline; 
	border:0;
	padding:0 15px;
}

ul#catnav li a {
	color:#444444;
	font-size:17px;
	line-height: 42px;
	text-decoration: none;
	border:0;
	vertical-align:top;
	padding:0px;
	text-transform:lowercase;
	color:#c3bbb3;
	font-weight: normal;
}

ul#catnav li a:hover{
	text-decoration:none;
	border-bottom:2px solid #726d68;
	color:#789ab2;
}


ul#catnav li a.current { 
 	color:#444444; 
	text-transform:uppercase;
	color:black;
}


#sub_nav {
	text-align:right;
}

#sub_nav ul {
	display:block;
	list-style-image: none;
	list-style-type: none;
	padding-right: 20px;
}

#sub_nav ul li {
	display:inline;
}

#sub_nav ul li a{
	font-size:9px;
	line-height: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color:#877568;
	text-decoration:none;
	text-transform:uppercase;
	padding:5px 5px 5px 5px;
	text-align:center;
	
}

#sub_nav ul li a:hover{
	text-decoration:underline;
}

#sub_nav ul li a.current{
	background-color:#F5F4F1;
}

#cart{
	width:130px;
	float:right;
	font-size:10px;	
	color:#a29a93;
	text-align:right;
	margin:8px 15px 0 0;
	display:none;
}

#cart a{	
	color:#789ab2;
	text-decoration:none;
	font-weight: normal;
}

#cart a:hover{
	text-decoration:none;
	color:#a29a93;
}

#search{
	float:right;
	width:250px;
	height:20px;
	margin:5px 22px 0 0 !important;
	margin:5px 12px 0 0;
	display:none;
	
}

#search a{
	color:#789ab2;
	text-decoration:none;
	text-transform:uppercase;
}

#search a:hover {
	text-decoration:none;
	color:#a29a93;
}

#content {
	width: 600px;
	margin: 0 auto !important;
	text-align: left;
	min-height: 325px;
}

#content a {
	text-decoration:none;
	color:#877568;
	font-weight:bold;
}

#content a:hover {
	text-decoration:underline;
}

#splash {
	min-height: 420px;
	width: 818px;
	text-align: left;
	margin: 0 auto;
	background: #edece8 url(/images/bg-nav-shadow.png) no-repeat center top;
	border: solid #726d68 1px;
}
#splash #template {
	padding: 10px 0px;
}

#splash #teasers {
	margin: 0px auto;
	width: 820px;
}

h1 {
	/* font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	color: #999999;
	font-weight: normal; */
	
	font-size: 24px;
	color: #5D3E24;
	font-weight: lighter;
}

h1.ConsInfo {

}

h2{
	margin-bottom:-5px !important;
	margin-bottom:0px;
	color:#666666;
	font-weight:normal;
	font-size:14px;
	line-height: 16px;
	
}


p {
	font-weight:normal;
	font-size:12px;
	line-height:17px;
	color: #666666;
}

small {
	font-size:10px;
	line-height:12px;
}

.small {
	font-size:10px;
	line-height:12px;
}


td p{
margin:0;
}

td {
	font-size:10px;
}



li {
	font-weight:normal;
	font-size:12px;
	line-height:17px;
	color: #666666;
	margin-bottom:4px;
}

.red {
	color:#A92525;
}

.regmark {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #888888;
	text-decoration: none;
	vertical-align: text-top;
}

.supportImage {
	float:right;
	margin:10px 20px 10px 10px;
}

#footer{
	text-align:left;
	width:820px;
	height:153px;
	margin:6px auto;
	padding: 30px 0px 0px 0px;
	position:relative;
	background: #726d68 url(/images/bg-footer-fill.gif) no-repeat center top;
}

#bc_footer_menu2 {
	margin:13px 5px 10px 10px !important;	
	float: left;
	width:180px !important;	
	text-transform:uppercase;
	color:white;
	
}
#bc_footer_menu3 {
	margin:13px 5px 10px 10px !important;	
	float: left;
	width:180px !important;	
      text-transform:uppercase;
}

#footer_menu1 {
	margin:8px 5px 10px 20px !important;
	margin:13px 5px 10px 10px;
	float: left;
	padding: 0 10px 0 10px;
	height:100px;
	text-align: center;
	width:170px !important;	
}


#footer_menu2 {
	margin:8px 5px 10px 10px !important;
	margin:13px 5px 10px 10px;
	float: left;
	width:180px !important;
}

#footer_menu3 {
	margin:8px 5px 10px 10px !important;
	margin:13px 5px 10px 10px;
	float: left;
	width:180px !important;	
}

#footer_menu4 {
	margin:8px 20px 10px 5px !important;
	margin:13px 10px 10px 5px;
	float: left;
	padding: 0 10px 0 10px;
	height:100px;
	text-align: center;
	width:170px !important;	
}


#footer h1{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:9px;
	line-height:9px;
	color:#333333;
	text-transform:uppercase;
	letter-spacing:1px;
}

#footer_menu1 h1{
	text-align: center;
}

#footer a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:10px;
	line-height:15px;
	color:#999999;
	color:black;
	text-decoration:none;
}

#footer a:hover{
	text-decoration:underline;
}

.product_image{
	float:right;
	margin:0 0 15px 10px;
	padding:10px 0 10px 0;
}

.product_tablerow{
	border-top:1px solid #999999;
	border-bottom:1px solid #999999;
}

.price{
	color:#a92525;
}

.teasers {
	font-size: 11px !important;
	font-size: 12px;
}

.teasers a{
	text-decoration: none;
	color: #5D3E24;
}

.teasers a:hover {
	text-decoration: underline;
}

.subhead{
	color:#666666;
	font-weight:normal;
	font-size:14px;
	
}

.SubHead_Blue{
	
	color:#666666;
	font-weight:normal;
	font-size:18px;
	line-height: 24px;
	margin-top: 5px;
	color:black;
}

#buzzArticale p {
	margin: 15px 0;
}

.tip {
	padding: 10px;
	background-color: #EAE8E3;
}

li.tip {
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
}

.breakout {
	width: 400px;
	margin: 0 auto;
	padding: 15px;
	background-color: #EAE8E3;
}




.breakoutRight {
	float: right;
	width: 200px;
	margin: 10px;
	padding: 15px;
	background-color: #EAE8E3;
}

.breakoutRight p {
	font-size: 14px;
	margin: 2px;
}

/* host a spa */

#hostaspa {
	width: 800px;
	margin: 0 auto;
}

#hostaspa h1{
	font-size: 42px;
	color: #4f7590;
	font-weight: lighter;
}

#hostaspa h2{
	color: #4f7590;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
}

#hostaspa h4{
	color: #5D3E24;
	font-size: 36px;
	line-height: 38px;
	font-weight: bold;
}

#hostaspa a{
	color: #CC6600;
	font-size: 16px;
}

#hostaspa p {
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 1.5em;
}

/* Opportunity */

#opportunity {
	width: 800px;
	margin: 0 auto;
}

#opportunity h1{
	font-size: 42px;
	color: #4f7590;
	font-weight: lighter;
}

#opportunity h2{
	color: #4f7590;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
}

#opportunity h4{
	color: #5D3E24;
	font-size: 36px;
	line-height: 38px;
	font-weight: bold;
}

#opportunity a{
	color: #CC6600;
	font-size: 16px;
}

#opportunity p {
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 1.5em;
}

#opportunity .breakout {
	background-color: #AED8FF;
}

#opportunity .breakout ul li{
	color: #333333;
}


#join p a {
}

#join p a:hover {
}


#opportunity .breakout a {
	color: #5D3E24;
}

#hostess_signin {
	width:300px;
	text-align:right;
	float:right;
	clear:both;
	margin:5px 35px !important;
	margin:15px 20px 0 30px;
}



.hostess_error {
	z-index: 20;
	float: right;
}


/* IFL */

.IFLstep {
	border-top: 1px solid #ECECEC;
	padding: 10px;
	clear: both;
}
#logobox {
	float: left;
	height: 126px;
	width: 230px;
}
#copyrightbox {
	color: #726d68;
	width: 820px;
	margin: 10px auto;
	text-align: right;
}
#fblink {
	padding-top: 10px;
}
#fblink a {
	color: #dbd7c9;
	text-decoration: none;
	line-height: 13px;
}
#fblink a:hover {
	text-decoration: none;
}
#fbtext {
	float: left;
	padding-top: 3px;
}
#fbicon {
	float: left;
	width: 33px;
	padding-left: 10px;
}
#clearbox {
	clear:both;
}
#clearbox h2{
	color: #4f7590;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
}
#joinus-box {
	width:800px;
	background-color:#4f7590;
	min-height:469px;
	margin:10px 0px;
}
#joinus-text {
	width:279px;
	float:left;
	padding: 165px 20px 0px 20px;
	background: #4f7590 url(/images/bg-joinus-header.gif) no-repeat center top;
}
#joinus-imgs {
	width:481px;
	float:right;
	background-color:#4f7590;
}
#joinus2-box {
	width:800px;
	margin:10px 0px;
	background-color: #dbd7c9;
}
#joinus2-left {
	width:157px;
	float:left;
	padding: 0px;
	background-color: #dbd7c9;
	text-align: center;
}
#joinus2-right {
	width:642px;
	float:left;
	/*background-color: #edece8;*/
	background-color: #ffffff;
}
#joinus2-divider {
	clear:both;
	float:left;
	background-color: #edece8;
}
#joinus2-case {
	padding: 20px 2px 10px 20px;
}
#hostaspa-header {
	width:800px;
	height: 141px;
	margin:10px 0px;
	background-color: #dbd7c9;
	background: url(/images/bg-hostaspa-fill.jpg) no-repeat center top;
}
#hostaspa-title {
	height: 107px;
	width: 520px;
	float: left;
}
#hostaspa-tabs {
	height: 34px;
	width: 275px;
	float: left;
	padding-left: 242px;
}
#hostaspa-hero {
	height: 141px;
	width: 280px;
	float: right;
}
#hostaspa-1 {
	height: 470px;
	width: 248px;
	float: left;
}
#hostaspa-2 {
	height: 201px;
	width: 272px;
	float: left;
}
#hostaspa-3 {
	height: 201px;
	width: 280px;
	float: left;
}
#hostaspa-4 {
	height: 269px;
	width: 552px;
	float: left;
}
#hostaspa-5 {
	height: 204px;
	width: 800px;
	float: left;
	clear: both;
	margin-top: 10px;
}
#hostaspa-header2 {
	width:800px;
	height: 312px;
	margin:10px 0px;
	background-color: #dbd7c9;
}
#hostaspa ul {
	padding: 0px 20px 0px 50px;
}
#hostaspa ul li {
	list-style-position: outside;
	list-style-image: url(/images/bullet-arrow.png);
}
#hostaspa ul li.tip {
	list-style-position: outside;
	list-style-image: none;
}
