/*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 #fabb16;) or else Firefox doesn't display the background for some reason*/
#wrapper {border: 2px solid white; background: white;} /*the wrapper goes around all the content*/
#header {background: #fabb16;} /*colour to the top and bottom of the header*/
#menu {background: #c1c1c1;} /*background for the main menu*/
#menu ul.mainmenu a {color: #404040;} /*main menu links*/
#leftcolumn form {background: #fabb16;} /*background at top of left column*/
#leftcolumn ul, #leftcolumn ul a {color: #3b5900;} /*links in the left menu*/
#rightcolumn {color: #3b5900; background: #ffffff;} /*text colour in the content area*/
#rightcolumn a {color: #FC7D9E;} /*links in the content area*/
#rightcolumn h1 {background: #fabb16;} /*background at top of content area*/
#rightcolumn div.product {background:none;} /*background of product listing boxes*/
#rightcolumn div.product img {border: 1px solid #7C6E5D;} /*border around product listing images*/
#rightcolumn div.product a {color: #FC7D9E;} /*product listing links*/
#rightcolumn input.button {border:1px solid #FC7D9E; background: #FC7D9E;} /*buttons in the content area*/
#rightcolumn img.productview {float:none; display:block;} /*makes it so the text wraps underneath the product view image*/
#footer {color:#737463; background:#fabb16; border: 1px solid #c1c1c1;} /*footer text and background colours*/
#footer a {color:#737463;} /*links in the footer*/


/*The styles below are automatically filled in.*/
body {background: #7c6e5d;}
#header {background: #7c6e5d;}
#menu {background: #FC7D9E;}
#menu ul.mainmenu a {color: #663300;}
#wrapper, #rightcolumn {background: #FFFFFF;}
#rightcolumn, #leftcolumn {color: #663300;}
#rightcolumn a, #leftcolumn ul a {color: #6666CC;}
#rightcolumn h1, #leftcolumn form {background: #FFFFFF;}
#footer {background: #7c6e5d;}
