* {
	margin: 0;
	padding: 0;
	border: 0;
	text-decoration: none;
}
body {
	margin:0px;
	color:#3e3e3e;
	width:98%;
	font: 12px/15px Arial, Helvetica, sans-serif;
}
/* slideshow */
img {
	border: none;
}
div.slideshowlayout {
	width: 792px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
}
ul.slideshowlayout {
	list-style-type: none;
	width: 100%;
	float: left;
}
ul.slideshowlayout li {
	margin: 0 0px 0 0;
	float: left;
}
ul.slideshowlayout a {
	float: left;
	display: block;
	background:  url(../images/homepage_deactive_tab.jpg) no-repeat;
	text-decoration: none;
	height: 36px;
	width: 197px;
	margin-right: 1px;
	text-align: center;
	color: #FFFFFF;
	font: 12px/13px Arial, Helvetica, sans-serif;
	padding-top: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
ul.slideshowlayout a:hover {
	background: url(../images/homepage_active_tab.jpg) no-repeat;
}
ul.slideshowlayout a.active {
	background: url(../images/homepage_active_tab.jpg) no-repeat;
	cursor: default;
}
.tabs-container {
	clear: left;
}
.slideshowtabs {
	background: #000000;
	width:792px;
	height:46px;
}
.content {
	height: 497px;
	width:792px;

}
.hislidename {
	font: bold 13px Arial, Helvetica, sans-serif;
}
.registered_trademark {
	font-size: 0.65em;
	position: relative;
	top: -0.60em;
}

.manualupdate{
	background: #dbdbdb;
	width: 792px;
	margin: 0px auto;
	border-bottom: 1px solid #999999;
	padding: 7px 125px;
	font-size: 13px;
}
