
html { 
	overflow: -moz-scrollbars-vertical; 
} 

body {
	margin: 0;
	padding: 0;
	padding-left: 20px;
	padding-right: 20px;
	background: url(../images/new/bg.gif) repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	text-align: center;
}

a, a:link, a:visited, a:active {  color: #CC9933; text-decoration: none; font-weight: bold;}
a:hover {  color: #CC9933; text-decoration: underline; font-weight: bold;}

h1, h2 {  
	font-size: 140%; 
	font-weight: bold; 
}


td { text-align: left; }

.padlogo { width: 175px; }

#mastertable {
	margin: 0 auto;
	width: 850px;
}
#headercell {
	width: 180px;
	height: 130px;
}
#navtable {
	width: 850px;
	height: 130px;
}
#content {
	padding-top: 30px;
	padding-bottom: 20px;
}
#body {
	text-align: justify;
	border-right: 1px solid #D2D3D3;
	padding-top: 10px;
	padding-right: 20px;
}
#side {
	padding-left: 10px;
	width: 140px;
	text-align: left;
	padding-top: 10px;
}
#copyright {
	padding-top: 20px;
	padding-bottom: 40px;
	border-top: 1px dotted #FDBB30;
	font-size: 90%;
}



.navitem {
	background-image: url(../images/new/nav_top_1.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
	font-weight: bold;
	padding-bottom: 6px;
	width: 86px;
	text-align: center;
	vertical-align: bottom;
	font-family: Arial, Helvetica, sans-serif;
}
.navitem a, .navitem a:link, .navitem a:visited {
	display: block;
	width: 100%;
	text-decoration: none;
	color: #000;
}
.navitem a:hover, .navitem a:active {
	text-decoration: underline;
}

#navcap {
	height: 33px;
	background-image: url(../images/new/nav_bot_1.gif);
	background-repeat: no-repeat;
}
.home #navcap 		{ background-position: 178px 0px; }
.services #navcap 	{ background-position: 264px 0px; }
.products #navcap	{ background-position: 350px 0px; }
.support #navcap	{ background-position: 436px 0px; }
.aboutus #navcap	{ background-position: 522px 0px; }

#contentsplit {
	background: url(../images/new/split.gif) repeat-y 50%;
}

.smaller { font-size: 7.5pt}

.apub { color: #CC6600; font-weight: bold}
.bpub { color: #336699; font-weight: bold}

.greenform {  
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	border-bottom: 1px solid #B7974B;
	border-right: 1px solid #B7974B;
	border-left: 1px solid #B7974B;
	border-top: 1px solid #B7974B;
	scrollbar-darkshadow-color: #FFE5A9;
	scrollbar-shadow-color: #B7974B;
	scrollbar-3dlight-color: #CCA854;
	scrollbar-face-color: #FFB302;
	scrollbar-highlight-color: #FFD269;
	scrollbar-track-color: #FFF0CE;
	scrollbar-arrow-color: #654701
}

.gold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFB302;
}


.celltop {
	border-top: 1px dotted #FFCB37;
	padding-top: 4px;
	padding-bottom: 4px;
}
.celltop_padded {
	border-top: 1px dotted #FFCB37;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 14px;
	background-image: url(../images/switch.gif);
	background-repeat: no-repeat;
	background-position: 2px 5px;
	background-color: #FFFCF5;
}
.celltophd {
	padding-left: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
}


