@charset "utf-8";
* {margin: 0; padding: 0}

.container {
	width: 1000px;
	margin:0 auto;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #455725;
	border-left-color: #455725;
	background: #000040;
}
.header {background: #000040;}
body {
	font: normal 1em/1.4em Verdana, Arial, Helvetica, sans-serif;
	background: #000040;
}
.content {
	float: left;
	width: 1000px;
	color: #FFFFFF;
}
/* TABLE    --*/
table tr {
	width: 1000px;
	margin: 0px;
	float: left;
	padding: 0px;
	background-color: #FFF;
}

table td  {
	width:80px;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 0px;

}

.table2 tr {
	width: 1000px;
	margin: 0px;
	float: left;
	background-color: #000040;
}

.table2 td  {
	width:485px;
    height: 800px;
	font-size: 14px;
	text-align: left;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	float: left;
	border: 2px solid #FFF;
	
}
	

h1, h2, h3, h4, h5, h6, p {
	padding-top: 10px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 10px;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	}
h1 {text-align:center;
	}
h2 {
	color: #696;
}
h3 {
	text-align: center;
}
p {text-indent: 25px;	
}
a img {border: none;}

sale { 
	color: red;
}


.salepic {
	text-align:center;
	margin: 5px;
}
pic-right {
	float: left;
	text-indent: 10px;	
	
	}



.foalpic {
	text-align: center;
 	margin: 5px;
	padding-right: 5px;
}
.directions {
	font: normal .75em Tahoma, Geneva, sans-serif;
	text-decoration: none;
	text-indent: 1em;
	list-style: none;
	padding-left: .5em;
}
.divideline {
	color: #C6D580;
	text-align:center;
	border-bottom: 3px double #696;
}


/* FOOTER ~~ */
.footer {
	padding: 0px;
	text-align:center;
	position: relative;
	clear: both;
	color: #FFFFFF;
	letter-spacing: normal;
	word-spacing: normal;
	width: 1000px;
	background-color: #2B4424;
}

.footerp {
	font-size: 10px;
	text-align: center;
}


/*  LINKS */
a:link {
	color: #fff;
	text-decoration: underline;
}
a:visited {
	color: #936;
	text-decoration: underline;
}
a:hover, a:active, a:focus {text-decoration: none;}

/* MENU */
ul.nav {
	list-style: none; 
	border-top: 2px solid #000066; 
	margin-bottom: 15px;
}
ul.nav li {
	border-bottom: 2px solid #000066; 
}
ul.nav a, ul.nav a:visited {
	padding: 5px 0px 10px 10px;
	display: block;
	width: 150px;
	text-decoration: none;
	background-color: 184C0C;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus {
	color: #FFF;
	background-color: 184C0C;
}
ul, dl {
	padding: 0;	margin: 0;
}

ol  {
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	margin-left: 25px;
	}
ul {
	padding: 0px;
	color: #FFFFFF;
	text-decoration: none;
	list-style: none;
}

.content ul, .content ol {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}



.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

