/*This file can be used to override simple things, like the colours instead of editing the main stylesheet.*/
body { background: #; background-image:   url(file:///Macintosh%20HD/Users/harrybr/images/bg.jpg);}
/*table {color: #;} /*inputs and other form elements are styled like this*/
/*tr, td, form, input, select, textarea {color: #;}*/
form, input, select, textarea {color: #;}
p {color: #ffffff;}
#wrapper {border: 0; border-bottom: 1px solid #; background: #;} /*the wrapper goes around all the content*/
#header {background: #; margin-top: 10px; border: 0;} /*colour to the top and bottom of the header*/
#header img {border: 0;}
#menu {background: #988E8C;} /*background for the main menu*/
#menu ul.mainmenu a {color: #cccccc;} /*main menu links*/
#menu ul.mainmenu a:hover {color: #ffffff;} /*main menu links rollover*/
#leftcolumn {border: 1px #; background: #;} 
#leftcolumn form {border: 1px #; background: #;} /*background at top of left column*/
#leftcolumn ul.leftmenu a {color: #ffffff;} /*links in the left menu*/
#leftcolumn ul.managementlinks, #leftcolumn ul.managementlinks a {color: #ffffff; background: #; border: 0px;}

#rightcolumn div.product {background: #988E8C; padding:5px;
width: 135px; margin:5px;float: left; position:relative; left:30px;} /*this accounts for
the margin that ps and tables have*/

#rightcolumn {border: 1px #; color:#ffffff; background: #;} /*text colour in the content area*/
#rightcolumn a {color: #7EC6FE;} 
#rightcolumn h1 {background: #; border: 0px;} /*background at top of content area*/
#rightcolumn td.productbox {background: #988E8C;} /*background of product listing boxes*/
#rightcolumn td.productbox img {border: 0px solid #988E8C;} /*border around product listing images*/
#rightcolumn td.productbox a {color: #;} /*product listing links*/
#rightcolumn input.button {border:1px solid #ffffff; background: #cccccc;} /*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:#ffffff; background:#988E8C; border: 0px;} /*footer text and background colours*/
#footer a {color:#ffffff;} /*links in the footer*/


/*The styles below are automatically filled in.*/
body {background: #000000;}
#header {background: #000000;}
#menu {background: #ACA9AC;}
#menu ul.mainmenu a {color: #FFFFFF;}
#wrapper, #rightcolumn {background: #333333;}
#rightcolumn, #leftcolumn {}
#rightcolumn a, #leftcolumn ul a {color: #4BC0FD;}
#rightcolumn h1, #leftcolumn form {background: #333333;}
#footer {background: #ACA9AC;}
