@charset "UTF-8";
/* CSS Document */
@font-face {
	font-family: Myriad Pro;
	src: url(/fontS/MyriadPro-Regular.otf);
}
@font-face {
	font-family: Open sans;
	src: url(/fontS/OpenSans-Regular.ttf);
}
@font-face {
	font-family: opensans light;
	src: url(/fontS/OpenSans-Light.ttf);
}
.left-image {
	float: left;
	padding-bottom: 20px;
	padding-right: 20px;
}

h6.b-day {
    background-color: #fdee47;
    color: #2a2828;
    font-family: Oswald Bold;
    font-size: 42px;
    font-weight: 500;
    margin: 0 auto 15px;
    max-width: 875px;
    padding: 0;
    text-align: center;
}

#Stage_jbeeb_3{
	margin:0px auto !important;
	display:block;
	float:none;
}

.glue_block_layer {
	background-image: url("pattern.png");
	opacity: 0.7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
}

.glue_popup {
	height: 400px;
	width: 700px;
	max-width:100%;
	box-shadow: 0px 0px 7px #4a4a4a;
	-moz-box-shadow: 0px 0px 7px #4a4a4a;
	-webkit-box-shadow: 0px 0px 7px #4a4a4a;
	background: #f2f2f2;
	-webkit-animation: horizontal 0.4s;
	animation: horizontal 0.4s;
}

.glue_content {
	padding: 20px;
}

.glue_close {
	cursor: pointer;
	position: relative;
	top: 0px;
	left: 0px;
	float: right;
	font-family: Arial;
	font-size: 17px;
	background-color: #d1d1d1;
	color: #4c4c4c;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
}

/* 
CSS3 animation keyframes.
*/
@-webkit-keyframes horizontal {
	0% {
		opacity: 0;
		-webkit-transform: translate(-90px, 0);
		-ms-transform: translate(-90px, 0);
		transform: translate(-90px, 0);
	}
  
	100% {
		opacity: 1;
		-webkit-transform: translate(0%, 0);
		-ms-transform: translate(0%, 0);
		transform: translate(0%, 0);
	}
}
@-ms-keyframes horizontal {
	0% {
		opacity: 0;
		-webkit-transform: translate(-90px, 0);
		-ms-transform: translate(-90px, 0);
		transform: translate(-90px, 0);
	}
  
	100% {
		opacity: 1;
		-webkit-transform: translate(0%, 0);
		-ms-transform: translate(0%, 0);
		transform: translate(0%, 0);
	}
	
}
@keyframes horizontal {
	0% {
		opacity: 0;
		-webkit-transform: translate(-90px, 0);
		-ms-transform: translate(-90px, 0);
		transform: translate(-90px, 0);
	}
  
	100% {
		opacity: 1;
		-webkit-transform: translate(0%, 0);
		-ms-transform: translate(0%, 0);
		transform: translate(0%, 0);
	}
}

#country3, #country4, #country5, #country6, #country7, #country8 { width:898px; } 
#show_msg {
  background: #407aaa;
margin-bottom:20px;
  color: #FFFFFF;
  font-weight: bold;
  padding: 10px 0px;
  text-align: center;
  width: 100%;
  font-family:pirulen;
}
#parentcountry {  } 
.product-image-left{
	float:left;
}
.product-image-right{
	float:right;
}
.product-top-right{
	float:right;
	width:703px;
	padding-top:20px;
	background-image:url(images/product-top.jpg);
	background-repeat:no-repeat;
	background-position:center top;
}
.product-top-left{
	float:left;
	width:703px;
	padding-top:20px;
	background-image:url(images/product-top.jpg);
	background-repeat:no-repeat;
	background-position:center top;
}
.product-bottom{
	width:703px;
	padding-bottom:66px;
	background-image:url(images/product-bottom.png);
	background-position:bottom center;
	background-repeat:no-repeat;
}
.product-details{
	background-image:url(images/product-middle.jpg); 
	background-size:100% 102%;
	padding:0px 20px;
	font-size:18px;
	color:#383838;
	font-family:Myriad Pro;
}
.product-details-left{
	background-image:url(images/product-middle.jpg); 
	background-size:100% 102%;
	padding:0px 20px;
	text-align:right;
	font-size:18px;
	color:#383838;
	font-family:Myriad Pro;
}
.product-type-one { display:block; }


