@charset "utf-8";
/* CSS Document */
/***************************** Structure ***********************/
body{
	font-size: 0.75em;
	font-family: Arial, Helvetica, sans-serif;
	background: #f5f5f5 url('img/site_bg.jpg') no-repeat 50% 0;
	margin: 0 auto;
	color: #2a2a2a;
}

body.lang_zh, body.lang_zh a.tour_btn, body.lang_zh #home_banner, body.lang_zh #special_intro a, body.lang_zh #special_intro .highlight, body.lang_zh #headline2 .highlight {
	font-family: arial, SimSun, 微软雅黑, 黑体, 宋体, sans-serif;
}

body.lang_zh .leadseminer h1 .highlight {
	font-family: arial, SimHei, 微软雅黑, 黑体, 宋体, sans-serif;
}

a {
 	font-size: 1em;
	color: #545454;
}

p {
	font-size: 1.08em;
	line-height: 1.5em;
	text-align: justify;
}

h2 {
	font-weight: bold;
	font-size: 1.5em; /*18px of 12px*/
	padding: 0 0 6px;
	margin: 0;
	color: #363636;
	border-bottom: 1px solid #bcbcbc;
	display: block;
}

h3 {
	font-weight: bold;
	font-size: 1.2em; /*15px of 12px*/
	padding: 5px 0 10px;
}

h4 {
	color: #0e63a7;
	font-weight: bold;
	font-size: 1.25em;
	margin: 25px 0 12px;
	padding: 0;
}

h4.red, h4.red a {
	color: #CC0000;
}

h4 a {
	color: #0e63a7;
	font-weight: bold;
	font-size: 1em;
	padding: 0;
	text-decoration: none;
}

a.readmore {
	background: #e57a08;
	color: #fff;
	display: inline-block;
	zoom: 1;
	*display: inline;
	text-align: center;
	padding: 5px 10px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin: 0 0 10px;
}

a.view_pdf {
	background: #6633CC;
}

a.collapse {
	background: #909090;
	color: #fff;
	display: inline-block;
	zoom: 1;
	*display: inline;
	text-align: center;
	padding: 5px 10px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin: 10px 0 0;
}

a.tour_btn {
	background: url(img/btn-orange-head.png) no-repeat left, url(img/btn-orange-body.png) no-repeat right;
	min-height: 35px;
	color: #fff;
	display: inline-block;
	font-size: 1.5em;/*18px of 12px*/
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 12px 40px 0 15px;
	margin: 30px 0 0;
	font-weight: bold;
}

.bcktop {
	display: none;
	margin: 40px 0 0;
}

.bcktop a {
	background: url(img/bull_top.png) no-repeat right;
	padding: 0 20px 0 0;
	text-align:center;
	font-weight: bold;
	color: #6c6c6c;
	text-decoration: none;
}

.hide_show {
	transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-webkit-transition: all 0.8s ease;
	-o-transition:all 0.8s ease;
	overflow:hidden;
	/*max-height: 0;*/
	display: none;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.bullet {
	list-style-type: disc;
	margin: 1em 0 1.66em 2.08em;
}

ul.bullet li {
	padding: 0.4em 0;
}

ul.num {
	list-style-type: decimal;
	margin: 1em 0 1.66em 2.08em;
}

ul.num li {
	padding: 0.4em 0;
}

table.normal {
	width: 100%;
	border-collapse: collapse;
}

table.normal td {
	padding: 6px 5px;
	border: 1px solid #c8c8c8;
}

table.normal .title {
	background: #e5e5e5;
	font-weight: bold;
	text-align: center;
}

table.normal .highlight_red {
	background: #f1765b;
}

.algncenter {
text-align: center;
}

.mrgintopbtm {
	margin: 10px 0;
}

.pbtm {
	padding-bottom: 10px;
}

.no_pbtm {
	padding-bottom: 0;
	margin-bottom: 0;
}

.no_ptop {
	padding-top: 0;
	margin-top: 0;
}

.no_pdmg {
	padding: 0;
	margin: 0;
}

.scrol_table {
	width: 100%;
	/*min-width: 300px;*/
	overflow-y: auto;
	_overflow: auto;
}

.scrol_table::-webkit-scrollbar /*Fix IOS Scrol Bar*/
{
	-webkit-appearance: none;
	width: 14px;
	height: 14px;
}

.scrol_table::-webkit-scrollbar-thumb /*Fix IOS Scrol Bar*/
{
	border-radius: 8px;
	border: 3px solid #fff;
	background-color: rgba(0, 0, 0, .3);
}

.scrol_table .tb450 {
	min-width: 450px;
}

.scrol_table .tb550 {
	min-width: 550px;
}

.scrol_table .tb650 {
	min-width: 650px;
}

/* OLD VERSION which apply directly on <b>
.roundbg-head {
	background: url('img/link-bg-head.png') no-repeat top;
	text-align: center;
	padding: 10px 0 20px;
	display: block;
	color: #fff;
}

.roundbg {
	background: url('img/link-bg.png') no-repeat center;
	text-align: center;
	padding: 15px 0;
	display: block;
	color: #fff;
}

.roundbg-foot {
	background: url('img/link-bg-foot.png') no-repeat center bottom;
	text-align: center;
	padding: 20px 0 10px;
	display: block;
	color: #fff;
}
*/

.roundbg-head {
	background: url('img/link-bg-head.png') no-repeat center;
	text-align: center;
	color: #fff;
	padding: 14px 0;
}

.roundbg {
	background: url('img/link-bg.png') no-repeat center;
	text-align: center;
	padding: 14px 0;
	color: #fff;
}

.roundbg-foot {
	background: url('img/link-bg-foot.png') no-repeat center;
	text-align: center;
	padding: 14px 0;
	color: #fff;
}

.btn_arrow {
	background: url('img/icon-arrow.png') no-repeat left;
	padding: 1px 0 1px 24px;
	text-decoration: none;
	color: #09438c;
}

.blue {
	color: #358BD3;
}

/* Overthrow CSS:
   Enable overflow: auto on elements with overthrow class when html element has overthrow class too */
.overthrow-enabled .overthrow {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.scrol_table-wrap { position: relative; }

img {
	max-width: 100%;
	border: none;
}

img.border {
	border: 3px solid #CCCCCC;
}

hr {
	border: none;
	border-bottom: 1px solid #cccccc;
	display: block;
	clear: both;
}

hr.dot {
	border-bottom: 1px dotted #cccccc;
}

br.clear {
	clear:both;
}

.col, .col2 {
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;
}

.btn_pdf {
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	opacity: 1;
	margin: 5px 10px;
	padding: 6px 10px 6px 30px;
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;
	min-height: 16px;
}

.btn_pdf:hover {
	opacity: 0.85;
}

.btn_view_pdf {
	background: url('img/btn_view_pdf_head.gif') no-repeat left top, url('img/btn_view_pdf_foot.gif') no-repeat right top, url('img/btn_view_pdf_body.gif') repeat-x top;
}

.btn_dwnload_pdf {
	background: url('img/btn_dwnload_pdf_head.gif') no-repeat left top, url('img/btn_dwnload_pdf_foot.gif') no-repeat right top, url('img/btn_dwnload_pdf_body.gif') repeat-x top;
}

.orangehighlight {
	background: #FC0;
	border-radius: 10px;
	padding: 3px 9px;
	font-size: 0.91em; /*11px of 12*/
	color: #535353;
}

#site_wrap {
	width: 100%;
	overflow: hidden;
}

#content_wrap {	
	margin: 0 auto;
	position: relative;
	width: 100%;
	right: 0;	
	transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	background: #f5f5f5;
}

