/* CSS Document */
body {
    margin: 0px;
    padding: 0px;
    background: #cadcf2 url(/static/xmas/images/page_bg.gif) repeat-x top center;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif, Arial, Helvetica, sans-serif;
    font-size: 11px;
}

a:link, a:active, a:visited {
    color: #FF0000;
    text-decoration:none;
}

a:hover {
    text-decoration:underline;
}

h1,h2,h3,h4 {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1 {
    font-family: 'Trebuchet ms',Tahoma, Arial, Helvetica, sans-serif;
    font-size: 29px;
    letter-spacing: -1px;
    color: #006600;
}

h2 {
    font-family: 'Trebuchet ms',Tahoma, Arial, Helvetica, sans-serif;
    font-size: 24px;
    letter-spacing: -1px;
    color: #006600;
}

h3 {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #006600;
}

h4 {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #FF0000;
    margin:0 0 10px 0;
}

h5 {
    color:#FF0000;
    font-family:Tahoma,Arial,Helvetica,sans-serif;
    font-size:11px;
    margin:10px 0 5px;
}

form {
    margin: 0;
}

/* RACES NAV */
#racesnav {
    width: 778px;
    height: 52px;
    margin: 0 auto;
    background: transparent url(/static/xmas/images/racesnav_bkgd.gif) no-repeat;
}

#racesnav .raceslogo {
    float: left;
    padding: 0 0 0 8px;
}

#racesnav dl {
    display:block;
    float:right;
    margin:12px 25px 0 0;
    padding:0;
}

#racesnav dl dd {
    display: inline;
    margin: 0;
}

#racesnav dl dd a:link,
#racesnav dl dd a:active,
#racesnav dl dd a:visited {
    background:transparent url(/static/xmas/images/racesnav_spacer.gif) no-repeat scroll right center;
    color:#00AEEF;
    float:left;
    font-family:trebuchet MS;
    font-size:13px;
    padding:5px 7px 5px;
    text-decoration:none;
}

#racesnav dl dd.last a:link,
#racesnav dl dd.last a:active,
#racesnav dl dd.last a:visited {
    background: none;
}

#racesnav dl dd a:hover {
    color: #00AEEF;
    background: #EFEFEF url(/static/xmas/images/racesnav_spacer.gif) no-repeat scroll right center;
    padding-bottom: 5px;
}

#racesnav dl dd.last a:hover {
    color: #00AEEF;
    background: #EFEFEF;
}

/* HEADER */
#header {
    width: 778px;
    height: 121px;
    margin: 0 auto;
    background: transparent url(/static/xmas/images/header-catr2010.png) no-repeat;
}

#header .logo {
    float: right;
    padding: 0 8px 0 0;
}

/* NAVIGATION */
.nav_container {
    width: 778px;
    height: 32px;
    margin: 0 auto;
    background: url(/static/xmas/images/nav_bkgd.gif) no-repeat;
}

.nav_container .logo {
    float: right;
    padding: 0 8px 0 0;
}

.nav_container dl {
    margin: 0;
    padding: 1px 0 0 11px;
    display: block;
    font-size: 12px;
    font-weight: bold;
    color: #FFF;
}

.nav_container dl dd {
    display: inline;
    margin: 0;
}

.nav_container dl dd a:link,
.nav_container dl dd a:active,
.nav_container dl dd a:visited {
    padding: 6px 15px 7px 15px;
    color: #FFFFFF;
    text-decoration: none;
    float: left;
    background: url(/static/xmas/images/nav_spacer.gif) right no-repeat;
}

.nav_container dl dd.last a:link,
.nav_container dl dd.last a:active,
.nav_container dl dd.last a:visited {
    background: none;
}

.nav_container dl dd.last a:hover,
.nav_container dl dd a:hover {
    color: #FFFFFF;
    background: #167126;
}

.nav_container dl dd a.selected:link,
.nav_container dl dd a.selected:active,
.nav_container dl dd a.selected:visited {
    color: #FFFFFF;
    background: url(/static/xmas/images/nav_active.gif) repeat-x;
    margin-left: -2px;
}

