@charset "utf-8";
/* CSS Document */
/* START OF THE GLOBAL PROPERTIES FOR ALL PAGES */
/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion. DO NOT CHANGE OR DELETE!!!!! */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
body {
	background-image:url(../globalImages/forestBG.jpg);
	background-color:#030;
	background-repeat:repeat-x;
	background-position:top center;
	background-attachment:fixed;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	text-align: center; /* Centers the page content container in IE 5 browsers. DO NOT CHANGE */
}
/* NOT USING THESE LINK PROPERTIES but leave them here just in case */
a,  a:link {}
a:visited {}
a:hover {}
/*GLOBAL SITE PROPERTIES LIKE WEBSITE SIZE- DO NOT MAKE ANY CHANGES*/
#outerWrapper {
  background-color: #136501;
  margin: 0 auto 0 auto; /* (top, right, bottom, left) */
  text-align: left; /* Redefines the text alignment defined by the body element. DO NOT REMOVE OR CHANGE */
  width: 1000px; /* width of the webpage container DO NOT CHANGE */
}
/* header image is defined in the globalImages folder */
#outerWrapper #header {
	background-color: #D6D5C1;
	background-image:url(../globalImages/a_logoNew.jpg); 
	background-repeat:no-repeat;
	font-size: 18px;
	font-weight: bold;
	height: 150px;
	line-height: 15px;
}
.miniTrade {
font-family:"Times New Roman", Times, serif;
font-style:italic;
	}
/* DO NOT MAKE ANY CHANGES TO NAVIGATION PROPERTIES */
#outerWrapper #topNavigation {
	background-color: #136501;
	height: 43px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 2px;
}
/* DO NOT MAKE ANY CHANGES wrapper PROPERTIES homepage and product pages only */
#outerWrapper #contentWrapper {
  background-color: #136501;
  overflow:visible;
}
/* DO NOT MAKE ANY CHANGES THESE PROPERTIES - VIEW CART IMAGE AND DATE AT TOP OF PAGES */
#mycartLink {
	margin: 0px 0px 0px 780px;  /* (top, right, bottom, left) */
	padding: 3px 0px 0px 0px;  /* (top, right, bottom, left) */
	width: 50px;
	position:absolute;
	z-index:100;
}
#date {
	margin: 0px 0px 0px 845px;  /* (top, right, bottom, left) */
	padding: 0px 0px 0px 0px;  /* (top, right, bottom, left) */
	width: 165px;
	font-family: Times New Roman, Times, serif;
	font-size:x-small;
	font-weight:lighter;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	position:absolute;
	z-index:100;
	float:right;
}
/* FOOTER PROPERTIES */
/* DO NOT MAKE ANY CHANGES TO FOOTER AND COPYRIGHT PROPERTIES */
#outerWrapper #footer {
	background-color: #136501;
	padding: 10px 10px 10px 10px; /* (top, right, bottom, left) */
	text-align: center;
	line-height: 14px;
	font-size: 12px;
	font-weight:bold;
	width: 980px;
}
#copyright {
    text-align: center;
	line-height: 14px;
	font-size: 8px;
	color:#CCC;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
}
#outerWrapper #footer a, a:link {
	color: #0A246A;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}
#outerWrapper #footer a:visited {
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
    font-weight:bold;
}
#outerWrapper #footer a:hover {
	color: #FFF;
	font-family:Arial, Helvetica, sans-serif;
    font-weight:bold;
}
#outerWrapper #footer a:focus {
	color: #D6D5C1;
	font-family:Arial, Helvetica, sans-serif;
    font-weight:bold;	
}
#getEm {
	margin: 15px 0px 0px 75px;  /*(top, right, bottom, left) */
	padding: 0px 0px 0px 0px;  /* (top, right, bottom, left) */
	width: 280px;
	font-family: Times New Roman, Times, serif;
	font-size: 28px;
	line-height: 30px;
	font-style: italic;
	color: #000000;
	font-weight:normal;
}
/* -----------------------------------------
END OF THE GLOBAL PROPERTIES FOR ALL PAGES 
-------------------------------------------*/
