body{
	background-color:#ffffff;
}


#homeMenu{
	font-family:Verdana;
	font-size:14px;
	font-weight:bold;
	letter-spacing:1px;
}
#homeMenu a{
	text-decoration:none;
	color: #dd7008;
	padding-right:30px;
	float:left;
}
#homeMenu a:hover{
	color: #999;
}
.homeMenu{
	width: 750px;
	margin:10px auto 0 auto;
}
.topBannerHome {
	background-image: url(images/home-il.jpg);
	height:264px;
	background-repeat:no-repeat;
	width: 750px;
	margin:20px auto 0 auto;
}
.logoPrint {
visibility:visible;
}
.topBanner {
	height:1px;
	width: 750px;
}
.flag-home{
	float:right;
	margin:10px 0px 0 5px;
	border:#000 solid 1px;
}
.flag{
	float:right;
	visibility:hidden;
}

.menu{
	text-align:right;
	background-image: url(images/logo-print.jpg);
	background-repeat:no-repeat;
	height:70px;
}
.menu a{
	visibility:hidden;
	text-decoration:none;
	color: #ffffff;
	padding:4px 20px;
	float:left;
}
.menu a:hover{
	color:#ffffff;
}

.menu a.on{
	visibility:hidden;
	background-color:#ffffff;
	color:#ffffff;
}


.subMenu{
	background-color:#ffb03b;
	padding:0 1px;
	font-family: Verdana;
	font-size:12px;
	font-weight:bold;
	letter-spacing:1px;
}
.subMenu a{
	visibility:hidden;
	text-decoration:none;
	color: #8e2800;
	float:left;
	width:0;
	height:0;
}
.subMenu a:hover{
	
	color:#222;
}
.subMenu a.on{
	visibility:visible;
	color:#222;
	width:auto;
	height:auto;
	padding: 2px 10px;
	font-size:14px;
}
.subMenuLine{
	margin:0 3px;
	border-bottom: dashed 1px #000;
}



.myBody{
	border:#dd7008 solid 1px;
	height:400px;
	padding: 20px 10px 10px 10px;
	font-size:12px;
	font-weight:normal;
	letter-spacing:1px;
	color:#999;
	vertical-align:top;
	font-family: Verdana;
}
.bodyText{
	padding-bottom:10px;
}
.bodyText a{
	color:#999;
	text-decoration: underline
}
.bodyClear{
	clear:both;
	padding-bottom:10px;
}
.bodyTextCenter{
	width: 500px;
}
.bodyLine{
	border-top:#dd7008 dashed 1px;
	padding-bottom:20px;
	clear:both;
}
.bodyTitle{
	margin-bottom:10px;
	color:#dd7008;
	font-weight:bold;
	text-decoration:underline;
}
.myBody small{
	font-size:10px;
}
.bodyImageLeft{
	float:left;
	margin: 0 10px 10px 0;
}
.bodyImageCenter{
	float: left;
	margin: 0 10px 10px 200px;
}
.bodyImageRight{
	float:right;
	margin: 0 0 10px 10px;
}
.bodyImageRightProdName{
	visibility:hidden;
	float:right;
	width: 10px;
}

.tableTitle{
	background-color:#dd7008;
	color:#FFFFFF;
	padding:2px 10px;
}
.link{
	float:left;
	border:#000 solid 1px;
}
.link a{
text-decoration:none;
}


.footer{
	font-family:Verdana;
	font-size:10px;
	font-weight:normal;
	letter-spacing:1px;
	text-decoration:none;
	color:#999;
	padding:3px 0 0 10px;
	float:right;
	clear:left;
}


.thumbnail{
	margin: 5px;
	
}
.thumbnail a{
	margin: 5px;
	padding: 5px;
}
.thumbnail:hover{
	background-color: transparent;
	z-index: 50;
	
}
.thumbnail span{ /*CSS for enlarged image*/
	position: relative;
	background-color: #dd7008;
	padding: 1px;
	left: -1000px;
	visibility: hidden;
	color: #000;
	text-align:center;
	text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
	border-width: 0;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	top: 0;
	left: 0; /*position where enlarged image should offset horizontally */
}
.print{
visibility:hidden;
}
