html {
scrollbar-arrow-color: #ffffff;
scrollbar-3dlight-color: #f1f1f1;
scrollbar-darkshadow-color: #f1f1f1;
scrollbar-face-color: #000099;
scrollbar-highlight-color: #f1f1f1;
scrollbar-shadow-color: #f1f1f1;
scrollbar-track-color: #f1f1f1;
}

body {
	margin: 0px;
	background-image:url(../images/bg.jpg);
	margin-top: 20px;
	background-repeat: repeat-x;
	background-color: #000000;
	margin-bottom: 20px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a {
	color: #000099;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
#siteholder {
	width: 1000px;
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#header {
	background-image:url(../images/ud-headerbg.jpg);
	height: 134px;
}
#logo {
	float: left;
	padding-left: 37px;
	padding-top: 40px;
}
#address {
	text-align: right;
	padding-top: 55px;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	padding-right: 67px;
}
#phone {
	font-size: 14px;
	padding-left: 30px;
	margin-top: -1px;
	float: right;
}
#tnav {
	float: right;
	padding-right: 27px;
	margin-top: 31px;
	clear: right;
}
#tnav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#tnav ul li {
	float: left;
}
#tnav ul li a {
	display: block;
	white-space: nowrap;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 18px;
	padding-right: 8px;
	background-image:url(../images/tnav-spacer.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
}
#tnav ul li a:hover  {
	color: #0000CC;
}
#tnav ul li a:hover span {
	border-color: #000000;
}

#tnav ul li a span {
	border-bottom: 2px solid #999999;
}
#headerimage {
	background-image:url(../images/ud-header.jpg);
	height: 95px;
}
#newaccount {
	text-align: right;
	padding-right: 37px;
	height: 25px;
}
#newaccount a {
	font-size: 12px;
	text-transform: uppercase;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	display: block;
	padding-top: 5px;
}
#newaccount a:hover {
	color: #cccccc;
}
#h1holder {
	padding-top: 52px;
	padding-left: 37px;
}
#contentholder {
	background-image:url(../images/ud-contentbg.gif);
	background-position: left;
	background-repeat: repeat-y;
}
#content {
	background-image:url(../images/ud-contentbg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 37px;
	padding-right: 37px;
	padding-bottom: 20px;
	padding-top: 20px;
	min-height: 300px;
	line-height: 18px;
}
#footer {
	background-image:url(../images/ud-footerbg.jpg);
	height: 60px;
	font-size: 11px;
	color: #cccccc;
	padding-left: 37px;
	padding-right: 37px;
}
#footer a {
	color: #cccccc;
	text-decoration: none;
}
#footer a:hover {
	color: #ffffff;
}
#jj {
	float: right;
	padding-top: 14px;
}
#copyright {
	padding-top: 14px;
}
h1 {
	margin: 0px;
	padding: 0px;
	font-size: 18px;
}
h2 {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	color: #333333;
	margin-top: 5px;
}
h3 {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	color: #000099;
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 5px;
}
.error {
	font-weight: bold;
	color: #CC0000;
}
.success {
	font-weight: bold;
	color:#009900;
}
.textbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #cccccc;
}
.textbutton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	border: 1px solid #cccccc;
	background-color: #000099;
}
.manufacturerholder {
	width: 100px;
	text-align: center;
	padding-bottom: 10px;
}
.manufacturerholder a {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
.manufacturerholder a:hover {
	color: #000099;
}
.manufacturerholder img {
	margin-bottom: 10px;
}
.manufacturercell {
	border-bottom: 1px solid #e6e6e6;
}

#lnews {
	float: right;
	width: 238px;
	margin-left: 20px;
}
.newsheader {
	background-image:url(../images/news-heading-bg.gif);
	height: 26px;
	font-weight: bold;
	font-size: 14px;
	padding-left: 10px;
}
.newsheader p {
	margin: 0px;
	padding: 0px;
	padding-top: 6px;
}
.newscontent {
	background-image:url(../images/news-bg.jpg);
	height: 150px;
	padding-left: 10px;
	padding-right: 10px;
	overflow: auto;
	overflow-x: hidden;

}
.newscontent ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
		padding-top: 5px;
	padding-bottom: 5px;
}
.newscontent ul li a {
	background-image: url(../images/arrow-dg.gif);
	background-repeat: no-repeat;
	background-position: 0px 11px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	display: block;
	color: #000099;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #f4f4f4;
}
.newscontent ul li a:hover {
	color: #000000;
}

#vmarquee TD IMG {

}
#marqueecontainer {
	OVERFLOW: hidden; 
	WIDTH: 901px; 
	POSITION: absolute; 
	HEIGHT: 60px; 
	BACKGROUND-COLOR: #ffffff
}
#vmarquee table td div img {
	margin-right: 20px;
	margin-left: 20px;
}

.infobox {
	background-color: #f2f1f1;
	padding: 10px;
}
.infobox ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.infobox ul li {
	padding-left: 20px;
	background-image:url(../images/arrow.gif);
	padding-bottom: 0px;
	padding-top: 0px;
	background-repeat: no-repeat;
	background-position: 10px 6px;
	font-weight: bold;
}

.tableheading {
	background-color: #e6e6e6;
	font-size: 14px;
	color: #000099;
	font-weight: bold;
	
}
.tablecontent {
	background-color: #ffffff;
	padding-bottom: 20px;
}
