﻿/* CSS specific to all Static Pages */

/* This is used by many images to remove the border as Expression doesn't understand border="0" attribute of an IMG tag */
.no-border
{
	border: none;
}


/* Static content has a 10 px padding on most pages */
.Static
{
	padding: 10px;
}



/* The following text all uses the same colour and are bold different text sizes */
.Important
{
	color: #2a4c30;
	font-weight: bold;
	font-size: 14px;
}
.cohead {
	color: #2a4c30;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 30px;
}
.textheads
{
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	color: #2A4C30;
	line-height: 24px;
}

/* Forms on the site */
.Form
{
	margin-top: 10px;
	border-collapse: collapse;
	background: #C0C0C0;
}

.Form TH
{
	background: #800000;
	color: White;
	text-align: center;
	padding: 3px;
}

.Form TD
{
	text-align: left;
}

.Form LABEL
{
	padding-left: 10px;
}
.Form TD.Action
{
	padding: 10px;
	text-align: center;
}


/* Canada outdoor pages */
.Disclaimer
{
	margin-top: 20px;
	font-size: 10px;
}

/* checklist pages */
.checklist_hd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	font-style: italic;
	font-variant: normal;
}


/* used in colouring pagees */
.Colouring TD
{
	text-align: center;
	width: 20%;
	border: 1px solid #aaaaaa;
}
.Colouring TD DIV
{
	vertical-align: middle;
	height: 100px;
	background: white;
}

/* Used in rate our site */
.RateUs
{
	width: 535px;
	border-collapse: collapse;
	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 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.image-left {
	clip: rect(auto, 10px, auto, auto);
	float: left;
	margin-right: 15px;
}


/* used on technical pages */
.tech_heads {
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 0px;
	font-size: 14px;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #006600;
	clip: rect(auto, auto, 0px, auto);
}
.windstrong {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
}



/* used on warehouse sale 2010 page */
.saletext {
	font-family: Verdana;
}
.saletext A
{
	color: #CC0000;
}

