/***************
LAYOUT
***************/
body {
	background-color: #FFFFFF;
    margin: 0;
    padding: 0;
    border: 0;
    overflow: hidden;
    height: 100%; 
    max-height: 100%; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
#top_nav{
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 51px;
    overflow: hidden;
    background-color: #FFFFFF;
    z-index:2;
    }
#main_content{
    position: absolute; 
    top: 50px;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto; 
    background: #FFFFFF;
    z-index:1;
    }
#menu_hide{
    position: absolute; 
    top: 50px;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto; 
    z-index:20;
	visibility:hidden;
    }
#det_images{
    overflow: auto; 
    z-index:51;
	visibility:visible;
    }
#det_text_en{
    position:absolute; 
    top: 0px;
    overflow: auto; 
    z-index:52;
	visibility:hidden;
    }
#det_text_fr{
    position:absolute; 
    top: 0px;
    overflow: auto; 
    z-index:52;
	visibility:hidden;
    }
#off_text_en{
    position:absolute; 
    top: 0px;
    overflow: auto; 
    z-index:52;
	visibility:visible;
    }
#off_text_fr{
    position:absolute; 
    top: 0px;
    overflow: auto; 
    z-index:53;
	visibility:hidden;
    }
#off_cont{
    position:relative;
	overflow:visible;
	width: 350px; 
	visibility:visible;
    }
.inner{
	margin-left: 25px;
	margin-right: 25px;
	margin-top: 0px;
	margin-bottom: 10px;
   }
* html body{ /*IE6 hack*/
    padding: 50px 0 0 0;
    }
* html #main_content{ /*IE6 hack*/
    height: 100%; 
    width: 100%; 
    }
.menu_main {
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	width:100px;
	}
.menu_main_red {
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FF3300;
	text-decoration: none;
	width:100px;
	}
.menu {
	background-color:#FFFFFF;
	border:#CCCCCC solid 1px;
	top:49px;
	position:absolute;
	z-index:55;
	visibility:hidden;
	height:400px;
	overflow:auto;
	}
.menu_item {
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	white-space:nowrap;
	}
.menu_item:hover {
	background-color:#CCCCCC;
	}
/***************
STYLES
***************/
td{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	}
a:link {  
	text-decoration: none; 
	color: #000000
}
a:active {  
	text-decoration: none; 
	color: #000000
}
a:visited {  
	text-decoration: none; 
	color: #000000
	}
a:hover {  
	text-decoration: underline; 
	color: #FF3300
	}
.text10 {
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}
.black10 {
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}
.black12 {
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}
.red10 {
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FF3300;
	text-decoration: none;
}
.a_red10, .a_red10:visited, .a_red10:hover, .a_red10:active, .a_red10:link {
	color: #FF3300;
	}
.red12 {
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FF3300;
	text-decoration: none;
}
