<!--
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #D6D3C2;
	margin: 0;          /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #999900;
}
#outercontainer {
        width: 100%;
        background-image: url(../images/headerbg.jpg);
        background-repeat: no-repeat;
        background-position: top center;
}


#container {
	width: 900px;  
	margin: 0 auto;   /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 5px;
}
.conttab {
        width: 900px;
}
.suckertreemenu {
        background-color: #7EBA00;     /* As per Mark Logo  */
        background-color: #3C4119;     /* As per Scott Logo */
        width: 865px;
        height: 30px;
        margin-top: 5px;
        margin-left: 10px;
        padding-left: 10px;
        vertical-align: middle;
}
.header {
        background-color: #FFFFFF;
        width: 870px;
        margin-left: 10px;
        overflow: hidden;        /* Set for IE as it was overflowing the area  */
}
      
#clear {clear: both; margin: 0px} 
#headertab {
       margin-left: 20px;
       margin-right: 20px;
}
.logo {
       text-align: left;
       padding-top: 10px;
       padding-left: 20px;
       font-size: 20px;
       width: 490px;
}
.headimage1 {
       background-image: url(../images/throughwindow.jpg);
       background-repeat: no-repeat;
       width: 180px;
       height: 130px;
}
.sidemenu {
       text-align: right;
       valign: top;
       width: 150px;
       padding-right: 20px; !important
}

a.sidemenuitem {
       color: #6D7537;
       font-size: 12px;
       margin-top: 5px;
       margin-bottom: 5px;
       text-decoration: none;
       text-align: right;
}
a:hover.sidemenuitem  {
       background-color: #6D7537;
       color: #FFFFFF;
}

.headtel {
       color: #6D7537;
       font-size: 12px;
}

.footer {
	background-image: url(../images/footerbg.jpg);
        background-repeat: repeat-x;
        width: 100%;
        height: 30px;
        margin-bottom: 10px;
        clear: both;
}
a.footer  {
      color: #FFFFFF;
}

.innerfooter {
	width: 900px;  
	margin: 0 auto;   /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 1px;
        font-size: 10px;
}
.lfooter {
       float: left;
      margin-top: 5px;
       margin-left: 10px;
}
.rfooter {
      float: right;
      margin-top: 5px;
      margin-right: 10px;
}


.maincontent {
    background-color: #FFFFFF;
    background-image: url(../images/contentbgtop.jpg);
    background-repeat: no-repeat;
    width: 900px;
    height: 100%;
    margin-top: 40px; 
/*    margin 10px 10px 10px 10px; */
}
.slogan {
    color: #6D7537;
    font-size: 14px;
    width: 880px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-left: 10px;
    text-align: center;
    font-family: Tahoma;
}

/* Different Sized Main Content Columns - Default = 500  */

.mcontent900 {float: left; width: 865px; margin-left: 20px; margin-right: 20px;}
.mcontent500 {float: left; width: 500px; margin-left: 10px; margin-right: 10px;}
.mcontent400 {float: left; width: 400px; margin-left: 10px; margin-right: 10px;}
.mcontent450 {float: left; width: 450px; margin-left: 10px; margin-right: 10px;}

/* Different Sized Right Content Columns - Default = 250  */
.rcontent250 {float: right; width: 235px; margin-right: 20px;}
.rcontent300 {float: right; width: 285px; margin-right: 20px;}
.rcontent350 {float: right; width: 335px; margin-right: 20px;}
.rcontent400 {float: right; width: 370px; margin-right: 30px;}

.bodytext {
    font-size: 11px;
}
-->

body, td, th {
	color: #747421;
}

h1, h2 {
	color: #336600;
	font-size: 12px;
        line-height: 18px;
	text-align: Left;
}

h3, h4, h5, h6 {
	color: #747421;
	font-size: 12px;
}

a {
  color: #CC0000;
  text-decoration:none;
  font-family: Tahoma;
  border: none;
  border-color: #FFFFFF;
}
.download img {
       border-style: none;
}
a img {
       border-style: none;
}

.pageheading {
	
	font-size: 14px;
	color: #747421;
	text-align: center;
}
#ullevel2  {
      padding-left: 10px;
      margin-left: 10px;
      background-color: #FFFFFF;
      margin-right: 10px;
      padding-right: 10px;
      border: 1px dotted #CC0000;
}
.bodytext {
      text-align: justify;
      font-size: 11px;
      color: #666666;
      line-height: 14px;
      margin-top: 5px;
      padding-top: 5px;
      margin-bottom: 5px;
     padding-bottom: 5px;
}
LI {
      font-size: 11px;
      line-height: 14px;
      color: #666666;
}
#ullevel2 li {
      list-style-type: none;
}
/*****************************************  General Typo3 Styles ***********************/

.csc-firstHeader {
       color: #FFFFFF;
       background-color: #6D7537;
       background-color: #3C4119;
       padding-left: 5px;
}
.csc-header {
       font-size: 10px;
}
.contenttable {
       border: 1px solid #666666;
       margin-left: 30px;
}
.tr-even {
       background-color: #E3E3E3;
}
td {  
      font-size: 11px;
}
/**************************** Contact Form ************************/

.csc-mailform  {
        float: left;
        clear: left;
        width: 100%;

        padding: 0;
        border: 1px solid #BFBAB0;
        background-color: #F2EFE9;
}
.csc-mailform legend {
        margin-left: 1em;
        color: #666666;
        font-weight: bold;
}
.csc-mailform-field {
        margin-top: 5px;
        padding-top: 5px;
}
.csc-mailform-field label {
       text-align: right;
     /*  display: block; */
       float: left;
       width: 13em;
       margin-right: 1em;
}

.csc-mailform-submit {
        float: right;
        width: auto;
        border-style: none;
        padding-left: 5px;
        background-color: transparent;
        color: #000000;
        border: 2px solid #FFFFFF;
        margin-bottom: 5px;
        margin-right: 20px;
}


