<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS RESET */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: top;
}
body { line-height: 1; }
/*ol, ul { list-style: none; }*/
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
div.newsletter {
	background:url('/public/images/newsletter_signup_background.gif') no-repeat center top;
	width:220px;
	height:190px;
}
div.newsletter &gt; form {
	margin-left:14px;
	margin-top:40px;
}
input[id=Name] { margin-top:5px; }
div.newsletter &gt; form &gt; button {
	background: url("/public/images/newsletter_signup_button.png") no-repeat scroll center top transparent;
	margin-left: 82px;
	margin-top: -22px;
	text-indent: 5000px;
}
input[id=Name]#rsm_fields_location {
	margin-top:5px;
	width: 80px;
}
#rsm_fields_location { width: 80px; }
del { text-decoration: line-through; }
table {
	border-collapse: separate;
	border-spacing: 0;
}
a img { border: 0; }
/*:focus { remember to define focus styles! 
	outline: 0;
}*/
caption, th, td {
	font-weight: normal;
	text-align: left;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
/* TYPE SELECTION */
body, input, textarea, button { font-family: Arial, Helvetica, sans-serif; }
pre { font-family: "Courier 10 Pitch", Courier, monospace; }
code { font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace; }
/* GLOBAL SETTINGS */
html { /*font-size: 75%; /* 12px */ font-size: 87.5%; /* 14px */ }
body {
	color: #6d6e71;
	line-height: 150%;
}
h1, h2, h3, h4, h5 { font-weight:bold; }
h1 {
	font-size:2.35em;
	line-height: 1.2em;
	letter-spacing:-.05em;
	margin:0em 0 0.6em;
	color:#008266;
}
h2 {
	font-size:1.3em;
	font-weight:normal;
	line-height: 1.3em;
	margin:0.2em 0 1em;
}
h3 {
	font-size:1.2em;
	line-height: 1.35em;
	letter-spacing:-.05em;
	margin:1em 0 0.5em;
	color:#008266;
}
h3 a:link, h3 a:visited { color:#008266; }
h3 a:hover { color:#f8981d; }
h4 {
	font-size:1.1em;
	line-height: 1.5em;
	margin:0.2em 0 0.2em;
}
h5 { font-weight:500; }
h6 { font-size:0.8em; }
p {
	padding:0.2em 0 1em;
	line-height:1.5em;
}
ul {
	list-style:disc;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 2em;
}
ol ol { list-style: upper-alpha; }
ol ol ol { list-style: lower-roman; }
ol ol ol ol { list-style: lower-alpha; }
ul ul, ol ol, ul ol, ol ul { margin-bottom: 0; }
dl { margin: 0 0 2.4em 0; }
dt { font-weight: bold; }
dd { margin-bottom: 1.5em; }
b, strong { font-weight: bold; }
cite, em, i { font-style: italic; }
big, .big { font-size: 1.3em; }
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 1.5em;
}
blockquote cite, blockquote em, blockquote i { font-style: normal; }
pre {
	background: #f7f7f7;
	color: #777;
	line-height: 1.5em;
	margin-bottom: 1.5em;
	padding: 1.2em 1.5em 1.5em;
}
small, .small { font-size:0.85em; }
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup, sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup { bottom: 1ex; }
sub { top: .5ex; }
hr {
	border: 0;
	border-top:1px solid #cccccc;
	clear: both;
	height: 1px;
	margin: 0.9em 0 1.5em;
}
/* ALIGNMENT */
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float:left;
	margin:0 20px 20px 0;
}
.alignright {
	float:right;
	margin:0 0 20px 20px;
}
.clear { }
.clear:after, div.formDescription:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content: ".";
}
.quote {
	font-size:2em;
	font-weight:700;
	text-transform:uppercase;
}
.lightgreen .quote { color:#b2c011; }
.darkgreen .quote, .green { color:#008266; }
.hidden { visibility:hidden; }
.invisible { display:none; }
/* LINKS */
a, a:link, a:visited {
	color:#6d6e71;
	text-decoration:none;
}
a:active, a:hover { text-decoration:underline; }
/* FORM FIELDS */
label {
	margin-right:10px;
	cursor:pointer;
}
fieldset {
	padding:0 1.4em 1.4em 1.4em;
	margin: 0 0 1.5em 0;
	border: 1px solid #ccc;
}
legend {
	font-weight: bold;
	font-size:1.2em;
	margin-top:-0.2em;
	margin-bottom:1em;
}
fieldset, #IE8#HACK { padding-top:1.4em; }
legend, #IE8#HACK {
	margin-top:0;
	margin-bottom:0;
}
input.title { font-size:1.5em; }
input[type="text"], input[type="password"], textarea, input.text, input.title, select {
	background: #FFF;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.28);
	-moz-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.28);
	-webkit-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.28);
	padding: 2px;
	font-size:100%;
}
input[type=text]:focus, input[type=password]:focus, textarea:focus, input.text:focus, input.title:focus { border-color:#666; }
input[type="button"], input[type="submit"], input[type="reset"], button, a.button {
	background:url(../images/button-darkgreen.gif) top left no-repeat;
	width:92px;
	height:28px;
	display:block;
	position:relative;
	padding: 4px 12px 5px;
	margin: 0 0.5em 0 0;
	font-size:11px;
	line-height:1.2em;
	font-weight:700;
	text-transform:uppercase;
	color:#ffffff !important;
	cursor:pointer;
	border:none;
	text-decoration:none !important;
	text-align:left;
}
input[type=checkbox], input[type=radio], select, option { cursor:pointer; }
.lightgreen .button { background:url(../images/button-lightgreen.gif) top left no-repeat; }
.darkgreen .button { background:url(../images/button-darkgreen.gif) top left no-repeat; }
input[type="button"]:focus, input[type="submit"]:focus, input[type="reset"]:focus, button:focus, .button:focus, .button-clean:focus, input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:focus, button:hover, .button:hover, .button-clean:hover { top:-1px; }
.button-clean {
	background:url(../images/button-clean.png) no-repeat;
	width:112px;
	height:29px;
	font-size:11px;
	line-height:23px;
	display:block;
	position:relative;
	color:#6d6e72 !important;
	font-weight:700;
	padding: 0px 12px 0px 14px !important;
	margin-top:2px;
	text-align:left;
	text-transform:none;
}
button.button-clean {
	width:129px;
	line-height:0px;
	color:#6d6e72 !important;
}
/* 
  This is to be used on forms where a variety of elements are 
  placed side-by-side. Use the p tag to denote a line. 
 */
form.inline { line-height:3; }
form.inline p { padding-bottom:0; }
/* ERROR MESSAGE BOXES &amp; TOOL TIPS */
#system-message-container {
	position:absolute;
	top:0px;
	left:0px;
	width:500px;
	margin:0 0 0 230px;
	z-index:99999;
	padding:1em;
	border:1px solid #e5e5e5;
	border-radius: 6px;
	background-color:#FFF;
}
#system-message-container dl, #system-message-container dt { margin:0; }
.error, .alert { }
.notice { }
.success { }
.info { }
.error a, .alert a { color: #8a1f11; }
.notice a { color: #514721; }
.success a { color: #264409; }
.info a { color: #205791; }
.error, .alert, .notice, .success, .info, .message, .tooltip, .tooltip-warning, .tooltip-success, .tooltip-fail {
	padding: 4px 0px 4px 60px;
	min-height: 44px;
	background:url(../images/tooltip-info.png) no-repeat 0 0;
	margin:0 0 1em;
}
.notice, .tooltip-warning { background:url(../images/tooltip-warning.png) no-repeat 0 0; }
.success, .tooltip-success { background:url(../images/tooltip-tick.png) no-repeat 0 0; }
.error, .alert, .tooltip-fail { background:url(../images/tooltip-cross.png) no-repeat 0 0; }
dt.error, dt.alert, dt.notice, dt.success, dt.info, dt.message {
	background-image:none;
	padding:0;
	height:auto;
	min-height:inherit;
}
.tooltip h4, .tooltip-warning h4, .tooltip-success h4, .tooltip-fail h4 {
	margin:0 0 0.2em;
	padding:0;
	line-height:1.1em;
}
.tooltip h3, .tooltip-warning h3, .tooltip-success h3, .tooltip-fail h3 {
	margin:0 0 0.2em;
	padding:0;
	line-height:1.1em;
}
.tooltip p, .tooltip-warning p, .tooltip-success p, .tooltip-fail p {
	margin:0 0 0.2em;
	padding:0;
}
.solid.tooltip, .solid.tooltip-warning, .solid.tooltip-success, .solid.tooltip-fail {
	background-position: 4px 4px;
	background-color:#FFF;
	padding: 8px 8px 8px 64px;
	border:1px solid #e5e5e5;
	border-radius: 6px;
	display:inline-block;
}
/*.error, .alert, .notice, .success, .info {
	padding: 0.8em;
	margin-bottom: 1em;
	border: 2px solid #ddd;
}*/
/* TEXT FOR SCREEN READERS ONLY */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}
/* PAGE STRUCTURE */
html { background:none; }
body { background:none; }
#page {
	text-align:left;
	margin:0 auto;
	width:100%;
	text-align:center;
	overflow: hidden; /* Change if required */
}
.container {
	position:relative;
	text-align:left;
	margin:0 auto;
	width:960px;
}
header, #header {
	background:url(../images/header.gif) bottom center repeat-x;
	text-align:left;
	height:150px;
	position:relative;
	z-index:999;
	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.28);
	-moz-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.28);
	-webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.28);
}
header .container { height:150px; }