.nav_container dl dd a.selected:hover {
    color: #FFFFFF;
    background: url(/static/xmas/images/nav_active.gif) repeat-x top left
}

/* CONTENT AREA */
.content {
    width: 770px;
    margin: auto;
    padding:  0 0 0 0;
    background: url(/static/xmas/images/content-red-bg.png) repeat-y top;
}

.main_container {
    width: 760px;
    margin: 0 auto;
}

.main_content {
    width: 480px;
    padding: 5px 0 7px 12px;
}

.main_container#secondary .main_content {
    width: 536px;
    height: 455px;
    padding: 10px 0 7px 12px;
}

.main_container#map .main_content {
    width: 736px;
    height: 455px;
    padding: 10px 0 7px 12px;
}

.main_container#map .main_content .map {
    text-align: center;
    padding: 1px 0 4px 0;
}

#map_result {
    display: none;
    position: absolute;
    left: 140px;
    top: 7px;
    width: 410px;
    height: 433px;
    z-index: 1;
    background: #ebf6cb url(/static/xmas/images/iframe_bkgd.jpg) repeat-x;
    border: 1px solid #006608;
    overflow: auto;
}

#map_result h3 {
    font-size: 14px;
    color: #016503;
    margin: 0 0 15px 0;
}

#map_result p {
    padding: 2px 0 2px 10px;
    margin: 0;
}

#map_result table.content {
    width: 380px;
    background: #ebf6cb url(/static/xmas/images/iframe_bkgd.jpg) repeat-x;
}

#map_result table.content td {
    line-height: 18px;
    padding-left: 10px;
}

#map_result table.content th {
    text-align: left;
    padding-left: 10px;
    line-height: 18px;
}

#map_result .r0 {
    background-color: #bfe459;
}

#map_result .r1 {
}

#map_result .r2 {
    background-color: #bfe459;
}

#map_result .detail {
    padding: 3px 0 5px 10px;
}

#map_result .coursepic img {
    background: white;
    margin-top: 5px;
    border: 1px solid #bfe458;
}

#map_result .close a {
    color: #FF0000;
    text-decoration: none;
}

/* SIDEBLOCK */
.sideblock {
    width: 246px;
    float: right;
    padding: 5px 12px 0 0;
}

#sidehome.box .box_content .promotext {
    color:#006B06;
    font-family:"trebuchet ms",arial,helvetica,sans-serif;
    font-size:14px;
    font-weight:normal;
    line-height:18px;
}

.main_container#secondary .sideblock {
    width: 190px;
    float: right;
    padding: 10px 12px 0 0;
}

.main_container#secondary .sideblock .spot,
.sideblock .spot {
    padding: 0 0 12px 0;
    margin: 0 4px;
    background: transparent url(/static/xmas/images/dots_horz.gif) repeat-x bottom;
}

.main_container#secondary .sideblock .spottext {
    padding: 5px 0 5px 5px;
}

.main_container#secondary .sideblock .spotbtn {
    float: right;
    text-align: center;
}

.main_container#secondary .sideblock .spotbtn img {
    margin: 7px 0 7px 5px;
}

/* BOX CONTENT */
.box {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
}

/* WELCOME BOX */
.welcome {
    width: 480px;
    background: #FFFFFF;
}

.welcome .header {
    float:left;
    padding:10px 0 0 5px;
}

.welcome .header img {
    float: left;
}

.welcome .content{
    background: #ffffff url(/static/xmas/images/welcome_bg.png) bottom no-repeat;
    width: 480px;
}

.welcome .welcome-text {
    background:transparent url(/static/xmas/images/box_cnr_tr_main.png) no-repeat scroll right top;
    float:right;
    padding:8px 10px 5px 0;
    width:314px;
}

.welcome .pic {
    padding: 0 0 13px 2px;
}

.time {
    width: 480px;
}

