@charset "utf-8";
/* CSS Document */

body{background:url(bg.png) no-repeat #FFF; background-attachment:fixed; background-position:center top; background-size:100%; margin:0px auto;}
.main_container{ width:870px; margin:0px auto;}
.body-bg{background:url(body.png) repeat-y; width:870px; margin:0px auto; overflow:hidden;}
.body-wrap{width:760px; margin:0px auto;}
.price_bg{
	background:url(img_15.jpg) no-repeat;
	width:838px;
	height:793px;
	margin:0px auto;
}
.date_bg{
	background:url(img_3.jpg) no-repeat;
	width:838px;
	height:1035px;
	margin:0px auto;
}
.content{font-family:Arial, Helvetica, sans-serif; font-size:16px; color:#000; margin:25px 0px; line-height:26px; text-align:justify;}
.content-2{font-family:Arial, Helvetica, sans-serif; font-size:16px; color:#000; margin:0px 0px; line-height:22px;}
.subhead{font-family:Tahoma, Geneva, sans-serif; font-size:35px; color:#C00; margin:25px 0px; font-weight:bold; text-align:center;}
.subhead-2{font-family:Tahoma, Geneva, sans-serif; font-size:20px; color:#FFF; margin:25px 0px; font-weight:bold; line-height:35px; text-shadow: 0px 0px 3px #000000;
        filter: dropshadow(color=#000000, offx=0, offy=0); text-align:center;}
.subhead-3{font-family:Tahoma, Geneva, sans-serif; font-size:25px; color:#333; margin:25px 0px; font-weight:bold; line-height:35px;}
.subhead-4{font-family:"Times New Roman", Times, serif; font-size:32px; color:#333; margin:35px 0px; font-weight:bold; line-height:35px;}
.subhead-5{font-family:Tahoma, Geneva, sans-serif; font-size:30px; color:#C00; margin:40px 0px; font-weight:bold;}
a{color:#00F; text-decoration:none;}
a:hover{color:#F00; text-decoration:none;}
.email_swipes{font-family:Arial, Helvetica, sans-serif; font-size:18px; color:#C00; margin:20px 0px; line-height:22px; font-weight:bold; text-align:center;}
.footer_bg{ background:url(footer_bg.png) repeat-x; background-position:bottom center;
width:100%;
height:158px;
margin:0px auto 0px auto;
}
.menu{background: rgb(0,115,151); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(0,115,151,1) 0%, rgba(0,106,139,1) 24%, rgba(0,74,97,1) 77%, rgba(0,65,85,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,115,151,1)), color-stop(24%,rgba(0,106,139,1)), color-stop(77%,rgba(0,74,97,1)), color-stop(100%,rgba(0,65,85,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,115,151,1) 0%,rgba(0,106,139,1) 24%,rgba(0,74,97,1) 77%,rgba(0,65,85,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,115,151,1) 0%,rgba(0,106,139,1) 24%,rgba(0,74,97,1) 77%,rgba(0,65,85,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,115,151,1) 0%,rgba(0,106,139,1) 24%,rgba(0,74,97,1) 77%,rgba(0,65,85,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,115,151,1) 0%,rgba(0,106,139,1) 24%,rgba(0,74,97,1) 77%,rgba(0,65,85,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007397', endColorstr='#004155',GradientType=0 ); /* IE6-9 */

-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
  display:block;
  height:47px;
  width:760px;
  margin:0px auto;
}
.menu ul li {
  background-image:url(menu_divider.png);
  background-position:100% 50%;
  background-repeat:no-repeat;
  display:block;
  float:left; 
}
.menu ul li a {
  color:#FFFFFF;
  display:block;
  font-family:Arial, Helvetica, sans-serif;
  font-size:14px;
  line-height:23px;
  padding:12px 50px;
  font-weight:bold;
  text-shadow: 1px 1px 0px #000000;
        filter: dropshadow(color=#000000, offx=1, offy=1);
  text-align:center;
  text-decoration:none;
}
.menu ul li a:hover {
background: rgb(249,216,104); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(249,216,104,1) 0%, rgba(247,150,33,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(249,216,104,1)), color-stop(100%,rgba(247,150,33,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(249,216,104,1) 0%,rgba(247,150,33,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(249,216,104,1) 0%,rgba(247,150,33,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(249,216,104,1) 0%,rgba(247,150,33,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(249,216,104,1) 0%,rgba(247,150,33,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9d868', endColorstr='#f79621',GradientType=0 ); /* IE6-9 */

height:21px;
margin-top:1px;

  background-position:50% 0;
  background-repeat:repeat no-repeat;
  color:#000;
    text-shadow: 1px 1px 0px #FFF;
        filter: dropshadow(color=#FFF, offx=1, offy=1);
}
.menu ul li a.active {
background: #15446b; /* Old browsers */
background: -moz-linear-gradient(top,  #15446b 0%, #1a4971 22%, #2e5f8a 76%, #346692 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#15446b), color-stop(22%,#1a4971), color-stop(76%,#2e5f8a), color-stop(100%,#346692)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #15446b 0%,#1a4971 22%,#2e5f8a 76%,#346692 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #15446b 0%,#1a4971 22%,#2e5f8a 76%,#346692 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #15446b 0%,#1a4971 22%,#2e5f8a 76%,#346692 100%); /* IE10+ */
background: linear-gradient(to bottom,  #15446b 0%,#1a4971 22%,#2e5f8a 76%,#346692 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#15446b', endColorstr='#346692',GradientType=0 ); /* IE6-9 */

  background-position:50% 0;
  background-repeat:repeat no-repeat;
  color:#FFF;
}

	.highlighttext{
background-color:yellow;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
color:#000;
margin:10px 0px;
}
.thankucontent{
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	color: #000000;
	line-height:21px;
	text-align:center;
	margin:19px 0px 19px 0px;
}
.thankucontent a{
	color: #00F;
	text-decoration:underline;
}
.thankucontent a:hover{
	color: #F00;
	text-decoration:none;
}
.affiliate_tborder{
width:540px;
border: double;
background-color:#FFFF99;
margin:30px auto 30px auto;
padding:10px 0px 10px 17px;
}
.ul li{
	list-style-image:url(checkmark-2.png); 
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#000;
	margin:18px 0px 0px 10px;
	line-height:25px;
	padding:0px;
	text-align:justify;
	}

.module_top{ background:url(module_top.png) no-repeat; width:700px; height:76px; margin:30px auto 0px auto;}
.module_top_2{ background:url(module_top_2.png) no-repeat; width:700px; height:130px; margin:30px auto 0px auto;}
.module_body{ background:url(module_body.png) repeat-y; width:700px; margin:0px auto; overflow:hidden;}
.module_wrp{ width:620px; margin:20px auto 10px auto;}

.video_bg{background: rgb(174,188,191); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(174,188,191,1) 0%, rgba(110,119,116,1) 50%, rgba(10,14,10,1) 51%, rgba(10,8,9,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(174,188,191,1)), color-stop(50%,rgba(110,119,116,1)), color-stop(51%,rgba(10,14,10,1)), color-stop(100%,rgba(10,8,9,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(174,188,191,1) 0%,rgba(110,119,116,1) 50%,rgba(10,14,10,1) 51%,rgba(10,8,9,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(174,188,191,1) 0%,rgba(110,119,116,1) 50%,rgba(10,14,10,1) 51%,rgba(10,8,9,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(174,188,191,1) 0%,rgba(110,119,116,1) 50%,rgba(10,14,10,1) 51%,rgba(10,8,9,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(174,188,191,1) 0%,rgba(110,119,116,1) 50%,rgba(10,14,10,1) 51%,rgba(10,8,9,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aebcbf', endColorstr='#0a0809',GradientType=0 ); /* IE6-9 */
width:740px; height:416px; margin:30px auto 50px auto;}

