﻿/* CSS specific to all Static Pages */


/* Static content has a 10 px padding on most pages */
.Static
{
}



/* The following text all uses the same colour and are bold different text sizes */
.Important
{
	color: #2a4c30;
}
.cohead {
	color: #2a4c30;
}
.textheads
{
	color: #2A4C30;
}

/* Forms on the site */
.Form
{
	background: #C0C0C0;
}

.Form TH
{
	background: #800000;
	color: White;
}

.Form TD
{
}

.Form LABEL
{
}
.Form TD.Action
{
}


/* Canada outdoor pages */
.Disclaimer
{
}

/* checklist pages */
.checklist_hd
{
}


/* used in colouring pagees */
.Colouring TD
{
	border: 1px solid #aaaaaa;
}
.Colouring TD DIV
{
	background: white;
}

/* Used in rate our site */
.RateUs
{
	border-color: #111111;
}
.RateUs TH
{
	background: white;
	border: 2px solid #CCCCCC;
}
.RateUs TD
{
	background: white;
	border: 2px solid #CCCCCC;
}
.RateUs .Alt TD
{
	background: #D1D7E7;
}


.text_small
{
}
.image-left
{
}


/* used on technical pages */
.tech_heads
{
	color: #006600;
}
.windstrong
{
}



/* used on warehouse sale 2010 page */
.saletext
{
}
.saletext A
{
	color: #CC0000;
}

