OL, UL, LI, P, TABLE, TD, TH, TR {
	background-color : White;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : Black;
}
A {
	background-color : transparent;
	color : #033A7A;
	text-decoration : underline;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
}A:ACTIVE {
	background-color : transparent;
	color : #033A7A;
	text-decoration : underline;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
}
A:LINK {
	background-color : transparent;
	color : #033A7A;
	text-decoration : underline;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
}
A:VISITED {
	background-color : transparent;
	color : Purple;
	text-decoration : underline;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
}
A:HOVER {
	background-color : transparent;
	color : #033A7A;
	text-decoration : none;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
}
H6 {
	background-color : White;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : normal;
	color : Black;
}
H4 {
	background-color : White;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color : Black;
}
HR {
	height : 1px;
	color : Gray;
	border : 0px solid Gray;
	background : Gray;
}
BODY {
	background-color : White;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : Black;
}
.greytableborder {
	border-color : Gray;
	border-style : solid;
	border-width : 1px;
}
.bluetableborder {
	border-color : #033A7A;
	border-style : solid;
	border-width : 1px;
}
.greytablebackground {
	background-color : #E3E3E3;
}
.bluetablebackground {
	background-color : #033A7A;
}
.copyright {
	background-color : #033A7A;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : normal;
	color : #ffff99;
}
.redcolour {
	color : #FF6666;
}
.goose_thumbs_short {
	text-align: center;
	float: left;
	height: 240px;
	padding-right: 15px;
}
.goose_thumbs_normal {
	text-align: center;
	float: left;
	height: 270px;
	padding-right: 15px;
}
.goose_thumbs_tall {
	text-align: center;
	float: left;
	height: 370px;
	padding-top: 20px;
	padding-right: 15px;
}
	/* tool tip styles */
a:hover {
	position: relative;
}
a span {
	display: none;
}
a:hover span {
	display: block;
	position: absolute;
	top: 20px;
	left: -70px;
	/* formatting only styles */
	margin: 0px;
	z-index: 100;
	background: #f0f0f0;
	border: 1px solid grey;
	opacity: 1.0;
	width: 170px;
	text-align: center;	/* end formatting */
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	font-variant: small-caps;
	background-image: url(canada-goose/images/Tool-Tip-Background.png);
	height: 35px;
	padding-top: 15px;
}
	/* end of tool tip styles */

/* start of canada goose menu styles */
ul.goose_menu
{
list-style-type:none;
margin:0;
padding:0;
overflow:hidden;
}
li.goose_menu 
{
float:left;
}
a:link.goose_menu, a:visited.goose_menu
{
display:block;
width:171px;
font-weight:bold;
color:#FFFFFF;
background-color:#033A7A;
text-align:center;
padding:4px;
text-decoration:none;
text-transform:uppercase;
}
a:hover.goose_menu, a:active.goose_menu
{
background-color:#0152a3;
}

/* end of canada goose menu styles */

/* begin popup styles */

/*LINKS*/

#mainContent a:link, #mainContent a:visited, #mainContent a {
    color:#ffffff; 
    text-decoration:none; 
    font-size:18px; 
    background:#000000; 
    padding:5px 10px 5px 10px; 
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    font-family: Arial, Helvetica, sans-serif;
}
#mainContent a:hover, #mainContent a:active {
    color:#ffffff;
    text-decoration:none;
    font-size:18px;
    background:#333333;
    padding:5px 10px 5px 10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px; 	
    font-family: Arial, Helvetica, sans-serif;
}

/*STYLES FOR CSS POPUP*/

#container {
    background: #FFFFFF;
    margin: 0; 
    text-align: left; 
}
#blanket {
    background-color:#111;
    opacity: 0.65;
    position:absolute;
    z-index: 9001;
    top:0px;
    left:0px;
    width:100%;
}
#popUpDiv {
    background-color:#ffffff;
    position:absolute;
    width:500px;
    height:450px;
    border:3px solid #000000;
    z-index: 9002;
}
#popUpDiv a {position:relative; top:20px; left:450px}
/* end popup styles */






