*{
  border: 0;
  margin: 0;
  padding: 0;
}

html{
  background: #FFF url("/Content/Layout/Background.png") fixed no-repeat bottom center;
  height: 100%;
}

body{
  position: relative;
  height: 100%;
}

body, textarea, select {
  font-family: "Calibri", "Arial", sans-serif;
  font-size: 100%;
}

th{
  text-align: left;
}

#pageWrapper{
  margin: 0 auto;
  min-width: 780px;
  max-width: 62em;
  position: relative;
}
#ie6Warning{
  border-bottom: 1px solid black;
  background: #ffee93 url("/Content/Layout/warningBg.png") no-repeat top left;
  color: black;
  padding-top: 1.25em;
  font-family: Monospace;
  padding-left: 100px;
  padding-bottom: 0.55em;
}

#ie6Warning p{
  margin: 0 0.75em 0.75em 0.75em;
}

#popupOverlayBox{
  display: none;
  height: 100%;
  width: 100%;
  background: url("/Content/Layout/overlay.png");
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

#popupOverlayBox  .popup .continueClick{
  cursor: pointer;
  color: #006183;
  text-decoration: underline;
}

#popupOverlayBox  .popup a{
  color: #006183;
}

#popupOverlayBox  .popup .closeButton{
  position: absolute;
  top: 0;
  right: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #000;
  background: #ad0000;
  color: white;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}

#popupOverlayBox .content{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

#popupOverlayBox .popup{
  position: absolute;
  color: #003e54;
  background: #FFF;
  border-top: 2px solid #0092c5;
  border-left: 2px solid #0092c5;
  border-bottom: 2px solid #004d68;
  border-right: 2px solid #004d68;
  width: 500px;
}

#popupOverlayBox .popup h2{
  font-size: 1.3em;
  font-weight: normal;
  margin: 1em 1em 0.5em 1em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #0092c5;
}

#popupOverlayBox .popup p{
  padding: 0 1em 1em 1em;
}

img{
  border: 0;
}

ul{
  padding-left: 2.5em; 
  margin: 1em 0;
}

li{
  margin: 0.6em 0;
}

.floatLeft{
  float: left;
  margin-right: 0.5em;
  margin-bottom: 0.5em;
}

.floatRight{
  margin-left: 0.5em;
  margin-bottom: 0.5em;
  float: right;
}

.clearLeft{
  clear: left;
}

.clearRight{
  clear: right;
}

.clear{
  clear: both;
}

h2{
  margin-bottom: 1.5em;
}

h3{
  font-size: 1.3em;
  clear: both;
  color: #40c6e9;
  border-bottom: 1px solid #40c6e9;
  padding-bottom: 0.5em;
  margin-bottom: 0.75em;
}

th h3 {
  color: #fff;
  border: 0;
  padding: 0;
  margin: 0;
}

#ContactForm input[type=text], #ContactForm textarea{
  margin-top: 0.5em;
  padding: 0.3em;
  width: 95%;
  border: 1px solid  #40c6e9;
}

input[type=submit]{
  background: #fff;
  padding: 0.3em;
  border: 1px solid #40c6e9;
  width: 8em;
}

#ContactForm tr th{
  
}

#heading{
  position: relative;
  background: url("/Content/Layout/HeaderBg.jpg") repeat-x top left;
  font-family: "Century Gothic", "Levenim MT", "Trebuchet MS", "Arial", sans-serif;
}

#heading .left{
  background: url("/Content/Layout/HeaderLeft.jpg") no-repeat top left;
  width: 118px;
  height: 218px;
  left: 0;
  top: 0;
}

#heading h1 img{
  top: 0;
  right: 0;
  position: absolute;
  width: 448px;
  height: 218px;
  background: url("/Content/Layout/Logo.jpg") no-repeat top left;
}

#heading .menu{
  text-align: right;
  position: absolute;
  top: 80px;
  right: 440px;
}

