@charset "utf-8";
/* CSS Document */
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	/* background:  #e3d3da; *//* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background: #c2e2a0;
	margin:0;
	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;
}
.thrColAbsHdr #container {
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 950px;
	/*margin: 0 auto; *//* the auto margins (in conjunction with a width) center the page */
/*	margin-top: 30px;
*/	margin-right: auto;
	margin-left: auto;
	/*	border: 1px solid #000000; */
  background-image: url(images/SiteGraphics/MiddleBg.png);
	background-repeat: repeat-y;
	margin-top: 30px;

/*	text-align: left;
*/}
.thrColAbsHdr #mainContent {
	width: 600px;
	/*	margin-top: 50px;
*/	text-align: center;
	padding-right: 175px;
	padding-left: 175px;
	padding-top: 60px;
	/*margin: 0 200px;*/ /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */
	/*padding: 0 10px; *//* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.thrColAbsHdr #homeContent {
	width: 700px;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	padding-top: 30px;
}

.thrColAbsHdr #header {
  height: 215px;
	margin-right: auto;
	margin-left: auto;
	margin-left: auto;
	margin-left: auto;
	margin-right: auto;
	margin-left: auto;
}
.thrColAbsHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColAbsHdr #sidebar1 {
	position: absolute;
	top: 245px;
	left: 15px;
	width: 200px; /* padding keeps the content of the div away from the edges */
	text-align: center;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	float: left;	/*padding: 15px 10px 15px 20px;*/ /* padding keeps the content of the div away from the edges */
}
.thrColAbsHdr #sidebar2 {
	position: absolute;
	top: 245px;
	left: 751px;
	width: 184px; /* padding keeps the content of the div away from the edges */
	text-align: center;
	padding-top: 0px;
	padding-bottom: 0px;
}
.thrColAbsHdr #breadSrch {
	background: #FFFFFF;
}
.thrColAbsHdr #footer {
	background-image: url(images/SiteGraphics/BottomBg.png);
	padding-right: 30px;
	padding-left: 30px;
	height: 40px;
	text-align: center;
	font-size: 12px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.thrColAbsHdr #container #breadSrch #search {
	text-align:right;
	position: absolute;
	left: 505px;
	top: 215px;
	width: 431px;
	font-size: 12px;
}
.thrColAbsHdr #container #breadSrch #crumb {
	text-align:left;
	position:absolute;
	width: 454px;
	left: 19px;
	top: 214px;
	font-size: 12px;
}
.thrColAbsHdr #container #greeting {
	margin-top: 50px;
	margin-right: 200px;
	margin-left: 200px;
	margin-bottom: 20px;
}
.thrColAbsHdr #container #noProducts {
	margin-top: 100px;
	margin-bottom: 300px;
}
.thrColAbsHdr #container #mainContent #productPriceQty {
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	width: 500px;
	font-size: 12px;
}
.thrColAbsHdr #container #mainContent #productDescription {
	width: 500px;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
}
.thrColAbsHdr #container #mainContent #productTitle {
	margin-top: 60px;
	margin-bottom: 30px;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	font-size: 24px;
	color: #003300;
	font-weight: bold;
}
.thrColAbsHdr #container #mainContent #productImage {
	font-size: 10px;
	width: 500px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}
.thrColAbsHdr #container #sidebar2 #cartMiddle {
	background-image: url(images/SiteGraphics/cart_middle.png);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
}
.thrColAbsHdr #container #sidebar2 #cartBottom {
	background-image: url(images/SiteGraphics/cart_bottom.png);
	height: 35px;
	margin: 0px;
	padding: 0px;

}
.thrColAbsHdr #container #sidebar2 #cartTop {
	height: 56px;
	margin: 0px;
	padding: 0px;
	background-image: url(images/SiteGraphics/cart_top.png);
}
.thrColAbsHdr #container #mainContent #buttons {
	width: 500px;
	height: 50px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
.thrColAbsHdr #container #mainContent #stockWarning {
	font-size: 10px;
	color: #CC0000;
	text-align: center;
	width: 350px;
	margin-right: auto;
	margin-left: auto;
}
.thrColAbsHdr #container #mainContent #narrowerContent {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.thrColAbsHdr #container #mainContent #narrowerContent #newCust {
	border: 2px solid #295c2d;
	padding: 20px;
	font-size: 12px;
}
.thrColAbsHdr #container #mainContent #narrowerContent #returnCust {
	padding: 20px;
	border-top-width: 0px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #295c2d;
	border-right-color: #295c2d;
	border-bottom-color: #295c2d;
	border-left-color: #295c2d;
	font-size: 12px;
}
.thrColAbsHdr #container #mainContent #narrowerContent #createAcct {
	font-size: 12px;
}
