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

body{background:url(bg.png) repeat-x #FFF; background-attachment:fixed; background-position:center top; margin:0px auto;}
.main_container{ width:864px; margin:0px auto;}
.body-bg{background:url(body.png) repeat-y; width:864px; margin:0px auto; overflow:hidden;}
.body-wrap{width:770px; margin:0px auto;}
.price_bg{
	background:url(img_20.jpg) no-repeat;
	width:838px;
	height:786px;
	margin:0px auto;
}
.date_bg{
	background:url(img_4.jpg) no-repeat;
	width:838px;
	height:714px;
	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:24px; color:#333; margin:25px 0px; font-weight:bold; line-height:35px;}
.subhead-3{font-family:Tahoma, Geneva, sans-serif; font-size:37px; color:#000; 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:164px;
margin:0px auto 0px auto;
}
.menu{background: rgb(30,87,153); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(30,87,153,1) 0%, rgba(41,137,216,1) 50%, rgba(32,124,202,1) 51%, rgba(125,185,232,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,1)), color-stop(50%,rgba(41,137,216,1)), color-stop(51%,rgba(32,124,202,1)), color-stop(100%,rgba(125,185,232,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',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(252,234,187); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(252,234,187,1) 0%, rgba(252,205,77,1) 50%, rgba(248,181,0,1) 51%, rgba(251,223,147,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,234,187,1)), color-stop(50%,rgba(252,205,77,1)), color-stop(51%,rgba(248,181,0,1)), color-stop(100%,rgba(251,223,147,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(252,234,187,1) 0%,rgba(252,205,77,1) 50%,rgba(248,181,0,1) 51%,rgba(251,223,147,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(252,234,187,1) 0%,rgba(252,205,77,1) 50%,rgba(248,181,0,1) 51%,rgba(251,223,147,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(252,234,187,1) 0%,rgba(252,205,77,1) 50%,rgba(248,181,0,1) 51%,rgba(251,223,147,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(252,234,187,1) 0%,rgba(252,205,77,1) 50%,rgba(248,181,0,1) 51%,rgba(251,223,147,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fceabb', endColorstr='#fbdf93',GradientType=0 ); /* IE6-9 */


  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;
	}




