﻿html,body 
{
	height: 100%;
	text-align: center;
	background-color: #F5EFE7;
} 

a, a:hover, a:visited
{
	color: #5a4e4e;
	text-decoration: underline;
}

a.title, a.title:hover, a.title:visited
{
	text-decoration: none;
	font-weight: bold;
	font-size: 1.1em;
}

body 
{
	font-family: Tahoma, Georgia, Sans-Serif;
	font-size: 0.8em;
	color: #5a4e4e;
	line-height: 140%;
}

select, textarea, input
{
	font-family: Tahoma, Georgia, Sans-Serif;
	color: #5a4e4e;
}

h1
{
	font-size:2em;
	border: 1px solid #CCCCCC;
	margin-right:15px;
	padding-top:3px;
	padding-bottom: 3px;
	padding-left: 5px;
	margin-top:0px;
}

h2
{
	font-size:1.0em;
}

p
{
	padding-right:5px;
	text-align:justify;
	margin-right: 10px;
}

ul
{
	margin-right:15px;
	text-align:justify;
}

img.navimage
{
	border: 0px;
}

.debug
{
	border: 1px green dashed;
}

.right
{
	text-align: right;
}

.nobr
{
	white-space: nowrap;
}

.footnoteText
{
	font-size: 0.8em;
	font-style:italic;
}

span.productTitle
{
	font-size: 1.25em;
	font-weight:bold;
}

div.productListItem
{
	margin-top: 5px;
	margin-bottom: 5px;
}

a.bottomNav
{
	text-decoration: none;
	font-weight: normal;
	color: Black;
	font-size: 1em;
	text-transform: lowercase;
}

a.mainNav
{
	text-decoration: none;
	font-weight: bold;
	color: Black;
	font-size: 1.1em;
	text-transform: lowercase;
}

span.menuRootItem
{
	text-decoration: none;
	font-weight: bold;
	color: Black;
	font-size: 1.1em;
	text-transform: lowercase;
}

#outerDiv
{
	border: 1px #999999 solid;
	width: 800px;
	margin: 0 auto;
	background-color: #ffffff;
}

#navDiv
{
	text-align:left;
	float:left;
	height: 100%;
	margin-left:50px;
	width:150px;
}

#contentDiv
{
	width: 538px;
	text-align: left;
	float:right;
}

#topNavDiv
{
	width: 800px;
	height: 48px;
	background-image: url(../img/upper-banner-beige.jpg);
	background-repeat: repeat-x;
	text-align: left;
	vertical-align: middle;
}

#bottomNavDiv
{
	clear:both;
	width: 800px;
	height: 38px;
	background-image: url(../img/lower-banner.gif);
	background-repeat: repeat-x;
	text-align: center;
}

table.orderTable
{
	border: 1px solid #5a4e4e;
}

table.orderTable thead tr td
{
	background-color: #5a4e4e;
	color: #ffffff;
}

table.orderTable tr td
{

}

table.orderTable tfoot tr
{

}

table.orderTable tfoot tr td
{
	font-weight: bold;
}

.BottomPadded
{
	margin-bottom:8px;
}