/* CSS Document */

/* ZEROING STUFF
-------------------------------------*/

body, h1, h2, h3, h4, h5, h6, p, li, form {
	margin: 0px;
	padding: 0px;
}

img {
	border: 0px;
}

/* SKIP TAGS
-------------------------------------*/

.skip {
	position:absolute;
	top:0;
	left:-1000px;
}

.skip:focus,.skip:active {
	position:absolute;
	top:1em;
	left:1em;
	background:#933;
	color:#FFF;
}

/* WRAPPER
-------------------------------------*/

#wrapper {
	text-align: left;
	/*width: 820px;*/
	width: 820px;
	/*max-width: 100%;*/
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


/* HEADER
-------------------------------------*/

#header {
	height: 100px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: right;
}
.header_en {
	background-image: url(../Images/header_pic_01_en.gif);
}
.header_fr {
	background-image: url(../Images/header_pic_01_fr.gif);
}
.header_non {
	background-image: url(../Images/header_pic_01_non.gif);
}

#header span {
	position: absolute;
	left: -3000px;
}

.header_logo {
	position: relative;
	left: 35px;
	top: 27px;
}


/* NAV
-------------------------------------*/

#nav_wrapper {
	background-image: url(../Images/nav_stretch.jpg);
	background-color: #E3810F;
	/*background-repeat: repeat-x;*/
	height: 52px;
	position: relative;
}

.nav_img {
	position: absolute;
	right: 0px;
}

/* CONTROLS
-------------------------------------*/

#controls {
	margin-bottom: 10px;
	background-image: url(../Images/spacer01_stretch.jpg);
	background-repeat: repeat-x;
	height: 35px;
}

#controls ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	padding-left: 2%;
	text-align: left;
}

#controls li {
	float: left;
	height: 4em;
	padding-top: 15px;
}

/*#controls a {
	color: #000;
	text-decoration: none;
	padding-left: 10px;
	padding-bottom: 5px;
}

#controls a span {
	padding-right: 10px;
}

#controls a, #navigation a span {
	display: block;
	float: left;
}*/

/*--------------------------------------*/

/* Hide from IE5-Mac \*/
/*#controls a, #controls a span {
	float: none
}*/
/* End hide */

/*--------------------------------------*/


#language {
	padding-top: 13px;
	padding-right: 10px;
	background-image: url(../Images/spacer01_stretch.jpg);
	background-repeat: repeat-x;
	height: 20px;
	text-align: right;
}




.vis_02 {
	margin-left: 10px;
	margin-top: 2px;
	text-align: left;
	line-height: 4em;
}

.vis_02 a {
	background: url(../Images/low_vis_yonb.gif) left center no-repeat;
	padding: 9px;
	padding-left: 35px;
	color: #000;
	text-decoration: underline;
}

.vis_02 a:hover {
	background: url(../Images/low_vis_yonb.gif) left center no-repeat;
	padding: 9px;
	padding-left: 35px;
	color: #E3810F;
	text-decoration: none;
}

.vis_03 {
	margin-left: 10px;
	margin-top: 2px;
	text-align: left;
	line-height: 4em;
}

.vis_03 a {
	background: url(../Images/low_vis_bonw.gif) left center no-repeat;
	padding: 9px;
	padding-left: 35px;
	color: #000;
	text-decoration: underline;
}

.vis_03 a:hover {
	background: url(../Images/low_vis_bonw.gif) left center no-repeat;
	padding: 9px;
	padding-left: 35px;
	color: #E3810F;
	text-decoration: none;
}

.vis_04 {
	float: right;
	position: relative;
}

.vis_05 {
	text-align: right;
	padding-top: 1px;
}

.vis_01 {
	margin-left: 10px;
	text-align: left;
}

.vis_01 a {
	background: url(../Images/low_vis_standard.gif) left center no-repeat;
	padding: 9px;
	padding-left: 35px;
	color: #000;
	text-decoration: underline;
}

.vis_01 a:hover {
	background: url(../Images/low_vis_standard.gif) left center no-repeat;
	padding: 9px;
	padding-left: 35px;
	color: #E3810F;
	text-decoration: none;
}

.vis_06 {
	margin: 0px;
	padding: 0px;
	margin-top: 4px;
	margin-left: 12px;
	text-align: left;
}

.vis_07 {
	margin-left: 5px;
	text-align: right;
}

