/* CSS Document */


/* body, tablestyle and gap effect overall layout */
body{
	margin: 0px;
	padding:0;
	color: #333333;	
	background-color: #FFFFFF;
 }


.tablestyle{
      width:inherit;
	  background-color: #FFFFFF;
}

#gaptable{
   height: 30px;
}

/* Establish main text styles */
.standardheading{
font-size: x-large;
color:#98898E;
}

.standardtext{
font-size: large;
color:#98898E;
}


.standardtext a{font-size: large; color: #98898E; text-decoration:underline; }
.standardtext a:hover{font-size: large; color:#B7BFBB; text-decoration:underline; }
.standardtext a:active{font-size: large; color:#C8AEC8; text-decoration:underline; }

 /* Change italic colour to kind of pink/purple */
 em{font-style:italic;
 color:#98898E;};
 
 /* By default, links have no underlining and no separate colours */
 a{
 text-decoration:none;
 color:#000000;
 }
 
 a:hover {
	color: #292927;
}



/* Copyright div*/
 #copyright{
	position: absolute;
	background-color: #FFFFFF;
	bottom: 60px;
	right: 2%;
	margin: 0px;
	padding: 0px;
	z-index: 100;
 }


 
/*Menubar link styles  */
#menubar a{
color:#434F5C;
text-decoration:inherit}

/* March08 style */
.menubarstyle{
color:#434F5C;
text-decoration:none;
font-family:Garamond;
font-weight: bold;
font-size:large;
}

.currentpage{
	color: #98898E;	
	text-decoration:none;
    font-family:Garamond;
    font-weight: bold;
    font-size:large;
}




#menubar a:hover {
	text-decoration: inherit;
	color: #98898E;
}

#menubar a:active {
	text-decoration: none;
	color: #434F5C;	
}


/* Shop page style  */

#shop{
	position: absolute;
	background-color: inherit;
	color: #434F5C;
	width: 100%;
	top:62px;
	height: 70%;
	font-family:Garamond;
	font-size:large;
	font-weight:bold;
}

.shopstyle{
	width: 100%;
	font-family:Garamond;
	font-size:large;
	font-weight:bold;
}

.shopstyle a{
text-decoration:none;
 color:#000000;
 font-size:x-large;
}

.shopheading{
	width: 100%;
	font-family:Garamond;
	font-size:x-large;
	font-weight:bold;
}

#shop heading{
    font-size:x-large;
}


