/**
*
*	Home.css
* Developed by Jim Hill at Wiseguy Digital
*
*/

h1.centered { text-align:center; color:#fff; font-size:24px; margin-top:10px; margin-bottom:20px; text-shadow: #222 1px 1px 2px; }

#home-header-container { position:relative; padding-top:20px; height:320px; background:url(../images/home-header-container-bg.jpg) no-repeat bottom center #303030; }
.home-header { border:1px solid #333; border-left-color:#666; border-top-color:#777; border-bottom-color:#999; height:299px; background:url(../images/home-header-bg.jpg) no-repeat #333; }
.home-header { -moz-border-radius:5px; -webkit-border-radius:5px; }
ul#home-header-tab-nav { position:absolute; bottom:20px; list-style:none; margin:0; padding:0; height:40px; width:940px; font-weight:bold; }
ul#home-header-tab-nav li { display:block; width:234px; height:40px; float:left; text-align:center; background:url(../images/home-header-tab-bg-dark.gif) repeat-x; border-right:1px solid #fff; }
ul#home-header-tab-nav li a { display:block; width:234px; height:28px; color:#333; padding-top:12px; }
ul#home-header-tab-nav li.first-tab, ul#home-header-tab-nav li.first-tab a:hover { -moz-border-radius-bottomleft:5px; -webkit-border-bottom-left-radius:5px; }
ul#home-header-tab-nav li.last-tab { display:block; width:235px; border-right:none; height:40px; -moz-border-radius-bottomright:5px; -webkit-border-bottom-right-radius:5px; }
ul#home-header-tab-nav li.last-tab a:hover { -moz-border-radius-bottomright:5px; -webkit-border-bottom-right-radius:5px; }
ul#home-header-tab-nav li.last-tab a { display:block; width:235px; height:28px; padding-top:12px; }
ul#home-header-tab-nav li.active-tab, ul#home-header-tab-nav li.active-tab a:hover { background:url(../images/home-header-tab-bg-light.gif) repeat-x #cacaca; }
ul#home-header-tab-nav li a:hover { background:url(../images/home-header-tab-bg-darkest.gif) repeat-x #b1b1b1; }

#home-header-advert-container { position:relative; }
.home-header-advert { width:940px; height:260px; -moz-border-radius-topleft:5px; -webkit-border-top-left-radius:5px; -moz-border-radius-topright:5px; -webkit-border-top-right-radius:5px; }
.home-header-advert-left { float:left; color:#ccc; width:300px; height:221px; padding:20px; -moz-border-radius-topleft:5px; -webkit-border-top-left-radius:5px; }
.home-header-advert-right { float:right; width:600px; height:260px; margin:0; padding:0; background:#ccc; -moz-border-radius-topright:5px; -webkit-border-top-right-radius:5px; }
.home-header-advert-right img { -moz-border-radius-topright:5px; -webkit-border-top-right-radius:5px; }
.home-header-advert-left h2 { color:#fff; text-shadow: #555 1px 1px 3px; }
.content-box-title h2 { border-left:5px solid #cc0; padding-left:10px; }
.home-header-advert a { color:#fff; font-weight:bold; }
.home-header-advert a:hover { color:#ccc; }

#advert-1,
#advert-2,
#advert-3,
#advert-4 { position:absolute; }