#heading .menu ul, #heading .subMenu ul{
  margin: 0;
  padding: 0;
}

#heading .menu a, #heading .menu .current span{
  font-size: 1.1em;
}

#heading .menu a:hover{
  color: #eb7200;
}

#heading .subMenu a:hover{
  color: #7cd400;
}

#heading .menu a, #heading .subMenu a{
  text-decoration: none;
  color: white;
  font-weight: bold;
  text-shadow: rgba( 0, 0 ,0 , 0.4 ) 0px 0px 5px;
  -moz-text-shadow: rgba( 0, 0 ,0 , 0.4 ) 0px 0px 5px;
  -webkit-text-shadow: rgba( 0, 0 ,0 , 0.4 ) 0px 0px 5px;
}

#heading .menu .current, #heading .subMenu .current {
  color: white;
  color: rgba( 255, 255, 255, 0.8 );
  font-weight: bold;
  text-shadow: rgba( 0, 0 ,0 , 0.4 ) 0px 0px 5px;
  -moz-text-shadow: rgba( 0, 0 ,0 , 0.4 ) 0px 0px 5px;
  -webkit-text-shadow: rgba( 0, 0 ,0 , 0.4 ) 0px 0px 5px;  
}

#heading .menu ul, #heading .subMenu ul{
  list-style: none;
}

#heading .menu li, #heading .subMenu li{
  display: inline;
  padding: 0 0.5em;
}

#heading .subMenu{
  text-align: right;
  position: absolute;
  right: 100px;
  bottom: 32px;
}

#pageContent{
  background: #f0fbfd;
  background: rgba( 66, 158, 201, 0.05 );
  color: #1a3901;
  margin: 0 81px 0 72px;
  overflow: auto;
  padding: 0 2em;
  padding-bottom: 80px;
}

#pageContent img{
  margin-top: 1em;
}

#pageContent h2{
  font-style: italic;
  color: #40c6e9;
}

#pageContent p{
  margin: 1em 0;
  line-height: 1.4em;
}

#footer{
  position: absolute;
  bottom: -20px;
  right: 56px;
  left: 32px;
}

#footer .left, #footer .right{
  position: absolute;
  width: 93px;
  height: 64px;
  bottom: 0;
}

#footer .left{
  background: url("/Content/Layout/FooterLeft.png") no-repeat top left;
  left: 0;
  bottom: -11px;
}

#footer .right{
  background: url("/Content/Layout/FooterRight.png") no-repeat top left;
  right: 0;
}

#footer p{
  background: url("/Content/Layout/FooterBg.png") repeat-x top left;
  margin: 0 92px;
  position: relative;
  right: 0;
  left: 0;
  text-align: center;
  bottom: -11px;
  height: 64px;
  line-height: 50px;
  color: white;
}

#footer a{
  color: white;
  text-decoration: none;
}

#footer a:hover{
  text-decoration: underline;
}

/* Lightbox: */
#lightbox {
  background-color: #eee;
  padding: 10px;
  border-bottom: 2px solid #666;
  border-right: 2px solid #666;
}

#lightboxDetails {
  font-size: 0.8em;
  padding-top: 0.4em;
}	

#lightboxCaption {
  float: left; 
}

#keyboardMsg { 
  float: right; 
}

#closeButton { 
  top: 5px; 
  right: 5px; 
}

#lightbox img { 
  border: none; 
  clear: both;
} 

#overlay img {
  border: none; 
}

#overlay { 
  background-image: url(/Content/Layout/overlay.png); 
}

.categoryImage {
  float: left;
  margin: 1em 1.5em 1em 0;
}

.categoryImage, .copy-image-collection .copy-image, 
.shopping-product-category .copy-image {
  border: 1px solid #40c6e9;
  width: 252px;
  background: white;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  padding: 0px 0 10px 0;
}

.copy-image-collection .copy-image, .shopping-product-category .copy-image {
  padding: 1em 0;
}