/** ACCOUNT INFORMATION NAVIGATION **/

.top-account-info {
	float:left;
	width:100%;
	margin:0px;
	padding:0px;
	margin-top: 20px;
}

ul.navigation-top-account {
	float:right;
	margin:0px;
	padding:0px;
}

ul.navigation-top-account li {
	float:left;
	padding:0px;
	margin:0px;
	list-style:none;
	line-height:normal;
}

ul.navigation-top-account li a {
	padding:0px 10px;
	color: rgb(80,80,80);
	margin:0px;
	font-size:13px;
	height:15px;
	text-decoration:none;
	border-left:1px rgb(80,80,80) solid;
	float:left;
}

ul.navigation-top-account li a.welcome {
	font-weight:bold;
	font-style:italic;
	border-left:none;
}

ul.navigation-top-account li a.nav-cart {
	width: auto;
	padding-left: 37px;
	background: url('/theme/kelly_aus/images/graphics/cart.png') no-repeat left;
	position: relative;
}

ul.navigation-top-account a.nav-cart span {
	display: inline-block;
	text-align:center;
	color: white;
	font-size:11px;
	position: absolute;
	width: 14px;
	height: 14px;
	border-radius: 7px;
	line-height: 14px; 
	background-color: rgb(80, 80, 80);
	position: absolute;
	top: -10px;
	left: 22px;
}