.clear  {  clear:both;}


@font-face {
	font-family: Oswald;
	src: url(/fontS/Oswald-Regular.otf);
}
@font-face {
	font-family: Open sans bold;
	src: url(/fontS/OpenSans-Bold.ttf);
}
@font-face {
	font-family: Oswald Light;
	src: url(/fontS/Oswald-Light.otf);
}
@font-face {
	font-family: Oswald bold;
	src: url(/fontS/Oswald-Bold.otf);
}
@font-face {
	font-family: Open-bold-italic;
	src: url(/fontS/OpenSans-BoldItalic.ttf);
}
@font-face {
	font-family: Opensans-italic;
	src: url(/fontS/OpenSans-Italic.ttf);
}
@font-face {
	font-family: Pirulen;
	src: url(/fontS/pirulen.ttf);
}
body {
	margin: 0px;
	padding: 0px;
}
a.accordion-opener { text-decoration:none; font-family:'arial'; font-weight:normal; font-size:18px !important;}
#wrapper {
	width: 970px;
	margin: 0px auto;
}
header {
	width: 970px;
	height: 60px;
	border-bottom: solid 1px #dedede;
}
h1 {
	color: #797979;
	font-family: Myriad Pro;
	font-size: 27px;
	font-weight: normal;
	line-height: 34px;
	margin: 0;
	padding: 20px 0 0;
	float: left;
	width: 500px;
}
h2 {
	color: #797979;
	font-family: Myriad Pro;
	font-size: 27px;
	font-weight: normal;
	line-height: 34px;
	margin: 0;
	padding: 20px 0 0;
	text-align: center;
}
h1 span {
	color: #407aaa;
}
h2 span {
	color: #407aaa;
}
header .blu-box {
	background-color: #407aaa;
	border-radius: 5px;
	color: #ffffff;
	display: block;
	float: right;
	font-family: Myriad Pro;
	font-size: 17px;
	font-weight: normal;
	line-height: 21px;
	margin-top: 18px;
	padding: 5px 10px;
}
#video {
	margin: 30px 0px;
}
#nav-wrap {
	background-color: #797979;
	height: 42px;
	width: 100%;

}
#nav-wrap-inner {
	width: 970px;
	margin: 0px auto;
}
.tabcontent {
	color: #4e4e4e;
	font-size: 11px;
	padding: 5px 0px;
}
#number_one {
	background-color: #ffffff;
	color: #333;
	display: block;
	font-family: Open sans;
	font-size: 16px;
	height: 419px;
	margin: 0px auto;
	padding: 5px 19px 0 20px;
	width: 855px;border: 2px solid #e1e1e1;
	
}
#number_one .red_bold_sans {
	font-family: Open sans bold;
	color: #cd1014;
	font-size: 22px;
}
#number_one p {
	display: block;
	margin:20px 0px;
}
.left_image {
	float: left;
	padding-right: 40px;
}
#number_two {
	background-image: url(http://www.mi40x.com/images/think-about-it.jpg);
	background-size: 100%;
	height: 708px;
	padding: 40px 110px 0px 40px;
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Open sans;
	font-size: 16px;
	display: inline-block;
}
#number_two .title {
	font-family: Pirulen;
	color: #b91204;
	font-size: 37px;
	display: block;
}
#number_two .a {
	font-family: Open sans bold;
	color: #000000;
	font-size: 20px;
}
#number_two .tall-para {
	display: block;
	margin: 0;
	padding: 31px 0;
}
#number_two .tall-para-two {
	display: block;
	margin: 0;
	padding: 31px 0 10px 0;
}
#number_two .big_text {
	font-size: 22px;
	color: #000000;
	font-family: Open-bold-italic;
}
#recovery .title_one {
	font-family: Oswald;
	color: #000000;
	font-size: 36px;
	display: block;
	text-align: center;
}
#recovery .title_two {
	font-family: Pirulen;
	color: #e40016;
	font-size: 36px;
	display: block;
	text-align: center;
}
#recovery .para_one {
	font-family: opensans light;
	font-size: 22px;
	text-align: center;
	padding: 0px!important;
}
.black_box {
	background-color: #000000;
	display: block;
	float: left;
	height: 182px;
	margin: 16px 20px;
	width: 254px;
}
#recovery p {
	font-family: Open sans;
	font-size: 16px;
	margin: 0px;
	padding: 10px 0px 10px 20px
}
#section_three {
	background-image: url("http://www.mi40x.com/images/repeat.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100%;
	display: block;
	font-family: Open sans;
	font-size: 16px;
	padding: 20px 40px;
	height: 589px;
}
#section_three .title_one {
	font-family: Oswald;
	color: #000000;
	font-size: 43px;
	display: block;
	text-align: left;
}
#section_three p {
	margin-left: 200px;
	display: block;
	width: 500px;
}
#section_three .tall-para {
	margin: 50px 0px 50px 200px;
}
#section_three .red_bold {
	color: #B91204;
	display: block;
	font-family: Open sans bold;
	font-size: 19px;
	padding-left: 145px;
	text-align: center;
	width: 600px;
}
#section_four {
	display: block;
	font-family: Open sans;
	font-size: 16px;
	padding: 20px 40px;
	height: 589px;
}
#section_four p{
	margin:20px 0px}
