@charset "utf-8";
/* CSS Document */

/*----------------HOME PAGE*/
#blog{
  background-color: #FFFF77;
  height:           300px;
  padding:          10px 10px;
  overflow:         auto;
  border-bottom:    #CCCCCC solid 1px; 
  line-height:     1.45em !important;/*non-IE browser*/
  line-height:     1.5em;/*IE browser*/
  font-size:       80% !important;/*non-IE browser*/
  font-size:       75%; /*IE browser*/
}

#blog p{
  padding:         10px 0px 15px 0px;
} 

#monthly_specials{
  margin-top: 20px;
}

#monthly_specials img{
  margin: 0;
  padding: 0;
}

#specials_table{
  background-color: #FFFF77;
  height:           100px;
  overflow:         auto;
  padding:          0;
  margin: 			0;
  border-bottom:    #CCCCCC solid 1px; 
}

table.specials{
width: 450px;
border-collapse: collapse;
border-spacing: 0px;
}

td.special{
text-align: left;
font-family: Verdana, sans-serif, Arial;
font-weight: normal;
color: #404040;
padding-top: 8px;
padding-bottom: 4px;
}



/*----------------ABOUT PAGE*/

#about{
margin-top: 10px;
font-size: 11px;
}

#about img{
border: #66FF66 2px solid;
margin: 5px 5px 0px 0px;
}

#about_store{
float: left;
}

#about_inside{
float: right;
margin: 5px 5px 0px 5px;
}




/*----------------BRANDS PAGE*/

#brands{
margin-top: 10px;
font-size: 10px;
}

#row_1 img{
padding-left: 5px;
}

#row_2 img{
padding-left: 10px;
}

#row_3 img{
padding-left: 30px;
}

#row_4 img{
padding-left: 14px;
}



#brand_types img{
  margin: 0;
  padding: 0;
}

#brands_table{
  background-color: #FFFF77;
  height:           115px;
  padding:          0;
  margin: 			0;
  border-bottom:    #CCCCCC solid 1px; 
}

td.brand{
text-align: center;
font-family: Verdana, sans-serif, Arial;
font-weight: normal;
color: #404040;
padding-right: 45px;
padding-top: 2px;
padding-bottom: 0px;
}

td.dairy{
text-align: center;
font-family: Verdana, sans-serif, Arial;
font-weight: normal;
color: #404040;
padding-right: 45px;
padding-top: 2px;
padding-bottom: 0px;
}

td.wheat{
text-align: center;
font-family: Verdana, sans-serif, Arial;
font-weight: normal;
color: #404040;
/*padding-left: 60px;*/
padding-top: 2px;
padding-bottom: 0px;
}

/*----------------ORGANIC PRODUCE PAGE*/
#produce{
margin-top: 10px;
font-size: 11px;
}

#produce img{
margin: 5px 5px 0px 15px;
float: right;
}

#produce a{
color: #990099;
text-decoration: none;
}

#produce a:hover{
text-decoration: underline;
}

#selection {
color: #666666;
width: 300px;
background-color:#FFFF66;
}


/*----------------SPECIAL ORDERS PAGE*/
#orders{
margin-top: 10px;
font-size: 11px;
}

#orders em{
color: #FF0000;
font-size: 13px;
}

#orders table{
margin-top: 10px;
font-size: 10px;
border-spacing: 5px;
}

#orders th{
text-align: left;
color: #990099;
}

/*----------------LOCATION PAGE*/

#location{
margin-top: 10px;
font-size: 11px;
}


#address {
font-weight: bold;
color: #990099;
float: right;
padding-left: 15px;
}

#map{
margin-top: 10px;
clear: both;
}


/*----------------CONTACT US PAGE*/
#contact{
margin-top: 10px;
font-size: 11px;
}

#contact table{
font-size: 10px;
border-spacing: 5px;
}

#contact th{
text-align: left;
color: #990099;
}

#hours, #comment{
vertical-align:  text-top;
}

#date{
text-decoration: underline;
}

