@charset "utf-8";
/* ----- HOMEPAGE STYLES - G&J Seddon ----- */

/* Site colours:
Red - #ee2d24
Dark grey - #737373
Light grey - #f2f2f2
Grey for text - #a7a9ac
*/

body {background: url(../images/homepage/body-background-tile.gif) left top repeat-x scroll;}

/* header */
#header {height: 198px;}
#header .headerRight {height: 198px; background: url(../images/homepage/header-mid-divider.gif) left top repeat-y scroll;}

/* navigation 
#header .headerRight #navigation {margin: 19px 0 0 -14px; float: left; clear: both;}*/

/* black content bar */
#blackContentBarContainer #blackContentBar {height: 277px;}
#blackContentBarContainer #blackContentBar .blackContentBarLeft h1 {margin: 21px 0 30px 8px;}
#blackContentBarContainer #blackContentBar .blackContentBarLeft p {color:#a7a9ac; line-height:1.4em; padding: 0 8px 0 8px;}
#blackContentBarContainer #blackContentBar .blackContentBarLeft p strong {color:#fff; display:block; margin:10px 0 0 0;}
#blackContentBarContainer #blackContentBar .blackContentBarRight {height: 277px;}
#blackContentBarContainer #blackContentBar .blackContentBarRight ul {margin-top: 9px; /*width: 466px;*/ width:585px;}
#blackContentBarContainer #blackContentBar .blackContentBarRight li {display: inline; float: left; margin-right: 10px; width: 109px;}
#blackContentBarContainer #blackContentBar .blackContentBarRight li.last {margin-right: 0;}
#blackContentBarContainer #blackContentBar .blackContentBarRight li img {margin: 15px 0 5px;}
#blackContentBarContainer #blackContentBar .blackContentBarRight li a {text-decoration: none; color: #fff; font-weight: bold; cursor: pointer;}
#blackContentBarContainer #blackContentBar .blackContentBarRight li a:hover {color: #ee2d24;}
#blackContentBarContainer #blackContentBar .blackContentBarRight li a span {padding-left: 11px; background: url(../images/global/cross-white.gif) 0.2em 0.4em no-repeat scroll; display: inline-block;}
#blackContentBarContainer #blackContentBar .blackContentBarRight li a:hover span {background: url(../images/global/red-arrow.gif) 0.2em 0.4em no-repeat scroll;}

/* lower content */
#lowerContent {background: url(../images/homepage/bottom-content-background.gif) top left repeat-y scroll; width: 911px; margin-left: 17px;}

/* ticker */
#tickerHolder {width: 900px; padding: 21px 0 0 11px; overflow: hidden;}
#tickerHolder img {float: left; margin-top: 1px;}
#tickerHolder #ticker {float: left; margin-left: 10px;}
#tickerHolder #ticker a {padding-left:8px; color:#000; text-decoration:none; background:url(../images/global/cross-black.gif) left center no-repeat scroll;}
#tickerHolder #ticker a:hover {color:#ee2d24; background:url(../images/global/red-arrow.gif) left center no-repeat scroll;}
