.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

body{
	margin:0;
	padding:0;
	background:#50402f;
	text-align:center;
	font:90%/130% 'Trebuchet MS', Verdana, sans-serif;
	color:#545454;
}

a{
	color:#50402f;
	outline:none;
}

a:hover{
	color:#000;
}

img{
	border:none;
}

.right{
	float:right;
}

img.right{
	margin-left:10px;
}

.left{
	float:left;
}

input.button {
	background:#f8f0d8;
	border:1px solid #50402f;
	width:125px;
	text-align:center;
}

.error {
	border:1px solid #990;
	background:#822420;
	color:#fff;
	width:75%;
	font-size:85%;
	padding:0px;
	margin-bottom:10px;
	text-align:center;
}

div.error p {
	margin:5px 0;
}

#shadow{
	background:url('../images/shadow-wide.gif') repeat-y;
	margin:auto;
	width:746px;
	text-align:left;
}

#container{
	position:relative;
/*	width:576px;*/
	width:600px;
	width:700px;
	margin-left:73px;
	margin-left:23px;
/*	padding:0 12px;*/
}

#masthead{
	text-align:center;
	padding:25px 0 20px 0;
}

#masthead h1{
	text-indent:-9999px;
	background:url('../images/logo.gif') no-repeat;
	width:215px;
	height:68px;
	padding:0;
	margin:0 auto;
}

#masthead h1 a{
	display:block;
	width:215px;
	height:68px;
	outline:none;
}

#masthead h2{
	margin:0;
	padding:0;
	text-indent:-9999px;
}

* html #masthead h2{
	height:0px;
	line-height:1px;
}

#masthead #login{
	position:absolute;
	top:0px;
	right:12px;
	font-size:85%;
}

* html #masthead #login{
	margin-top:10px;
}

#masthead #login a{
	text-decoration:none;
	color:#58585a;
}

#masthead #login a:hover{
	color:#000;
}

#nav{
	line-height:28px;
	background:#71bf44;
	text-align:center;
}

#nav ul{
	list-style:none;
	margin:0 auto;
	padding:0;
}

#nav ul li{
	display:inline;
	color:#fff;
}

#nav ul li a{
	color:#fff;
	text-decoration:none;
	padding:0 12px;
}

#nav ul li a:hover{
	color:#50402f;
}

#image-strip{
	border-top:5px solid #fff;
}

#content-container{
	padding:0 87px;
}

#content h3{
	margin-top:31px;
	text-align:center;
	font:120% Trebuchet MS, 'Times New Roman', serif;
	color:#364f6c;
}

#content p{
	font-family: Trebuchet MS, 'Times New Roman', serif;
}

#content p strong{
	color:#364f6c;
	font-weight:bold;
}

#content p.center-image{
	text-align:center;
}

#content ul li{
	font-family: Trebuchet MS, 'Times New Roman', serif;
}

#content img.services {
	padding: 5px;
/*	margin-left: 40px;*/
	border: 1px solid #50402f;
}

#content .home{
	margin: -55px -10px 0 10px;
	z-index: 0;
}

#content p.home-center{
	text-align: center;
	margin:0;
	padding:0;
	z-index: 2;
}

#phone-field span {
	width:60px;
	float:left;
}

#phone-field input {
	float:left;
}

#phone-field div {
	margin-bottom:10px;
}

#main-address-profile-field label {
	float:left;
	width:125px;
	margin-bottom:5px;
}

#main-address-profile-field input,#main-address-profile-field select {
	float:left;
	width:175px;
	margin-bottom:5px;
}

.bio{
	margin-bottom: 80px;
}

.bio img{
	margin: 0 10px 10px 0px;
	border: 1px solid #50402f;
	padding: 5px;
}

img.group{
	margin: 10px 0 0 60px;
}

label.group{
	margin: 0 0 0px 60px;
}

* html label.group{
	margin: 0 0 0px 50px;
}

#footer{
	background:url('../images/footer-bottom-wide.gif') no-repeat;
	height:61px;
	width:746px;
	margin:auto;
	position:relative;
}

#footer p{
	margin-top:0;
	color:#fff;
	padding-top:30px;
	padding-right:20px;
	font-size:80%;
	text-align:right;
}


p.call-number{
	clear:both;
	font-size:80%;
	margin-bottom:0;
	padding-bottom:0;
	font-weight:bold;
}

#footer #left-col p{
	position:absolute;
	width:50%;
	left:25px;
	top:0px;
	text-align:left;
}

#footer #right-col{
	position:absolute;
	width:50%;
	right:5px;
	top:0;
}

#footer #right-col p{
	text-align:right
}

.radio-label {
	width:200px;
	float:left;
}

#parts-list .category{
	float:left;
	padding:20px;
	width:23%;
	border:1px solid #A1A1A1;
	margin:10px;
	display:block;
	text-align:center;
	background:#E7E6E3;
	height:215px;
}

* html #parts-list #category {
	margin:5px;
}

#parts-list img {
	padding:10px;
}

#new-address,.saved-address {
	background:#FEF6F0;
}

.hidden {
	display:none;
}