body { /*####### PLEASE NOTE THAT ONLY 1 CSS FILE CAN BE SUPPLIED. #######*/ /*Here you can change the font family, the font size and the background-color*/ font-size:0.8em; font-family:Arial, Helvetica, sans-serif; background-color:#F2F2F2; } #wrapper { /*Here you can add/remove border around the content*/ background-color:#FFFFFF; border-bottom:10px solid #FFFFFF; border-left:10px solid #FFFFFF; border-right:10px solid #FFFFFF; } .content h1 { color:#ffCCOO; } .content h2 { color:#ffCCOO; } .content h3 { color:#ffCCOO; } .content h4 { color:#ffCCOO; } .content a { color:#285f97; } #sidebar h2 { color:#ffCCOO; } .prod_dept dt, .tabs dl dt,.client_text_colour { /*Here you can change the main colour for titles, links...*/ color:#285f97; } td.subnav{ /*Here you can change the background colour for the navigation on the left*/ background-color:#EFEFEF; } a.button_1, img.btn_search,#sidebar li a:hover, * html .menu a:hover, .menu :hover > a, .menu :hover > a.drop:hover { /*Here you can change the hover colour for the links in the navigatiom*/ background-color:#285f97; } .sub a { /*Here you can change the background colour of the links expanding from the navigation*/ background-color:#EFF4F8; } /*Below is the styles for the header, you can add/remove any style relevant to your header */ #logo{ } #banner{ background-color: #285f97; height: 52px; } #banner h1 { color: #FFF; padding-top: 10px; padding-right: 10px; padding-bottom: 10px; padding-left: 20px; } /*Below is the styles for the footer, you can add/remove any style relevant to your footer */ #footer{ color:#FFF; } #footer{ background-attachment: scroll; background-repeat: repeat-x; background-position: left bottom; background-color:#285f97; }