/*interface and global styles*/

* {margin:0px; padding:0px;} 
body {
	font: 70% Arial, Helvetica, sans-serif;
	background-color: #252f3f;
	background-image: url(images/bg_pattern.gif);
	margin: 0px;
	color: #fff;
}
td {border-collapse:collapse;}
.bg_left {
	background-image: url(images/bg_left.png);
	background-repeat: repeat-x;
}
.bg_right {
	background-image: url(images/bg_right.png);
	background-repeat: repeat-x;
}
.bg_center {
	background-image: url(images/bg_center1.png);
	background-repeat: no-repeat;
}
.bg_center_shadow {
	background: url(images/bg_content_shadow.png) no-repeat;
}
.bg_content {
	background: url(images/bg_content.png) no-repeat;
	height: 522px;
	width: 944px;
}
.bg_vac {
	background: url(images/bg_vacsys.png) no-repeat;
	height: 522px;
	width: 944px;
}

img { border: none;}
.img_large, .bg_about{
	padding: 12px 24px 24px 12px;
}
.bg_about {
background: url(images/bg_about.png) no-repeat left bottom;
}

#topbar {
	margin: 0px;
	padding: 0px;
	height: 44px;
	width: auto;
	text-align: right;
}
#topbar #topnav {
	margin: 0px;
	padding: 0px;
	width: 584px;
	position: absolute;
	z-index: 100;
	left: 0px;
	top: 0px;
}
#topnav #logo {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 195px !important;
}

.clear {
	clear: both;
}

p, ul {
	font-size: 13px;
	line-height: 20px;
	margin-top: 8px;
	margin-bottom: 8px;
}
ul{margin-left: 25px}
p.news_text {margin-top: 16px; margin-bottom: 16px;}
.text_14 {
	font-size: 14px;
}


p.topLinks {
	font-size: 12px;
	line-height: 16px;
	color: #999999;
	margin-top: 18px;
	margin-left: 12px;
}
h1 {
	font: normal 19px/24px Helvetica, "Helvetica 55 Roman", Arial, sans-serif!important;
	margin-top: 16px;
	margin-bottom: 14px;
	color: #CCCCCC;
}

a {
	color: #ffff00;
}
a:hover {
	color: #fff;
}
a.topNav {
	font-weight: bold;
	color: #C8C8C8;
	text-decoration: none;
}
a.topNav:hover {
	font-weight: bold;
	color: #ffff00;
	text-decoration: none;
}
p.copyright {
	font-size: 11px;
	line-height: 16px;
	color: #999999;
	margin-top: 18px;
	margin-right: 25px;
	margin-bottom: 24px;
}
.hd_vac {
	background: url(images/hd_vacsys.png) no-repeat right bottom;
}
.hd_acvso10 {
	background: url(images/hd_ACVSO10.png) no-repeat right bottom;
}
.hd_acvso25 {
	background: url(images/hd_ACVSO25.png) no-repeat right bottom;
}
.hd_acvso50 {
	background: url(images/hd_ACVSO50.png) no-repeat right bottom;
}
li {
	margin-bottom: 4px;
}
#specs_table {
	margin-top: 8px;
	margin-right: 8px;
	margin-left: 12px;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
}

#specs_table td {
	padding: 2px;
	font-size: 12px;
	color: #000;
	background: url(images/bg_specs.gif);
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	text-align: center;

}
#specs_table td table {
	margin: 0px !important;
}
#specs_table td table td {
	border-right: 1px solid #000000;
	border-bottom: 0px none;
	padding: 2px !important;
}
#specs_table td table td.no_border {
	border: 0px none !important;
}
.bg_center a.blackLink {
	color: #000000;
	text-decoration: underline;
}
a.blackLink:hover {
	color: #FFFF00;
}

