/*
Title:    IE patches
*/

/* PNG fix */

* html #selector { /* for IE<6 */
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='img/image.png'); background-image: none; background-repeat: no-repeat; background-color: transparent;
  }

/* self-clear floats */

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

.quote {
display:block;
margin:0 auto 15px;

}
#nav ul li a {
	color:#ffffff;
	display:block;
	font-size:1.35em;
	line-height:1;
	text-decoration:none;
	padding-top: 13px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
}
#search_header {
	height: 45px;
	overflow:hidden;
	margin-top: 15px;
}
#nav {
	margin-top:15px;
}
#phone {
	color: #8ac43f;
	margin-top: -15px;
	font-size: 1.7em;
	font-weight: bold;
}
