body {
		 background-color: #FFFFFF;
		 font-family: Verdana, Arial, Helvetica, sans-serif;
		 font-size: 13px;
		 margin: 0;
		 padding: 0;
		 background: url(images/leftbar.jpg) repeat-y left top;
	 }
	 
#topbar {
        background-color: #128807;
        height: 60px;
		border-bottom-width: 1px;
      	border-bottom-style: solid;
        border-bottom-color: #128807;
}

#topbartwo {
                 background-color: #128807; 
                 padding: 5px;
				 border-bottom-color: #ff9932;
				 border-bottom-width: 1px;
                 border-bottom-style: solid;
}
 
/* MAIN CONTENT AREA */

#maincontent {
			  margin-left: 161px;
			  margin-right: 25px;
			  text-align: justify;
}


#copyright {
			clear: both;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 10px;
}	

/* LEFT SIDE MENU */

#leftbar {
         background-color: #128807;
		 float: left;
		 width: 150px;
         line-height: 135%;
} 

.leftmenuheadingfirst { 
     background-color: #000080; 
     padding: 5px;
     border-bottom-color: #ff9932;
     border-bottom-width: 2px;
     border-bottom-style: solid;
     border-top-color: #ff9932;
     border-top-width: 1px;
     border-top-style: solid;
}

.leftmenuheading { 
     background-color: #000080; 
     padding: 5px;
     border-bottom-color: #ff9932;
     border-bottom-width: 2px;
     border-bottom-style: solid;
}

A.leftmenu:link {
	color: #FFFFFF;
	font-size: 12px;
    text-decoration: none;
	font-weight: bold;
}
A.leftmenu:active {
	color: #FFFFFF; text-decoration: none;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}
A.leftmenu:visited {
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;	
}
A.leftmenu:hover {
	color: #E1E100;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;	
}

A.productlink:link {
	color: #000080;
	font-size: 12px;
    text-decoration: underline;
	font-weight: bold;
}
A.productlink:active {
	color: #000080; text-decoration: none;
	font-size: 12px;
	text-decoration: underline;
	font-weight: bold;
}
A.productlink:visited {
	color: #000080;
	font-size: 12px;
	text-decoration: underline;
	font-weight: bold;	
}
A.productlink:hover {
	color: #ff9932;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;	
}

/* Contact Us Form */

#contactform {
font-size: .9em;
}

#contactform .label {
float: left;
width: 170px;
margin-right: 10px;
text-align: right;
font-weight: bold;
}

input#contactus {
	margin-left: 180px;
	background-color: #128807;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

input#visitorname, input#visitoremailaddress, textarea#visitormessage, input#randomchallenge {
background-color: #E2E2E2;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 1em;
width: 300px;
margin-top: -2px;
}

input#randomchallenge:focus,
input#visitorname:focus,
input#visitoremailaddress:focus,
textarea#visitormessage:focus
{
	background-color: #FDD041;
}
