bg1
/** BASIC */

.body {
	margin: 0 auto;
	padding: 0px;
	background-color: #271708;
	text-align: center;
}

.bodyBG 
{
	/*background-color: #F7F5F2;
	background-image: url(~/Images/gradient-top-left.gif);
	background-repeat: no-repeat;
	background-position: left top;*/
	margin: 0 auto;
	padding: 10px;
}
.bodyBG2
{
	background-color: #ffffff;
	/*background-image: url(~/Images/gradient-top-left.gif);
	background-repeat: no-repeat;
	background-position: left top;*/
	margin: 0 auto;
	padding: 10px;
}

.imgNoBorder 
{
	border: 0;
}

/** FORMS */

form {
	margin: 0 auto;
	padding: 0px;
}

#textfield1 {
	width: 232px;
	margin-bottom: 15px;
	padding: 3px;
	border: 1px solid #C5C5C5;
	border-bottom-color: #F2F2F2;
	border-right-color: #F2F2F2;
}

#submit1 {
	float: right;
	width: 64px;
	height: 26px;
	background: #0697C9 url("~/Images/homepage14.gif") repeat-x left top;
	border: none;
	text-transform: lowercase;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}

.submit2 
{
	width: 83px;
	height: 26px;
	background: #ffffff url("~/Images/button-submit.gif") no-repeat left top;
	border: none;
}

/** STYLES */

.style3 a:hover {
}

.greyBar
{
	background: url("~/Images/splash-banner.gif") repeat-x left top; 
	width: 900px; 
	/*height: 167px;*/
	padding-top: 10px;
	/*
	border-style: dashed;
	border-width: 1px;
	*/
	margin: 0 auto;
}

.greyBar-sub
{
	background: url("~/Images/subpage-banner.jpg") repeat-x left top; 
	width: 900px; 
	/*height: 92px;*/
	padding-top: 10px;
	/*
	border-style: dotted;
	border-width: 1px;
	*/
	margin: 0 auto;
}

/** BACKGROUNDS */

.bg1 
{ 
	 background-color: #271708;
	width: 800px;
	/*	
	background: url("~/Images/homepage07.jpg") repeat-x left top; 
	background: url("~/Images/homepage07.jpg");
	background-position: center;
	width: 900px;
	background-position:center;
	float:none;
	*/
	margin: 0 auto;
}

.bg2 
{
	background: url("~/Images/homepage08.jpg") no-repeat center top;
	width: 800px; 
	height: 147px;
	/*
	height: 167px;
	background-position:center;
	float:none;
	border-style: dashed;
	*/
	margin: 0 auto;
}

.bg3 { background: url("../images/main_mushrooms.jpg")  no-repeat left top;  }
.bg4 
{
	 
	background-color: #652C0F;
}
.bg5 { 
    font-size: 11px;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000000;
}

.bg6 {
	background: url("~/Images/subpage1_01.jpg") repeat-x left top;
	width: 800px;
	margin: 0 auto;
}

.bg7 
{ 
	background: url("~/Images/subpage1_02.jpg") no-repeat center top;
	width: 900px; 
	height: 80px;
	margin: 0 auto;
}
.bg8 { background: url("../images/MushroomoftheMonth002.gif")  no-repeat left top;  }

.bg9 
{ 
	 background-color: #652C0F;
	 margin: 0 auto;
}

/** MENU */
.leftHandNav
{
	background-color: #652C0F;
	 margin: 0 auto;
	 width: 250px;
	 
}

#menu {
	
	 background-image: url("../images/nav_bar.gif");
	 background-repeat: repeat-x;
	 width: 800px;
	 height: 22px;
	 
}

#menu .menuSpacing {
	
	padding: 0px 0px 0px 10px;
	vertical-align:top;
	float: right;
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	
}

#menu a:link{color:#341F0A;font-family: Tahoma;
	}
#menu a:visited{color:#341F0A; font-family: Tahoma; 
	}
#menu a:hover{color:#341F0A; text-decoration:none; font-family: Tahoma; color: White;
	}
#menu a:active{ font-family: Tahoma;  color: White;
	}

/*#menu ul {
	margin: 0 auto;
	padding: 112px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
}

#menu li {
	display: block;
	float: left;
	height: 33px;
	padding-right: 10px;
}

#menu a {
	display: block;
	float: left;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
	cursor: hand;
}

#menu a strong {
	display: block;
	padding: 0px 0px 0px 10px;
	background: url("~/Images/homepage04.gif") no-repeat left top;
}

#menu a span {
	display: block;
	height: 25px;
	padding: 8px 10px 0px 0px;
	background: url("~/Images/homepage06.gif") no-repeat right top;
}

#menu a:hover, #menu .active a {
	background-image: url("~/Images/homepage02.gif");
}

#menu a:hover strong, #menu .active strong {
	background-image: url("~/Images/homepage01.gif");
}

#menu a:hover span, #menu .active span {
	background-image: url("~/Images/homepage03.gif");
}

.menu1 { width: 84px; }
.menu2 { width: 96px; }
.menu3 { width: 96px; }
.menu4 { width: 93px; }
.menu5 { width: 93px; }
.menu6 { width: 93px; }*/

.horizNav
{
	font-family: Tahoma;
	font-size: 11px;
	float:right;
	position:relative;
	vertical-align: top;
	/*border-style: dashed;
	border-width: 1px;*/
	top: -25px;
	text-transform: lowercase;
}

.horizNav a
{
	color: #F7F5F2;
}

.breadCrumb
{
	text-decoration: none;
	color: #F7F5F2;
}

/* CLIENTS TABLE */
table#clients, table#clients td table
{
    margin: 0 auto;
    padding: 0;
    border: 0;
}
table#clients td
{
    padding: 20px 50px;
}
table#clients td table td;
{
    padding: 0 30px;
}
table#clients td img, table#clients td table td img
{
    margin: 0 auto;
    border: 0;
}

/* User Form Table */
table#userForm
{
	margin: 0;
	padding: 0;
	border: 0;
}
table#userForm td
{
	padding: 3px;
	white-space: nowrap;
}
table#userForm td.field
{
	width: 100%;
}
table#userForm td.label p
{
	margin: 0;
	padding: 0;
	font-weight: bold;
	text-align: right;
}