/* ENQUIRE BOX */
.enquire {
    width: 480px;
}

.enquire .header {
    padding:10px 0 0 0px;
}

.enquire .content{
    background: #ffffff url(/static/xmas/images/christmascracker_bg.gif) bottom no-repeat;
    width: 480px;
    height: 100px;
}

.enquire .content .enquire-text {
    padding: 1px 16px 0 115px;
}

.enquire .content .enquire-text .enquire-btn {
    float: right;
}

.red-submit {
    border: none;
    background: url('/static/summer/images/btn_submit_off.gif') no-repeat top left;
    width: 71px;
    height: 26px;
}

.red-submit:hover {
    border: none;
    background: url('/static/summer/images/btn_submit_on.gif') no-repeat top left;
    width: 71px;
    height: 26px;
}

/* FAMILY TIME & ADULT TIME */
.family-time {
    width: 234px;
    margin-top: 7px;
    float: left;
}

 .adult-time {
    float: right;
    width: 234px;
    margin-top: 7px;
}

.family-time .content  {
    background:#FFFFFF url(/static/xmas/images/fam_bg.gif) no-repeat scroll left bottom;
    height:114px;
    width:234px;
}

.adult-time .content  {
    background:#FFFFFF url(/static/xmas/images/adult_bg.gif) no-repeat scroll left bottom;
    height:114px;
    width:234px;
}

.family-time .content .promotext {
    padding: 2px 5px 0 132px;
}

.adult-time .content .promotext {
    padding: 9px 10px 0 135px;
}

/* SIDE BLOCK */
.box#sidehome {
    background:url(/static/xmas/images/box_bg_right.gif) top left no-repeat;
}
.box#sidehome .box_content {
    padding: 2px 14px 12px 15px;
    height: 468px;
    background: url(/static/xmas/images/box_bg_right.gif) repeat-x;
}
.box#sidehome .box_content img.pic {
    margin:-4px 17px 0 -5px;
}
.box .box_content {
    border-left: 2px solid white;
    border-right: 2px solid white;
    padding: 0 8px 0 0;
}
.iframe {
    border: 1px solid #006608;
    overflow-x: hidden;
    margin: 8px 0 13px 15px;
}
.box#sidehome .box_content img.cracker-pic {
    margin-top: 5px;
}
.box#sidehome p.cracker-top {
    margin-bottom: 0px;
}
.box#sidehome p.cracker-bottom {
    margin-top: 0px;
}
.sideblock .copyright {
    padding: 10px 15px 5px 0;
}

/* FOOTER */
.copyright {
    text-align: right;
    font-family: Tahoma, arial, helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    color: #FFFFFF;
    padding: 2px 15px 7px 0;
}

#footer {
    background:transparent url(/static/xmas/images/silhouette.gif) no-repeat scroll 0 0;
    height:99px;
    margin:0 auto 0 5px;
}

#footer img {
    margin-left: 5px;
}

#sponsors {
    width: 778px;
    height: 79px;
    margin: 0 auto;
}

/* ENQUIRY FORM */
#enquiry-form {
    margin:5px 5px 0;
    padding:5px 15px 20px;
}

div.expandable {
    margin-left: 10px;
}

table.expandable {
    margin-left: 7px;
}

p.error{
    color: #f00;
    font-weight: bold;
}

p.success{
    color: #0b0;
    font-weight: bold;
}

/* EVENTS */
.main_content_full {
    padding:5px 0 7px 12px;
}

.events_header {
    background: url(/static/xmas/images/other_top.gif)left bottom no-repeat;
    width: 735px;
}

.event-heading {
    padding: 10px 10px 0;
}

/* COMMERCIAL */
.youtube {
    text-align: center;
}

/* TESTIMONIALS */
.testimonials {
    border-left:2px solid #FFFFFF;
    border-right:2px solid #FFFFFF;
    padding:0px 15px 0;
}

.testimonial {
    border-top: 1px dashed #c59300;
    padding: 5px 0 5px;
}

