@charset "utf-8"; /* CSS Document */ @import 'https://fonts.googleapis.com/css?family=Open+Sans'; #body { font-family: 'Open Sans', Helvetica, Arial, Verdana, sans-serif; font-size: 14px !important; } #wrapper { /*Here you can add/remove border around the content*/ } .content h1, .content h2, .content h3, .content h4, a, #sidebar h2, .prod_dept dt, .tabs dl dt,.client_text_colour { /*Here you can change the main colour for titles, links...*/ color:#1f808c; } td.subnav{ /*Here you can change the background colour for the navigation on the left*/ background:#fff; } 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:#6bc3cb; color:#000; } .sub a { /*Here you can change the background colour of the links expanding from the navigation*/ background-color:#fff; } /*Below is the styles for the header, you can add/remove any style relevant to your header */ #logo{ margin-top:-20px; margin-left:40px; float:none; display:block; } #header_title { float:none; padding:25px 40px; background:#043e44; display:block; margin-top:30px; } #header_title h1 { font-family: Georgia, 'Times New Roman', Times, serif; color:#fff; font-size: 40px; line-height:48px; font-weight:500; } #banner{ background-color:#fff; height:0; } /*Below is the styles for the footer, you can add/remove any style relevant to your footer */ #footer{ color:#fff; background-color:#282330 !important; height:auto; padding:30px 40px; } /*Extra styling */ #basket { font-size:12px !important; } #sidebar, #search_container { background:none; }