body{
  margin:0;
  padding:0;
  font-size: small;
  line-height: 1.5em;
	background: #D3D9A7 url(../images/bg-gradient2.png) repeat-x top left;
	height: 100%;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	color: #333;
}

b{font-size: 110%;}

#logo_img {
	height: 90px;
	margin: 0;
	display: inline;
	border: none;
}

#maincontainer {
	width: 760px;
	margin: 0 auto;
	margin-bottom: 10px;
	border: 2px solid #A63B14;
	border-top: 0;
	background-color: #FFF;
}

#topsection {
background: #213001 url(../images/header-bg.png) repeat-x top left;
height: 100px; /*Height of top section*/
color: #213001;
font-size: 22pt;
padding-top: 5px;
padding-left: 1.5em;
}

#topsection #logo {
  float: right;
	padding-right: 100px;
}

#topsection #title {
  float: left;
  padding-left: 100px;
}

#topsection span {
	line-height: 1em;
}

#topsection a {
  text-decoration: none;
  color: #213001;
}

#topsection #tagline {
  float: right;
  font-style: italic;
  font-size: 0.4em;
  margin: 30px 40px 0 0;
}

div.separater {
	clear: both;
	height: 8px;
	background: #A63B14;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

#contentwrapper{
  width: 100%;
  background-color: #FFF;
}

#contentcolumn{
	background-color: #FFF;
}

#contentcolumn h2 {
	padding: 0;
	margin: 0;
	padding-top: 10px;
  color: #A63B14;
  border-bottom: 1px solid #CCC;
}

#contentcolumn h2 {

}

#contentcolumn em {
  text-decoration: none;
  font-style: normal;
  font-weight: bold;
  font-size: 1.2em;
  color: #6b8215;
}

#contentcolumn a {
  color: #A63B14;
}

table, tr, td {
  border-collapse: collapse;
  padding: 10px;
  padding-left: 0;
  margin: 0;
}

td {
  vertical-align: top;
}

#rightcolumn {
float: left;
width: 200px; /*Width of right column in pixels*/
margin-left: -200px; /*Set left margin to -(RightColumnWidth) */
background: #D3D9A7;
border-bottom: 1px solid #000;
}

#footer {
	font-weight:bold;
  clear: left;
  width: 100%;
  overflow: auto;
  background: #88A61B;
  color: #213001;
  padding: 0;
  font-size: 0.7em;
}

#footer #altnav {
  padding: 5px 0 5px 10px;
  float: left;
  text-align: left;
}

#footer #copyright {
  padding: 5px 10px 5px 0;
  float: right;
  text-align: right;
}

#footer a {
	color: #213001;
}

.innertube {
margin: 20px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

div#slideshow_wrapper {
  padding: 0;
  padding-bottom: 20px;
  padding-top: 20px;
  width: 100%;
  float: left;
  border-bottom: 2px solid #CCC;
}

div#slideshow {
  float: left;
  width: 500px;
  height: 370px;
}

div#slideshow_right {
  float: left;
  margin-left: 20px;
}

div#slideshow2 {
  width: 200px;
  height: 175px;
  margin-bottom: 20px;
}

div#slideshow3 {
  width: 200px;
  height: 175px;
}

div.clear {
  clear: both;
}

#navlist
{
font-size: 80%;
background: #A63B14;
margin: 0;
padding: 5px 0 20px 1.5em;
border-bottom: 1px solid #000;
border-top: 1px solid #000;
}

#navlist ul, #navlist li
{
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
}

#navlist a:link, #navlist a:visited
{
float: left;
line-height: 14px;
font-weight: bold;
margin: 0 10px 4px 10px;
text-decoration: none;
color: #D3D9A7;
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover
{
border-bottom: 4px solid #213001;
padding-bottom: 2px;
background: transparent;
color: #213001;
}

#navlist a:hover { color: #213001; }

#svc_img {
	float: right;
	padding: 20px;
	padding-top: 0;
}

#contact_img {
	float: right;
	width: 300px;
	height: 300px;
	padding: 20px;
}

div.category_left, div.category_right {
	margin-bottom: 20px;
	float: left;
	width: 100%;
	position: relative;
	clear: both;
	border-bottom: 1px solid #CCC;
}

div.category_left h3, div.category_right h3 {
	padding-top: 0;
	margin-top: 0;
}

div.category_left img {
	float: left;
	padding: 0 20px 20px 0;
	height: 200px;
	width: 200px;
	border: none;
}

.link_to_top {
	display: block;
	padding: 10px;
	position: absolute;
	bottom: 0;
}

div.category_left .link_to_top {
	right: 0;
}

div.category_right img {
	float: right;
	padding: 0 0 20px 20px;
	height: 200px;
	width: 200px;
	border: none;
}

div.category_right .link_to_top {
	left: 0;
}

div#category_nav {
	margin-top: 10px;
	margin-bottom: 10px;
}
div#category_nav a {
	font-size: 0.8em;
	font-weight: bold;
}

div.product_image {
  width: 45%;
  height: 200px;
  float: left;
  margin-bottom: 1em;
}
div.product_image img {
  width: 250px;
  height: 150px;
  border: none;
}