footer, #footer {
	text-align:left;
	font-size:0.7857142857142857em;
	width:100%;
	margin:20px 0;
	clear: both;
}
html.html-aus footer {
	padding-top: 0px;
	border-top: 15px solid #e5e5e5;
}
html.html-nz footer, html.html-nz #footer {
	text-align:left;
	font-size:0.7857142857142857em;
	float: left;
	width:100%;
	margin: -16px 0px 20px 0px;
	padding-top: 46px;
	background: url('/img/template/footer-fade') top center repeat-x;
}
#footer .site-footer {
	width:100%;
	margin:10px 0;
	padding:3px 0;
	background:#e5e5e5;
}
#footer .site-footer .joomla-nav {
	width:960px;
	list-style:none;
	margin:0px auto;
}
#footer .site-footer .joomla-nav li { float:left; }
#footer .site-footer .joomla-nav a {
	color:#333333;
	font-weight:700;
	margin-right:25px;
	float:left;
}
#footer-logos {
	margin-top: 30px;
	margin-bottom: 15px;
}
#bottom-line {
	width:auto;
	clear:both;
	line-height:31px;
	height:31px;
	font-size: 12px;
}
.supporters {
	width: auto;
	float:right;
	font-size:0.75em;
	line-height:31px;
	height:31px;
	font-weight:700;
	text-align:right;
	text-transform:uppercase;
	margin-left: 30px;
}
.supporters img {
	border-left:1px solid #bebebe;
	padding:0 0 0 10px;
	margin:0 0 0 10px;
}
div#pageBody { }
#site-logo {
	position:absolute;
	top:20px;
	left:0px;
}
#site-controlpanel {
	position:absolute;
	top:20px;
	right:0px;
	z-index:10;
}
/* Login */
#form-login, #form-logout {
	background:#6d6e72;
	color:#ffffff;
	border:1px solid #505155;
	padding:5px 10px 3px 10px;
	line-height:27px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
