@charset "utf-8";
/* CSS Document */

* { margin: 0px; padding: 0px; }

/* commented backslash hack \*/ 
html, body { height: 100%; } 
/* end hack */
html,body { margin: 0; padding: 0; }

body {
	font: 11px verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	/* text-align: center; this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #198360;
	line-height: 18px;
}

#splash-frame {
	width: 913px;
	margin: 44px auto;
	padding-top: 10px;
	margin-bottom: -30px;
	z-index: 1;
	background: url('/images/canada/top-corner.png') no-repeat top right;
	border: none;
	border-left: 2px solid #0d6ab3;
	position: relative;}

#splash-frame #gum-logo {
	margin: 2px 16px;
	clear: both;
	height: 88px;
	width: 206px;
	background: url('/images/canada/gum-logo.png') no-repeat left top;
	overflow: hidden;
	line-height: 240px;}

#splash-frame h1 {
	padding: 100px 0 53px 0;
	margin: 0;
	line-height: 22px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #1374be;
	font-weight: normal;}
	
#splash-consumers {
	width: 255px;
	height: 160px;
	background: url('/images/canada/con-entry.png') no-repeat left top;
	float: left;
	clear: right;
	margin-top: 0px;
	margin-bottom: 34px;
	margin-left: 161px;
	padding-top: 120px;
	padding-left: 17px;
	display: block;
	display: inline;
	overflow: hidden;}
	
#splash-professionals {
	width: 255px;
	height: 160px;
	background: url('/images/canada/pro-entry.png') no-repeat left top;
	margin-top: 0px;
	margin-left: 82px;
	padding-top: 120px;
	padding-left: 17px;
	display: block;
	display: inline;
	float: left;
	overflow: hidden;}

.clear { clear: both;}

#splash-frame h2 {
	font-size: 22px;
	color: #0d6ab3;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 6px;
	padding: 1px;
	line-height: 22px;
	font-weight: normal;}

#splash-frame #worldmap {
	text-align: center;
	margin: 0 auto;
	width: 690px;}

#splash-frame #worldmap ul {
	text-align: right;
	list-style-type: none;}
	
#splash-frame #worldmap ul li {
	display: inline;
	background: url('/images/canada/li-arrow.png') no-repeat right;
	padding-right: 12px;
	margin-right: 16px;
	color: #0faa51;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 22px;}

#splash-frame #worldmap ul li a{
	text-decoration: none;
	color: #0faa51;}

#splash-frame #text {
	border-top: 1px solid #0d6ab3;
	width: 690px;
	margin: 0 auto;
	padding-top: 6px;}

#splash-frame #text p {
	color: #393f3b;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 22px;
	padding-right: 38px;}

#splash-frame #worldmap ul li a:hover {
	text-decoration: underline;}
	
#splash-footer {
	margin: 0 auto 44px auto;
	z-index: 2;
	padding: 0;
	background: url('/images/canada/bottom-corner.png') no-repeat top left;
	height: 172px;
	width: 915px;
	overflow: hidden;}
	
	a.rightarrow { 
	font-size: 11px;
	color: #0faa51;
    text-decoration: none;
	background-image:url('/images/canada/link_arrow_red.png'); 
	background-position: right; 
	background-repeat:no-repeat;
	padding-right: 12px;
	}
	
	a:hover.rightarrow {text-decoration:underline;}
