body.splash {
  background-color:#764200;
  background-image: none;
}

body.splash2 {
  background-color:#fff;
  background-image: none;
}

#indexcontainer {
  text-align: left;
  width: 100%;
}

#rsswrap {
  background-color: #fff;
  padding: 3px 0px;
  width: 900px;
  margin: 0 auto;
}

#rsswrap.drk {
  background-color: #764200;
  width: 100%;
  border: 1px solid #fff;
}

#titlewrap {
  background-color: #b4a374;
  padding: 0px 0px;
  margin-top: 0px;
}

#titlewrapwide {
  background: url('/img/headerwide.jpg') no-repeat center top;
  padding: 0px 0px;
  margin-top: 0px;
}

#titlewrapwide.blog {
  background-color: #a23026;
}

#titlenav {
  width: 900px;
  margin: 120px auto;
}

#navwrap {
  width: 100%;
  background-color: #b4a374;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

#navcontainer1 ul
{
padding: 0;
margin: 0px auto;
width: 900px;
font-family: "helvetica", arial, sans-serif;
font-size: 16px;
display: block;
}

#navcontainer1 ul li { float: left;}

#navcontainer1 ul li a
{
padding: .5em 1em;
background-color: #b4a374;
color: #4f2700;
text-decoration: none;
border-right: 1px solid #a5966a;
display: block;
}

#navcontainer1 ul li.last a	{border-right: none;}

#navcontainer1 ul li a:hover
{
background-color: #036;
color: #fff;
}

#navcontainer1 ul li.red a:hover
{
background-color: #a23026;
}

#navcontainer1 ul li.yellow a:hover
{
background-color: #e7a614;
}

#navcontainer1 ul li.brown a:hover
{
background-color: #4f2700;
}

#splashcontent {
  text-align: left;
  width: 100%;
}

#logoimagewrap {
  width: 840px;
  margin: 0px auto 10px;
  border: 0px solid #fff;
}

#logoimagewrap.tight {
  width: 700px;
}

#splashnews {
  background-color: #764200;
  margin-top: 10px;
  float: right;
  width: 220px;
  overflow: hidden;
  padding: 0 10px;
}

#splashnews.left {
  float: left;
  margin-top: 40px;
}

#splashnews h1 {
  font-size: 28px;
  margin-top: 5px;
  font-weight: bold;
  color: #b4a374;
  padding-bottom: 21px;
  background: url(../../../img/smallswath.jpg) no-repeat left bottom;
  width: 75%;
}

#splashnews h1.line {
  background-image: none;
  width: 75%;
  border-bottom: 1px solid #b4a374;
  padding-bottom: 5px;
}

#splashimages {
  float: right;
  margin: 45px 0 0;
  border: solid 2px #fff;
  width: 410px;
}

#splashnews ul {
  list-style: none;
  color: #cdcdcd;
  padding: 0;
  margin: 0;
}

#splashnews a:link, #splashnews a:visited, #splashnews a:active {
  font-weight: normal;
  text-decoration: none;
  color: #b4a374;
  font-size: 10px;
}

#splashnews a:hover {
  color: #4f2700;
  text-decoration: none
}

#splashnews a.title:link, #splashnews a.title:visited, #splashnews a.title:active {
  font-size: 14px;
  font-weight: bold;
  color: #b4a374;
}

#splashnews a.title:hover {
  color: #4f2700;
}

#splashfooter {
  width: 900px;
  margin: 0px auto 0px;
  text-align: center;
  color: #b4a374
}

#splashfooter a:link, #splashfooter a:visited, #splashfooter a:active {
  font-weight: bold;
  text-decoration: underline;
  color: #b4a374;
}

#splashfooter a:hover {
  color: #4f2700;
  text-decoration: none
}

#leftcolumn  {
  float: left; 
  width:655px;
}

#narrowleftcolumn  {
  float: left; 
  width:635px;
  border: 0px solid #000;
}

#wideleftcolumn  {
  float: left; 
  width:800px;
  border: 0px solid #000;
}

#wideleftcolumn a.orders  {
  font-size: 1.5em;
}


#sidebar  {
  float: right; 
  width: 240px;
  border-left: 0px dotted #764200; 
  border-right: 0px dotted #764200
}

#sidebar ul h2  {
  font-size: 14px;
  margin: 12px 0 0 0;
}

/***************************** forms styles *************************************/

form.orders {
  background-color: #fff; padding: 0 3px; float: left; width: 245px; margin: 0px 0 0 36px;
  }
  
.orders label{
	width: 200px;
	padding: 0;
	margin: 0;
	font-weight: bold;
}

input.orderstext, input.orderstextarea{
	width: 100%;
	margin: 0px 0 5px;
	border: 1px solid #cdcdcd;
	background-color: #f2f2f2;
}

input.orderscheckbox {
  text-align: left;
  color: #f30;
  align: absmiddle;
}

.orders textarea{
	width: 225px;
	height: 90px;
}

#sidebar input	{
	width: 100%;
}

.boxes{
	width: 1em;
}

input.orderssubmit	{
	margin: 0px;
	width: 90px;
	border: 1px solid #b3b3b3;
	background-color: #cdcdcd;
}

input.orderssubmit:hover, .sidebarsubmit:hover	{
	color: #d77338;
	border: 1px solid #d77338;
}