#form-login a, #form-logout a { color:#ffffff; }
#site-banner {
	width:100%;
	min-height:279px;
	padding:20px 0 0 0;
	background:url(../images/site-banner.jpg) top center repeat-x;
}
body#home #site-banner {
	height:395px;
	padding:20px 0 0 0;
	background-image:url(../images/home-banner.jpg);
}
#site-searchlocations {
	position:absolute;
	top:240px;
	left:0;
	width:462px;
}
#site-searchlocations .search-locations h3 { width:187px; }
#site-searchlocations .search-locations {
	background:url(../images/search-locations.png) top left no-repeat;
	height:120px;
	padding:15px 10px 0 10px;
}
#site-searchlocations .search-locations form { width:210px; }
#site-searchlocations .search-locations input[type="text"] { width:140px; }
#site-register-prompt {
	position: absolute;	
	top: 240px;
	left: 720px;
}
#site-holiday-prompt {
	position: absolute;
	top: 242px;
	left: 487px;
}
#site-quotes {
	position:absolute;
	top:0px;
	right:-10px;
	width:231px;
	height:219px;
	background:url(../images/site-quotes.png) top center repeat-x;
	font-size:1.2em;
	letter-spacing:-.05em;
	font-weight:700;
	text-align:center;
	color:#ffffff;
	padding:55px 80px 0 80px;
	margin:0;
}
#site-quotes p {
	line-height:1.35em;
	padding:0;
}
#site-quotes { }
#site-bottom { 
	margin: 10px 0 0 0; 
}
body#home #site-bottom {
	min-height: 500px;
}
#site-login { }
#site-navigation {
	position:absolute;
	bottom:0px;
	padding: 1px 0;
	height:41px;
	left:0px;
	width:100%;
}
#site-navigation ul.jt-menu {
	margin:0;
	height:41px;
	width:100%;
}
#site-navigation ul.jt-menu li {
	background:none;
	color:#58595b;
}
#site-navigation ul.jt-menu a {
	height:41px;
	font-weight:700;
	line-height:41px;
	padding:0 19px 0 18px;
	border:none;
	border-left:1px solid #c9c9c9;
	color:#58595b;
}
#site-navigation .jt-menu li.has-children a {
	padding-right: 21px;
}
#site-navigation ul.jt-menu a:hover { text-decoration:none; }
a &gt; .sf-sub-indicator { top:1.1em; }
.sf-sub-indicator { background:url(../images/arrows.png) no-repeat -10px -100px; }
#site-navigation ul.jt-menu li#item-118 { float:right; }
#site-navigation ul.jt-menu li a:hover, #site-navigation ul.jt-menu li:hover, #site-navigation ul.jt-menu li.sfHover a { background:#f9f9f9; }
#site-navigation ul.jt-menu a.login {
	background: url(../images/login-nz.gif) 0px 0px no-repeat;
    color: #ffffff;
    height: 52px;
    line-height: 52px;
    padding: 0 15px;
    width: 131px;
    border: none;
    margin-top: -10px;
    text-align: right;
	text-align:center;
	text-transform: uppercase;
	font-size: 15px;
}
#site-navigation ul.jt-menu a.login:hover { 
	background: url(../images/login-nz.gif) 0px -52px no-repeat; 
}
body.body-aus.body-sports #site-navigation ul.jt-menu a.login {
	background: url(../images/login.gif) 0px 0px no-repeat;
    color: #ffffff;
    height: 52px;
    line-height: 52px;
    padding: 0 15px;
    width: 131px;
    border: none;
    margin-top: -10px;
    text-align: right;
    font-size: 14px;
    text-transform: capitalize;
}
body.body-aus.body-sports #site-navigation ul.jt-menu a.login:hover { 
	background: url(../images/login.gif) 0px -52px no-repeat; 
}
/*#site-navigation ul.jt-menu li ul {
	top:42px !important;
	width:auto;
}*/
#site-navigation ul.jt-menu li ul {
	top:42px !important;
	width:auto;
	max-height: 500px;
	overflow: scroll;
}
#site-navigation ul.jt-menu li ul li {
	font-size:0.9em;
	background:#008265;
}
#site-navigation ul.jt-menu li ul li a {
	background:#f9f9f9 !important;
	line-height:1.8em;
	height:auto;
	width:149px;
	padding:7px 25px;
	border-bottom:1px solid #cccccc;
	font-weight:500;
}
#site-navigation ul.jt-menu li ul li a:hover {
	background:#eeeeee !important;
	border-bottom:1px solid #dddddd;
}
#site-search { }
#article {
	float:left;
	width:680px;
}
#site-sidebar {
	float:right;
	width:220px;
}
#site-sidebar div.custom.panel { font-size:0.85em; }
#site-sidebar div.module {
	font-size:0.85em;
	width:220px;
}
#site-sidebar .module-item {
	position:relative;
	padding:0 10px 0 10px;
	margin:0 0 10px 0;
	background:url(../images/module-item.png) bottom repeat-x;
}
/*#site-sidebar ul.module-item ul { border-bottom: 1px solid #CCC; }*/
#site-sidebar ul.module-item { list-style:none; }
#site-sidebar ul.module-item ul { margin-bottom:0.6em; }
#site-sidebar .module-item h1 { margin-bottom:0; }
#site-sidebar .module-item h4 {
	padding:0.6em 0 0.4em;
	border-bottom: 1px solid #e9e9e9;
}
#site-sidebar .module-item h4 a:link, #site-sidebar .module-item h4 a:visited {
	color:#008266;
}
#site-sidebar .module-item img {
	position:absolute;
	bottom:-7px;
	right:5px;
}
#site-sidebar .module-item img.regular {
	position:relative;
	bottom:auto;
	right:auto;
}
#site-sidebar .module-item .search-locations {
	background:none;
	width:auto;
	height:auto;
	padding:0;
}
#site-sidebar .module-item .search-locations form {
	width:auto;
	float:none;
	color:inherit;
}
#site-sidebar .module-item .search-locations h3 {
	text-transform:uppercase;
	margin:0;
	color:inherit;
	font-size:inherit;
	line-height:1.3em;
	width:auto;
	float:none;
	text-align:left;
	color: #6D6E71;
}
#site-sidebar .module-item .search-locations h3 strong { font-size:1em; }
#site-sidebar .module-item .search-locations p {
	font-size:0.8571428571428571em;
	line-height:1.5em;
}
#site-sidebar .module-item .search-locations input[type=text] {
	width:80%;
	margin:2px 5px 0 0;
	padding:0.35em 3px;
	float:left;
}
#site-sidebar .module-item .search-locations input[type=checkbox] {
	position:relative;
	top:1px;
}
#site-sidebar .module-item .search-locations .button.search {
	background:#f89722;
	width:27px;
	height:28px;
	font-size:1.2em;
	line-height:1em;
	margin:2px 0 0 0;
	padding:0;
}
#site-sidebar .module-item .search-locations select {
	padding:0;
	margin-top:-5px;
}
#site-sidebar .module-item .search-locations p strong {
	position:relative;
	top:3px;
	color: #6D6E71;
}
#site-sidebar .module-title, #site-sidebar .module-item h4.module-title {
	background:url(../images/module-title-lightgreen.gif) top left no-repeat;
	height:51px;
	width:205px;
	line-height:45px;
	text-transform:uppercase;
	color:#ffffff;
	padding:0 15px;
	margin:0 0 6px -15px;
	border:0;
}
#site-sidebar .lightgreen .module-title { background:url(../images/module-title-lightgreen.gif) top left no-repeat !important; }
#site-sidebar .darkgreen .module-title { background:url(../images/module-title-darkgreen.gif) top left no-repeat !important; }
#social { 
	float:right; 
	margin-left:30px;
}
#social .socialicons {
	background:url(../images/socialicons.gif) no-repeat;
	float:left;
	width:23px;
	height:23px;
	text-indent:-9999px;
	margin:0 10px 0 0;
}
#social #___plusone_0 { float:left !important; }
#social #facebook { background-position:0px 0px; }
#social #twitter { background-position:0 -23px; }
#social.green-socialicons {
	margin-top: 10px;
}
#social .get-social {
	float: left;
	font-size: 14px;
	line-height: 30px;
	margin-left: 10px;
}
#social.green-socialicons .socialicons {
	background:url(../images/green-socialicons.gif) no-repeat;
	float:left;
	width:29px;
	height:29px;
	text-indent:-9999px;
	margin:0 0 0 10px;
}
#social.green-socialicons #facebook { background-position:0px 0px; }
#social.green-socialicons #twitter { background-position: -30px 0px; }
/* GENERIC HORIZONTAL NAVIGATION - Son of suckerfish */
.site-navigation li.parent a, .site-navigation li.parent a:visited, .site-navigation ul li a, .site-navigation ul li a:visited { /* Top level links */
	display:inline-block;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
	color:#333333;
	height:2em;
	line-height:2em;
	overflow:hidden;
	padding:0 10px;
	margin:0;
	background-color:#CCC;
}
.site-navigation ul {
	padding:0;
	margin:0;
	list-style: none;
	font-size:1em;
}
.site-navigation ul li {
	float:left;
	position:relative;
}
.site-navigation ul li ul {
	display: none;
	background-color:#CCC;
	margin:0;
}
.site-navigation a:focus, .site-navigation a:active { outline:none; }
/*.site-navigation ul li:hover a, .site-navigation ul li.sfhover a, .site-navigation ul li:hover a:visited, .site-navigation ul li.sfhover a:visited { color:#F0F; }*/ /* Parent link hover highlight */
.site-navigation ul li:hover a:hover, .site-navigation ul li#current a:hover, .site-navigation ul li.sfhover a:hover { /* Hover */
	color:#F00;
	outline:none;
}
.site-navigation ul li:hover ul, .site-navigation ul li.sfhover ul { /* Secondary menu */
	display:block;
	position:absolute;
	top:2em; /* Adjust to match the generic button height */
	left:0;
	width:150px;
}
.site-navigation ul li:hover ul li a, .site-navigation ul li.sfhover ul li a, .site-navigation ul li:hover ul li a:visited, .site-navigation ul li.sfhover ul li a:visited { /* Secondary sub-nav links */
	font-size:0.9em;
	font-weight:normal;
	text-transform:none;
	width:150px;
	height:2.4em;
	line-height:2.4em;
	margin:0;
	padding:0 10px; /* Warning: Renders differently in IE6 */
}
.site-navigation ul ul a span { margin:0 10px; } /* Internal link padding if available */
.site-navigation ul li:hover ul li ul, .site-navigation ul li.sfhover ul li ul { display: none; } /* Third sub-nav hide */
.site-navigation ul li:hover ul li a, .site-navigation ul li.sfhover ul li a, .site-navigation ul li:hover ul li a:visited, .site-navigation ul li.sfhover ul li a:visited {
	display:block;
	color:#333;
}
.site-navigation ul li:hover ul li a:hover, .site-navigation ul li.sfhover ul li a:hover {
	color:#0F0;
	background-color:#d7d7d7;
} /* Sub-nav link hover */
.site-navigation ul li:hover ul li:hover ul, .site-navigation ul li.sfhover ul li.sfhover ul { /* Third sub-nav */
	display:block;
	position:absolute;
	left:170px; /* Match the Second sub-nav width + any padding. For IE6 leave out additional padding */
	top:0;
	background-image:none;
}
/* Below are the CSS styles that aren't included with Blueprint. It's a good idea to keep them whether or not you use it unless you know what you're doing. */

