#menu {
	background: #DEDCDD;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
#menu li {
	float: left;
	font: 105% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#menu a {
	background: #DEDCDD url("img/seperator.gif") bottom right no-repeat;
	color: #333333;
	display: block;
	float: left;
	margin: 0;
	padding: 8px 26px;
	text-decoration: none;
}
#menu a:hover {
	background: #990000 url("img/hover.gif") bottom center no-repeat;
	color: #fff;
	padding-bottom: 8px;
}
.menuactive {
	background: #990000 url("img/hover.gif") bottom center no-repeat;
	color: #fff;
	padding-bottom: 8px;
}
#main {
	background-image: url(../../../../../Users/Jason%20Foley/Documents/Web_Projects/Images%20Flooring/site%202009/img/bg_03.jpg);
	background-repeat:no-repeat;
}
/* Global Styles */

body {
	margin:0px;
	background-color: #010101;
	/*background-color: #141517;*/
	background-image: url(img/dplate.jpg);
	background-repeat: repeat-x;
	}
	
td {
	font:11px arial;
	color:#333333;
	}
	
a {
	color: #990000;
	text-decoration:none;
	font-weight:bold;
	}
	
a:hover {
	color: #990000;
	text-decoration:underline;
	}
	
/* ID Styles */
	
#navigation a {
	font:12px arial;
	color: #336666;
	text-decoration:none;
	letter-spacing:0.1em;
	}
	
#navigation a:hover {
	color: #993300;
	text-decoration:underline;
	}

#padding {
	padding:20px 5px 20px 5px;
	}
	
#weekdays th {
	font:10px arial;
	color: #ffffff;
	letter-spacing:.2em;
	}

#calheader td {
	font-weight:bold;
	}

/* Class Styles */

.logo {
	font:18px times new roman;
	color: #333300;
	letter-spacing:.4em;
	font-weight:bold;
	}

.sidebarText {
	font:12px georgia;
	color: #990000;
	line-height:18px;
	font-style: oblique;
	}
	
.bodyText {
	font:12px arial;
	line-height:24px;
	color:#333333;
	}
	
.pageName {
	font:18px georgia;
	color: #990000;
	letter-spacing:0.1em;
	line-height:26px;
	}
	
.subHeader {
	font:14px georgia;
	color: #990000;
	font-weight:bold;
	line-height:20px;
	letter-spacing:0.1em;
	}
	
.navText {
	font:12px arial;
	color: #333300;
	letter-spacing:0.1em;
	}
	
.calendarText {
	font:10px arial;
	line-height:14px;
	color:#990000;
	}
	
.btm_number {
	font:22px Verdana;
	color: #990000;
	letter-spacing:0.1em;
	line-height:26px;
}
a:visited {
	color: #990000;
	}