.vis_07 form {
	margin: 0px;
	padding: 0px;
}
.vis_07 buttons {
	height: 1em;
}

			

.drop01 {
	background: url(../Images/standardDrop.gif) left center no-repeat;
	margin-left: 33px;
	text-align: left;
	line-height: 3em;
}

.drop02 {
	background: url(../Images/yonbDrop.gif) left center no-repeat;
	margin-left: 33px;
	text-align: left;
	line-height: 3em;
}

.drop03 {
	background: url(../Images/bonwDrop.gif) left center no-repeat;
	margin-left: 33px;
	text-align: left;
	line-height: 3em;
}


.region {
	padding: 0px;
	margin-left: 10px;
	text-align: left;
	line-height: 4em;
}


/* CONTENT WRAPPER
-------------------------------------*/

#content_wrapper {
	float: left;
	position: relative;
	width: 100%;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
}


/* SIDEBAR
-------------------------------------*/

#sidebar {
	padding: 0px;
	margin: 0px;
	float: left;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 10em;
}
  
#sidebar span {
	position: absolute;
	left: -3000px;
}
  
  
/*#sidebar ul {
	line-height: 2em;
	list-style:none;
	font-size: 100%;
	text-align: left;
}

#sidebar li {
	margin: 0px;
	padding: 0px;
}

#sidebar li a {
	color: #000;
	text-decoration: none;
	padding: 5px;
	background: url(../Images/bullet_01.gif) left center no-repeat;
	padding-left: 15px;
	margin-right: 5px;
	margin-bottom: 5px;
	width:195px;
}

	*/
/*--------------------------------------*/

/* Hide from IE5-Mac \*/
/*#sidebar li a {
	float: none
} */
/* End hide */

/*--------------------------------------*/
/*
#sidebar li a:hover {
	color: #E3810F;
	font-weight: normal;
	background: url(../Images/bullet_01.gif) left center no-repeat;
	padding-left: 15px;
}
	   */

/* SEARCH
-------------------------------------*/

#SearchForm {
	margin-left: 20px;
}

#SearchForm .text {
 	width: 150px; 
	margin-right: 6px; 

}

#SearchForm .buttons {
	color: #000000; 
	margin-right: 6px;
}

#SearchForm h2 {
	position: absolute;
	left: -3000px;
	margin: 0px;
	padding: 0px;
}

/* CONTENT
-------------------------------------*/

#content {
	float: left;
	width: 72%;
	background-image: url(../Images/content_bkg01.gif);
	background-repeat: no-repeat;
	min-height: 480px;
	min-width: 290px;
	margin-left: 1%;
	/*margin-left: 25%;*/
}

.content_bkg {
	background-image: url(../Images/content_bkg01.gif);
	background-repeat: no-repeat;
	min-height: 480px;
	min-width: 290px;
	margin-left: 10.5em;
}

.content_prods {
	background-image: url(../Images/content_bkg01.gif);
	background-repeat: no-repeat;
	min-height: 480px;
	min-width: 290px;
	margin-left: 1%;
}

.content_main {
	padding: 5px;
	padding-bottom: 10px;
	margin-right: 205px;
	margin-bottom: 20px;
	border-bottom: solid;
	border-bottom-width: 1px;
	border-color: #D7D9DB;
}

.content_main02 {
	padding: 5px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: solid;
	border-bottom-width: 1px;
	border-color: #D7D9DB;
}

.content_main03 {
	padding: 30px;
	padding-right: 5px;
	padding-bottom: 10px;
	/*margin-bottom: 20px;*/
	
}
		  
/* NEWS
-------------------------------------*/
#news_hold {
	float: right;
	top: 0px;
	right: 0px;
	margin: 0px;
	padding: 0px;
}

.news_wrapper {
	width: 201px;
}

#news {
	background-repeat: no-repeat;
	width: 201px;
	height: 37px;
}

.news_fr {
	background-image: url(../Images/news_bkg_fr.gif);
}

.news_en {
	background-image: url(../Images/news_bkg_en.gif);
}

#news_stretch {
	padding-top: 5%;
	background-image:url(../Images/news_bkg_stretch.gif);
	background-repeat: repeat-y;
	width: 201px;
	height: 100%;
}

#news_foot {
	background-image:url(../Images/news_bkg_foot.gif);
	background-repeat: no-repeat;
	width: 201px;
	height: 20px;
}

#news span {
	position: absolute;
	left: -3000px;
}

