p { margin: 0px; }
body  {
/*	font: 100% Verdana, Arial, Helvetica, sans-serif;*/
	background: #097800 url(../images/bg-bodyB.jpg) top left repeat-x !important;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
#container { 
	background: url(../images/bg-right-sideC.jpg) top right no-repeat;
	width: 1290px;
	margin: 0px auto 0 auto;
	text-align: left;
} 
#header { 
	background: url(../images/bg-headerD.png) -1px 82px no-repeat;
	height: 270px;
	width: 1155px;
	position: relative;
}
#topNav { margin: 0px; padding: 0px; list-style: none; position: absolute; bottom: 14px; left: 210px; }
#topNav div { float: left; }
#topNav a { color: #fff; text-decoration: none; font: bold 18px/40px Arial; padding: 0px 50px }
#header h1 {
	margin: 0;
	padding: 10px 0;
}
#sidebar1 {
	float: left;
	width: 210px;
	border: 0px solid red;
	margin: 0px 0px 0px 74px;
	padding: 0px 15px;
}
#sidebar2 {
	float: left;
	width: 210px;
	margin: 0px 216px 0px 0px;
	padding: 0px 15px;
	border: 0px solid red;
}
.wrapper { background: url(../images/bg-pageB.png) top left repeat-y; }
#mainContent { 
	/*margin: 0 475px 0 335px;*/
	width: 518px;
	margin: 0;
	float: left;
	padding-top: 15px;
	border: 0px solid red;
} 
#footer { 
	margin: 0px 217px 0px 73px;
	padding: 0 10px 0 20px;
	background-color: #efefef;
} 
#footer p {
	margin: 0;
	padding: 0 0 15px 0;
}








#footer { height: 125px; padding-top: 30px; }

.info { width: 530px; float: left; margin-right: 0px; margin-left: 20px; }
.info p { margin-top: 0px; border: 0px solid red; }

.badges img { /*height: 35px;*/ margin: 0px 5px; }
.badges img.first { margin-left: 0px !important; }

.column { float: left; width: 145px; border: 0px solid blue; }
.column ul { margin: 0px; padding: 0px; list-style: none; }
.column ul a { line-height: 20px; text-decoration: none; font-weight: bold; }
.column ul a:hover { text-decoration: underline; }

.last { width: 100px; }
.last a:link, .last a:visited { /*color: #097800;*/ font-weight: normal; }

.site-credit, .site-credit a { font-size: 10px; text-decoration: none; }









.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}



/*  This style was added by the Store, on the category pages below the pagination - it was causing the table to clear both sidebars */
.internal-clear { display: none; }













/*  Accordion Left Navigation Styles  */

.arrowsidemenu{
	width: 180px; /*width of menu*/
	border-style: solid solid none solid;
	border-color: #94AA74;
	border-size: 1px;
	border-width: 1px;
}
	
.arrowsidemenu div a{ /*header bar links*/
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	display: block;
	background: transparent url(../images/arrowgreen.gif) 100% 0;
  height: 24px; /*Set to height of bg image-padding within link (ie: 32px - 4px - 4px)*/
	padding: 4px 0 4px 10px;
	line-height: 24px; /*Set line-height of bg image-padding within link (ie: 32px - 4px - 4px)*/
	text-decoration: none;
}
	
.arrowsidemenu div a:link, .arrowsidemenu div a:visited{
	color: #26370A;
}

.arrowsidemenu div a:hover{
	background-position: 100% -32px;
}

.arrowsidemenu div.unselected a{ /*header that's currently not selected*/
	color: #6F3700;
}

	
.arrowsidemenu div.selected a{ /*header that's currently selected*/
	color: blue;
	background-position: 100% -64px !important;
}

.arrowsidemenu ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.arrowsidemenu ul li{
	border-bottom: 1px solid #a1c67b;
}


.arrowsidemenu ul li a{ /*sub menu links*/
	display: block;
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: black;
	padding: 5px 0;
	padding-left: 10px;
	border-left: 10px double #a1c67b;
}

.arrowsidemenu ul li li {
	border-bottom: 0px solid #a1c67b;
}

.arrowsidemenu ul li li a{ /*sub menu links*/
	display: block;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: black;
	padding: 0px 0;
	padding-left: 20px;
	border-left: 10px double #a1c67b;
}

.arrowsidemenu ul li a:hover{
	background: #d5e5c1;
}