body {
	background: #333333; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin-top: 10;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

#container {
	width: 940px;
	background: #333; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #333;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.boldHeading {
	font-size: 14px;
}
A.dark:link {
	color: #CCC;
	text-decoration: none;
}

A.dark:visited {
	color: #C0BC91;
	text-decoration: none;
}

A.dark:active {
	color: #C0BC91;
	text-decoration: none;
}

A.dark:hover {
	color: #F00;
	text-decoration: none;
}

A:link {
	color: #70952E;
	text-decoration: none;
}

A:visited {
	color: #993;
	text-decoration: none;
}

A:active {
	color: #FFF;
	text-decoration: none;
}

A:hover {
	color: #F00;
	text-decoration: none;
}

TD {
	font-size: 12px;
	font-family : Arial;
}

P {
	font-size: 12px;
	color: #000000;
	padding-left: 6px;
	text-align: left;
	font-family: Arial;
}

TD.smaller {
	font-size: 11px;
	font-family : Arial;
	color : #000000;
	background-color: #FFF;
}

P.smaller {
	font-size: 11px;
	font-family : Arial;
	color : #000000;
}

TD.whitetext {
	font-size: 11px;
	font-family : Arial;
	color : #FFF;
}

TD.menu {
	font-size: 12px;
	font-family : Tahoma;
	font-weight : normal;
	background-color: #446949;
}

input.search
{
	height: 12px;
	background-color: #FFF;
	border: solid #666;
	border-width: 1px;
	font-family: tahoma;
	color: rgb(0,0,0);
	font-size: 11px;	
}

select.search
{
	height: 17px;
	background-color: #F8F0D8;
	border: solid #C0BC91;
	border-width: 1px;
	font-family: tahoma;
	color: rgb(0,0,0);
	font-size: 11px;
margin: 0px;
	
}

TD.mincart {
	font-size: 11px;
	font-family : Arial;
	background-color: #A8B3AB;
	border: medium solid #C0BC91;
}

P.mincart {
	font-size: 11px;
	font-family : Arial;
}

HR {
	color : #C0BC91;
	height : 1px;
}

TD.searchtext {
	font-size: 11px;
	font-family : Arial;
	font-weight: bold;
	margin-bottom: 2px;
	text-align: bottom;
	color: #67796D;
}

form {
margin: 0;padding: 0;
margin-bottom: 3px;
}
.introText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}
.introHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #577F1B;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}
.introHeadingSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	font-weight: bold;
	text-decoration: underline;
}
.antiquesBG {
	background-color: #FFF;
}
.imgBorders {
	border: 1px solid #000;
	background-color: #000;
}
#mainTbl {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #9C6;
	border-right-color: #9C6;
	border-bottom-color: #9C6;
	border-left-color: #9C6;
	background-color: #446949;
}
#contentTable {
	background-color: #EBEDEA;
}
#address {
	float: left;
	width: 300px;
	border-top-width: thin;
	
	border-top-style: solid;
	
	border-top-color: #577F1B;
	text-align: left;
}
#logoStoreImage {
	width: 181px;
	height: 180px;
	color: #67796D;
	background-color: #5F7165;
	border-bottom-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #587F1F;
	margin-top: 0px;
	padding: 0px;
	margin-bottom: 4px;
}
.textColorGrn {
	color: #9C3;
}
#sideIndex {
	text-align: left;
}
.sideIndex {
	border: thin solid #597F23;
	background-color: #456949;
	text-align: left;
}
#index {
	background-color: #416948;
}
.BodyContent {
	background-color: #FFF;
}
.boldText {
	font-weight: bold;
}
.boldTextIntroCopy {
	font-weight: bold;
	font-size: 14px;
}
.italics {
	font-style: italic;
}

A.dark2:link {
	color: #000000;
	text-decoration: none;
}

A.dark2:visited {
	color: #000000;
	text-decoration: none;
}

A.dark2:active {
	color: #C0BC91;
	text-decoration: none;
}

A.dark2:hover {
	color: #F00;
	text-decoration: none;
}
.copyRightText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
}

