/* CSS Document */

body {background-color:#FFFFFF;
      color: #FFFFFF;
}

#container {background-color; #000000;  
            width: 800px;
            height: 500;
	        margin-left:auto;
	        margin-right:auto;
            clear: both;
}

#header {background-color: #FFFFFF;
         width: 800x;
	     height: 210px;
		 margin-right: 10px;
}

#topnav {background-color: #000000;
         width: 800px;
		 height: 21px;
}

#topnav ul {list-style-type: none;
            margin: 0;
			padding: 0;
}

#topnav ul li {display: inline;
}

#topnav ul li a {text-decoration: none;
                 padding: .1em 2.6em;
				 color: #FFFFFF;
				 font-family: "Century Gothic", Arial, Verdana;
				 font-size: 10pt;
				 background-color: #000000;
}

#topnav ul li a:hover {color: #6A8C3C;}
#topnav ul li a:visited {text-decoration: none;}
#topnav ul li a:active {color: #80030F;}

#banner {width: 800px;
         height: 70px;
		 margin-top: -15px;
		 margin-bottom: 1px;
	
}

#sidenav ul {list-style-type: none;
             padding: 0;
			 margin-left: 1em;
			 color: #FFFFFF;
			 font-family: "Century Gothic", Arial, Verdana;
			 font-size: 10pt;
}

#sidenav a {text-decoration: none;
            color: #FFFFFF;
}

#sidenav a:hover {color: #6A8C3C;}
#sidenav a:visited {text-decoration: none;}
#sidenav a:active {color: #80030F;}

#sidenav li {background-image: url(../Images/icon.png);
             background-repeat: no-repeat;
			 background-position: 0 .4em;
			 padding-left: 1.8em;
			 padding-top: .3em;
			 margin: .2em 0;
}

#titletag {width: 670px;
           height: 40px;
		   float: left;
		   background-color: #000000;
		   font-family: "Century Gothic", Arial, Verdana;
		   font-size: 12pt;
		   font-weight: bold;
		   padding-top: 7px;
}

hr {width: 97%;
    float: left;
    border: 1px solid #6A8C3C;

}

b {color: #6A8C3C;
}

img {border-color: #6A8C3C;
}

a.bodylinks {text-decoration: underline;
             font-weight: bold;
			 color: #FFFFFF;
}

a.bodylinks:visited {color: #FFFFFF;}

a.bodylinks:hover {color: #6A8C3C;}

#content {background-color: #000000;
          width: 670px;
          float: left;
}

#products {list-style-image: url(../Images/listitem.png);
}

#image {width: 280px;
        height: auto;
        padding-left: 5px;
		padding-top: 3px;
		float: left;
		font-family: "Century Gothic", Arial, Verdana;
		font-size: 9pt;
}

#innercontent {font-family: "Century Gothic", Arial, Verdana;
		       font-size: 9pt;
			   width: 350px;
			   height: auto;
			   padding-left: 15px;
			   text-align: justify;
			   float: left;
}

#footer {width: 800px;
         height: 20px;
         background-color: #FFFFFF;
         color: #000000;
		 font-family: "Century Gothic", Arial, Verdana;
		 font-size: 7pt;
		 font-weight: bold;
}