.loginpage #content_wrap {
	background: none;
}

#specialip #content_wrap {	
	background: none;
}

#main_content {
	width: 100%;
	max-width: 960px;
	*width: 960px\9;
	margin: 0 auto;
	font-size: 1em;
}

#sales_page #main_content {
	width: 98%;
	padding: 0 1%;
}

#main_content_wrap {
	padding: 1.6em 1.25em; 
}

#specialip #main_content_wrap {
	padding: 1.6em 0;
}

.wrap_grey {
	background: #dedede;
	padding: 10px;
}

.textcenter {
	text-align: center;
}

/***************************** End Structure ***********************/

/***************************** Banner ***********************/
/*Kim added*/
.titleLogin{font-size:1.5em; font-weight:bold; color:#0e63a7;}

#home_banner {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
}

#home_banner .left {
	background: url('img/banner_01.jpg') no-repeat right;
	width: 50%;
	height: 100%;
	min-height: 386px;
	right: 50%;
	position: absolute;
	overflow: hidden;
}

#home_banner .right {
	background: url('img/banner_02.jpg') no-repeat left top;
	width: 50%;
	height: 100%;
	min-height: 386px;
	float: left;
	left: 50%;
	position: relative;
	overflow: hidden;
}

#home_banner .left .txt {
	background: url('img/banner_txt_bg_left.png') no-repeat left;
	width: 100%;
	max-width: 338px;
	width: 338px\9;
	height: 110px;
	right: 0;
	top: 45%;
	position: absolute;
}

#home_banner .right .txt {
	background: url('img/banner_txt_bg_right.png') no-repeat right;
	width: 100%;
	max-width: 338px;
	*width: 338px\9;
	height: 110px;
	left: 0;
	top: 45%;
	position: absolute;
}

#home_banner .left a, #home_banner .right a {
	font-size: 2.1em;
	margin: 0;
	padding: 4% 6% 0 36px;
	line-height: 1.3em;
	display: block;
	cursor: pointer;
	text-decoration: none;
}

#home_banner .left a {
	text-align: left;
	color: #fff;	
	padding: 4% 36px 0 6%;
}

#home_banner .right a {
	text-align: right;
	color: #ffd3d3;
}

#home_banner .left a .highlight {
	color: #ffd200;
	font-size: 0.5em;
	font-weight: normal;
}

#home_banner .left a .more {
	color: #fff;
	font-size: 0.5em;
	font-weight: normal;
}

#home_banner .left a:hover {
	color: #ffd200;
}

#home_banner .left a:hover .highlight {
	color: #fff;
}

#home_banner .right a .highlight {
	color: #ffffff;
	font-size: 0.5em;
	font-weight: normal;
}

#home_banner .right a:hover {
	color: #ffffff;
}

#home_banner .right a:hover .highlight {
	color: #ffbcbc;
}

#home_banner .right a .title.highlight, #home_banner .left a .title.highlight {
	font-size: 1.45em;
	font-weight: bold;
}

.page #home_banner {
	height: 100px;
}

.page #home_banner .left  {
	background: url('img/banner_01_small.jpg') no-repeat right bottom;
	max-height: 100px;
	min-height: inherit;
}

.page #home_banner .right  {
	background: url('img/banner_02_small.jpg') no-repeat left top;
	min-height: 100px;
	min-height: inherit;
}

.page #home_banner .left .txt, .page #home_banner .right .txt {
	max-width: 420px;
	width: 420px\9;
	background: none;
	top: 0;
	height: 100%;
}

.page #home_banner a {
	padding: 0.8em 0 0.6em;
	background: url('img/banner_bull_more.png') no-repeat;
}

.page #home_banner .left a {
	background-position: 0 45px;
	padding-left: 80px;
}

.page #home_banner .right a {
	padding-right: 80px;
	background-position: right;
}

.page #home_banner #current a {
	background-image: url('img/banner_bull_current.png');
	background-repeat: no-repeat;
	cursor: default;
}

/***************************** End Banner ***********************/

/***************************** Start Header ***********************/
header {
	display: none;
	width: 100%;
}

.wrap img#amway_logo {
	display: none\9;
}

img#amway_logo {
	position: absolute;
	left: 0;
	top: 0;
}

header p {
	margin: 0;
	padding: 0;
}

/***************************** End Header ***********************/

/***************************** Start Main Menu ***********************/
a.menu_triggar {
	display: none;
}

a#menu_close {
	display: none;
}

#main_menu .wrap {
	display: none;
}

#main_menu {
	width: 100%;
	height: auto;	 
	position: relative;
	max-width: 960px;
	*width: 960px\9;
	margin: 0 auto;
	padding-bottom: 25px;
}

#main_menu ul {
	margin: 0;
	padding: 20px 0;
	list-style-type: none;
}

#main_menu ul li {
	padding: 0 15px;
	color: #fff;
	display: inline;
}

#main_menu a {
	color: #757575;
	text-decoration: none;
	font-weight: bold;
}

#main_menu a.logoutbtn {
	background: #CCCCCC;
	border-radius: 10px;
	padding: 3px 9px;
	font-size: 0.91em; /*11px of 12*/
	color: #535353;
}

#main_menu ul#lang_selector {
	float: right;
}

#main_menu ul#lang_selector li {
	padding: 12px 10px 20px;
}

#main_menu ul#lang_selector li.bg {
	background: url('img/menu_lang_bg.png') no-repeat left;
}

#main_menu ul#lang_selector li.title {
	color: #00437b;
	font-weight: bold;
}

body.zh ul#lang_selector li a {
	color: #757575;
}

#main_menu ul#lang_selector li a.current {
	color: #358bd3;
}

#main_menu ul#site_menu {
	border-bottom: 1px solid #e9e9e9;
	float: right;
	clear: both;
	padding: 30px 0 10px 30px;
}

#main_menu ul#site_menu li a {
	padding: 10px 10px 8px;
}

#main_menu ul#site_menu li a:hover {
	border-bottom: #dbdbdb 2px solid;
	color: #3f3f3f;
}