/* Text styles */
.blog-featured h2 {
	font-size: 1.5em;
	margin-bottom:0em;
}
p.readmore {
	text-indent:0;
	font-size: .9em;
}
.joomla-footer {
	font-size: .9em;
	margin-bottom: 30px;
}
/* Article functions */
ul.actions {
	clear:both;
	position:absolute;
	top: 0px;
	right:0px;
}
ul.actions li {
	list-style-type: none;
	float:right;
	margin-left: 10px;
}
.tip-wrap {
	background:#eeeeee;
	border:1px solid #cccccc;
	padding:10px;
}
.tip-title { font-weight:700; }
/* Login styles */

p#form-login-username label, p#form-login-password label {
	width: 160px;
	display:block;
}
p#form-login-remember label {
	font-size: .9em;
	font-weight: normal;
	line-height: 25px;
}
p#form-login-remember input {
	float:left;
	margin-right: 5px;
}
form#form-login ul {
	margin: 0;
	padding: 0;
}
form#form-login ul li {
	list-style-type: none;
	margin-left: 20px;
	font-size: .9em;
}
table.structure { }
table.structure td {
	padding-right:20px;
	vertical-align:top;
}
table.structure h3 { margin-top:0px; }
table.grid {
	border-top:1px solid #dddddd;
	border-left:1px solid #dddddd;
	margin:0;
}
table.grid tr th {
	font-size:0.8571428571428571em;
	font-weight:700;
	background:#eeeeee;
	padding:4px;
	border-right:1px solid #dddddd;
	border-bottom:1px solid #dddddd;
}
table.grid tr td {
	font-size:0.8em;
	padding:4px;
	border-right:1px solid #dddddd;
	border-bottom:1px solid #dddddd;
}
table.list td {
	vertical-align:middle;
	padding:0.5em 0;
	border-bottom:1px solid #dddddd;
}
/* Slider */
div.slider_item h4 {
	background:#eeeeee;
	padding:7px 10px;
	display:block;
	cursor:pointer;
	font-size: 14px;
	line-height: 16px;
}
div.slider_item h4:hover {
	background:#dddddd;
	padding:7px 10px;
}
div.slider_item.active h4, div.slider_item.active h4:hover { 
	background:#008265; 
	color: white;
}
div.slider_content {
	border-left:none;
	border-right:none;
}
div.slider_item { padding:0; }
div.slider_item p { padding-top:10px; }