#section_four .title_one {
	color: #000000;
	display: block;
	font-family: Oswald;
	font-size: 54px;
	text-align: center;
}
#section_five {
	background-image: url(http://www.mi40x.com/images/top_fade.jpg);
	background-repeat: repeat-x;
	background-position: top center;
	padding-top: 40px;
	font-family: Open sans;
	font-size: 16px;
}
#section_five p {
	padding-left: 40px;
	margin: 21px 0px 21px 0px;
}
#section_five .title_one {
	color: #e40016;
	display: block;
	font-family: Oswald;
	font-size: 45px;
	padding: 0px 0px 0px 40px;
	text-align: left;
}
.right_image {
	float: right;
	padding-bottom: 20px;
	padding-left: 165px;
}
#section_five .title_two {
	display: block;
	font-family: Oswald;
	font-size: 32px;
	padding-top: 41px;
}
p.thin_para {
	display: block;
	width: 700px;
}
#section_six {
	background-image: url(http://www.mi40x.com/images/section-bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100%;
	display: block;
	font-family: Open sans;
	font-size: 16px;
	padding: 20px 0px 20px 40px;
	height: 589px;
}
#section_six .title_one {
	color: #e40016;
	display: block;
	font-family: Oswald;
	font-size: 32px;
	padding: 0px 0px 0px 0px;
	text-align: left;
}
strong{
	font-weight:bold !important;
}
#section_six .right_image {
	float: right;
	height: 107%;
	margin-top: -20px;
	padding-bottom: 0 !important;
	padding-left: 65px;
}
#section_six .it-bold {
	font-family: opensans light;
	font-style: italic;
	font-size: 25px;
}
.test-type-one p {
   
    padding: 10px 0 !important;
}
#section_six p, #section_seven p, #section_eight p, #section_eleven p, #section_twelve p, #section_thirteen p, #section_fourteen p{margin:21px 0px;}
#section_sixteen p, #section_seventeen p, #section_eighteen p, #section_nineteen p, #section_twenty p, #section_twentyone p, #section_twentytwo p, #section_twentythree p, #section_twentyfour p, #section_twentyfive p{
	margin: 16px 0px;
}
#section_seven {
	padding: 40px;
	font-family: Open sans;
	font-size: 16px;
}
#section_seven .title_one {
	font-family: Oswald Light;
	font-size: 34px;
	font-weight: lighter;
	line-height: 45px;
}
#section_seven .title_two {
	font-family: Oswald;
	font-size: 34px;
	font-weight: lighter;
}
#section_eight {
	background-image: url(http://www.mi40x.com/images/top_fade.jpg);
	background-repeat: repeat-x;
	background-position: top center;
	padding: 20px 40px 0px 40px;
	font-family: Open sans;
	font-size: 16px;
}
#section_eight .title_one {
	font-family: Oswald Light;
	font-size: 42px;
	display: block;
	text-align: center;
	padding: 0px;
	margin: 10px 0px;
}
#section_eight .title_two {
	font-family: Open sans bold;
	font-size: 24px;
	display: block;
	padding: 0px;
	margin: 10px 0px;
}
#section_eight .title_three {
	font-family: Open sans bold;
	font-size: 26px;
	display: block;
	text-align: left;
	padding: 0px;
	margin: 10px 0px;
}
#section_eight .title_one span {
	color: #e40016;
}
#section_eight p.large {
	font-size: 26px;
}
#section_nine {
	background-image: url(http://www.mi40x.com/images/section-bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	display: block;
	font-family: Open sans bold;
	font-size: 16px;
	padding: 20px;
	height: 350px;
	text-align: center;
	color: #e40016;
	font-size: 25px;
}
#section_ten {
	padding: 20px 0px 0px 0px;
	font-family: opensans light;
	font-size: 16px;
}
#section_ten p {
	padding: 8px 60px 8px 60px;
}
#section_ten .left-image {
	float: left;
	padding-right: 30px;
	padding-bottom: 20px;
}
#section_ten .title_one {
	font-family: Oswald;
	font-size: 34px;
	text-align: center;
	display: block;
}
#section_eleven {
	padding: 20px 0px 0px 20px;
	font-family: opensans light;
	font-size: 16px;
}
#section_eleven p {
	padding: 0px 60px 0px 60px;
}
#section_eleven .right-image {
	float: right;
	padding-left: 30px;
	padding-bottom: 100px;
}
#section_eleven .title_one {
	font-family: Oswald Light;
	font-size: 26px;
	text-align: left;
	display: block;
}
#section_eleven .title_two {
	font-family: Oswald Light;
	font-size: 46px;
	text-align: left;
	display: block;
}
#section_twelve {
	font-family: open sans;
	font-size: 16px;
	padding: 40px;
}
#section_twelve .title_one {
	font-family: Oswald Light;
	font-size: 26px;
	text-align: left;
	display: block;
}
#section_thirteen {
	background-image: url("http://www.mi40x.com/images/section-bg.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100%;
	display: block;
	font-family: Open sans;
	font-size: 16px;
	height: 589px;
	padding: 0px 0 20px 0px;
}
#section_thirteen .title_one {
	font-family: Oswald Light;
	font-size: 30px;
	padding-top: 20px;
	display: block;
}
#section_thirteen .title_one .red {
	color: #e60016;
}
#section_thirteen .left-image {
	float: left;
	padding-right: 30px;
	padding-bottom: 20px;
	height: 100%;
}
#section_fourteen .title_one {
	font-family: Oswald;
	display: block;
	font-size: 26px;
}
#section_fourteen .title_three {
	font-family: Oswald Light;
	display: block;
	font-size: 46px;
	text-align: center
}
#section_fourteen {
	padding: 20px 40px;
	font-family: opensans light;
	font-size: 16px;
}
#section_fourteen .title_two {
	font-family: Oswald Light;
	font-size: 40px;
	padding-top: 20px;
	display: block;
}
#section_fithteen {
	font-family: opensans light;
	font-size: 16px;
}
#section_fithteen .left-image {
	float: left;
	padding-left: 20px;
	padding-right: 20px;
}
#section_sixteen {
	background-color: #000;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	color: #FFFFFF;
	display: block;
	font-family: Open sans;
	font-size: 14px;
	height: 234px;
	padding: 20px 0 20px 40px;
	margin-top: -10px;
}
#section_sixteen .title_one {
	color: #e40016;
	font-family: Pirulen;
	font-size: 18px;
}
#section_sixteen .left-image {
	float: left;
	padding-left: 0;
	padding-right: 20px;
	padding-top: 20px;
}
#section_seventeen {
	background-image: url(http://www.mi40x.com/images/black-bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	display: block;
	font-family: Open sans;
	font-size: 16px;
	padding: 20px 20px 20px 40px;
	color: #ffffff;
}
#section_seventeen .title_one {
	color: #e40016;
	font-family: Pirulen;
	font-size: 18px;
	float: left
}
#section_seventeen .right-image {
	float: right;
	height: 99.5%;
	margin-right: 0;
	padding-left: 40px;
	padding-right: 0;
	padding-top: 20px;
}
#section_eighteen .title_one {
	font-family: Oswald Light;
	display: block;
	font-size: 34px;
	text-align: center;
}
#section_eighteen .title_three {
	font-family: Oswald Light;
	display: block;
	font-size: 46px;
	text-align: center
}
#section_eighteen {
	padding: 20px 40px;
	font-family: opensans light;
	font-size: 16px;
}
#section_eighteen .title_two {
	font-family: Oswald Light;
	font-size: 40px;
	padding-top: 20px;
	display: block;
}
#section_nineteen {
	background-image: url(http://www.mi40x.com/images/black-bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100%;
	display: block;
	font-family: Open sans;
	font-size: 16px;
	height: 589px;
	padding: 20px 40px 20px 40px;
	color: #ffffff;
}
#section_nineteen .title_one {
	color: #fff;
	font-family: Oswald Light;
	font-size: 26px;
	float: left
}
#section_nineteen .title_two {
	color: #e40016;
	font-family: Pirulen;
	font-size: 26px;
	float: left;
	clear: left;
	padding: 10px 0px 20px 0px;
}
#section_nineteen .right-image {
	float: right;
	height: 81.5%;
	margin-right: 0;
	padding-left: 40px;
	padding-right: 0;
	padding-top: 20px;
}
#section_twenty {
	background-image: url(http://www.mi40x.com/images/black-bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	display: block;
	font-family: opensans light;
	font-size: 16px;
	padding: 20px 40px 20px 40px;
	color: #ffffff;
}
#section_twenty .title_one {
	color: #fff;
	font-family: Oswald Light;
	font-size: 28px;
	float: left
}
#section_twenty .title_two {
	color: #e40016;
	font-family: Pirulen;
	font-size: 29px;
	float: left;
	clear: left;
	padding: 10px 0px 20px 0px;
}
#section_twenty .right-image {
	float: right;
	height: 81.5%;
	margin-right: 0;
	padding-left: 40px;
	padding-right: 0;
	padding-top: 20px;
}
#section_twentyone .title_one {
	font-family: Oswald Light;
	display: block;
	font-size: 34px;
	text-align: center;
}
#section_twentyone .title_three {
	font-family: Oswald Light;
	display: block;
	font-size: 46px;
	text-align: center
}
#section_twentyone .red {
	color: #E60016;
}
#section_twentyone {
	padding: 20px 40px;
	font-family: opensans light;
	font-size: 16px;
}
#section_twentyone .title_two {
	font-family: Opensans-italic;
	font-size: 20px;
	padding-top: 20px;
	display: block;
}
#section_twentytwo .title_one {
	font-family: Oswald Light;
	display: block;
	font-size: 34px;
	text-align: center;
}
#section_twentytwo .title_three {
	font-family: Oswald Light;
	display: block;
	font-size: 46px;
	text-align: center
}
#section_twentytwo .red {
	color: #E60016;
	font-family: Open sans bold;
}
#section_twentytwo {
	padding: 20px 40px;
	font-family: opensans light;
	font-size: 16px;
	background-image: url("http://www.mi40x.com/images/top_fade.jpg");
	background-position: center top;
	background-repeat: repeat-x;
}
#section_twentytwo ul {
	padding: 0px;
	list-style-type: none;
}
#section_twentytwo ul li {
	padding-left: 40px;
	background-image: url(http://www.mi40x.com/images/tick.jpg);
	background-position: left top;
	font-family: Open sans bold;
	padding-bottom: 15px;
	display: block;
	background-repeat: no-repeat;
}#section_twentythree {
	background-image: url("http://www.mi40x.com/images/section-bg.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	display: block;
	font-family: Open sans;
	font-size: 16px;
	padding: 0 40px 20px;
}
#section_twentythree .title_one {
	font-family: Oswald Light;
	font-size: 26px;
	padding-top: 20px;
	display: block;
	text-align: center;
}
#section_twentythree .title_two {
	display: block;
	font-family: Oswald Light;
	font-size: 38px;
	margin: 0 auto;
	padding-top: 0;
	text-align: center;
	width: 682px;
}
#section_twentythree .big {
	font-family: Open sans bold;
	font-size: 26px;
}
#section_twentythree .title_one .red {
	color: #e60016;
}
#section_twentythree .left-image {
	float: left;
	padding-right: 30px;
	padding-bottom: 20px;
	height: 100%;
}
#section_twentyfour .title_two {
	font-family: Opensans-italic;
	font-size: 20px;
	padding-top: 20px;
	display: block;
}
#section_twentyfour .title_one {
	font-family: Oswald Light;
	display: block;
	font-size: 68px;
	text-align: center;
}
#section_twentyfour .title_three {
	font-family: Oswald Light;
	display: block;
	font-size: 46px;
	text-align: center
}
#section_twentyfour .red {
	color: #E60016;
	font-family: Open sans bold;
}
#section_twentyfour {
	padding: 20px 40px;
	font-family: opensans light;
	font-size: 16px;
	background-image: url("http://www.mi40x.com/images/top_fade.jpg");
	background-position: center top;
	background-repeat: repeat-x;
}
.yes {
	display: block;
	margin: 20px auto;
}
#section_twentyfour .title_two {
	font-family: Opensans-italic;
	font-size: 20px;
	padding-top: 20px;
	display: block;
}
#section_twentyfive {
	padding: 20px 40px;
	font-family: opensans light;
	font-size: 16px;
	background-image: url(http://www.mi40x.com/images/sky-bg.jpg);
	background-size: 100% 100%;
	background-position: center top;
	background-repeat: repeat-x;
}
#section_twentyfive .badge {
	position: absolute;
	margin-left: -121px;
}
#section_twentyfive .title_one {
	font-family: Oswald Light;
	display: block;
	font-size: 40px;
	text-align: center;
}
#section_twentyfive .title_two {
	background-image: url("http://www.mi40x.com/images/divider.png");
	background-position: center bottom;
	background-repeat: no-repeat;
	display: block;
	font-family: Oswald bold;
	font-size: 42px;
	padding-bottom: 55px;
	text-align: center;
}
.test_main_title {
	color: #CD1014;
	font-family: Pirulen;
	font-size: 33px;
	margin: 0;
	text-align: center;
	text-shadow: 1px 1px 1px #FFFFFF;
	text-transform: uppercase;
}
.test-type-one {
	clear: both;
	margin-left: 20px;
	width: 858px;
	padding-bottom: 40px;
}
.test-type-one h2 {
	color: #cd1014;
	font-family: Pirulen;
	font-size: 16px;
	margin: 0;
	padding: 15px 0;
	text-align: center;
}
.test-type-one img {
	float: left;
	padding-right: 30px;
}
.test-type-one .text {
	float: right;
	font-family: open sans;
	font-size: 14px;
	width: 500px;
}
.test-type-one .text .name {
	font-size: 15px;
	font-weight: bold;
	margin: 0;
	padding: 10px 0;
}
.test-type-two .text {
	float: right;
	font-family: open sans;
	font-size: 14px;
	width: 500px;
}
.test-type-two h2 {
	color: #cd1014;
	font-family: Pirulen;
	font-size: 16px;
	margin: 0;
	padding: 15px 0;
	text-align: center;
}
.test-type-two .text .name {
	font-size: 15px;
	font-weight: bold;
	margin: 0;
	padding: 10px 0;
}
#addtocart {
	clear: both;
	display: block;
	height: 202px;
	margin: 9px auto 0;
	width: 560px;
}
.test_main_title {
	color: #cd1014;
	font-family: Pirulen;
	font-size: 33px;
	margin: 0;
	text-align: center;
	text-shadow: 1px 1px 1px #ffffff;
	text-transform: uppercase;
}
#section_twentytw@charset "UTF-8";
/* CSS Document */
@font-face {
	font-family: Myriad Pro;
	src: url(/fontS/MyriadPro-Regular.otf);
}
@font-face {
	font-family: Open sans;
	src: url(/fontS/OpenSans-Regular.ttf);
}
@font-face {
	font-family: opensans light;
	src: url(/fontS/OpenSans-Light.ttf);
}
.left-image {
	float: left;
	padding-bottom: 20px;
	padding-right: 20px;
}
#country3, #country4, #country5, #country6, #country7, #country8 { width:898px; } 
#show_msg {
  background: #407aaa;
