body
{
	color: #000;
	background-color: #E7E6C1;
	margin: 0;
	padding: 0;		
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
	line-height: 16px;
}	
table.Layout
{
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	vertical-align: top;
}
#HeaderRep
{
	position: relative;
	top: 0px;
	left: 0px;
	background-color: #66000E;
	margin: 0px;
	padding: 0px;
	text-align: left;
	border-bottom: 2px solid #e5ca33;
	width: 100%;
	height: 132px;
}
#Header 
{
	background-repeat: no-repeat;
	position: absolute; 
	top: 0px; 
	left: 0px; 
	width: 572px; 
	height: 110px; 
}
#HeaderRep #Address
{
	position: absolute; 
	top: 90px; 
	left: 15px; 
	z-index: 2; 
	width: 80%; 
	color: #e5ca33; 
	font-size: 10pt; 
	font-weight: bold;
}
#Content {
	vertical-align: top; 
	padding: 10px 10px 15px 10px; 
	background-color: #E7E6C1;
}
#Leftnav
{
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #013201;
	width: 180px;
	border-right: 2px solid #e5ca33;
	height: 100%;
}
#OpenYourStore {
	margin-top: 10px; 
	text-align: center;
}
style="margin-top: 10px; text-align: center;"

#HitCounter 
{
	color:#e5ca33; 
	font-weight: bold;
}
table.Layout td.LeftNav
{
	background-color: #013201;
	width: 160px;
	margin: 0px;
	padding: 10px;
	border-right: 2px solid #e5ca33;
	vertical-align: top;
	height: 100%;
}
table.Layout td.LeftNav a
{
	font-size: 14px;
	color: #f0e68c;
	text-decoration: none;
}
table.Layout td.LeftNav a:hover
{
	color: #e5ca33;
}
table.Layout td.LeftNav a.NavBold, 
table.Layout td.LeftNav div.LeftNav2 a.NavBold
{
	color: #e5ca33;
	font-weight: bold; 	
}
table.Layout td.LeftNav div.LeftNav2 
{
	width: 160px;
	border-top: 1px solid #e5ca33;
	margin-top: 10px; 
	padding-top: 10px;
}
table.Layout td.LeftNav div.LeftNav2 a
{
	font-size: 12px;
	color: #f0e68c;
	text-decoration: none;
}
table.Layout td.LeftNav div.LeftNav2 a:hover
{
	color: #e5ca33;
}
div.FooterMenu
{
	width: 400px;
	margin: 0 auto;
	text-align: center;
	padding-top: 10px;
	font-size: 10px;
}
div.FooterMenu a
{
	color: #600c12;
	font-size: 11px;
	text-decoration: none;
}
div.FooterMenu a:Hover
{
	color: #3B5F0C;
	font-size: 11px;
	text-decoration: none;
}
div.FooterMenu span
{
	color:  #600c12;
	font-size: smaller;
}
a.Bold
{
	color: red;
}
/* CSS for Header styles */

/*
-----------------------------------------------------------------------------
*/
h1
{
	color: #66000e;
	font-size: 20px;
	padding: 4px 0px 0px 0px;
	text-align: left;
	font-style: bold;
	margin: 0;
}

h2
{
	color: #66000e;
	font-size: 17px;
	text-align: left;
	margin: 0;
}

h3
{
	color: #66000e;
	font-size: 14px;
	padding: 4px 0px 0px 0px;
	text-align: left;
	margin: 0;
}
h4
{
	color: #f0e68c;
	font-size: 14px;
	padding: 4px 0px 0px 0px;
	text-align: center;
	margin: 0;
}

h5
{
	color: #66000e;
	font-size: 20px;
	padding: 4px 0px 0px 0px;
	text-align: left;
	font-style: bold italic;
	margin: 0;
}
/* Unorderd list css for bullets 
-----------------------------------------------------------------------------
*/
ul.bullet1
{
	padding-left: 22px;
	margin-top: 0px;
	padding-top: 0px;
}
ul.bullet1 li
{
	list-style-type: square;
	color: #8cba89;
}
ul.bullet1 p
{
	padding: 0px;
	margin: 0px;
	color: #000000;
}
/* CSS Random styles 
-----------------------------------------------------------------------------
*/
div.Text1
{
	font-size: 14px;
	text-align: left;
}
p
{
	font-size: 13px;
	margin: 0;
	padding: 0;
	line-height: 16px;
}
/* Table1 CSS 
-----------------------------------------------------------------------------
*/
table.Table1
{
	border-left: 1px solid #000000;	
	border-top: 1px solid #000000;
	font-family: Verdana;
	font-size: 10px;
}
table.Table1 th
{
	text-align: center;
	font-size: 11px;
	border-right: 1px solid #000000;	
	border-bottom: 1px solid #000000;
	padding: 2px;
	color: #600c12;
	background-color: #e3e3e3;
}
table.Table1 .Light
{
	text-align: center;
	font-size: 14px;
	border-right: 1px solid #000000;	
	border-bottom: 1px solid #000000;
	padding: 4px;
	font-size: 10px;
	background-color: #d9f7d7;
}
table.Table1 .Dark
{
	text-align: center;
	border-right: 1px solid #000000;	
	border-bottom: 1px solid #000000;
	padding: 4px;
	background-color: #bbddb9;
	font-size: 10px;
}
table.Table1 td
{
	text-align: center;
	border-right: 1px solid #000000;	
	border-bottom: 1px solid #000000;
	padding: 4px;
	font-size: 10px;
}
/* CSS  Left Nav Table and Links for Anchors 
-----------------------------------------------------------------------------
*/
table.LeftNavLinks
{
	width: 153px;
	border-top: 2px solid #003300;
	margin: 20px 0px 0px 10px;
	vertical-align: top;
}
table.LeftNavLinks td
{
	text-align: left;
	padding-left: 1px;
	vertical-align: top;
}
table.LeftNavLinks a
{
	color: #003300;
	text-decoration: none;
	font-size: 12;
}table.LeftNavLinks a:hover
{
	color: #008800;
}
/* Content Anchor link  CSS 
-----------------------------------------------------------------------------
*/
a.Anchor
{
	font-size: 9px;
	color: #600c12;
	float: left;

}
a.Anchor:hover
{
	color: #18603f;
}
/* SplitTable CSS 
-----------------------------------------------------------------------------
*/
Table.SplitTable
{
	margin-top: 25px;
	margin-left: 0px;
	clear: both;
	font-size: 12px;
	width: 100%;
}
Table.SplitTable td
{
	width: 50%;
	padding: 10px 10px 10px 10px;
	vertical-align: top;
}
Table.SplitTable img
{
	border: 0px;
}
/* Smage CSs 
-----------------------------------------------------------------------------
*/
img.Border
{
	border: 1px solid #18603f;
}
/* Note
-----------------------------------------------------------------------------
*/
span.Note
{
	text-size: 11px;
	color: #7e7e7e;
}
