/*************************************************************************************
* PAGE LAYOUT COLOURS
*************************************************************************************/

/* RedGreen */
.primary-background-colour		{ background-color: #a0ab00; }
.secondary-background-colour	{ background-color: #b8c040; }
.page-background-colour			{ background-color: #f5f6e5; }
.primary-foreground-colour		{ color: #702045; }
.secondary-foreground-colour	{ color: #d2d96c; }

/* search criteria classes */
.search-criteria-colour		{ background-color: #b8c040; }
.search-criteria-border		{ border: solid 1px #a0ab00; }
.search-criteria-top-border	{ border-top: solid 1px #a0ab00; }


/*************************************************************************************
* HTML STYLES (these colours are the same as .primary-foreground-colour and
* .secondary-foreground-colour
*************************************************************************************/
#product-description h1	{ color: #702045; }
#product-description h2	{ color: #702045; }
#product-description h3	{ color: #C3727A; }
#product-description h4	{ color: #C3727A; }


/*************************************************************************************
* SHOW/HIDE MENU COLOURS
*************************************************************************************/
.product-menu h2 a					{ background-color: #702045; }
.product-menu h2 a:hover			{ background-color: #702045; }
.product-menu li a.shaded			{ background-color: #b8c040; border-bottom: solid 1px #a0ab00; }
.product-menu li a.shaded:hover		{ background-color: #e4e7bc; } /*a0ab00*/
.product-menu li a					{ background-color: #cfd57f; border-bottom: solid 1px #b8c040; }
.product-menu li a:hover			{ background-color: #e4e7bc; }

#search-box	{ border: solid 1px #702045; }

/*************************************************************************************
 Overrides the Panel title size on the homepage
*************************************************************************************/
#content .vertical-panel h2, #content .horizontal-panel h2 {font-size: 1.2em}


/*************************************************************************************
* LARGE BANNER LEFT AND RIGHT STROKES
* Used for RTO / homepages
*************************************************************************************/
.large-banner-stroke-left	{ background-image: url(/RtoWebsite/Images/ColourSchemes/SwanVBannerLargeLeft.gif); background-repeat: no-repeat; background-position: right 0px;}
.large-banner-stroke-right	{ background-image: url(/RtoWebsite/Images/ColourSchemes/SwanVBannerLargeRight.gif); background-repeat: no-repeat; background-position: left 0px; }


/*************************************************************************************
* SMALL BANNER LEFT AND RIGHT STROKES
* Used for inside pages
*************************************************************************************/
.small-banner-stroke-left	{ background-image: url(/RtoWebsite/Images/ColourSchemes/SwanVBannerSmallLeft.gif); background-repeat: no-repeat; background-position: right 0px; }
.small-banner-stroke-right	{ background-image: url(/RtoWebsite/Images/ColourSchemes/SwanVBannerSmallRight.gif); background-repeat: no-repeat; background-position: left 0px; }


/*************************************************************************************
* SWAN VALLEY SURROUNDS BANNER
*************************************************************************************/
.standard-menu h2 a, .inner-page-sub-menu h2 a {background-color: #702045;}
.standard-menu h2 a:hover, .inner-page-sub-menu h2 a:hover {background-color: #702045;}

.standard-menu li a { background-color: #dbc7d0; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #c087a1;}
.standard-menu li a:hover {background-color: #f8ebf1;}

#drop-down-menus span a:hover
{
	background-color: #cfd57f; 
}



/*************************************************************************************
* SWAN VALLEY BACKGROUND IMAGES
*************************************************************************************/
td.page-shadow-left {background-image: url(/RtoWebsite/Images/Layout/SwanVShadowLeft.gif);}
td.page-shadow-right {background-image: url(/RtoWebsite/Images/Layout/SwanVShadowRight.gif);}
td.page-shadow-right, td.page-shadow-right-offset {background-image: url(/RtoWebsite/Images/Layout/SwanVShadowRight.gif);}

/*************************************************************************************
* PRIMARY PAGE BACKGROUND COLOURS
*************************************************************************************/
body
{
	background-color: #e0dad4;
}
/*	Highlights panel title shares body background-color	*/
#content-side-panel .horizontal-panel h1,
#content-side-panel #weather .weather-header,
#content-side-panel #weather-bom-link
{
	background-color: #e0dad4;
}


/*************************************************************************************
* LINKS AND VISITED LINKS
*************************************************************************************/
a:active, a:hover { color: #702045;}
#fixed-navigation a.affiliate-link:active, #fixed-navigation a.affiliate-link:link
{
	font-weight: bolder;
	color: #ffffff;
}
 #fixed-navigation a.affiliate-link:hover
{
	font-weight: bolder;
	color: #000ddf;
}



/*************************************************************************************
* PRIMARY PAGE BACKGROUND COLOURS
*************************************************************************************/
#fixed-navigation {background-image: url(/RtoWebsite/Images/Header/WhiteCreamGradientBg.gif);}


/*************************************************************************************
* ADVERTISING CONTAINER
*************************************************************************************/
#advertising-container .horizontal img {width: 120px; height: 75px; padding-left: 28px; padding-right: 28px; background-color: #b8c040;}

#productAvailabilityGrid tbody th
{
	color: #FFF;
}

#content h2
{
	/*font-family: Verdana, Helvetica, sans-serif;
	font-weight:700;*/
	padding: 10px 0 5px 0;
	font-size: 13.5pt
}

#content h3
{
	padding-top: 10px;
	font-size: 12pt;
}