/* Tabber */

div.tabber_nav li.tabber_tab a, div.tabber_nav li.tabber_tab a:link, div.tabber_nav li.tabber_tab a:visited, div.tabber_nav li.tabber_tab a:active {
	background:#eeeeee;
	padding-left:10px;
	padding-right:10px;
}
div.tabber_nav li.tabber_tab a:hover { background:#dddddd; }
div.tabber_nav li.tabber_tab.active a, div.tabber_nav li.tabber_tab.active a:hover {
	background:#008265;
	padding-left:10px;
	padding-right:10px;
}
/* Custom module */
#site-bottom .custom.panel {
	width:431px;
	height:118px;
	padding:10px 15px 0 15px;
	color:#ffffff;
}
#site-bottom .custom.panel.franchise { padding-left:175px; }
#site-bottom .custom.panel h3 {
	margin-top:0;
	color:#ffffff;
}
#site-bottom .custom.panel p {
	font-size:0.9em;
	line-height:1.35em;
	color:#ffffff;
}
.search-locations {
	background:url(../images/search-locations.gif) top left no-repeat;
	height:120px;
	padding:15px 10px 0 10px;
}
.search-locations form {
	width:410px;
	float:right;
	color:#ffffff;
}
.search-locations h3 {
	text-transform:uppercase;
	margin:0;
	color:#ffffff;
	font-size:1em;
	line-height:1.7em;
	text-align:center;
	width:200px;
	float:left;
}
.search-locations h3 strong { font-size:1.7em; }
.search-locations p {
	font-size:0.8571428571428571em;
	line-height:1.5em;
}
.search-locations input[type=text] {
	font-size:1.35em;
	width:80%;
	margin:2px 5px 0 0;
	padding:6px 3px;
	float:left;
}
.search-locations .button.search {
	background:url(../images/button-search.gif) no-repeat;
	width:53px;
	height:39px;
	font-size:1.7em;
	line-height:1em;
	margin:0;
	padding:0;
	text-align:center;
}
.search-locations select {
	padding:0;
	margin-top:-3px;
}
.autocomplete {
	background:#ffffff;
	border:1px solid #6D6E71;
	width:auto !important;
	height:auto !important;
	overflow:hidden;
	cursor:pointer;
	font-size:0.85714285714285714285714285714286em;
}
.autocomplete div { padding:0px 5px; }
.autocomplete strong {
	color:#008266;
	font-weight:500;
}
.autocomplete .selected {
	background:#000000;
	color:#ffffff;
}
.list-locations a { color:#008266; }
.item-separator {
	display:block;
	border-bottom:1px solid #cccccc;
	margin:10px 0;
	clear:both;
}
/* pagination */
.pagination {
	background:url(../images/pagination.gif) top left repeat-x;
	float:left;
	height:27px;
	margin:20px 0 0 0;
	font-size:0.85714285714285714285714285714286em;
	font-weight:700;
}
.pagination .counter {
	background:#ffffff url(../images/pagination-left.gif) top right no-repeat;
	float:left;
	height:27px;
	line-height:27px;
	margin:0;
	padding-right:20px;
}
.pagination ul {
	background:url(../images/pagination-right.gif) top right no-repeat;
	float:left;
	list-style:none;
	height:27px;
	line-height:27px;
	padding-right:15px;
	margin:0;
}
.pagination ul li {
	float:left;
	height:27px;
	line-height:27px;
	border-right:1px solid #eeeeee;
}
.pagination ul li a, .pagination ul li span {
	padding:0 10px;
	display:block;
}
.pagination ul li a:hover { color:#008266; }
.pagination ul li.pagination-end { border:none; }
.pagination ul li span {
	color:#cccccc;
	cursor:default;
}
#headContent { font-size:1.3em; }
.tabber_content { background:#fbfbfb; }
.rsform { }
.rsform fieldset {
	border:0;
	margin:0;
	padding:0;
}
.rsform legend { display:none; }
.rsform fieldset.formFieldset ol.formContainer li {
	margin:10px 0 0 0;
	padding:0;
}
.formCaption2 { font-weight:700; }
.rsform hr { width:630px; }
.formBody input[type=text] { float:left; }
.formBody input[type=button] { float:left; }
.formBody ol li { list-style: decimal !important; }
.formBody ol li ol { }
.formBody ol li li { list-style:none !important; }
.formBody ol li li em {
	display:block;
	float:left;
	width:2em;
	margin-left:-2em;
}
div.formDescription {
	padding-top:5px;
	padding:5px 0 0 0;
	margin:0;
	line-height:1.35em;
}
.formError { color:#f8981d; }
.formRed {
	font-size:1em;
	margin:0;
	color:#ffffff;
	text-align:center;
	padding:0.15em 0;
	background:#f8981d;
	text-transform:uppercase;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
body#home #article { width:100%; }
body#home .article table {
	font-size:0.85em;
	height:275px;
}
body#home .article table tr td h4 {
	text-transform:uppercase;
	margin-top:35px;
	margin-bottom:25px;
	color:#ffffff;
}
body#home .article table tr td img { display:none; }
body#home #site-bottom .custom { /*	width:50%;*/ float:left; }
body#home #site-bottom h3 { margin-top:0px; }
body#home #site-bottom table.module {
	width:460px;
	margin-right:20px;
	float:left;
}
body#home #site-bottom table.module h4 {
	font-size:0.85714285714285714285714285714286em;
	line-height:1.35em;
}
body#home #site-bottom table.module h2 {
	font-size:0.75em;
	line-height:1.35em;
}
body#home #site-bottom table.module tr th {
	padding:5px 10px;
	width:45px;
	color:#008266;
	font-size:0.85714285714285714285714285714286em;
	border-right:1px solid #ffffff;
	text-align:center;
	line-height:1.35em;
}
body#home #site-bottom table.module tr th .date { margin-top:0.2em; }
body#home #site-bottom table.module tr td {
	padding:5px 10px;
	border-left:1px solid #ffffff;
}
body#home #site-bottom table.module tr td p {
	max-width: 370px;
	word-wrap: break-word;
}
body#home #site-bottom table.module tr td .alignleft, body#home #site-bottom table.module tr td .alignright, body#home #site-bottom table.module tr td img, body#home #site-bottom table.module tr td br { display:none; }
body#home #site-bottom table.module tr.light th, body#home #site-bottom table.module tr.light td { background:#fafafa; }
body#home #site-bottom table.module tr.dark th, body#home #site-bottom table.module tr.dark td { background:#ececec; }
.blog {
	padding:0;
	background:url(../images/paper.gif) 0 125px repeat-y;
}
.blog .items-row { padding:0 40px; }
.blog .item { position:relative; }
.blog .row-0 {
	padding-top:40px;
	background:url(../images/paper-top.gif) no-repeat;
}
.blog img { display:none; }
.item-page { position:relative; }
.item-page .article-info {
	left:auto;
	right:0px;
}
.item-page .blog .article-info {
	left:0px;
}
.article-info {
	width:68px;
	text-align:center;
	line-height:1em;
	position:absolute;
	top:0px;
	left:0px;
}
.article-info .day {
	background:url(../images/day.gif) top left no-repeat;
	width:68px;
	height:51px;
	color:#ffffff;
	font-size:1.5em;
	line-height:1.75em;
	display:block;
}
.article-info em {
	display:block;
	text-align:right;
	margin-top:-20px;
}
.blog .article { margin:0 0 2.4em 100px; }
.blog .cat-children { padding:30px; }
#kelly-sports-news h1 { margin-right: 88px; }
.fb-like {
	float:right;
	margin-top:0px;
}
.fb-like iframe { width:310px !important; }
strong.formRequired {
	color:#008266;
	font-weight:700;
}
/* Map */
#GMapInfoHeader {
	float:left;
	width:45%;
}
#GMapsID {
	float:right;
	margin-bottom:10px !important;
}
.yui-calcontainer { left: 260px; }
div.display-limit fieldset.filters { display:none }
.rs_mail_newsletter { float:right; }
.active-home { float:left; }
.kelly-mini-sports-home { 
	float:left; 
	position: absolute;
	top: 450px;
	left: 480px;
}
.country-racing-home { 
	float:left; 
	position: absolute;
	top: 450px;
}
.greyhound-racing-victoria-home { 
	float:left; 
	position: absolute;
	top: 610px;
	left: 480px;
}
.clearance-sale-home { 
	float:left; 
	position: absolute;
	top: 610px;
}