#main_menu ul#site_menu li.last {
	padding-right: 0;
}

#main_menu ul#site_menu li.special, #main_menu ul#site_menu li.sales {
	display: none;
}

/***************************** End Main Menu ***********************/

/***************************** Start Homepage ***********************/
#home #main_content p {
	text-align: center;
}

#home #main_content p .highlight {
	font-size: 1.42em;
	color: #363636;
	font-weight: bold;
	line-height: 1.6em;
}

/***************************** End Homepage ***********************/

/***************************** Start Special Page ***********************/
#special_intro {
	font-size: 1em;
	width: 100%;
	text-align: center;
}

#special_intro .special {
	width: 31%;
	max-width: 295px;
	width: 295px\9;
	height: 215px;
	margin: 0.1em 0.1%;
	margin: 0.1em 0.1%\9;
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;
	overflow: hidden;
}

#special_intro .comingsoon {
	font-size: 1.16em;
	font-weight: bold;
	color: #ffffff;
}

#special_intro #special_01 {background: url('img/special_img_01.jpg') no-repeat center;}

#special_intro #special_02 {background: url('img/special_img_02.jpg') no-repeat center;}

#special_intro #special_03 {background: url('img/special_img_03.jpg') no-repeat center;}

#special_intro #special_04 {background: url('img/special_img_04.jpg') no-repeat center;}

#special_intro #special_05 {background: url('img/special_img_05.jpg') no-repeat center;}

#special_intro #special_06 {background: url('img/special_img_06.jpg') no-repeat center;}

#special_intro #tour {
	background: url('img/special_tour.jpg') no-repeat center;
	opacity: 1;
	transition: opacity 0.7s ease;
	-moz-transition: opacity 0.7s ease;
	-webkit-transition: opacity 0.7s ease;
	-o-transition: opacity 0.7s ease;
}

#special_intro #tour:hover {	
	opacity: 0.8;
}

#special_intro #tour a {
	padding: 96px 2px;
}	

#special_intro #tour a:hover {
	padding: 96px 2px;
}	

#special_intro #tour a:hover .highlight {
	color: #fff;
}

#special_intro .wrap {
	display: block;
	width: 100%;
	padding: 86px 2px;
	background: url('img/bg_grey_transpa.png') repeat;
	transition: padding 0.6s ease;
	-moz-transition: padding 0.6s ease;
	-webkit-transition: padding 0.6s ease;
	-o-transition: padding 0.6s ease;
}

#special_intro a:hover {
	padding-top: 140px;
}

body.lang_ms #special_intro a:hover {
	padding-top: 120px;
}

#special_intro a:hover .wrap {
	padding-top: 15px;
}

#special_intro a {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.16em;
	text-decoration: none;
	font-weight: bold;
	display: block;
	transition: padding 0.6s ease;
	-moz-transition: padding 0.6s ease;
	-webkit-transition: padding 0.6s ease;
	-o-transition: padding 0.6s ease;
}

#special_intro a:hover .highlight {
	color: #ffa800;
}

#special_intro .highlight {
	font-size: 1.56em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #ffffff;
}

.special_content {
	max-width: 960px;
	width: 100%;
	min-height: 535px;
	*height: 535px;
	position: relative;
	overflow: hidden;
}

#specialip .special_content {
	margin-top: 0.83em;
}

.special_p1 .special_content {background: url('img/special_bg_01.jpg') no-repeat center;}

.special_p2 .special_content {background: url('img/special_bg_02.jpg') no-repeat center;}

.special_p3 .special_content {background: url('img/special_bg_03.jpg') no-repeat center;}

.special_p4 .special_content {background: url('img/special_bg_04.jpg') no-repeat right;}

.special_p5 .special_content {background: url('img/special_bg_05.jpg') no-repeat left;}

.special_p6 .special_content {background: url('img/special_bg_06.jpg') no-repeat center;}

.special_content ul.tabnav {
	position: absolute;
	bottom: 0;
	left: 0;
}

.special_content ul.tabnav li {
	float: left;
	margin: 0 0 0 15px;
	background-color: rgba(0, 0, 0, 0.4);
	box-shadow: 0 -1px 2px 1px #f1f1f1;
}

.special_content ul.tabnav li a {	
	padding: 10px;
	display: block;
	color: #f5f5f5;
	font-size: 1.1em;
	text-decoration: none;
	font-weight: bold;
	box-shadow: 0 0 2px 1px #f1f1f1;
	-webkit-box-shadow: 0 -1px 2px 1px #f1f1f1;
	-moz-box-shadow: 0 -1px 2px 1px #f1f1f1;
}

.special_content ul.tabnav li a.current {
	background-color: #f5f5f5;
	color: #494949;
	box-shadow: 0 -2px 2px 1px #545454;
	-webkit-box-shadow: 0 -2px 2px 1px #545454;;
	-moz-box-shadow: 0 -2px 2px 1px #545454;;
}

.special_content ul.tabnav li.download {
	background-color: rgba(194, 13, 13, 0.6);
}

a.special_next_btn, a.special_pre_btn {
	position: relative;
	display: none;
	text-decoration: none;
	margin: 10px 0;
}

a.special_next_btn:hover, a.special_pre_btn:hover {
	background-color: #d42d2d;
	color: #fff;
}

a.special_pre_btn {
	float: left;
	background: #dddddd url('img/bullet_arrow_pre.png') no-repeat left;
	padding: 10px 10px 10px 33px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

a.special_next_btn {
	float: right;
	background: #dddddd url('img/bullet_arrow_next.png') no-repeat right;	
	padding: 10px 33px 10px 10px ;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

.special_content a.special_next_btn, .special_content a.special_pre_btn {
	display: block;
	float: none;
	background: #F5F5F5 url('img/bullet_arrow_next.png') no-repeat left;
	box-shadow: 0 0 3px 2px #676767;
	-webkit-box-shadow: 0 0 3px 2px #676767;
	-moz-box-shadow: 0 0 3px 2px #676767;
	background-position: 8px 7px;
	padding: 10px 10px 10px 40px;
	margin: 0;
	position: absolute;
	right: -40px;
	bottom: 200px;
	color: #000;
	opacity: 0.65;
	font-weight: bold;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-webkit-border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
}

body.lang_zh .special_content a.special_next_btn {
	padding: 10px 1px 10px 40px;
}

body.lang_ms .special_content a.special_next_btn {
	right: -79px;
}

.special_content a.special_pre_btn {
	left: -40px;
	right: auto;
	background: #F5F5F5 url('img/bullet_arrow_pre.png') no-repeat left;
	background-position: 43px 7px;
	padding: 10px 41px 10px 10px ;
	-webkit-border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
}

body.lang_ms .special_content a.special_pre_btn {
	background-position: 69px 7px;
	left: -67px;
    padding: 10px 35px 10px 10px;
}

body.lang_zh .special_content a.special_pre_btn {
	padding: 10px 41px 10px 2px;
}

.special_content a.special_next_btn:hover, body.lang_zh .special_content a.special_next_btn:hover, body.lang_ms .special_content a.special_next_btn:hover {
	right: 0;
	opacity: 1;
	background-position: 13px 7px;
}

.special_content a.special_pre_btn:hover, body.lang_zh .special_content a.special_pre_btn:hover, body.lang_ms .special_content a.special_pre_btn:hover {
	left: 0;
	opacity: 1;
	background-position: 37px 7px;
}

body.lang_ms .special_content a.special_pre_btn:hover {
	background-position: 65px 7px;
	
}

.special_p1 .special_content a.special_next_btn {
	right: 0;
	opacity: 1;
	background-position: 13px 7px;
}

#headline_wrap {
	display: inline-block;
	zoom: 1;
	*display: inline;
}

#headline {
	background: url('img/headline_bg.png') repeat;
	padding: 0.6em 0.8em;
	color: #f5f5f5;
	font-size: 1.91em;
	display: inline-block;
	zoom: 1;
	*display: inline;
	margin-top: 2em;
}

