@charset "UTF-8";

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 5px;
	background-image: url('images/background.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.breadcrumb {
	font-size: 11px;
	padding: 0px 10px;
}
.copyright {
	font-size: 9px;
	text-align: right;
	padding: 2px 5px;
}
.pagetitle {
	font-size: 18px;
	font-weight: bold;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}

#mainTable {
	border: 0px solid black;
}

#header {
	
}

#footer {
	
}

#topnav {
	width: 976px;
}

#sidenav {
	width: 122px;
	padding-right: 5px;
}

#staff {
	width: 800px;
}
#staff td {
	text-align: center;
}
#staff img {
	margin-bottom: 5px;
}

.imgright {
	margin-left: 8px;
	margin-bottom: 5px;
	border: 0px solid black;
	text-align: right;
}

.imgleft {
	margin-right: 8px;
	margin-bottom: 5px;
	border: 0px solid black;
	text-align: left;
}

img {
	border: 0px solid black;
}

#lamchart {
	border-left: solid 1px black;
	border-top: solid 1px black;
	width: 700px;
}
#lamchart td {
	border-right: solid 1px black;
	border-bottom: solid 1px black;
	padding: 2px 5px;
	width: 350px;
}
#login {
	border: 1px solid black;
	margin-top: 10px;
}
#login td {
	padding: 2px 5px;
}
#adminside {
	border-left: 1px solid black;
	border-top: 1px solid black;
	border-right: 1px solid black;
	text-align: left;
}
#adminside th {
	border-bottom: 1px solid black;
	padding: 2px 5px;
	font-size: 18px;
	font-weight: bold;
}
#adminside td {
	border-bottom: 1px solid black;
	padding: 2px 5px;
}

/*Rollover Menus*/
.popmenu table {
	border-top: 1px solid #339999;
	border-right: 1px solid #339999;
	border-left: 1px solid #339999;
}
.popmenu td {
	background-color: #cce5e5;
	padding: 2px 5px;
	border-bottom: 1px solid #339999;
	font-size: 12px;
}
.popmenu {
	position: absolute;
	visibility: hidden;
}

#Floor_Coverings, #Window_and_Wall_Coverings, #Fine_Furniture {
	left: 127px;
}
#Floor_Coverings {
	top: 155px;
}
#Window_and_Wall_Coverings {
	top: 220px;
}
#Fine_Furniture {
	top: 285px;
}