
/* ENTIRE SITE */

body {
    height: 100%;
	text-align:center;
	margin-top:15px;
	background-color:#983611;
	background-image: url('/graphics/green-bby-wht-tile.png');
}
.Container {
	margin:auto;
	width:800px;
	background-image: url('/graphics/bkgrnd-beige.gif');
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
	}
H3 {
	font-family:Arial;
	font-size: 12px;
	color: #767764;
	font-weight:400;
	line-height:20px;
	text-align:justify;
	}
H4 {
	font-family:Arial;
	font-size: 10px;
	color: #767764;
	font-weight:400;
	line-height:15px;
	text-align:justify;
	}

.ContentHome {
	font-family: Helvetica;
	font-size: 12px;
	color: #7d6d5d;
	line-height:20px;
	margin-top:2px;
	font-stretch:2px;
	font-style:italic;
	text-align:justify;
}

.Content {
	font-family: Palatino, Arial;
	font-size: 12px;
	color: #734b21;
	line-height:16px;
	margin-top:2px;
}
.ContentBoutique {
	font-family: Palatino, Arial;
	font-size: 12px;
	color: #734b21;
	line-height:16px;
	text-align:justify;
	margin-top:2px;
}

.ContentLightProduct
{
	font-family:Palatino, Arial;
	font-size: 13px;
	color: #626350;
	line-height:20px;
}
.ContentLightPrice
{
	font-family:Arial;
	font-size: 13px;
	color: #626350;
	line-height:20px;
}
.ContentLight
{
	font-family:Palatino, Arial;
	font-size: 12px;
	color: #767764;
	line-height:20px;
	text-align:justify;
}
.ContentDark
{
	font-family:Palatino, Arial;
	font-size: 10px;
	color: #5F604B;
	line-height:12px;
}
.Menu {
	width:800px;
	height:30px; 
	text-align:center; 
	padding-top:0px; 
	border:0px; 
	}
.Menu-TD {
	height:30px; 
	text-align:center; 
	padding-top:0px; 
	border:0px; 
	}
.Foot
{
	font-family:Palatino, Arial;
	font-size: 10px;
	color: #B27B44;
	line-height:15px;
}
.FootDark
{
	font-family:Palatino, Arial;
	font-size: 11px;
	color: #660000;
	line-height:12px;
}
.Menu-Table
{
	line-height:30px;
}
.Menu-Table TD
{
	height:35px;
}

.form-label {
	font-family: Palatino, Arial;
	font-size: 11px;
	color: #DADAC8;
	line-height:12px;
	margin-top:2px;
}
.textInput
{
	font-family:Arial;
	font-size: 10px;
	color: #767764;
	border:1px thin;
	height:15px;
	background-image: url('/graphics/bkgrnd-beige.gif');
}
.jwTextArea
{
	font-family:Palatino, Arial;
	font-size: 12px;
	color: #767764;
	border:none;
	background-image: url('/graphics/bkgrnd-beige.gif');
}
.submit
{
	font-family:Arial;
	font-size: 10px;
	color: #767764;
	border:1px thin;
	background-image: url('/graphics/bkgrnd-beige.gif');
}