#headline p {
	margin: 0;
    padding: 0 0 0 110px;
	display: inline-block;
	zoom: 1;
	*display: inline;
	text-align: left;
}

#headline p b {
	font-size: 1.3em;/*of 23px (1.91em)*/
}

#headline p .note {
	font-size: 0.8em;/*10px of 12px (1.91em)*/
}

.special_p1 #headline p {background: url('img/badge_platinum.png') no-repeat left;}

.special_p2 #headline p {background: url('img/badge_fplatinum.png') no-repeat left;}

.special_p3 #headline p {background: url('img/badge_emerald.png') no-repeat left;}

.special_p4 #headline p {background: url('img/badge_diamond.png') no-repeat left;}

#headline2 {
	background: url('img/headline2_bg.png') repeat; /*Use image instead for support IE CSS3 uncapable*/
	padding: 0.6em 0.8em;
}

#headline2 p {
	font-size: 1.3em;/*16px of 12px (1em)*/
	color: #080808;
	line-height: 2em;
	margin: 0;
	padding: 0;
	font-weight: bold;
}

#headline2 p .note {
	font-size: 1.187em;/*18px of 16px (1.3em)*/
	padding-top: 0.29em;/*3px of 16px (1.3em)*/
	display: block;
}

#headline2 .highlight {
	font-size: 3.18em; /*51px of 16px (1.3em)*/
	color: #9d0b0b;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#headline2 .highlight .small {
	font-size: 0.78em;
}

.tab_content {
	padding: 1.6em 0.8em 0;
}

.leadseminer h1 {
	font-size: 1.16em;
	color: #363636;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.leadseminer h1 .highlight {
	color: #c82025;
	font-size: 3.21em; /*45px of 14px (1.16em)*/
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

.leadseminer h1 .note {
	font-size: 1.28em;
}

.leadseminer .col {
	width: 25%;
	padding: 10px;
}

.leadseminer .col2 {
	width: 5%;
	text-align: center;
	font-weight: bold;
	font-size: 1.6em;/*20px of 12px*/
	color: #727272;
	padding: 20px 0;
}

.leadseminer .col50 {
	width: 43%;
	padding: 10px;
}

.leadseminer .col60 {
	width: 60%;
}

.leadseminer .colauto {
	width: auto;
}

.leadseminer .colvid {
	width: inherit;
	padding: 0 10px;
}

.leadseminer .colvid100 {
	width: 100%;
	text-align:center;
	padding: 20px 0 0;
}

p.vidlink a {
	background: url('img/icon-video.png') no-repeat left;
	padding: 2px 0 2px 22px;
	color: #810606;
	text-decoration: none;
}

.leadseminer .colvidtxt .moreinfo {
	margin-top: 20px;
}

.leadseminer h1 #travel2 {
	color: #075209;
}

.leadseminer h1 #travel3 {
	color: #d87a0b;
}

.leadseminer video {
	border: 3px solid #CCCCCC;
	cursor: pointer;
}

.tab_content p.moreinfo {
	background: #e2e2e2;
	color: #545454;
	padding: 0.8em;
}

.cash_reward table {
	text-align: left;
	margin-bottom: 1.6em;
	width: 50%;
	font-size: 1em;
	float: left;
}

.cash_reward table.left {
	padding-right:15px;
	border-right: 1px dotted #CCCCCC;
}

.cash_reward table.right {
	padding-left:15px;
}

.cash_reward table .title {
	background: #dfdfdf;
	width: 70%;
}

.cash_reward table .width40 {
	width: 40%;
}

.cash_reward table .no_bg {
	background: none;
}

.cash_reward table tr td {
	padding: 5px;
	width: 30%;
}

.cash_reward table tr th {
	font-size: 1.16em;
}

.cash_reward table h1 {
	padding: 0;
	margin: 0;	
}

.cash_reward table .red {
	color: #a80707;
}

.cash_reward h1 {
	color: #e16c15;
	font-size: 2.3em;/*27px of 12px*/
	clear: both;
	text-align: center;
	background: #ffdbc0;
	padding: 5px 0;
}

.cash_reward h1 .note {
	font-size: 0.48em;
	color: #717171;
}

.cash_reward h1.red {
	background: #902f20;
	color: #FFFFFF;
}

.cash_reward h1.red .note {
	color: #CCCCCC;
}

.cash_reward .note, .leadseminer .note {
	font-size: 0.9em;
	color: #717171;
}

.download-pdf .title {
	padding: 0;
}

.download-pdf .col2 {
	width: 5%;
}

.download-pdf .col40 {
	width: 45%;
}

.download-pdf .col30 {
	width: 30%;
}

/********** Special Page 1 - 6 **********/

.special_p2 .leadseminer h1, .special_p3 .leadseminer h1 {
	background: url('img/las-vegas-logo.png') no-repeat left top;
	padding-left: 270px;
}

.special_p1 #headline2 .highlight {
	color: #323232;
}

.special_p3 #headline2 .highlight {
	color: #006E10;
	text-shadow:1px 1px 4px #fff;
}

.special_p4 #headline2 .highlight {
	color: #12025b;
	text-shadow:1px 1px 4px #fff;
}

.special_p5 #headline2 .highlight {
	color: #9d0b0b;
}

.special_p6 #headline2 .highlight {
	color: #ffde00;
}

.special_p5 #headline p {
	font-size: 1em;
}

.special_p5 #headline p b {
	font-size: 2.2em;
}

#headline p.no_icon {
	padding: 0;
}

.text_shadow {
	text-shadow:1px 1px 4px #000000;
}

/***************************** End Special Page ***********************/

