@charset "utf-8";

/* CSS Document */

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #330033;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #7B2650;
	float: left;
	position: absolute;
	left: 0px;
}
#header  {
	padding: 0px;
	margin: 0px;
	background-color: #7B2650;
	height: 60px;
}
#header  h1  {
	font-size: 36px;
	color: #CC99FE;
	position: absolute;
	float: none;
	left: 100px;
}
#footer  {
	clear: left;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-color: #7B2650;
	height: 50px;
}
#footer  p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	font-size: small;
}
#vv {
	float: right;
	width: 50px;
	position: relative;
}




/* Yogasize sites specific css */
#content {
	height: 750px;
	width: 788px;
	background-color: #7A254F;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	float: none;
	position: absolute;
	left: 0px;
}
#content .help {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	position: absolute;
	top: 660px;
	color: #FFFFFF;
	z-index: 700;
	clear: both;
	left: 120px;
}

#hoverpage {
	width:788px;
	height:650px;
	z-index:500;
	overflow:hidden;
	background-color: #7A254F;
	position: absolute;
	margin: 0;
	padding: 0;
	border: 0;
}
/* #hoverpage table {
	border-collapse:collapse;
	margin:-1px;
}

*/
/* This is the outer div that surrounds all images */
#hoverpage ul#outer {
	padding:0;
	margin:0;
	list-style:none;
}
#hoverpage ul#outer li.page {
	display:block;
	float: left;
} /* needed for IE to function correctly */
#hoverpage ul#outer li.page a.menuitem {
	text-decoration:none;
}
#hoverpage    ul#outer     li.page       .menuitem  h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #CC99FF;
}
#hoverpage ul#outer li.page i {
	position:absolute;
	display:block;
	height:25px;
	cursor:default;
	z-index:100;
	text-align:justify;
	color:#7A254F;
	font-style:italic;
	cursor:pointer;
	/*left: 1px; */
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	left: 0px;
	margin: 0px;
}
#hoverpage ul#outer li.p1 i {
	top:125px;
	left: 100px;
}
#hoverpage ul#outer li.p2 i {
	top:175px;
    left: 100px;
}
#hoverpage ul#outer li.p3 i {
	top:200px;
	left: 100px;
}
#hoverpage ul#outer li.p4 i {
	top:225px;
	left: 100px;
}
#hoverpage ul#outer li.p5 i {
	top:250px;
	left: 100px;
}
#hoverpage ul#outer li.p6 i {
	top:275px;
	left: 100px;
}
#hoverpage ul#outer li.p7 i {
	top:300px;
	left: 100px;
}
#hoverpage ul#outer li.p8 i {
	top:325px;
	left: 100px;
}
#hoverpage ul#outer li.p9 i {
	top:350px;
	left: 100px;
}
#hoverpage ul#outer li.p10 i {
	top:375px;
	left: 100px;
}
#hoverpage ul#outer li.p11 i {
	top:400px;
	left: 100px;
}
#hoverpage ul#outer li.p12 i {
	top:425px;
	left: 100px;
}
#hoverpage ul#outer li.p13 i {
	top:450px;
	left: 100px;
}
#hoverpage ul#outer li.p14 i {
	top:475px;
	left: 100px;
}
#hoverpage ul#outer li.p15 i {
	top:500px;
	left: 100px;
}
#hoverpage ul#outer li.p16 i {
	top:550px;
	left: 100px;
}



#hoverpage ul#outer li div {
	display:block;
	width:800px;
	height:652px;
	font-weight:normal;
	color:#CC99FF;
	background-color: #7A254F;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

#hoverpage ul#outer li div img {
	float:left;
}
#hoverpage ul#outer li.page div a:hover {
	text-decoration:none;
}
#hoverpage ul#outer li.page a:hover {
	white-space:normal;
}
#hoverpage ul#outer :hover div {
	position:absolute;
	left:0px;
	top:0;
}