.copy-image-collection.right{
  float: right;
  margin: 0 1em 1em 1.5em;
}

.copy-image-collection.left{
  float: left;
  margin: 0 1.5em 1em 1em;
}

.shopping-product-category .copy-image {
  padding: 1em;
  margin-right: 1em;
  margin-bottom: 1em;
}


.products{
  clear: left;
  list-style: none;
  border: 1px solid #40c6e9;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width: 100%;
  margin: 0 1em 2em 0;
}

.products th{
  text-align: left;
  color: white;
  font-size: 1.2em;
  font-weight: bold;
  font-style: italic;
  background: #40c6e9;
  background: rgba( 64, 198, 233, 0.6 );
}

.products .headers{
  background-color: White;
}

.products .qty{
}

.products th, .products td{
  padding: 8px;
}

.products .qty, .products .total{
  text-align: right; 
}

.totalHeading{
  display: none;
}

.products .qty input{
  width: 2em;
  border: 1px solid #40c6e9;
  padding: 0.2em;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

#products-page #headerNavigation, 
#shop-product-category-collection-anchor-navigation, .button-list {
  color: #40c6e9;
  margin-left: 0;
  margin-bottom: 2em;
  padding-left: 0;
  list-style: none;
  overflow: auto;
}

#products-page #headerNavigation li, 
#shop-product-category-collection-anchor-navigation li, .button-list li {
  line-height: 1.4em;
}

#products-page #headerNavigation li a, 
#shop-product-category-collection-anchor-navigation li a, .button-list li a {
  float: left;
  display: block;
  width: 10em;
  color: white;
  text-decoration: none;
  padding: 0.3em 0.6em;
  background: #40c6e9;
  border: 2px solid white;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  margin: 0.3em 0.3em 0.3em 0;
}

.button-list li.overweight a {
  background: red;
  cursor: default;
}

#products-page #headerNavigation li a:hover, 
#shop-product-category-collection-anchor-navigation li a:hover, 
.button-list li a:hover{
  color: #40c6e9;
  background: white;
  border: 2px solid #40c6e9;
}

.button-list li.overweight a:hover {
  color: white;
  background: red;  
  border: 2px solid white;
  cursor: normal;
}

#FreshMilk{
  margin-top: 0.8em;
}

#totals{
  width: 100%;
  margin-top: 2em;
  margin-bottom: 2em;
  border-bottom: 2px solid #40c6e9;
  padding-bottom: 0.5em;
}

.summary ul{
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

.orderSummaryCosts{
  width: 100%;
  margin-bottom: 1.5em;
}

.orderSummaryCosts td{
 font-size: 1.1em;
 color: #000;
}

.orderSummaryCosts th{
  color: #40c6e9;
  font-size: 1.4em;
  font-style: italic;
}

#Proceed.disabled, #Submit.disabled{
  background: #b2b2b2;
  color: #505050;
  border: 1px solid #505050;
}

#Message{
  padding-top: 1em;
}

.message{
  
  padding: 0.5em;
  color: White;
  background: #0084c8;
  background: rgba(0,132,200,0.7);
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  margin-bottom: 1em;
  padding-bottom: 0.5em;
}

#pageContent .message h2{
  margin-bottom: 0.3em;
  color: white;
  padding-bottom: 0.3em;
  border-bottom: 1px solid white;
}

#changeOrderLink{
  margin-bottom: 1.5em;
}

#products{
  margin-bottom: 0.5em;
  width: 100%;
}

#shopDetails{
  margin-top: 1.5em;
}

#shopDetails input, #shopDetails textarea, #shopDetails select{
  border: 1px solid #40c6e9;
  padding: 0.4em;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  width: 80%;
}

#shopDetails ul, #shopDetails li{
  list-style: none;
  margin-left: 0;
}

#shopDetails .radio-list input{
  margin-right: 1em;
  width: 1em;
}

