/*
#5e4a43 header background
#7d3930 menu background
#ccbdaa menu color
#e8a243 content border
#553248 font
*/

body
{
    text-align: center;
    font-family: Verdana;
    font-size: x-small;
    color: #553248;
    margin: 0;
}

h1
{
    margin: 8px 0px 8px 0px;
    color: #7d3930;
    font-size: medium;
}

a
{
    color: #7d3930;
}

p
{
    margin: 8px 0px 8px 0px;
}

td
{
	font-size: x-small;
}

#page
{
    margin: auto;
    text-align: left;
    width: 764px;
}

#header
{
    background-color: #5e4a43;
    height: 96px;
    width: 100%;
    margin: 0px 0px 1px 0px;
}

#logo
{
    background-image: url("/images/Logo.jpg");
    width: 264px;
    height: 96px;
}

#content
{
    border: solid 1px #e8a243;
}

.leftContent
{
    float: left;
}

.rightContent
{
    min-height: 400px;
    margin: 0px 0px 0px 200px;
    padding: 4px 4px 4px 20px;
    border-left: solid 1px #e8a243;
}

.leftSeparator
{
    color: #7d3930;
    background-color: #e8a243;
    width: 200px;
    margin: 3px 0px 13px 0px;
    padding: 2px 0px 2px 0px;
    font-size: small;
    font-weight: bold;
    vertical-align: middle;
    text-align: center;
}

.companyInfo
{
    color: Gray;
    font-size: x-small;
    float: left;
}

.credits
{
    color: Gray;
    font-size: x-small;
    text-align: right;
}

a.credits
{
    color: Gray;
    text-decoration: none;
    font-weight: bold;
}

a.credits:hover
{
    text-decoration: underline;
}

.separation
{
    width: 100%;
    height: 3px;
    background-color: #7d3930;
    margin: 3px 0px 1px 0px;
    padding: 0;
}

.mainMenu
{
    text-align: center;
    font-size: small;
}

table.mainMenu
{
	width: 100%;
}

tr.mainMenu
{
	background-color: #7d3930;
	color: #FFFFFF;
}

td.mainMenu
{
	width: 151px;
}

a.mainMenu
{
    text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: x-small;
}

.subMenu
{
    color: #7d3930;
    background-color: #e8a243;
    width: 100%;
    height: 31px;
    margin: 3px 0px 3px 0px;
    padding: 2px 0px 2px 0px;
    font-size: small;
    font-family: Times New Roman;
    font-weight: bold;
    text-align: right;
    vertical-align: middle;
}

.bottomMenu
{
	color: #FFFFFF;
    font-size: x-small;
    font-weight: bold;
    height: 20px;
    background-color: #7d3930;
    margin: 0;
    padding: 4px 0px 3px 20px;
}

table.bottomMenu
{
	margin-top: 3px;
    width: 100%;
}

a.bottomMenu
{
	width: auto;
	height: auto;
	color: #FFFFFF;
	padding: 0px 0px 0px 0px;
	text-decoration: none;	
}

#map
{
    margin-top: 10px;
    width: 510px; 
    height: 330px;
}

.productSmall
{
    float: left;
    margin-right: 3px;
}

