body, td, input {
	font: 8pt Verdana, sans-serif;
}
body {
	
}
.categoryHead b {
	color: navy;
	cursor: pointer;
}
input.itemCtField {
	width: 30px;
	text-align: right;
}
td.col1 {
	padding-right: 10px;
	width:240px;
}
td.col2 {
}
td.colUnit {
	text-align: left;
	padding-right: 5px;
}
td.colPrice {
	width: 30px;
	text-align: right;
	padding-right: 5px;
}
td.col3 {
	width: 80px;
}
table.itemTable {
	padding-left: 20px;
}
table.itemTable td {
	border-top: 1pt solid #eee;
	border-bottom: 1pt solid #eee;
}
input.orderButton {
	margin-left: 5px;
}
span.inlineImage {
	position: absolute;
	top: 100px;
	right: 50px;
}
div#content {
	position: absolute;
	top: 72px;
	left: 235px;
}
div#head {
	position: absolute;
	top: 0;
	left: 0;
	width: 102%;
	height: 72px;
	background: #009;
	z-index: 100;
}
div#head img {
	position: absolute;
	top: 0;
	left: 0;
}
#mainLogo {
	position: relative;
	top: 10px;
	left: 10px;
}
div#sidebar {
	position: absolute;
	top:249px;
	left: 0px;
	width: 209px;
	height: 150%;
	background: orange;
	z-index: 50;
	margin:0;
}
div#menuChooser {
	position: absolute;
	top: 40px;
	right: 10px;
	z-index: 1000;
	color: white;
}
div#menuChooser select {
	font: 8pt Verdana, Arial, sans-serif;
}
div#searchTool{
	position: absolute;
	top: 15px;
	right: 10px;
	z-index: 1000;
	color: white;
}
#shoppingCart {
	position: absolute;
	top: 25px;
	right: 40px;
	z-index: 1000;
	color: white;
}
#shoppingCart a {
	text-decoration:none;
	color: #DDD;
}
#shoppingCart a:hover {
	text-decoration:underline;
	color: white;
}
div#searchTool input {
	color: gray;
}
div#ledaLogo {
	position: absolute;
	top: 80px;
	right: 0px;
	width: 150px;
	height: 150px;
}
div#ledaLogo table {
	width: 300px;
}
div#ledaLogo p {
	margin: 10px;
}
div#ledaLogo table td {
	text-align: center;
	width: 300px;
}
div#addressInfo {
	position: absolute;
	left: 600px;
	top: 60px;
	text-align: center;
	font: 10pt Tahoma, Arial, Verdana, sans-serif;
}
#phoneNum {
	font-size: 28pt;
	font-weight: bold;
	color: gray;
	z-index: 1000;
	padding-top: 30px
}
#phoneNum {
	width: 300px;
	position: relative;
	right: 0;
	z-index: 1000;
}
a#eMailLink {
 	color: #666;
	font-size: 2em;
	text-decoration: none;
	margin-top: -30px;
}
a#eMailLink:hover {
 	color: #009;
	text-decoration: underline;
}
div#welcomeText {
	position: relative;
	top: 220px;
	left: 20px;
	width: 95%;
}
div#welcomeText td {
	vertical-align: top;
}
div#welcomeText b {
	color: #009;
}
div#photo2 {
	position: relative;
	top: 200px;
	left: 450px;
}
h1 {
	font-size: 14pt;
	font-family: Arial, Verdana, sans-serif;
}
	div#dynamicMenu {
		position: absolute;
		top: 30px;
		left: 15px;
		width: 17em;
		overflow-y: auto;
	}
	textarea {
		position: absolute;
		left: 250px;
		height: 500px;
	}
	div#dynamicMenu a {
		text-decoration: none;
		color: black;
	}
	div#dynamicMenu a:hover {
		text-decoration: underline;
		color: black;
	}
	div.menuLink1, div.menuLink2, div.menuLink3 {
		font: 8pt Tahoma, Verdana, Arial, sans-serif;
		cursor: pointer;
		padding: 5px;
		width: 15em;
	}
	div.menuLink1 {
		background: #FC0;
		border-bottom: 1pt solid orange;
		font-weight: bold;
	}
	div.menuLink2 {
		background: yellow;
		border-bottom: 1pt solid orange;
	}
	div.menuLink3 {
		background: white;
		border-bottom: 1pt solid orange;
	}
