﻿<STYLE type="text/css">

#bg {
position:fixed;
bottom:0; 
left:0%; 
width:100%; 
height:100%;
}

#head {
position:absolute; 
top:15px; 
left:-3.5%; 
width:100%;
}

#menu {
position:absolute; 
top:120px; 
left:0%; 
width:176px; 
background-image:url(images/menubar.gif);
background-repeat:no-repeat;
background-position:center;
height:600px;
}

#right {
position:absolute; 
top:120px; 
right:0%; 
width:250px;
background-image:url(images/menubar1.gif);
background-repeat:no-repeat;
background-position:right;
height:600px;
}

#middle {
position:absolute;
top:150px;
height:610px;
width:59%;
left:17.1%;
}

#content {
position:absolute; 
top:0px; 
width:100%; 
left:0%;
height:95%;
z-index:1;
overflow:auto;
}  

#foot {
position:absolute; 
width:100%; 
left:0%;
bottom:0px;
height:4%;
background-image:url(images/menubar2.gif);
background-repeat:no-repeat;
background-position:center;
}

#month {  
     font-family: Verdana, Arial, Helvetica, sans-serif; 
     font-size: 18px; line-height: 1.3em; 
     font-weight: bold; color: maroon; 
     background-color: #F2FFFF;
     text-align: center; 
     vertical-align: middle; 
     padding-top: 10px; 
     padding-right: 0px; 
     padding-bottom: 10px; 
     padding-left: 0px; 
     border: black; border-style: solid; 
     border-top-width: 2px; 
     border-right-width: 2px; 
     border-bottom-width: 1px; 
     border-left-width: 2px; 
     margin-top: 0px; 
     margin-right: 0px; 
     margin-bottom: 0px; 
     margin-left: 0px;      
     background-image: url(/images/tablebkgnd.gif); 
     background-repeat: repeat-x; 
     background-position: left top;
}

#days {
	width:12%; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: maroon;
	text-align: center;
	vertical-align: middle;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: bold;
/*	letter-spacing: 1.025em;*/
	border-top: 2px solid maroon;
	border-right: 1px solid black;
	border-bottom: 1px solid maroon;
	border-left: 1px solid black;
	display: inline-block;
}

#date {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	background-color: #F2FFFF;
	text-align: left;
	vertical-align: top;
	height: 65px;
	width: 12%;
	display: inline-block;
	border: grey;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	color: #003399;
	margin: 0px;
	padding: 0px 3px 3px 0px;
}

#othermonth {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FF3333;
	background-color: #FFFFDF;
	text-align: left;
	vertical-align: top;
	height: 65px;
	width: 12%;
	display: inline-block;
	border: grey;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	color: #003399;
	margin: 0px;
	padding: 0px 3px 3px 0px;
	/*border-right-color: #FF3366;
	border-bottom-color: #FF3366;
	border-left-color: #003399;*/
}

p {  
     margin-top: 0px; 
     padding-top: 3px; 
     padding-right: 3px; 
     padding-bottom: 3px; 
     padding-left: 3px
}

/* navigation
	------------------------------------------*/
	#menunav {
		margin: 0;
		padding: 0;
	}
	#menunav li {
		list-style: none;
		height: 22px;
		/*float: center;*/
		position: relative;
		margin-bottom: 10px;
	}
	#menunav li a {
		height: 22px;
		text-indent: -9000px;
		display: block;
	}
	#menunav .current a { background-position: 0 -22px; }
	
	/* buttons
	------------------------------------------*/
	

	a#home,
	a#order,
	a#catalog,
	a#specials,
	a#account,
	a#access,
	a#about,
	a#calendar,
	a#shipping,
	a#virtualtour,
	a#newproducts,
	a#links
		{
		width: 110px;
		height: 22px;
	}
	
	a#home { background-image: url(images/home.gif); }
	a#order { background-image: url(images/order.gif); }
	a#catalog { background-image: url(images/catalog.gif); }
	a#specials { background-image: url(images/specials.gif); }
	a#account { background-image: url(images/account.gif); }
	a#access { background-image: url(images/access.gif); }
	a#about { background-image: url(images/about.gif); }
	a#links { background-image: url(images/links.gif); }
	a#shipping { background-image: url(images/shipping1.gif); }
	a#calendar { background-image: url(images/calendar.gif); }
	a#newproducts { background-image: url(images/newproducts.gif); }
	a#virtualtour { background-image: url(images/virtualtour2.gif); }
	
		
	a#home:hover,
	a#order:hover,
	a#catalog:hover,
	a#specials:hover,
	a#account:hover,
	a#access:hover,
	a#about:hover,
	a#links:hover,
	a#shipping:hover,
	a#virtualtour:hover,
	a#newproducts:hover,
	a#calendar:hover	
	{ background-position: 0 -22px; }

</style>



