body {
  margin: 1em 0 0 0;
  padding: 0;
	background-image: url();
	font-family: Arial, Helvetica, sans-serif;	
  text-align: center;
}

.font_large {
  font-size: large;
}

.font_small {
  font-size: small
}

.font_bold {
  font-weight: bold;
}

p {
  max-width: 27em;
  text-align: justify;
}

div.mainview {
  margin: 0;
  padding: 1em 1em 1em 1em;
  /* text-align: center; */
}

hr {
  background-color: #000000;
  border: 0 none;
  color: #000000;
  height: 2px;
}

ul {
  margin: 0.5em 0 0.5em 0;
}

li label {
  margin: auto 0 auto 0;
}

div.clearer {clear: left; line-height: 0; height: 0;}
span.clearer {clear: left; line-height: 0; height: 0;}

.piranha_background {
	background-image: url(../images/PiranhaBackground.png);
	background-repeat: no-repeat;
	background-position: center 40px;
}

/* Footer */
div#footer {
  text-align: center;
  width: 740px;
  padding-top: 40px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}

/* Header */
div#header {
  width: 100%;
}

div#header img {
  margin: 0;
/*  width: 740px;
  height: 179px; */
  border: none;

}

/* Menu Image */
tr.menu_top {
  padding: 0 15px 0 15px;
}

td.menu_top a {
  padding: 0;
  margin: 0 20px 0 20px;
  text-align: center; 
  color: white; 
  font-size: 17px; 
  font-weight: 700;  
  text-decoration: none;
}

tr.menu_bottom {
  padding: 0 15px 0 15px;
}

td.menu_bottom a {
  padding: 0;
  margin: 0 25px 0 25px;
  text-align: center; 
  color: white; 
  font-size: 17px; 
  font-weight: 700;  
  text-decoration: none;
}

/* Home/Index view */
div#home_index_view {
}

div#home_index_view div#blurb_text {
  padding: 0;
  margin-bottom: 15px;
}

div#home_index_view div#blurb_text div#now_order_online {
	color: #FF0000;
	font-weight: bold;
}

/* Index/_How it works partial */


/* Products and Products Display Partials */
img.view_cart_btn {
  border-width: 0;
  margin-top: 8px;
}

table#product_info_display {
  width: 735px;
  text-align: left;
  margin-top: 34px;
  margin-bottom: 34px;
}

img#product_image {
  margin: 0;
  border-width: 0;
  padding: 0 0 0 40px;

}

div#product_bipanel {
  margin: 0;
  padding-top: 1.3em;
  padding-left: 12px;  
}

a.link_btn_noborder img {
  border-style: none;
}

/* Order */
table#product_order_table {
  width: 524px;
  text-align: left;
  border-collapse: separate; 
  border-spacing: 40px 10px;
  margin-top: 34px;
  margin-bottom: 34px;  
}


/* Cart/Show */
table#line_items {
  text-align: center;
  border-collapse: separate; 
  border-spacing: 40px 10px;
}

td#total_price {
  text-align: right;
}
      
img#checkout_btn {
  display: block;
  float: right;
}

#update_cart_btn {
  margin: auto 0 auto auto;
}

