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

.MenuSelect {
	height:66px;
	width: 980px;
	list-style: none;  
    position: relative;  
    margin: auto;  
    padding: 0; 
	
}

.MenuSelect span{
	display: block;  
    overflow: hidden;  
    padding: 0;  
	float: left;
	margin-right: 0px;
	background-image:url(../Images/topmenu.png);
	background-repeat:no-repeat;
	line-height: 50px;
}


a.MenuLink:link {text-decoration:none;}
a.MenuLink:active {text-decoration:none;}
a.MenuLink:visited {text-decoration:none;}
a.MenuLink:hover {text-decoration:none;}


/* ***************** */
/* HOME */
/* ***************** */

.MenuHome {
    cursor: pointer;  
	background-position:0px 0px;
	width: 117px;
	text-align:left;
	height: 66px;
	color:#FFF;
	letter-spacing: 2px;
	font-size: 19px;
	text-indent:35px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.MenuHomeActive {
	cursor:default;
	background-position:0px 0px;
	width: 117px;
	text-align:left;
	height: 66px;
	color:#FFF;
	letter-spacing: 2px;
	font-size: 20px;
	text-indent:34px;
	font-family:Georgia, "Times New Roman", Times, serif;
	opacity: .80;
}
.MenuHome:hover {
	cursor: pointer;  
	background-position:0px -66px;
	width: 117px;
	text-align:left;
	height: 66px;
	color:#000;
	letter-spacing: 2px;
	font-size: 20px;
	text-indent:34px;
	font-family:Georgia, "Times New Roman", Times, serif;
}


/* ***************** */
/* TEENS */
/* ***************** */

.MenuTeens {
	cursor: pointer;
	background-position:-117px 0px;
	width: 109px;
	height: 66px;
	text-align:left;
	color:#FFF;
	letter-spacing: 2px;
	font-size: 19px;
	text-indent: 25px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.MenuTeensActive {
	cursor:default;
	background-position:-117px 0px;
	width: 109px;
	height: 66px;
	text-align:left;
	color:#FFF;
	letter-spacing: 2px;
	font-size: 20px;
	text-indent: 25px;
	font-family:Georgia, "Times New Roman", Times, serif;
	opacity: .80;
}
.MenuTeens:hover {
	cursor: pointer;
	background-position:-117px -66px;
	width: 109px;
	text-align:left;
	height: 66px;
	color:#000;
	letter-spacing: 2px;
	font-size: 20px;
	text-indent: 24px;
	font-family:Georgia, "Times New Roman", Times, serif;
}



/* ***************** */
/* PARENTS */
/* ***************** */

.MenuParents {
	cursor: pointer;  
	background-position:-226px 0px;
	width: 124px;
	height: 66px;
	text-align:left;
	color:#FFF;
	letter-spacing: 2px;
	font-size: 19px;
	text-indent: 24px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.MenuParentsActive {
	cursor:default; 
	background-position:-226px 0px;
	width: 124px;
	height: 66px;
	text-align:left;
	color:#FFF;
	letter-spacing: 2px;
	font-size: 20px;
	text-indent: 24px;
	font-family:Georgia, "Times New Roman", Times, serif;
	opacity: .80;
}
.MenuParents:hover {
	cursor: pointer;  
	background-position:-226px -66px;
	width: 124px;
	text-align:left;
	height: 66px;
	color:#000;
	letter-spacing: 2px;
	font-size: 20px;
	text-indent: 24px;
	font-family:Georgia, "Times New Roman", Times, serif;
}


/* ***************** */
/* REGISTER */
/* ***************** */

.MenuRegister {
	cursor: pointer;  
	background-position:-350px 0px;
	width: 217px;
	height: 66px;
	color:#FFF;
	letter-spacing: 2px;
	text-align:left;
	font-size: 19px;
	text-indent: 20px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.MenuRegisterActive {
	cursor:default;  
	background-position:-350px 0px;
	width: 217px;
	height: 66px;
	color:#FFF;
	letter-spacing: 2px;
	text-align:left;
	font-size: 19px;
	text-indent: 20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	opacity: .80;
}
.MenuRegister:hover {
	cursor: pointer;  
	background-position:-350px -66px;
	width: 217px;
	height: 66px;
	color:#000;
	letter-spacing: 2px;
	text-align:left;
	font-size: 20px;
	text-indent: 19px;
	font-family:Georgia, "Times New Roman", Times, serif;
}


/* ***************** */
/* FAQ */
/* ***************** */

.MenuFAQ {
	cursor: pointer;  
	background-position:-567px 0px;
	width: 121px;
	height: 66px;
	text-align:left;
	color:#FFF;
	letter-spacing: 2px;
	font-size: 19px;
	text-indent: 24px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.MenuFAQActive {
	cursor:default;  
	background-position:-567px 0px;
	width: 121px;
	height: 66px;
	text-align:left;
	color:#FFF;
	letter-spacing: 2px;
	font-size: 19px;
	text-indent: 24px;
	font-family:Georgia, "Times New Roman", Times, serif;
	opacity: .80;
}
.MenuFAQ:hover {
	cursor: pointer;  
	background-position:-567px -66px;
	width: 121px;
	text-align:left;
	height: 66px;
	color:#000;
	letter-spacing: 2px;
	font-size: 20px;
	text-indent: 23px;
	font-family:Georgia, "Times New Roman", Times, serif;
}


/* ***************** */
/* PREVIEW */
/* ***************** */

.MenuPreview {
	cursor: pointer;  
	background-position:-688px 0px;
	width: 127px;
	height: 66px;
	text-align:left;
	color:#FFF;
	letter-spacing: 2px;
	font-size: 19px;
	text-indent: 24px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.MenuPreviewActive {
	cursor:default; 
	background-position:-688px 0px;
	width: 127px;
	height: 66px;
	text-align:left;
	color:#FFF;
	letter-spacing: 2px;
	font-size: 19px;
	text-indent: 24px;
	font-family:Georgia, "Times New Roman", Times, serif;
	opacity: .80;
}
.MenuPreview:hover {
	cursor: pointer;  
	background-position:-688px -66px;
	width: 127px;
	text-align:left;
	height: 66px;
	color:#000;
	letter-spacing: 2px;
	font-size: 20px;
	text-indent: 23px;
	font-family:Georgia, "Times New Roman", Times, serif;
}


/* ***************** */
/* CONTACT */
/* ***************** */

.MenuContact {
	cursor: pointer;  
	background-position:-815px 0px;
	width: 165px;
	height: 66px;
	text-align:left;
	color:#FFF;
	letter-spacing: 2px;
	font-size: 19px;
	text-indent: 20px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.MenuContactActive {
	cursor:default; 
	background-position:-815px 0px;
	width: 165px;
	height: 66px;
	text-align:left;
	color:#FFF;
	letter-spacing: 2px;
	font-size: 19px;
	text-indent: 20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	opacity: .80;
}
.MenuContact:hover{
	cursor: pointer;  
	background-position:-815px -66px;
	width: 165px;
	text-align:left;
	height: 66px;
	color:#000;
	letter-spacing: 2px;
	font-size: 20px;
	text-indent: 19px;
	font-family:Georgia, "Times New Roman", Times, serif;
}


.Login {
	height: 28px;
	width: 970px;
}
.LoginButton {
	color:#000000;
	line-height: 28px;
	text-align:left;
	font-family:"Times New Roman", Times, serif;
	overflow: none;
	font-size: 14px;
	letter-spacing: 1px;
	text-indent: 17px;
	width: 150px;
	float: right;
	cursor:pointer;
	background-image:url(../Images/loginbutton.png);
	background-repeat: none;
}

.MessageTop {
	font-family: "Times New Roman", Times, serif;
	font-size: 38px;
	line-height: 50px;
	font-weight: 400;
	color: #009;
	letter-spacing: 1px;
	text-shadow: #C5C5C5 1.5px 1.5px 2px;
	text-align:center;	
}

.MainText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
}
.LineBreak{
	line-height: 22px;	
}