#news_stretch ul {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left:7%;
	padding-right: 10%;
	padding-bottom: 5%;
	list-style-image: url(../Images/bullet_01.gif);
	list-style-type: disc;
	list-style-position: outside;
}

#news_stretch ul p {
	line-height: 140%;
}

#news_stretch p {
	color: #000000;
}

#news_stretch li {
	margin-top: 5px;
	padding-bottom: 5px;
	border-bottom: solid;
	border-bottom-color: #FFFFFF;
	border-width: 2px;
}

#news_stretch a {
	color: #000;
	text-decoration: none;
}

#news_stretch a:hover {
	color: #E3810F;
	text-decoration: underline;
}
/* FOOTER
-------------------------------------*/


#footer {
	height: 50px;
	border-top: solid;
	border-top-width: 1px;
	border-color: #D7D9DB;
	padding-top: 5px;
	padding-left:10px;
}

#footer p {
	font-size: small;
	color: #82888D;
}


/* CLEAR THOSE FLOATS
-------------------------------------*/

.clearfloat {
	font-size: 1px;
	line-height: 0px;
	clear: both;
	height: 0px;
}


/* Search Page 
-------------------------------------*/


.searchPage a {
	color: blue;
}

.searchPage .path {
	color: green;
}

.searchPage .percentage {
	color: green;
}

.searchPage p {
	margin-top: 0px;
	margin-bottom: 10px;
}
.searchPage .advancedLink {
	font-size: smaller;
}
.searchPage .warning {
	color: red;
}

.searchPage .pageIndex {
}

.searchPage .pageIndex a {
	margin-left: 2px;
	margin-right: 2px;
}

.searchPage .pageIndexCurrentPage {
	color: #a00;
	text-decoration: none;
	font-weight: bold;
}

.colour_drop {
}

.colour_standard {
	color: #e18b23;
}
.colour_yellowOnBlue {
	color: yellow;
	background-color: navy;
}
.colour_blackOnWhite {
	
}
.colour_whiteOnBlack {
	color: white;
	background-color: black;
}

/* Promo containers 
-------------------------------------*/

#promo_container {
	position: relative;
	float: left;
	width: 538px;
	margin-top: 1em;
	/*margin-bottom: 0.5em;*/
	background-image: url(../Images/promo_stretch.jpg);
	background-repeat: repeat-y;
}

#promo_container02 {
	position: relative;
	float: left;
	width: 538px;
	margin-bottom: 1em;
	background-image: url(../Images/promo_stretch.jpg);
	background-repeat: repeat-y;
}

#promo_head {
	width: 538px;
	height: 18px;
	background-image: url(../Images/promo_top.jpg);
	background-repeat: no-repeat;
}

#promo_bottom {
	position: relative;
	left: 0px;
	bottom: 0px;
	width: 538px;
	height: 18px;
	background-image: url(../Images/promo_bottom.jpg);
	background-repeat: no-repeat;
}

.promoNest {
	float: left;
	padding-left: 18px;
	padding-right: 10px;
	margin: 0px;
	width: 240px;
	height: 100%;
}

.promoNest p {
	margin-bottom: 0px;
	font-family : Arial, Helvetica, Verdana, Geneva, sans-serif;
	color : #333333;
	font-size: small;
	font-weight: normal;
}

.promoNest H4  {
	font-family : Arial, Helvetica, Verdana, Geneva, sans-serif;
	color : #333333;
	font-size : medium;
	font-weight: bold;
	line-height: 150%;
	margin-bottom: 0.5em;
}

.promoNest a {
	color: #000;
	text-decoration: underline;
}

.promoNest a:hover {
	color: #E3810F;
	text-decoration: none;
}


.promoNest02 {
	float: right;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0px;
	width: 240px;
	height: 100%;
}

.promoNest02 p {
	margin-bottom: 0px;
	font-family : Arial, Helvetica, Verdana, Geneva, sans-serif;
	color : #333333;
	font-size: small;
	font-weight: normal;
}

.promoNest02 H4  {
	font-family : Arial, Helvetica, Verdana, Geneva, sans-serif;
	color : #333333;
	font-size : medium;
	font-weight: bold;
	line-height: 150%;
	margin-bottom: 0.5em;
}

.promoNest02 a {
	color: #000;
	text-decoration: underline;
}

.promoNest02 a:hover {
	color: #E3810F;
	text-decoration: none;
}
