
#header {
	margin: 0 0 18px 0;
}
.phone {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height:19px;
	color: #ffede1;
	background-image: url(Images/header_bg.jpg);
	background-repeat: repeat-x;
	padding: 0 0 0 15px;
}
.address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:18px;
	color: #000000;
	padding: 3px 0 8px 15px;
	text-align:center;
}

.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #000000;
	background-color: #fcd8c0;
	padding: 8px 0 8px 15px;
	border-bottom: solid 1px #e34123;
	border-top: solid 1px #e34123;
	text-align:center;
}
.nav a, .nav a:link {
	text-decoration: none;
} 
.nav a:hover {
	color:#e13621;
}

.product_row {
	border-bottom: solid 1px #d7d7d7;
	padding: 14px 0 14px 5px;
	vertical-align:top;
}
.product_row a, .product_row a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	text-decoration: none;
}
 .product_row a:hover {
color:#e13621;
}