header, footer, #content, #banner {
	margin: 10px;
	padding: 10px 0px;
}
footer {
	border-top: 1px solid #ddd;
}
#container {
	margin: 0 auto;
	width: 1024px;
}
#links {
	text-align: center;
}
#links ul {
	margin: 0px;
	padding: 0px;
}
#links ul li {
	display: inline;
	padding: 10px 1em;
}
#links ul li a {
	font-size: 25px;
	color: #000;
	text-decoration: none;
}
#links ul li a:hover {
	color: #ddd;
}
.inline-block {
	display: inline-block;
}
.f-left {
	float: left;
}
#company_logo {
	padding: 10px;
	text-align: center;
}
#banner {
	text-align: center;
	font-size: 4em;
	padding: 10px 0em;
}
footer {
	text-align: center;
}
#content {
	padding: 15px;
	word-wrap: inherit;
}
#content p {
	line-height: 1.6;
}
#content ul li {
	line-height: 1.6;
}
#content h2 {
	text-align: center;
	text-transform: uppercase;
}
.selected-link {
	border-bottom: 2px solid;
}
#call-us {
	position: fixed;
	bottom: 10px;
	left: 0;
	background: red;
	padding: 10px 1em;
	border-radius: 5px;
	border: 5px dotted #FF6347;
	text-align: center;
}
#call-us h1, #call-us h2 {
	color: #fff;
	margin: 0;
	padding: 0;
}
.cell {
	width: 300px;
	height: 300px;
	display: inline-block;
	margin: 2em 5px;
	text-align: center;
}
.cell div {
	margin: 10px 0px;
}
.cell .product-img {
	border-style: double;
	width: 250px;
	height: 200px;
	margin: 5px auto
}
.cell .product-name {
	font-weight: bold;
	text-transform: uppercase;
}
.cell .product-desc {
	font-style: italic;
}
.cell .product-price {
	font-size: 19px;
	font-weight: bolder;
}