html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #949698;
	background: #FFFFFF;
	min-width:850px;
}

.latestnews{
	font-family: arial, helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #f7941d;
}

.producttext{
	font-family: arial, helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #000000;
}

form {
	margin: 0;
	padding: 0;
}

a, a.link-normal{
	color: #999999;
	text-decoration:none;	
}

a:hover, a.link-normal:hover {
	color: #F7931D;
	text-decoration:none;
}


a.link-visit {
	color: #F7931D;
	text-decoration:none;	
}

a.link-visit:hover {
	color: #999999;
	text-decoration:none;
}

a img, img {
	border: 0px none;
}

div {
    /*overflow: hidden;*/
}

#page {
	background-color:#FFFFFF;
	padding-top:50px;
	margin:0 auto;
	width:1022px;
}

#left{
	background-color:#FFFFFF;
	float:left;
	height:700px;
	width:160px;
}

#naviright{
	background-color:#FFFFFF;
	float:left;
	height:620px;
	width:160px;
}

#main{
	background-color:#FFFFFF;
	float:left;
	height:616px;
	width:700px;
	background:  url(frame-new.gif) no-repeat bottom center;
}

#navitop{
	background-color:#FFFFFF;
	float:left;
	height:24px;
	width:560px;
	padding-left:140px;
}

#navibottom{
	text-align:left;
	background-color:#FFFFFF;
	float:left;
	height:24px;
	width:700px;
}

td.front{
	/*padding-left:2px;*/
	height:98px;
	background:  url(front-gras_new.gif) no-repeat top center;
	vertical-align:bottom;
}


/* LIGHTBOX */

#container { 
	width: 50%;
	margin: 0 auto;
	text-align: left;
}

.footer {
	background-color: #000;
	padding: 0.5em;
}

.leightbox {
	line-height:20px;
	color: #333;
	display: none;
	position: absolute;
	top: 25%;
	left: 25%;
	width: 50%;
	height: 50%;
	padding: 20px;
	border: 3px solid #f7941d;
	background-color: white;
	text-align: left;
	z-index:1001;
	overflow: auto;	
}

#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1000;
	background-color:#333;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}

.lightbox[id]{ /* IE6 and below Can't See This */    position:fixed;    }#overlay[id]{ /* IE6 and below Can't See This */    position:fixed;    }