/* CSS Document */

/* TOP MENU ---------- */
#topmenu {  	margin: 0px 8px 0 8px; 
			padding: 0;
			background: url(../images/menu.jpg) repeat-x top;
			height: 35px;
			
}
.hedarbg {
	background-image: url(../images/visual_about.gif);
	height: 107px;
}
.headerbg1 {
	background-image: url(../images/lineheader.jpg);
	background-repeat: no-repeat;
	height: 107px;
	width: 10px;
}
.headerbg2 {
	background-image: url(../images/headerline1.jpg);
	background-repeat: no-repeat;
	height: 107px;
	width: 10px;
}



#topmenu .lefts { 
	background: url(../images/menul.jpg) no-repeat left; 
	height: 35px; 
	padding-left: 5px;
}
#topmenu .rights {
	background: url(../images/menur.jpg) no-repeat right;
	float: right;
	height: 35px;
	width: 8px;
}
#topmenu li a { 
	color: #FFF;
	text-align: left;
	padding-left: 10px;
	padding-right: 15px;
	text-decoration: none;
	background: transparent;
	font-weight: bold
} 
#topmenu li {
	padding: 0px;
	float: left;
	margin: 0;
	font-size: 11px;
	line-height: 35px;
	white-space: nowrap;
	list-style-type: none;
	width: auto;
	background: url(../images/sep.gif) no-repeat top right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	
}

code {
  margin: 10px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
  border-left: 4px solid #CC0000;
}


blockquote {
	margin: 10px;
	padding: 0 0 0 32px;
	background-position: 5px 10px;
	border: 1px solid #f2f2f2;
	border-left: 4px solid #CC0000;
	font-weight: bold;
	font-style: italic;
	letter-spacing: 1px;
	word-spacing: 1px;
	color: #003300;
	font-family: Georgia;
	font-size: 12px;
	background-color: #FAFAFA;
	background-image: url(../images/quote.gif);
	background-repeat: no-repeat;
}
#footer {
	clear: both;
	text-align: center;
	background-image: url(../images/footer_bg.gif);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: lighter;
	color: #FFFFFF;
	text-decoration: none;
}

#footer div div { padding: 8px 0; }

#footer, #footer a {
	color: #fff;
}

#footer div { background: url(../images/footer_l.gif) no-repeat; width:100%; }
#footer div div { background: url(../images/footer_r.gif) top right no-repeat;width:100%; width:100%; }
#main {
	position: relative;
	width: 98%;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 7px;
	padding-left: 3px;
	border: 1px dotted #999999;
}
#main a { color: #000066; }
		#main  p {
	font-family: Verdana, Georgia, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 0 10px 10px 10px;
	text-decoration: none;
	font-weight: normal;
}
.bodytxt {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}


.heading1 {
	color: #637E63;
	font-family: "trebuchet ms";
	font-size: 18px;
}
#main h1 {
	font-family: "trebuchet ms";
	color: #637E63;
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}
.productname {

	color: #637E63;
	font-family: "trebuchet ms";
	font-size: 36px;
}
.principals {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	line-height: 20px;
}
body {
	background-image: url(../images/bg.gif);
}