/***************************** Special Navigation ***********************/
#special_nav_wrap {
	position: relative;
	padding: 0 40px;
}

.list_carousel ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}

.list_carousel li {
	text-align: center;
	width: 165px;
	max-width: 165px;
	height: 104px;
	padding: 0;
	margin: 6px;
	display: block;
	float: left;
	overflow: hidden;
}

.list_carousel.responsive {
	width: auto;
	margin-left: 0;
	overflow: hidden;
}

.list_carousel li a {
	color: #fff;
	font-size: 1.08em;
	font-weight: bold;
	padding: 69px 0 0;
	display: block;
	text-decoration: none;
	transition: padding 0.4s ease;
	-moz-transition: padding 0.4s ease;
	-webkit-transition: padding 0.4s ease;
	-o-transition: padding 0.4s ease;
}

.list_carousel li a .bg {
	/*background-color: rgba(0, 0, 0, 0.4);*/
	background: url('img/bg_grey_transpa.png') repeat;
	display: block;
	padding: 3px 2px 16px;
	transition: padding 0.4s ease;
	-moz-transition: padding 0.4s ease;
	-webkit-transition: padding 0.4s ease;
	-o-transition: padding 0.4s ease;
}

.list_carousel li#sales_link a .bg {
	background-color: rgba(0, 0, 0, 0.4);
	background: none;
}

.list_carousel li a:hover {
	padding: 0;
}

.list_carousel li a:hover .bg {
	padding: 46px 2px 42px;
}

.special_link_01 {background: url('img/special_quick_link_01.jpg') no-repeat;}

.special_link_02 {background: url('img/special_quick_link_02.jpg') no-repeat;}

.special_link_03 {background: url('img/special_quick_link_03.jpg') no-repeat;}

.special_link_04 {background: url('img/special_quick_link_04.jpg') no-repeat;}

.special_link_05 {background: url('img/special_quick_link_05.jpg') no-repeat;}

.special_link_06 {background: url('img/special_quick_link_06.jpg') no-repeat;}

.sales_external_link {background: url('img/special_quick_link_sales.jpg') no-repeat;}

.list_carousel li#sales_link a {
	padding: 0;
}

.list_carousel li#sales_link a .bg {
	padding: 38px 2px 36px;
	background-color: rgba(0, 0, 0, 0.2);
	background: none\9;
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}

body.lang_zh .list_carousel li#sales_link a .bg {
	padding: 44px 2px;
}

.list_carousel li#sales_link a:hover .bg {
	background-color: rgba(0, 0, 0, 0);
	background: none\9;
}

#prev {
	position: absolute;
	left: 0;
	top: 35px;
}

#next {
	position: absolute;
	right: 0;
	top: 35px;
}

.carousal_nav {
	opacity: 0.5;
	transition: opacity 0.6s ease;
	-moz-transition: opacity 0.6s ease;
	-webkit-transition: opacity 0.6s ease;
	-o-transition: opacity 0.6s ease;
	outline: none;
}

.carousal_nav:hover {
	opacity: 1;
}

/***************************** End Special Navigation ***********************/

/***************************** Start Sales Page ***********************/
#sales_landing #main_content_wrap {
	text-align: center;
	padding-bottom: 0;
}

#sales_landing #footer {
	margin-top: 0;
}

#custom-show-hide-example h4 + div {
	display: none;
}

ul.sales_menu {
	margin: 20px 0 10px;
}

ul.sales_menu li {
	background: #c8c8c8 url('img/sales-btn-bg.png') repeat-x top;
	border: 1px solid #838383;
	border-top: 1px solid #fff;
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;
	width: 100%;
	max-width: 345px;
	*width: 345px;
	text-align: left;
	margin: 1px 2px;
}

ul.sales_menu li .bullet {
	background: url('img/sales-btn-bullet.png') no-repeat right;
	background-position: 99% 50%;
	display: block;
	padding-right: 25px;
}

ul.sales_menu li.blank {
	background: none;
	border: none;
}

ul.sales_menu a {
	text-decoration: none;
	color: #252525;
	font-size: 1.08em; /*13px*/
	display: block;
	padding: 12px 0;
	background: url('img/sales-btn-boder.png') repeat-y top left;
}

ul.sales_menu li.noborder a, #sales_sidebar_menu .sales_menu li.noborder a {
	background: none;
}

#sales_sidebar_menu .sales_menu li.noborder .bullet, .sales_menu li.noborder .bullet {
	background: url('img/sales-btn-bullet-hvr.png') no-repeat right;
	background-position: 3% 53%;
}

ul.sales_menu a .num {
	max-width: 44px;
	width: 14%;
	text-align: center;
	padding-right: 8%;
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;
}

ul.sales_menu a .title {
	display: inline-block;
	zoom: 1;
	*display: inline;
	width: 74%;
}

#sales_landing ul.sales_menu a .num {
	padding-right: 6%;
}

#sales_landing ul.sales_menu a .title {
	width: 75%;
}

doesnotexist:-o-prefocus, ul.sales_menu a .title{
	width: 50%;
}

ul.sales_menu li:hover {
	background: #0c5d9e url('img/sales-btn-bg-hvr.png') repeat-x top left;
	border-bottom: 1px solid #3f3f3f;
}

ul.sales_menu li:hover a {
	color: #fff;
	background: url('img/sales-btn-boder-hvr.png') repeat-y top left;
}


ul.sales_menu li.noborder:hover a, #sales_sidebar_menu .sales_menu li.noborder:hover a {
	background: none;
}

ul.sales_menu li:hover .bullet {
	background: url('img/sales-btn-bullet-hvr.png') no-repeat right;
	background-position: 99% 50%;
}

ul.sales_menu li.blank:hover {
	background: none;
	border: none;
}

/***************************** End Sales Page ***********************/

/***************************** Start Sales Inner Page ***********************/
#sales_page h3 {
	padding-bottom: 0;
}

#sales_page #main_content_wrap h4 a {
	background: url('img/bull_open.png') no-repeat left;
	padding-left: 28px;
}

#sales_page #main_content_wrap h4.open a {
	background: url('img/bull_close.png') no-repeat left;
}

#sales_page #content_wrap {
 	background: none;
}

#sales_page #main_content_wrap {
	padding: 0.9em 0 0 2%; /*16px*/
	width: 75%;
	border-left: 1px dotted #CCCCCC;
}

#sales_page .table_menu_wrap {
	display: none;
}

#sales_page #main_content_wrap .note {
	font-size: 0.9em;/*11px*/
	color: #555555;
}

.table_menu {
	display: inline-block;
	margin: 15px 0 8px;
}

.table_menu a.title {
	display: block;
	font-weight: bold;
	text-decoration: none;
	background: #fff url('img/bullet_arrow_blue.png') no-repeat right;
	padding: 5px 25px 5px 10px;
	border: 1px solid #bbbbbb;
	-webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
}

