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


body{
background-color:#000000;
}
.mainblock{
	clear:both;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:952px;
	height:650px; 
	margin-top:0px; 
	padding:10px;
	border:solid;
	border-width:2px;
}
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
#pagehome{
background-color:#FFCCFF;
}
#page2{
background-color:#CCFFFF;
}
#page3{
background-color:#FFFFCC;
}
#page4{
background-color:#CFFCCF;
} 
#page5{
background-color:#FCCFCF;
}
#page6{
background-color:#CFCFFC;
} 

   
.animatedtabs{
	margin-left:auto;
	margin-right:auto;
	width:952px;
	border-bottom: 1px solid gray;
	overflow: hidden;
	font-size: 14px; /*font of menu text*/
}


.animatedtabs ul{
list-style-type: none;
margin: 0;
margin-left: 10px; /*offset of first tab relative to page left edge*/
padding: 0;
}

.animatedtabs li{
float: left;
margin: 0;
padding: 0;
}

.animatedtabs a{
float: left;
position: relative;
top: 8px; /* was 5 1) Number of pixels to protrude up for selected tab. Should equal (3) MINUS (2) below */
background: url(menugfx/tab-blue-left.gif) no-repeat left top;
margin: 0;
margin-right: 3px; /*Spacing between each tab*/
padding: 0 0 0 9px;
text-decoration: none;

}

.animatedtabs a span{
float: left;
position: relative;
display: block;
background: url(menugfx/tab-blue-right.gif) no-repeat right top;
padding: 5px 14px 8px 5px; /* 2) Padding within each tab. The 3rd value, or 3px, should equal (1) MINUS (3) */
font-weight: bold;
color: black;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.animatedtabs a span {float:none;}
/* End IE5-Mac hack */


.animatedtabs .selected a{
background-position: 0 -125px;
top: 0;
}

.animatedtabs .selected a span{
background-position: 100% -125px;
color: black;
padding-bottom: 16px; /* 3) Bottom padding of selected tab. Should equal (1) PLUS (2) above */
top: 0;
}

.animatedtabs a:hover{
background-position: 0% -125px;
top: 0;
}

.animatedtabs a:hover span{
background-position: 100% -125px;
padding-bottom: 16px; /*  was 8 3) Bottom padding of selected tab. Should equal (1) PLUS (2) above */
top: 0;
}


