/*
Title:    IE patches
Author:   dan@simplebits.com
*/
/* self-clear floats */

* html .group { /* IE6 */
  height: 1%;
  }
*:first-child+html .group { /* IE7 */
  min-height: 1px;
  }
  
.mainminu_ul{
	
	text-decoration:none;



	font-size:11px;
	margin:0 auto;
	width: 989px;
	
	padding-top: 30px;
	}
	
.mainminu_ul li.first a {
	margin-left:10px;}
.mainminu_ul li{

	list-style:url(http://thepantry.ca/themes/thepantry/images/menuline.png);
	display:inline;
	text-decoration:none;
	float: left;
	height: 30px;
		color: #8cc63e;	
		font-weight:100;
	font-size:19px;
	text-decoration:none;
	border-right: 1px solid #d3dbc1;
	padding-right:0px;
	margin:0 0 0 0px;
	padding:0 0px 0 px;
	}
	
.mainminu_ul li a{
		color: #8cc63e;	
		text-transform: uppercase;
	text-decoration:none;
	margin:0 0 0 0px;
	padding:0 5px 0 5px;
	padding-right: 10px;
	padding-left:10px;
		border-right: #fff 1px solid;
	}
	
.mainminu_ul li a:hover{
	color:#fff;
	text-decoration:underline;

	}	
	
.mainminu_ul .last {
	border-right: none!important;}
	
	
	
input, textarea { /* The input fields. */
	background: #eae2b5;
	width:190px; /* You can change the field width */
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:none; /* This declaration makes sure no auto borders appear. */
	font-size:14px;
	padding:4px;
	-moz-box-shadow: 0 0 3px #91711c; /* This gives the effect of the glow around the input fields. */
	box-shadow:0 0 3px #91711c;
	-webkit-box-shadow: 0 0 3px #91711c;
	margin-left: 20px;
	margin-right: 10px;
}


	
	
	