#affiliates {
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
	padding-left: 270px;
	padding-top: 51px;
}
#affiliates li {
	display: inline-block;
	margin-right: 25px;
}
#affiliates li img {
	height: 38px;
}

#rotating-banner {
	width: 100%;
	margin-top: -20px;
	margin-bottom: 30px;
	text-align: center;
}
#rotating-banner p {
	margin: 0;
	padding: 0;
	font-size: 0px;
}
#rotating-banner .rotating-banner-item {
	display:none;
	position: relative;
	top: 0px;
	min-width: 623px;
	max-height: 457px;
	width: 100% !important;
	height: auto !important;
	overflow: hidden;
}
#rotating-banner .rotating-banner-item.first,
#rotating-banner .rotating-banner-item:first-child {
	display: block;
}
#rotating-banner .rotating-banner-item.second {
	display: none;
}
#rotating-banner .rotating-banner-item img {
	position: relative;
	min-width: 623px;
	width: 100% !important;
	height: auto !important;
}

#rotating-banner #rotating-banner-text {
	position: absolute;
	left: 20%;
	right: 20%;
	bottom: 200px;
	text-align: center;
	line-height: 1.2em;
}
#rotating-banner .rotating-banner-item a,
#rotating-banner .rotating-banner-item a:hover {
	color: #fff;
}
#rotating-banner .rotating-banner-item h1 {
	position: absolute;
	left: 20px;
	right: 20px;
	bottom: 200px;
	text-align: center;
	color: #fff;
	font-size: 50px;
	line-height: 54px;
	text-transform: uppercase;
	white-space: nowrap;
}
#rotating-banner .rotating-banner-item h3 {
	position: absolute;
	left: 20px;
	right: 20px;
	bottom: 275px;
	text-align: center;
	color: #fff;
	font-size: 26px;
	line-height: 28px;
	font-weight: normal;
	white-space: nowrap;
}

