﻿@import url(layout.css);
body {
	background-position: center;
	color: #333333;
	font-size: .95em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #3E3628;
	background-image: url('../images/ranch_rd1.jpg');
	background-repeat: no-repeat;
	margin-top: 66px;
	margin-bottom: 40px;
	background-attachment: fixed;
}
#container {
	background-color: #fff;
	width: 990px;
	margin: 0 auto;
	border-style: ridge;
	border-color: #CCC8BB;
	border-width: medium;
}
#masthead {
	text-align: right;
	background-color: #2F3848;
	width: 990px;
}
#navigation {
	background-color: #898167;
	overflow: hidden;
}
#column_l {
	width: 745px;
	margin: 10px 0 10px 0;
	padding: 0 15px;
	background-color: #fff;
}
#column_r {
	border: medium #B65A4E;
	width: 192px;
	margin: 0;
	float: right;
	padding: 4px;
	background-color: #898167;
	position: relative;
	color: #F5F4F1;
}
#footer {
	width: 990px;
	text-align: center;
	background-color: #1C1F24;
	padding-top: 5px;
	padding-bottom: 5px;
}
#quotes {
	font-size: .85em;
	margin: 7px;
}
/* Styles for Masthead */
#masthead img { 
	float: left; 
}
#masthead h1 {
	visibility: hidden;
	font-size: xx-small;
}
#masthead p {
	font-size: .85em;
	color: #fff;
	margin: 10px 10px 0;
}
#column_r p {
	font-size: .85em;
	margin: 7px;
}
#column_r h5 {
	text-align: center;
}
#column_r a {
	color: #F5F4F1;
	text-decoration: none;
	display: block;
}
#column_r a:hover {
	color: #F5F4F1;
	text-decoration: none;
	background-color: #B65A4E;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 5px 15px 5px 15px;
	border: 1px #CCC8BB ridge;
}
#navigation a:hover {
	color: #fff;
	text-decoration: none;
	border: 1px solid #B65A4E;
	background-color: #B65A4E;
}
/* Styles for Footer */
#footer p {
	font-size: .8em;
	line-height: 1em;
	color: #fff;
	margin: 1px;
	padding: 1px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #800000;
	text-decoration: none;
}
.linestyle_left {
	color: #800000;
	clear: left;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
div.product {
	margin: 0 4px;
	height: auto;
	width: auto;
	float: left;
	text-align: center;
}	
div.product img {
  border-width: 0px;
	display: inline;
}
div.product a:hover img {
	border: 1px #FFFFCC solid;
}
div.desc {
  text-align: center;
  font-weight: normal;
  width: 120px;
  margin: 2px;
}
div.clear {
	clear:both
}
.eform {
	background-color: #CAC7B9;
	padding: 10px;
	color: #3E3628;
}
.clear_right {
	clear: right;
}
.product_img {
	border-width: 0px;
	margin: 0 10px 0 0;
	float: left;
}
.saleprice {
	font-weight: bold;
	color: #800000;
	font-size: 1.1em;
}
.announcement {
	color: #800000;
}
.centertext_textspacing {
	text-align: center;
	letter-spacing: .2em;
	font-family: "Times New Roman", Times, serif;
	line-height: 1.5em;
}
.img_link {
	border-width: 0px;
}
.ytobject {
	text-align: center;
}
table {
	border-collapse: collapse;
	width: 100%;
	text-align: center;
}
th {
	padding: 0 auto;
	text-align: left;
}
tr.yellow td {
	border-top: 1px solid #FB7A31;
	border-bottom: 1px solid #FB7A31;
	background: #FFC;
}
td {
	border-bottom: 2px #800000 solid;
	padding: 1em;
}
td.width {
	width: 100%;
	margin: 0 auto 0 auto;
}
td.adjacent {
	border-left: 1px solid #CCC;
	text-align: center;
}