/*** Hide & Show ***/
.table_menu ul { 
	display: none;/* Hide before plugin loads */
} 
.table_menu ul.dropit-submenu {
    background-color: #fff;
    border: 1px solid #b2b2b2;
    padding: 6px 0;
    margin: 3px 0 0 1px;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
    -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.15);
       -moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.15);
            box-shadow: 0px 1px 3px rgba(0,0,0,0.15);
	position: absolute;
	z-index: 1;
}          
.table_menu ul.dropit-submenu a {
    display: block;
    font-size: 1.08em;/*13px*/
    line-height: 36px;
    color: #6d6d6d;
    padding: 0 18px;
	border-bottom: 1px solid #CCCCCC;
	cursor: pointer;
}

.table_menu ul.dropit-submenu li.last a {
	border: none;
}

.table_menu ul.dropit-submenu a:hover {
    background: #0c7ad2;
    color: #fff;
    text-decoration: none;
}

/***************************** End Sales Inner Page ***********************/

/***************************** Start Sales Sidebar Menu ***********************/
#sales_sidebar {
	width: 21%;
	padding-right: 1%;
}

#sales_sidebar_menu {
	width: 100%;
}

#sales_sidebar_menu img.pre, #sales_sidebar_menu img.next, #sales_sidebar_menu a.sidebar_title_mb {
	display: none;
}

#sales_sidebar_menu li {
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;
	width: 100%;
}

#sales_sidebar_menu li.title {
	background: url('img/sales-menu-title-bg.png') repeat-x top;
	text-align: center;
	padding-top: 10px;
	position: relative;
	border-radius: 7px 7px 0 0;
	-webkit-border-radius: 7px 7px 0 0;
	-moz-border-radius: 7px 7px 0 0;	
}

#sales_sidebar_menu li.title a {
	font-weight: bold;
	font-size: 1.33em;/*16px*/
	text-decoration: none;
	color: #ffffff;s
}

#sales_sidebar_menu .sales_menu a#sidebar_title_mb_close {
	display: none;
}

#sales_sidebar_menu a.sidebar_title {
	background: url('img/sales-menu-title-bull.png') no-repeat left;
	padding-left: 18px;
}

#sales_sidebar_menu ul.sales_menu {
	margin: 10px 0 0;
}

#sales_sidebar_menu .sales_menu li {
	margin: 0;
	width: 99%;
	display: block;
}

#sales_sidebar_menu .sales_menu li a {
	display: block;
	color: #252525;
    font-size: 1em;
	font-weight: normal;
	background: url("img/sales-btn-boder-mb.png") repeat-y left;
}

#sales_sidebar_menu ul.sales_menu li .bullet {
    background: none;
	padding: 0;
}

#sales_sidebar_menu ul.sales_menu li:hover .bullet {
    background: url("img/sales-btn-bullet-hvr.png") no-repeat left;
	background-position: 5px 10px;
    display: block;
}

#sales_sidebar_menu ul.sales_menu li:hover .num {
	visibility: hidden;
}

#sales_sidebar_menu ul.sales_menu li:hover .title {
	color: #fff;
}

#sales_sidebar_menu ul.sales_menu li:hover a {
	background: url("img/sales-btn-boder-mb-hvr.png") repeat-y left;
}

#sales_page .special_quick_link {
	background: url('img/special_sidebar_quick_link.jpg') no-repeat;
	height: 137px;
	width: 100%;
	max-width: 200px;
	opacity: 1;
	margin: 20px 0 10px;
}

#sales_page .special_quick_link:hover {
	opacity: 0.9;
}

#sales_page .special_quick_link a {
	font-weight: bold;
	color: #ffffff;
	font-size: 1.4em; /*17px*/
	text-decoration: none;
	display: block;
	height: 80%;
	padding-top: 20%;
}

#sales_page .special_quick_link a .bg {
	background: url("img/bull_arrow_small.png") no-repeat right, url("img/bg_grey_transpa.png") repeat;
	display: block;
	padding:0.4em; 
}

#sales_page .special_quick_link a b {
	color: #ffa200;
	font-size: 1.6em; /*20px*/
}


/***************************** End Sales Menu ***********************/

/***************************** Start Footer ***********************/
#footer {
	border-top: 1px solid #cdcdcd;
	width: 100%;
	max-width: 960px;
	*width: 960px\9;
	padding: 0.83em 0;
	clear: both;
	margin: 0.9em auto 0;
}

#footer p.copyright {
	font-size: 1em;
	margin: 0;
	padding: 0;
	color: #717171;
	text-align: center;
	/*float: right;
	font-weight: bold;*/
}

#footer p.copyright {
	float: none;
}

/*#footer .menu {
	display: inline;
	padding: 0 0 10px;
}*/

#footer .menu {
	display: block;
	text-align: center;
}

#footer .menu li {
	display: inline-block;
	zoom: 1;
	*display: inline;
	padding: 0 0.7em;
	margin: 0.5em 0;
	border-right: 1px solid #ccc;
	font-weight:bold;
}

#footer .menu li a {
	text-decoration: none;
	color: #848484;
}

#footer .menu li a:hover {
	color: #0b5ba9;
}
/***************************** End Footer ***********************/
@media screen and (max-width: 1100px) {
	#home_banner .left {
	background-position: center;
}
}
@media screen and (max-width: 960px) {	
.leadseminer .colvidtxt {
	width: 100%;
	padding-top: 0;
}

.leadseminer .colvid {
	width: 100%;
	text-align: center;
	padding: 10px 0;
}

.leadseminer .colvid iframe {
	width: 480px;
	height: 360px;
}
}

@media screen and (max-width: 800px) {
#main_menu ul li {
	padding: 0 7px;
}

img#amway_logo {
	width:35%;
}

.special_p4 .leadseminer h1 .highlight {
	font-size: 2.5em;
}

/*** Sales Inner Page ***/
#sales_page .px800 {
	display: block;
}
}

@media screen and (max-width: 720px) {
#sales_page #main_content {
	width: 100%;
	padding: 0;
}

#content_wrap, #specialip #content_wrap {
	background: #f5f5f5 url('img/site_mb_bg.jpg') no-repeat 50% 0!important;
	z-index: 2;
	height: 100%;
	position: absolute;
}

img#amway_logo {
	width: auto;
}

header {
	height: 160px;
	display: block;
	text-align: center;
}

header .wrap {
	padding: 0 10px;
}

header img#amway_logo {
	position: relative;
}

a.menu_triggar {
	display: block;
	position: absolute;
	right: 0;
	top: 100px;
	z-index: 1;
}

#main_menu img#amway_logo {
	display: none;
}

#main_menu {
	width: 70%;
	z-index: 1;
	overflow: hidden;
	height: 100%;	
	right: 0; 
	position: absolute;
	top: 0;
	transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	background: #4f4f4f;
	padding: 0;
}