#banner-search {
	position: absolute;
	bottom: 40px;
	left: 28%;
	right: 28%;
	background: rgb(255,255,255);
	background: rgba(255,255,255,0.7);
	border-radius: 10px;
	border: 1px solid rgb(255, 190, 35);
	box-shadow: 0px 0px 10px #555;
}
#banner-search h1 {
	background: rgb(80, 185, 72);
	background: rgba(80, 185, 72, 0.7);
	color: #fff;
	text-transform: uppercase;
	padding: 10px 0;
	margin: 0;
	border-bottom: 1px solid rgb(255, 190, 35);
	border-radius: 10px 10px 0px 0px;
}
#banner-search #banner-search-fields {
	float: left;
	padding: 15px;
}
#banner-search .banner-search-field {
	float: left;
	width: 33%;
}
#banner-search .banner-or {
	float: left;
	width: 10%;
	padding-top: 30px;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
}
#banner-search .banner-search-button {
	float: left;
	width: 20%;
	margin-left: 4%;
}
#banner-search .banner-search-field label {
	float: left;
	margin-bottom: 5px;
	font-size: 16px;
	line-height: 18px;
}
#banner-search .banner-search-field input {
	width: 100%;
	box-sizing: border-box;
	font-size: 16px;
	padding: 7px 10px 5px 10px;
	line-height: 18px;
	color: #555;
}
#banner-search .banner-search-button button {
	background: url(../images/banner-search-button-fade.gif) center center repeat-x;
	width: 100%;
	height: 58px;
	border: 1px solid rgb(255, 190, 35);
	border-radius: 7px;
	font-size: 16px;
	line-height: 18px;
	text-align: center;
	font-weight: normal;
	text-transform: capitalize;
}
body.body-aus #banner-search .banner-search-button button {
	background: url(../images/banner-search-button-fade-aus.gif) center center repeat-x;
}
#banner-search .banner-search-button button {
	top: 0px;
}
#banner-search .banner-search-button button span {
	display: block;
	font-size: 26px;
	line-height: 28px;
	padding-top: 2px;
	font-weight: bold;
	text-transform: uppercase;
}
@media all and (max-width: 1030px) {
	#banner-search {
		left: 20%;
		right: 20%;
		bottom:20px;
	}
	#rotating-banner .rotating-banner-item h1 {
		bottom: 150px;
	}
	#rotating-banner .rotating-banner-item h3 {
		bottom: 225px;
	}
}
@media all and (max-width: 800px) {
	#banner-search {
		left: 15%;
		right: 15%;
	}
}
@media all and (max-width: 700px) {
	#banner-search {
		left: 4%;
		right: 4%;
	}
	#rotating-banner .rotating-banner-item h1 {
		display: none;
	}
	#rotating-banner .rotating-banner-item h3 {
		display: none;
	}
}
@media all and (max-width: 350px) {
	#banner-search .banner-search-field,
	#banner-search .banner-or {
		width: 100%;
	}
}
</pre></body></html>