margin-bottom:20px;
  color: #FFFFFF;
  font-weight: bold;
  padding: 10px 0px;
  text-align: center;
  width: 100%;
  font-family:pirulen;
}




#contact-area {
	width: 600px;
	margin: 25px auto 0px auto;
}

#contact-area input, #contact-area textarea {
	 border: 2px solid #CCCCCC;
    font-family: Helvetica,sans-serif;
    font-size: 15px;
    margin: 0 0 10px;
    padding: 5px;
    width: 471px;
}

#contact-area textarea {
	height: 70px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #900;
}

#contact-area input.submit-button {
	width: 100px;
	float: right;
}

label {
	 float: left;
    font-family: open sans;
    font-size: 18px;
    margin-right: 15px;
    padding-top: 5px;
    text-align: right;
    width: 100px;
}
.top_white_name{
	color: #FFFFFF;
    font-family: Pirulen;
    font-size: 24px;
    margin: 0;
    padding: 10px 0;
    text-align: center;
    text-transform: uppercase;
	
}



#parentcountry {   } 
.product-image-left{
	float:left;
}
.product-image-right{
	float:right;
}
.product-top-right{
	float:right;
	width:703px;
	padding-top:20px;
	background-image:url(images/product-top.jpg);
	background-repeat:no-repeat;
	background-position:center top;
}
.product-top-left{
	float:left;
	width:703px;
	padding-top:20px;
	background-image:url(images/product-top.jpg);
	background-repeat:no-repeat;
	background-position:center top;
}
.product-bottom{
	width:703px;
	padding-bottom:66px;
	background-image:url(images/product-bottom.png);
	background-position:bottom center;
	background-repeat:no-repeat;
}
.product-details{
	background-image:url(images/product-middle.jpg); 
	background-size:100% 102%;
	padding:0px 20px;
	font-size:18px;
	color:#383838;
	font-family:Myriad Pro;
}
.product-details-left{
	background-image:url(images/product-middle.jpg); 
	background-size:100% 102%;
	padding:0px 20px;
	text-align:right;
	font-size:18px;
	color:#383838;
	font-family:Myriad Pro;
}
.product-type-one { display:block; }


