/* CSS Document */

/* Set all margins and padding to zero */
* {margin: 0; padding: 0}
 

body 
{ 
  text-align: center; 
  background: #ffffff url(images/banner_background.gif) top left repeat-x; 
  color: #543018; /* dk brown */ 
  font-family: arial, sans-serif;
  font-size: 100%;
  margin: 0px; 
  padding: 0px; 
} 

div.clearfloats { clear: both; }

#container
{
  width: 928px;
  margin: auto;
}

#banner
{
  height: 110px;
  border-bottom: 0px solid #977c6b; /* beige */
}

#banner img
{
  padding: 4px 0px; 
  *padding-bottom: 1px;
}

#nav
{
  width: 884px;
  height: 42px;  
  margin: 0px auto;
  padding-left: 4px;
}

#nav ul.menu-top li
{
  float: left;
  list-style-type: none; 
  text-align: center;
  font-size: .8em; 
  line-height: 42px;
  width: 110px;
}

#nav ul.menu-top li a
{
  color: #ffffff;
  text-decoration: none;
  display: block;
  width: 110px;
  height: 42px;
  margin-top: 0px;
}

#nav ul.menu-top li a:hover, #nav ul.menu-top li.menu-current a
{
  color: #ffffff;
  background: #543018 url(images/menu_hover.gif) top left no-repeat;  /* dk brown */
}

#content
{
  background: #ffffff;
  text-align: left;
  width: 928px;
  margin: 20px auto;
}



#leftcol
{
  float: left;
  width: 184px;
  text-align: center;
}

#leftcol img
{
  margin: 10px 0px 10px 0px;
  text-decoration: none;
}

#leftcol h3
{
  color: #2a5867; /* blue */
  font-size: .9em;
  text-align: center;
}

#leftcol p
{
  color: #543018; /* dk brown */
  font-size: .8em;
  text-align: center;
}

#rightcol
{
  float: left;
  width: 698px;
  padding: 10px 0px 0px 30px;
  text-align: left;
  border-left: 1px solid #543018; /* dk brown */
}

div.rightbox
{
  float: right;
  width: 320px;
  padding: 0px 0px 10px 20px;
  border-left: 1px solid #543018; /* dk brown */
  margin-left: 20px;
}


#rightcol p
{
  padding-bottom: 10px;
  font-size: .8em;

}


#rightcol h1
{
  padding-bottom: 10px;
  color: #543018; /* dk brown */
  font-size: 1.3em;
  text-align: left;
}

#rightcol h2
{
  padding-bottom: 5px;
  color: #2a5867; /* blue */
  font-size: 1em;
  text-align: left;
}



#rightcol ul
{
  padding: 0px 0px 8px 15px;
  border: none;
  margin: 0px;
}

#rightcol ul li
{
  font-size: .8em;
}

#rightcol a
{
  color: #2a5867; /* blue */
  font-weight: bold;
  text-decoration: none; 
}

#rightcol a:hover
{
  text-decoration: underline;
}

table tr th
{
  color: #2a5867; /* blue */
  font-size: 1.1em;
  padding-bottom: 3px;
  text-align: left;
}

table tr th span.small
{
  font-size: .7em;
}

table tr td
{
  vertical-align: top;
  width: 160px;
  font-size: .8em;
}


#rightcol  table tr td ul
{
  padding: 0px 0px 4px 20px;
  border: none;
  margin: 0px;
}

#rightcol table ul li
{
  font-size: .9em;
}

#rightcol table a
{
  color: #543018; /* dk brown */
  font-weight: bold;
  text-decoration: underline; 
}

#rightcol table a:hover
{
  color: #2a5867; /* blue */
}



#rightcol h3
{
  padding: 8px 0px 5px;
  color: #2a5867; /* blue */
  font-size: 1.3em;
  text-align: left;
}

table tr td img
{
  border: 1px solid #543018; /* dk brown */
  margin: 5px 20px 5px 0px;
}

table#products tr td img
{
  margin-bottom: 15px;
}

table tr td.wide
{
  width: 245px;
}

table tr td.accessory
{
  width: 295px;
}

table#form tr td 
{
  padding: 5px;
}

img.events
{
  float: right;
  padding-left: 20px;
}


/*
.required {
	color: #FF0000;
}
.field_title {
	font-size: 12px;
	width: 100px;
	vertical-align: top;
	text-align:right;
}
.textfield {
	font-size: 12px;
	width: 200px;
}
.textarea {
	font-size: 12px;
	width: 90%;
	height: 100px;
}
.field_heading {
	font-size: 12px;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-top: 10px;
	color: #666666;
}
.select {
	font-size: 12px;
}
.checkbox_label {
	font-size: 11px;
	cursor: pointer;
}
.radio_label {
	font-size: 11px;
	cursor: pointer;
}
.email {
	font-size: 12px;
	width: 200px;
}

*/

div.clearfloats 
{ 
  clear: both; 
}

#footer
{
  border-top: 24px solid  #543018; /* dk brown */
  width: 928px;
  margin: 20px auto;
  padding-top: 5px;
}

#footer p
{
  font-size: .7em;
}

#footer a
{
  color: #2a5867; /* blue */
  text-decoration: none;
}

#footer a:hover
{
  color: #977c6b /* beige */
}