#shopDetails .radio-list li{
  margin-left: 0.5em;
  padding-left: 0;
}

#shopDetails input.invalid{
  border: 1px solid red;
}

.right40{
  width: 40%;
  float: right;
}

.left60{
  width: 60%;
  float: left;
}

#Comments{
  width: 80%;
  height: 10em;
}

.cl{
  clear: left;
}

.cb{
  clear: both;
}

.cr{
  clear: right;
}

.button{
  border: 1px solid #40c6e9;
  padding: 0.4em;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 1em;
  margin-left: 0.4em;
  text-decoration: none;
  color: white;
  background: #0084c8;
  background: rgba(0,132,200,0.6);
  line-height: 1.6em;
  max-width: 14em;
}

#pageContent table {
  border-collapse: collapse;
}

#pageContent th {
  color: white;
  padding: 0.3em 0.6em;
  background: #40c6e9;
  border: 2px solid white;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

#pageContent td {
  border-bottom: 1px dotted #40c6e9;
}

#pageContent th, #pageContent td {
  padding: 0.5em;
}

#pageContent th, #pageContent td strong {
  font-size: 110%;
}

#pageContent td strong {
  color: #40c6e9;
}

.nutrition td {
  text-align: right;
}

.nutrition td.firstColumn {
  text-align: left;
}

.shopping-product-categories, .shopping-product-categories table {
  width: 100%;
}

#pageContent .product-category-image-cell {
  background: #fff;
}

#pageContent .shopping-product-categories td {
  border-bottom: 0;
  border-top: 1px dotted #40c6e9;
}

#pageContent td.product-image-cell {
  background: #fff;
  padding: 0;
  text-align: center;
}

.product-price-cell, .product-actions-cell {
  text-align: right;
}

#pageContent td.product-name-cell {
  padding-right: 2em;
}

.product-actions-cell {
  width: 17%;
}

.cart-contents .number {
  text-align: right;
}

.cart-contents, .cart-contents .item {
  width: 100%;
}

.cart-item-image {
  margin-right: 1em;
}

.cart-item-image a {
  background: #fff;
  display: inline-block;
}

.cart-item-image img {
  vertical-align: middle;
}

#pageContent input[type="text"], #pageContent select, #pageContent textarea {
  border: 1px solid #40c6e9;
  padding: 0.5em;
}

#pageContent input[type="text"].invalid, #pageContent select.invalid, #pageContent textarea.invalid {
  border: 1px solid red;
}

#pageContent .cart-contents input[type="text"] {
  width: 2em;
}

#pageContent .cart-details input[type="text"], #pageContent .cart-details select, 
#pageContent .cart-details textarea, .cart-details ul, 
#pageContent .cart-details input[type="submit"] {
  font-size: 90%;
  width: 15em;
  margin: 0;
  margin-left: 1em;
}

#pageContent .cart-details select {
  width: 16.1em;
}

.cart-details ul {
  list-style: none;
  padding-left: 0;
}

.cart-contents .quantity .quantity-control {
  font-weight: bold;
  text-decoration: none;
}

.cart-contents .quantity {
}

.cart-contents form {
  white-space: nowrap;
}

.cart-contents input, .cart-contents label {
  display: inline;
}

.cart-contents .quantity-control {
  color: #40c6e9;
  cursor: pointer;
  font-size: 120%;
  padding: 0 0.1em;
}

.cart-contents .quantity .remove {
  color: red;
  font-size: 90%;
}

.perishable {
  color: #40c6e9;
  font-size: 200%;
  font-weight: normal;
  vertical-align: middle;
}

#message, #pageContent strong.overweight {
  color: red;
}

#rightColumn {
  float: right;
  max-width: 33%;
}

.bolditemsbigger strong {
  color: #40c6e9;
  font-size: 200%;
  font-weight: normal;
  vertical-align: middle;
}

.bolditemsbigger em {
  color: #40c6e9;
  font-weight: bold;
}