.clear  {  clear:both;}


.loading {
	display: none;
}
.accordion {
	border: 1px solid #ccc;
}
.accordion .panel p {
	padding: 10px 0px;
}
.accordion .panel strong {
	font-weight: bold;
}
.accordion li h3 a {
	background: #666;
	background: #666 -webkit-gradient(linear, left top, left bottom, from(#999), to(#666)) no-repeat;
	background: #666 -moz-linear-gradient(top, #999, #666) no-repeat;
	border-bottom: 1px solid #333;
	border-top: 1px solid #ccc;
	color: #fff;
	display: block;
	font-style: normal;
	margin: 0;
	padding: 5px 10px;
	text-shadow: 0 -1px 2px #333, #ccc 0 1px 2px;
	font-family: Pirulen;
	font-size: 14px;
}
.accordion li.active h3 a {
	background: #369;
	background: #369 -webkit-gradient(linear, left top, left bottom, from(#69c), to(#369)) no-repeat;
	background: #369 -moz-linear-gradient(top, #69c, #369) no-repeat;
	border-bottom: 1px solid #036;
	border-top: 1px solid #9cf;
	text-shadow: 0 -1px 2px #036, #9cf 0 1px 2px;
}
.accordion li.locked h3 a {
	background: #963;
	background: #963 -webkit-gradient(linear, left top, left bottom, from(#c96), to(#963)) no-repeat;
	background: #963 -moz-linear-gradient(top, #c96, #963) no-repeat;
	border-bottom: 1px solid #630;
	border-top: 1px solid #fc9;
	text-shadow: 0 -1px 2px #630, #fc9 0 1px 2px;
}
.accordion li h3 {
	margin: 0;
	padding: 0;
}
.accordion .panel {
	padding: 10px;
	font-family: Myriad Pro;
    font-size: 15px;
}
#clickbank {
    color: #666666;
    font-size: 11px;
    margin: 0 auto;
    padding: 20px 0;
    width: 893px;
}
.top_white_name {
    color: #cd1014;
    font-family: Pirulen;
    font-size: 24px;
    margin: 0;
    padding: 10px 0;
    text-align: center;
    text-transform: uppercase;
}

