/*This file can be used to override simple things, like the colours instead of editing the main stylesheet.*/
input, select, textarea {color: #3b5900;} /*inputs and other form elements are styled like this*/
/*Even if you don't want a border for the wrapper, leave in the bottom border (the same colour as the footer)*/
/*(eg border: none; border-bottom: 1px solid #ffffff;) or else Firefox doesn't display the background for some reason*/

body {background-image: url(../images/bg.jpg);}
#wrapper {border: 2px solid white; background: white;} /*the wrapper goes around all the content*/
#header {background: #ffffff;} /*colour to the top and bottom of the header*/
#menu {background: #0C9F2E;} /*background for the main menu*/
#menu ul.mainmenu a {color: #;} /*main menu links*/
#leftcolumn form {background: #FBF674;} /*background at top of left column*/
#leftcolumn ul a {color: #;} /*links in the left menu*/
#rightcolumn {color: #;}  background: #FFFFFF;} /*text colour in the content area*/
#rightcolumn a {color: #ffffff;} /*links in the content area*/
#rightcolumn h1 {background: #FBF674;} /*background at top of content area*/
#rightcolumn div.product {background: #FAF9AA;} /*background of product listing boxes*/
#rightcolumn div.product img {border: 1px solid #;} /*border around product listing images*/
#rightcolumn div.product a {{color: # font-weight : bold; font-style: italic; font-family: verdana; font-size: small}} /*product listing links*/
#rightcolumn input.button {border:1px solid #ffffff; background: #;} /*buttons in the content area*/
#footer {color:#ffcc99; background:#FBF674; border: 1px solid #ffffff;} /*footer text and background colours*/
#footer a {color:#ffffff;} /*links in the footer*/


/*The styles below are automatically filled in.*/
body {background: #FFFFFF;}
#header {background: #FFFFFF;}
#menu {background: #009933;}
#menu ul.mainmenu a {color: #FFFFFF;}
#wrapper, #rightcolumn {background: #FFFFFF;}
#rightcolumn, #leftcolumn {color: #009933;}
#rightcolumn a, #leftcolumn ul a {color: #FF6600;}
#rightcolumn h1, #leftcolumn form {}
#footer {}
