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

html, body {height:100%;}
body {
	background:#c2e7f4 url(../images/bg.jpg) repeat-x top;
}
a {
    color:#33B6DB;
    text-decoration:none;
}
h1 {
    font-size: 50px;
}
h2, h2 a {
    font-size: 30px;
    color: #33B6DB;
}
h1, h2 {
		font-family: 'Candy Script W00 Regular';
	padding:10px 0;
}
h3 {
    font-family: 'Candy Script W00 Regular';
	font-size:24px;
}
h4 {
	font-size:14px;
	padding:10px 0;
}
.clr {clear:both;}
#wrapper {
	width:100%;
	height:100%;
	background:url(../images/dot.png) repeat;
}
#page {
	width:100%;
	height:100%;
	background:url(../images/ray.png) no-repeat top center;
}
.logo {
    position:absolute;
}
#tag{  width:255px; position: relative; top: -50px; left: 0px; float:left; z-index:100; }
.banner-wrapper {	
	background:url(../images/banner-bg.png) no-repeat bottom center;
	height:535px;
	width:100%;
	z-index:99;
}
.banner {
	/*width:1000px;*/
	margin:auto;
}
.banner-caption {
	position:absolute;
	width:490px;
	margin:65px 0 0 25px;
}
.banner-caption h1 {
	font-family: 'CandyScriptRegular', Arial, sans-serif;
	line-height:45px;
	font-size:40px;
	color:#FFFDD0;
	text-shadow:0px 2px 10px #000000;
	margin:10px 0 20px 0;
}
.bannerimage {
	float:right;
	width:643px;
	margin-top:20px;
}
.ContentWrapper {
	
       
	background:#ffffff;
	
	margin:20px auto;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.50);
-moz-box-shadow:    0px 0px 10px rgba(0, 0, 0, 0.50);
box-shadow:         0px 0px 10px rgba(0, 0, 0, 0.50);
}

.facebooklike {
	background:url(../images/facebook-like-bg.png) no-repeat;
	width:234px;
	height:80px;
	position:absolute;
	bottom:0;
	
}
.fbbutton {
	text-align:center;
/*	margin:25px 0 0 0;*/
	white-space: nowrap;
}
#footer-container .video {
	float:left;
	width:100%;
}
#footer-container  .intro {
	/*float:right;
	width:750px;*/
	    font-family: 'Candy Script W00 Regular';
	font-size:18px;
}
#footer-container p {
	    font-family: 'Candy Script W00 Regular';
	font-size:18px;
	text-align:justify;
	line-height:22px;
	padding:5px;
}
.footermenu  {
	clear:both;
	
	    padding-top: 34px;
}
.footermenu ul {
	position:relative;
/*   left:50%;*/
   text-align:center;

}
.footermenu li {
	display:inline-block;
	list-style:none;
   position:relative;
   /*right:50%;*/
}
.footermenu li a  {
	display:block;
	color:#dddddd;
	padding:0 18px;
	font-family: 'Candy Script W00 Regular';
	font-size:20px;
	border-right:2px #dddddd solid;
	text-decoration:none;
	
}
.footermenu li a:hover  {
	color:#999;
}
.footermenu li a:last {
	border-right:2px #dddddd none;
}
.copyright {
	text-align:center;
	clear:both;
	margin-top:20px;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}
.img {border:0;}
.main-content {
    float:left;
  
}
.main-content  p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:22px;
	padding:10px 0;
}
.rightcol {
    width:280px;
	padding-top: 20px;
}
/*.menu li.item-101 a {
    position: absolute;
        left:0;
    top:-999px;
}*/