#main_menu:target {
	width: 70%;
	background: #4f4f4f;
}

#main_menu:target + #content_wrap {
	position: absolute;
	right: 70%;
	overflow: hidden;
	background: #f5f5f5;
}

#main_menu:target + #content_wrap #menu_close {
	z-index: 2;
	display: block;
	padding: 100%;
	top: 0;
	padding-top: 100px;
	height: 100%;
}

#main_menu:target .wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 8%;
	height: 100%;
	box-shadow: 1em 0 0.7em -0.3em rgba(0, 0, 0, 0.4) inset;
	display: block;
}

#main_menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

#main_menu ul li {
	display: block;
	background: url('img/menu_mb_btn.png') repeat-x top;
	padding: 0;
}

#main_menu a {
	color: #979696;
	display: block;
	padding: 10px 0;
}

#main_menu ul#lang_selector {
	float: none;
}

#main_menu ul#lang_selector li {
	background: #252525;
	border-bottom: 1px solid #3c3c3c;
	border-top: 1px solid #0a0a0a;
	padding: 0;
}

#main_menu ul#lang_selector li:hover {
	background: #303030;
}

#main_menu ul#lang_selector li.bg {
	display: none;
}

#main_menu ul#lang_selector li.title {
	color: #fff;
	background: inherit;
	border: none;
	border-bottom: 1px solid #666666;
	padding: 0.83em 0.4em 0.83em 1.6em;
}

#main_menu ul#lang_selector li.last {
	border-bottom: 1px solid #666666;
}

#main_menu ul#lang_selector li.logout {
	background: #3c3c3c;
	margin-top: 11px;
}

#main_menu ul#lang_selector li.logout a.logoutbtn {
    background: none;
    color: #c3c3c3;
    font-size: 1em;
}

#main_menu ul#lang_selector li a {
	padding: 0.83em 0.4em 0.83em 4.1em;
}

#main_menu ul#site_menu {
	text-align: center;
	border: none;
	float: none;
	padding: 0;
	margin-top: 4.2em;
}

#main_menu ul#site_menu li {
	min-height: 46px;
}

#main_menu ul#site_menu li a {
	padding: 14px 0.4em;
	font-size: 1.08em;
	color: #fff;
}

#main_menu ul#site_menu li a:hover {
	border: none;
	color: #fff;
	background: #272727;
}

#main_menu ul#site_menu li.special {
	background: url('img/menu_mb_btn_special.png') repeat-x top;
	display: block;
}

#main_menu ul#site_menu li.sales {
	background: url('img/menu_mb_btn_sales.png') repeat-x top;
	display: block;
}

#main_menu ul#site_menu li.special a, #main_menu ul#site_menu li.sales a {
	padding: 16px 0.3em;
}

#main_menu ul#site_menu li.special a:hover, #main_menu ul#site_menu li.sales a:hover {
	background: inherit;
}

#main_menu ul#site_menu li a .highlight {
	font-size: 1.5em;
	font-weight: normal;
}

.page #home_banner a {
	padding: 0.5em 0 0.6em;
}

.page #home_banner .left a, .page #home_banner .right a {
	line-height: 1.1em;
}

#special_intro .special {
	width: 48%;
}

#footer {
	text-align: center;
}

/**** Sales Page ****/
#sales_page #main_content_wrap {
	width: 96%;
	padding: 1.25em 2% 0 2%;
	border: none;
}

#sales_sidebar_menu {
	padding-right: 0;
	width: 100%;
}

/**** Sales Sidebar Menu ****/
#sales_sidebar_menu ul.sales_menu {
	max-height: 0;
	overflow: hidden;
	margin: 0;
	padding-top: 55px;
	transition: max-height 0.6s ease;
	-moz-transition: max-height 0.6s ease;
	-webkit-transition: max-height 0.6s ease;
	-o-transition: max-height 0.6s ease;
}

doesnotexist:-o-prefocus, #sales_sidebar_menu ul.sales_menu {/*Opera*/
	max-height: none;
	display: none;
}

#sales_sidebar_menu ul.sales_menu:target {
	max-height: 800px;
}

doesnotexist:-o-prefocus, #sales_sidebar_menu ul.sales_menu:target {/*Opera*/
    max-height: none;
	display: block;
}

#sales_sidebar {
	width: 100%;
	padding-right: 0;
}

#sales_sidebar_menu ul.sales_menu li {
	max-width: none;
	margin: 1px 0;
	width: 100%;
	border: none;
	border-bottom: 1px solid #838383;
	border-top: 1px solid #fff;
}

#sales_sidebar_menu li.title {
	padding: 0;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-bottom: 4px solid #074c83;
}

doesnotexist:-o-prefocus, #sales_sidebar_menu li.title {/*Opera*/
	min-height: 55px; /*After change opera menu from animate to simple display hide n block, ned to give a min height to show out the menu bar*/
}

#sales_sidebar_menu img.pre {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	z-index: 999;
}

#sales_sidebar_menu img.next {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	z-index: 999;
}

#sales_sidebar_menu a.sidebar_title {
	display: none;
}

#sales_sidebar_menu a.sidebar_title_mb {
	display: block;
	padding: 17px 0;
	position: absolute;
    width: 100%;
}

#sales_sidebar_menu a.sidebar_title_mb .bullet {
	background: url('img/sales-menu-title-bull.png') no-repeat right;
	padding-right: 18px;
}

#sales_sidebar_menu .sales_menu:target a#sidebar_title_mb_close {
	display: block;
	position: absolute;
	top: 0;
	width: 100%;
	background: url('img/sales-menu-title-bg.png') repeat-x top;
	z-index: 99;
	font-size: 1.33em;
}

#sales_sidebar_menu a#sidebar_title_mb_close .bullet {
	background: url('img/sales-menu-title-bull-up.png') no-repeat right;
	z-index: 99;
}

#sales_sidebar_menu ul.sales_menu a {
    background: url("img/sales-btn-boder.png") repeat-y scroll left top transparent;
	font-size: 1.08em;
}

#sales_sidebar_menu ul.sales_menu a .num {
    padding-right: 2%;
    width: 12%;
}

#sales_sidebar_menu ul.sales_menu:target li:hover .bullet {
	background-position: 10px 10px;
}

#sales_sidebar_menu ul.sales_menu:target li:hover a {
	background: url("img/sales-btn-boder-hvr.png") repeat-y left;
}

#sales_page .special_quick_link {
	display: none;
}

#sales_page .px720 {
	display: block;
}
}

@media screen and (max-width: 650px) {

body#home #home_banner {
    font-size: 0.9em;
}
/*
#home #main_menu:target {
	font-size: 1.2em;
}*/

#home #home_banner .a {
	padding: 4% 0.41em 0;
}

