/* @override http://www.vitextech.com/styles/style.css */

* {	margin: 0;	padding: 0;}body {	font-size: 62.5%;	font-family: Arial, Helvetica, sans-serif;	color: #000000;
	background-color: #d0d0d0;	--background: #202328 url(../images/background.jpg) repeat-x;
	background: #d0d0d0 url(../images/background-gray.gif) repeat-x;}div.right { float: right;}div.left {float: left;}a {	/*text-decoration: none;*/	outline: none;
	color: #FFFFFF;}.clear{	clear: both;}#header,#hp-body,#content,#footer {	width: 850px;	margin: 0px auto;}
	#header {		height: 48px;
		background-color: #fff;
	}		#header h2 {			float:left;			background: url(../images/vitex_logo.jpg) no-repeat;			width:107px;			height:30px;			margin: 8px 20px 0px 0px;			text-indent: -9000px;
		}			#header .header-text {				color: #000;				font-size: 13px;				float: right;
				clear: none;				text-align: right;				margin-top: 8px;			}

#header h2 {
	cursor: pointer;
}													/*footer*/#footer {	clear: both;	padding: 20px 0px 20px 0px;	color: #000;	font-size: 12px;}	span.address {		float: left;		width: 600px;	}		span.copyright {			float: right;			margin-top: 0px;			text-align: right;		}			span.lform a {				float: right;				width: 600px;				text-decoration: none;				outline: none;				color: #000;				font-size: 10px;				text-align: right;			}				span.address a {					color: #000;					text-decoration: underline;				}	
/* FCK Editor */						
	.knowledge-pdf {		background: url(../images/pdf_icon.png) no-repeat;		padding: 0px 0px 5px 40px;		margin: 0px 0px 0px 40px;	}	.knowledge-word {		background: url(../images/knowledge-word-icon.gif) no-repeat;		padding: 0px 0px 5px 40px;		margin: 0px 0px 0px 40px;	}	.knowledge-link {		background: url(../images/knowledge-link-icon.gif) no-repeat;		padding: 0px 0px 5px 40px;		margin: 0px 0px 0px 40px;	}	.knowledge-excel {		background: url(../images/knowledge-excel-icon.gif) no-repeat;		padding: 0px 0px 5px 40px;		margin: 0px 0px 0px 40px;	}