body{
	margin: 10px;
	background-color:#000000;
}


.homeTop{
	border:#dd7008 solid 1px;
	border-bottom-width:0px;
	background-image:url(images/home-top.jpg);
	height:144px;
}
.homeCenter {
	background-image: url(images/home-center.jpg);
	height:222px;
	background-repeat:no-repeat;
	border:#dd7008 solid 1px;
	width: 600px;
}
.homeBottom{
	border:#dd7008 solid 1px;
	border-top-width:0px;
	height:39px;
}
#homeMenu{
	font-family:Verdana;
	font-size:13px;
	font-weight:bold;
	letter-spacing:1px;
	padding-top:0px;
	background-image:url(images/home-bottom.jpg);
}
#homeMenu a{
	text-decoration:none;
	color: #dd7008;
	padding-left:20px;
	float:left;
}
#homeMenu a:hover{
	color: #FFCC66;
}
.topBanner {
	background-image: url(images/topbanner1.jpg);
	height:150px;
	background-repeat:no-repeat;
	border:#dd7008 solid 1px;
	width: 750px;
}

.flag-home{
	float:right;
	margin:10px 0px 0 5px;
	border:#000 solid 1px;
}
.flag{
	float:right;
	margin:5px 5px 0 0;
	border:#000 solid 1px;
}
.flag a{
text-decoration:none;
}

.logoPrint {
visibility:hidden;
}
.menu{
	background-color:#dd7008;
	padding:0 1px;
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	letter-spacing:1px;
}
.menu a{
	text-decoration:none;
	color: #fff0a5;
	padding:4px 20px;
	float:left;
}
.menu a:hover{
	color:#222;
}

.menu a.on{
	background-color:#FFCC66;
	border-right: solid 1px #555;
	border-left: solid 1px #aaa;
	color:#222;
}


.subMenu{
	background-color:#FFCC66;
	padding:0 1px;
	border-right: solid 1px #555;
	border-left: solid 1px #aaa;
	font-family: Verdana;
	font-size:11px;
	font-weight:bold;
	letter-spacing:1px;
}
.subMenu a{
	text-decoration:none;
	color: #dd7008;
	padding:4px 20px;
	float:left;
}
.subMenu a:hover{
	color:#222;
}
.subMenu a.on{
	color:#222;
}
.subMenuLine{
	margin:0 3px;
	border-bottom: dashed 1px #000;
}



.myBody{
	border:#dd7008 solid 1px;
	padding: 20px 10px 10px 10px;
	font-size:12px;
	font-weight:normal;
	letter-spacing:1px;
	color:#999;
	vertical-align:top;
	line-height: 16px;
	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;
	border-bottom: solid 1px #dd7008;
}
.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{
	float:right;
	margin: 0 0 10px 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:#dd7008;
	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{
	width:720;
	text-align:right;
	padding-bottom:10px;
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	letter-spacing:1px;
	padding-right:10px;
}
.print a{
	text-decoration:none;
	color:#dd7008;
	border:#dd7008 solid 1px;
	padding: 2px;
}
.print a:hover{
	color:#fff0a5;
	border:#fff0a5 solid 1px;
}