a.special_next_btn, a.special_pre_btn {
	display: block;
}

.special_content a.special_next_btn, .special_content a.special_pre_btn {
	display: none;
}

.download-pdf .col {
	width: 100%;
}

.leadseminer .col, .leadseminer .col2, .leadseminer #col50 {
	display: block;
	width: 95%;
	text-align: center;
}

#sales_page .px650 {
	display: block;
}

.leadseminer .colvid iframe {
	width: 333px;
	height: 250px;
}
}

@media screen and (max-width: 565px) {
body {
    font-size: 0.75em;
}

#main_menu:target {
	font-size: 1em;
}

/*** Homepage ***/
#home_banner .left a, #home_banner .right a {
	background: url('img/banner_bull_more.png') no-repeat left;
	background-position: 8px 46px;
}

#home_banner .left a {
	background-position: 98% 46px;
}

.page #home_banner a {
	line-height: 1.1em;
	padding: 6% 0.41em 0 0;
}

#home #home_banner a .more {
	display: none;
}

#sales_page .px565 {
	display: block;
}

.cash_reward table.left, .cash_reward table.right {
	padding: 0;
	border: none;
	width: 100%;
}
}

@media screen and (max-width: 480px) {

#home_banner .right a {
	padding: 4% 6% 0 8%;
}

#home_banner .left a {
	padding: 4% 8% 0 6%;
}

.scrol_table-fade
{
	position: absolute;
	right: -5px;
	width: 20px;
	height: 100%;
	background-image: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(245,245,245,1) 100%); 
	background-image: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(245,245,245,1) 100%); /* FF3.6+ */
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(245,245,245,1))); /* Chrome,Safari4+ */
	background-image: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(245,245,245,1) 100%); /* Chrome10+,Safari5.1+ */
	background-image: -o-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(245,245,245,1) 100%); /* Opera 11.10+ */
	background-image: -ms-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(245,245,245,1) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#f5f5f5',GradientType=1 ); /* IE6-8 */
}

#special_intro .special .wrap {
	margin-top: 140px;
	padding: 20px 2px;
}

#special_intro a:hover .wrap {
	padding: 20px 2px;
}

#special_intro a:hover, body.lang_ms #special_intro a:hover {
	padding-top: 0;
}

#special_intro .special {
	width: 100%;
}

.page #home_banner .right a, .page #home_banner .left a, .page #home_banner #current a {
	padding: 6% 0.41em 0 0.41em;
	background: none;
}

#specialip #headline p {
	padding: 64px 0 0;
	background-position: top center;
}

#specialip .special_p1 #headline p {
	background-position: top left;
}

#specialip .special_content {
	font-size: 0.8em;
}

.special_content ul.tabnav li a {
	font-size: 1.2em;
}

#specialip .special_p5 #headline p, #specialip .special_p6 #headline p {
	padding: 0;
}

.special_p2 .leadseminer h1, .special_p3 .leadseminer h1 {
    background-position: center top;
    padding: 0;
    padding-top: 110px;
}

/*** Sales Sidebar Menu ***/
#sales_sidebar_menu ul.sales_menu a {
	background: url("img/sales-btn-boder-mb.png") repeat-y left top;
}

#sales_sidebar_menu ul.sales_menu a .num {
    padding-right: 2%;
    width: 8%;
}

#sales_sidebar_menu ul.sales_menu a .title {
	width: 87%;
}

doesnotexist:-o-prefocus, #sales_sidebar_menu ul.sales_menu a .title {
	width: 65%;
}

#sales_sidebar_menu ul.sales_menu:target li:hover .bullet {
	background-position: 5px 10px;
}

#sales_sidebar_menu ul.sales_menu:target li:hover a {
	background: url("img/sales-btn-boder-mb-hvr.png") repeat-y left;
}

/*** Sales Inner Page ***/
#sales_page .px480 {
	display: block;
}
}

@media screen and (max-width: 400px) {
.special_content ul.tabnav li {
	float: none;
	margin: 0;
}

.special_content ul.tabnav {
	width: 100%;
}

.special_content ul.tabnav li a {	
	background: url('img/bullet_arrow_small.png') no-repeat left;
	background-position: 7px 11px;
	padding-left: 25px;
	font-size: 1.2em;
}

.special_content ul.tabnav li a.current {
	background: #F5F5F5 url('img/bullet_arrow_dwn_small.png') no-repeat left;
	background-position: 7px 11px;
}	

.cash_reward table {
	float: none;
	width: 100%;
}

.cash_reward table h1, .cash_reward h1 {
	background: none;
	border-bottom: 1px dotted #cccccc;
	padding-bottom:10px;
}

.leadseminer .colvid iframe, iframe.video {
	width: 250px;
	height: 188px;
}
}

@media screen and (max-width: 350px) {
#main_menu:target, #home #main_menu:target {
	font-size: 0.9em;
}

#home #main_content {
	font-size: 0.8em;
}

#home #main_content p, #home #main_content a {
	font-size: 1.35em;
}

.tab_content {
	font-size: 0.91em;
}

ul.sales_menu a {
	background: url('img/sales-btn-boder-mb.png') repeat-y top left;
}

ul.sales_menu li:hover a {
	background: url('img/sales-btn-boder-mb-hvr.png') repeat-y top left;
}

img.sale_bg {
	display: none;
}

/*** Sales Sidebar Menu ***/
#sales_sidebar_menu ul.sales_menu a {
	background: none;
}

#sales_sidebar_menu ul.sales_menu a .num {
    padding-right: 2%;
    width: 8%;
}

#sales_sidebar_menu ul.sales_menu:target li:hover .bullet {
	background: none;
}

#sales_sidebar_menu ul.sales_menu:target li:hover a {
	background: none;
}

#sales_sidebar_menu ul.sales_menu:target li:hover a .num {
	visibility: visible;
	color: #fff;
}

#sales_page .table_menu_wrap {
	display: block;
}
}

@media screen and (max-width: 300px) {

/*** Homepage ***/
#home_banner .left a, #home_banner .right a {
	background: none;
}

#home #home_banner a .more {
	display: block;
	font-size:0.8em;
}

#home_banner .left a, #home_banner .right a {
	font-size:1.6em;
}

.page #home_banner .left a, .page #home_banner .right a {
	line-height: 1.2em;
}

#special_intro .special .wrap {
	margin-top: 0;
}

#main_menu:target {
	font-size: 0.8em;
}

#special_intro .special {
	margin: 0.5em 0;
}
}

.log { float: right; clear: both; padding: 11px 11px 0px; color: #757575; font-weight: bold; }
.log a { padding: 0 0 0 15px; }

/*** Contact Page ***/
#gmap {
	width: 100%;
	max-width: 715px;
	border: 3px solid #e3e3e3;
	margin-top: 10px;
}