@font-face {
	font-family: Oswald;
	src: url(/fontS/Oswald-Regular.otf);
}
@font-face {
	font-family: Open sans bold;
	src: url(/fontS/OpenSans-Bold.ttf);
}
@font-face {
	font-family: Oswald Light;
	src: url(/fontS/Oswald-Light.otf);
}
@font-face {
	font-family: Oswald bold;
	src: url(/fontS/Oswald-Bold.otf);
}
@font-face {
	font-family: Open-bold-italic;
	src: url(/fontS/OpenSans-BoldItalic.ttf);
}
@font-face {
	font-family: Opensans-italic;
	src: url(/fontS/OpenSans-Italic.ttf);
}
@font-face {
	font-family: Pirulen;
	src: url(/fontS/pirulen.ttf);
}
body {
	margin: 0px;
	padding: 0px;
}
a.accordion-opener { text-decoration:none; font-family:'arial'; font-weight:normal; font-size:18px !important;}
#wrapper {
	width: 970px;
	margin: 0px auto;
}
header {
	width: 970px;
	height: 60px;
	border-bottom: solid 1px #dedede;
}
h1 {
	color: #797979;
	font-family: Myriad Pro;
	font-size: 27px;
	font-weight: normal;
	line-height: 34px;
	margin: 0;
	padding: 20px 0 0;
	float: left;
	width: 500px;
}
h2 {
	color: #797979;
	font-family: Myriad Pro;
	font-size: 27px;
	font-weight: normal;
	line-height: 34px;
	margin: 0;
	padding: 20px 0 0;
	text-align: center;
}
h1 span {
	color: #407aaa;
}
h2 span {
	color: #407aaa;
}
header .blu-box {
	background-color: #407aaa;
	border-radius: 5px;
	color: #ffffff;
	display: block;
	float: right;
	font-family: Myriad Pro;
	font-size: 17px;
	font-weight: normal;
	line-height: 21px;
	margin-top: 18px;
	padding: 5px 10px;
}
#video {
	margin: 30px 0px;
}
#nav-wrap {
	background-color: #797979;
	height: 42px;
	width: 100%;

}
#nav-wrap-inner {
	width: 970px;
	margin: 0px auto;
}
.tabcontent {
	color: #4e4e4e;
	font-size: 11px;
	padding: 5px 0px;
}
#number_one {
	background-color: #ffffff;
	color: #333;
	display: block;
	font-family: Open sans;
	font-size: 16px;
	height: 419px;
	margin: 0px auto;
	padding: 5px 19px 0 20px;
	width: 855px;
	border: 0px solid #e1e1e1;
	
}
#number_one .red_bold_sans {
	font-family: Open sans bold;
	color: #cd1014;
	font-size: 22px;
}
#number_one p {
	display: block;
	margin:20px 0px;
}
.left_image {
	float: left;
	padding-right: 40px;
}
#number_two {
	background-image: url(http://www.mi40x.com/images/think-about-it.jpg);
	background-size: 100%;
	height: 708px;
	padding: 40px 110px 0px 40px;
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Open sans;
	font-size: 16px;
}
#number_two .title {
	font-family: Pirulen;
	color: #b91204;
	font-size: 37px;
	display: block;
}
#number_two .a {
	font-family: Open sans bold;
	color: #000000;
	font-size: 20px;
}
#number_two .tall-para {
	display: block;
	margin: 0;
	padding: 31px 0;
}
#number_two .tall-para-two {
	display: block;
	margin: 0;
	padding: 31px 0 10px 0;
}
#number_two .big_text {
	font-size: 22px;
	color: #000000;
	font-family: Open-bold-italic;
}
#recovery .title_one {
	font-family: Oswald;
	color: #000000;
	font-size: 36px;
	display: block;
	text-align: center;
}
#recovery .title_two {
	font-family: Pirulen;
	color: #e40016;
	font-size: 36px;
	display: block;
	text-align: center;
}
#recovery .para_one {
	font-family: opensans light;
	font-size: 22px;
	text-align: center;
	padding: 0px!important;
}
#disclaimer-new {
	border: 0 none;
	color: #909090;
	font-family: Helvetica;
	font-size: 10px;
	height: 100%;
	margin: 0 auto;
	padding: 10px;
	text-align: center;
	max-width: 970px;
	line-height:13px;
}
#featured {
	margin-left:35px;
}
.black_box {
	background-color: #000000;
	display: block;
	float: left;
	height: 182px;
	margin: 16px 20px;
	width: 254px;
}
#recovery p {
	font-family: Open sans;
	font-size: 16px;
	margin: 0px;
	padding: 10px 0px 10px 20px
}