p.person {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #006600;
    text-align: left;
}

/* PACKAGES */
.frame {
    height:393px;
    overflow:auto;
    padding-left:7px;
    width:702px;
}

.frame .package img {
    float:right;
}

.packages_main_content {
    background:#FFC313 url(/static/xmas/images/raceday_bg.jpg) no-repeat scroll left top;
    padding:10px 0 0 0;
    width:735px;
}

.packages_main_content img.title {
    padding-left: 10px;
}

.packages h3 {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #006600;
    margin-top: 10px;
}

ul.packages {
    margin:9px 0 0 15px;
    padding:0;
    width:707px;
}

ul.packages span {
    float: right;
}

ul.packages li {
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    padding: 5px 0 15px;
    clear:both;
    border-top: 1px dashed #c59300;
    display:table;
}

ul.packages li.first {
    border-top: none;
    display:table;
    padding: 0 0 23px;
}

ul.packages li.second {
    border-top: 1px dashed #c59300;
}

.clearer {
    margin: 0;
    padding: 0;
}

/* MAP - EVENTS */
.map_main_content {
    background: #FFC313 url(/static/xmas/images/content_full_bg.gif) top left no-repeat;
    width: 715px;
    padding: 10px 10px 0;
}

.map_main_content .map {
    padding-left:35px;
    padding-top:12px;
}

.events-container {
    width: 545px;
}

.events-frame {
    height: 400px;
    margin: 5px 0 0 0;
}

.events-frame .events-top {
    border-bottom:1px solid #FFFFFF;
    color:#FFFFFF;
    font-weight:bold;
    height:20px;
    line-height:16px;
    padding-left: 7px;
    background: #8E0000;
}

.events_main_content {
    background: #FFC313 url(/static/xmas/images/content_full_bg.gif) top right no-repeat;
    padding: 10px 15px 0;
    margin-right: 1px;
    border-left: 2px solid #ffffff;
}

.events-promo .events-footer,
.events-footer {
    height: 14px;
}

.events-footer .bottom-right,
.events-footer .bottom-left {
    background: transparent url(/static/xmas/images/otherbottom.gif) bottom left no-repeat;
    height: 14px;
    display: block;
    float: left;
}

.events-promo .bottom-right,
.events-footer .bottom-right {
    background: #A3040B url(/static/xmas/images/otherbottom.gif) bottom right no-repeat;
}

.main_content_full .events-footer .bottom-right,
.main_content_full .events-footer .bottom-left {
    width: 266px;
}
.events-promo-container .events-footer .bottom-right,
.events-promo-container .events-footer .bottom-left {
    width: 95px;
}

.events-promo-container {
    float: right;
    margin: 5px 13px 0px;
    width:190px;
}

.events-promo-container .events-promo {
    background:#FFC313 url(/static/xmas/images/content_full_bg.gif) no-repeat scroll right top;
    border-left:2px solid #FFFFFF;
    height:449px;
    width:99%;
}

.events-promo-container .events-promo .promo-header {
    padding:17px 0 0 5px;
}

.events-promo-container .events-promo .content .large-image {
    padding-left: 10px;
}

.events-promo-container .events-promo .content {
    background:transparent none repeat scroll 0 0;
    margin:10px 21px 0 10px;
    width:auto;
}

.events-promo-container .events-promo .content .promotext {
    color:#006B06;
    font-family:"trebuchet ms",arial,helvetica,sans-serif;
    font-size:14px;
    font-weight:normal;
    line-height:18px;
}

.events-promo-container .events-promo .content .promotext p {
    margin: 8px 0 5px;
    padding: 0;
}

.events-promo-container .events-promo .content div.go {
    float:left;
    padding: 5px 12px 0 5px;
}

.events-promo-container .events-promo .content div.enquire-now {
    float:left;
    padding: 15px 0 0 35px;
}

.subtext {
    height:30px;
    line-height:14px;
    margin:0;
    padding:0 0 0 10px;
}

img.right {
    float:right;
}
