html{
		height: 100%;
		/*overflow-y:hidden;*/
}

body{
	/*height: 100%;*/
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

#nonFooter{
	position: relative;
	min-height: 100%;
	margin: 0 auto;
	width: 760px;
}

* html #nonFooter{
	height: 100%;
}

#footer{
	position: relative;
	margin: -50px auto 0 auto;
	height: 50px;
	}

/* A CSS hack that only applies to IE -- specifies a different height for the footer */

* html #footer{
		margin-top: -60px;
}

#container{
	width: 760px;
}

#Layer1 {
	position:relative;
	left:0;
	top:0;
	width:758px;
	height:700px;
	z-index:1;
	visibility: visible;
}
#Layer2 {
	left:1px;
	top:180px;
	width:758px;
	height:618px;
	z-index:100;
	visibility: visible;
	background-color: #FFFFFF;
	position: absolute;
}
/*-------------------------*/
/*HEADER / NAVIGATION SETUP
/*-------------------------*/
#header {
	width: 760px;
}
#Logo{
	float: left;
	width: 760px;
	background-image: url(../images/header_01.gif);
	background-repeat: no-repeat;
	height: 70px;
	text-align: right;
}
#LogoFR{
	float: left;
	width: 760px;
	background-image: url(../images/header_01_fr.jpg);
	background-repeat: no-repeat;
	height: 70px;
	text-align: right;
}
#topRightHeader{
	text-align: right;
	float: right;
	height: 70px;
}
#topRightHeader a{
	float: right;
	text-align: right;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	display: block;
	font-size: 10px;
	padding: 8px 12px;
}
#topRightHeader a:link, #topRightHeader:visited, #topRightHeader a:active{
	text-decoration: none;	
}
#topRightHeader a:hover{
	text-decoration: underline;
}
#search a{
	float: right;
	text-align: right;
	font-weight: bold;
	color: #666666;
	display: block;
	text-decoration: none;
	font-size: 10px;
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 10px;
	padding-left: 5px;
}
#search a:link, #searcha:visited, #search a:active{
	text-decoration: none;
}
#search a:hover{
text-decoration: underline;
}
#search{
	float: right;
	width: 245px;
	padding-top: 5px;
	text-align: right;
	clear: right;
}
#formBox{
	height: 20px;
	padding: 7px;
	float: left;
	width: 50px;
}
#form1{
	height: 15px;
	margin: 0;
	padding: 0;
}
#form1.field{
	border: solid 1px #333333;
	width: 50px;

}
.NavItems{
	clear: both;
	color: #333333;
	padding: 8px 15px;
	font-size: 10px;
	font-weight: bold;
	float: left;
	width: 530px;
}
.NavItems a:link, .NavItems a:visited, .NavItems a:active{
color: #666666;
text-decoration: none;
}
.NavItems a:hover{
text-decoration: underline;
}
.newProducts {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #333333;
	font-weight: bold;
	padding: 8px 15px;
	width: 150px;
	text-align: center;
}
.newProducts p {
	text-align: right;	
}
.newProducts a:link, .newProducts a:visited, .newProducts a:active{
	text-decoration: none;
	color: #FFFFFF;
}
.newProducts a:hover{
	text-decoration: underline;
}
/*-------------------------*/
/*CONTENT FEATURE SETUP
/*-------------------------*/
#content {
	width: 758px;
	clear: both;
	border: solid 1px #333333;
	height: 700px;
}
#contentImage{
	float: left;
	border-bottom: 1px solid #333333;
	background-image: url(images/home_page_03.gif);
	height: 350px;
	width: 758px;
}
#contentHotNews{
	width: 758px;
	border-bottom: 1px solid #333333;
	height: 70px;
	clear: both;
	border-top: 1px solid #333333;
}

#contentHotNews h1{
	color: #fff;
	font-size: 10px;
	background-color: #666666;
	margin-left: 10px;
	font-weight: bold;
	padding-left: 5px;
	display: block;
	width: 130px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#contentText{
	width: 758px;
	margin: 0;
	padding-top: 130px;
	background-image: url(images/home_page_06.gif);
	background-repeat: no-repeat;
	clear: both;
}
p.PullOut{
	padding: 15px;
	margin: 8px 0px 20px 0px;
}
/*-------------------------*/
/*FOOTERCONTENT FEATURE SETUP
/*-------------------------*/
#footercontent {
	width: 760px;
	height: 20px;
}
.NavItemsBottom{
	color: #333333;
	font-weight: bold;
	padding: 8px 15px;
	float: left;
	width: 450px;
	font-size: 10px;
}
.NavItemsBottom a:link, .NavItemsBottom a:visited, .NavItemsBottom a:active{
	color: #666666;
	text-decoration: none;
}
.NavItemsBottom a:hover{
	text-decoration: underline;
}
#Copyright{
	text-align: right;
	float: right;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	padding: 8px 15px;
}
#footercontainer {
	height: 50px;
	width: 780px;
	margin: 0 auto;
}

