/*
   County Line Hardware
   Author: Caitlin Flemming
   Date:   1/5/10

   Filename:         clhstyle.css
 

*/

body {
	font-family: Verdana, Helvetica, sans-serif;
   margin-left: 10px;
	background: rgb(255, 204, 153);
	margin:0 auto;
}

#container {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	position: absolute;
	left: 50%;
	margin-left: -450px;  
}

h1 {
	font: small-caps;
	font-size: 16pt;
	color: rgb(255, 204, 153);
	background color: rgb(153, 51, 0);
	letter-spacing: 0.5em;
   text-indent: 1em;
	width: 900px;
	border-style: outset;
	border-width: 2px;
	border-color: rgb(153, 51, 0);
}

h2 {
	font: small-caps;
	font-size: 14pt;
	color: rgb(153, 51, 0);
   text-indent: 1em;
	text-decoration: underline;
}

h3 {
	font-size: 14pt;
	color: rgb(153, 51, 0);
	text-indent: 2em;
}

p {
	font-size: 12pt;
	color: rgb(153, 51, 0);
	text-indent: 3em;
}

ul {
	font-size: 10pt;
	color: rgb(153, 51, 0);
}

a {
	display: block;
	margin: 1px;
	color: rgb(153, 51, 0);
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: white;
 	text-decoration: underline;
}

#menu {
	float: left;
	width: 175px;
	background-color: rgb(153, 51, 0);
	color: rgb(255, 204, 153);
	border-style: outset;
	border-width: 3px;
	border-color: rgb(153, 51, 0);
	padding: 1px;
	font-size: 9pt;
}

#menu a {
	color: rgb(255, 204, 153);
}

#content {
	margin-left: 15px;
	padding-left: 15px;
	width: 675px;
}

#top {
	margin-top: 10px;
	color: rgb(153, 51, 0);
}

#hours {
	color: rgb(153, 51, 0);
}

table.familyowned {
	color: rgb(153, 51, 0);
	width: 800px;
	text-align: center;
}
table.familyowned td.title{
	text-align: left;
}

#picture {
	text-align: center;
}

table.hours {
	text-indent: 3em;
	color: rgb(153, 51, 0);
}

table.hours td.title {
	text-align: center;
	text-decoration: bold, underline;
}

table.rentals td.pic {
	text-align: center;
	padding-top: 40px;
	padding-bottom: 2px;
}

table.rentals td.caption {
	color: rgb(153, 51, 0);
	font-size: 9pt;
	text-align: center;
}

table.rentals a {
	color: rgb(153, 51, 0);
}

table.fertilizer td.number {
	font-size: 28pt;
	color: rgb(153, 51, 0);
	text-align: center;
	
}

table.fertilizer td.caption {
	color: rgb(153, 51, 0);
	text-align: center;
}

table.fertilizer td.pic {
	padding-right: 50px;
	padding-bottom: 50px;
}

hr {
	color: rgb(153, 51, 0);
}

table.form {
	color: rgb(153, 51, 0);
	background-color: rgb(255, 204, 153);
	
}

table.form a {
	color: rgb(153, 51, 0);
}