body {
margin: 0px;
padding: 0px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
background: url(images/bg.gif);
}

#headerbg {
background: #115B11 url(images/header.bg.jpg);
}

#footerbg {
background: #115B11 url(images/footer_bg.jpg);
}

.gbtext { 
font-family: "Trebuchet MS", Verdana;
font-size: 18px;
color: #0C7C20;
font-weight: bold;
}

.wbtext { 
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #fff;
font-weight: bold;
}

.w2btext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #66FF00;
	font-weight: bold;
	text-transform: uppercase;
}


p.contph{
margin: 5px 0px 15px 0px;
text-align: justify;
line-height: 19px;
}

p.contph2{
margin: 10px 0px 10px 0px;
text-align: justify;
line-height: 19px;
}

#tabbor {
border: 1px solid #E1E1E1;
}

.swtext { 
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #fff;
}

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

.red {
color: #FF0000;
}

.gray {
color: #7B858A;
}

p.softrip{
margin: 5px 0 0 0;
line-height: 19px;
color: #fff;
font-size: 11px;
}



/* Start Navigation */

#nav ul
	{
	padding: 0;
	margin: 0;
	float: right;
	list-style-type:none; 
	}
	
#nav ul li 
	{
	float:left; 
	background:url(images/sap.gif) no-repeat right center;
	padding: 0px !important;
	padding: 0px 2px 0 0px;
		}

#nav ul li a, #nav ul li a:visited {
	float:left; 
	display:block; 
	text-decoration:none;
	color:#fff; 
	line-height: 37px;
	height: 37px; 
	font-weight: bold;
	background: inherit;
	padding:0 16px 0 16px; 
	font-size: 12px;
	}

#nav ul li a:hover { 
	color:#fff;
	background: url(images/nav_hover.gif);
	font-size: 12px;
	}

#nav ul li #active  { 
		color:#fff; 
		background-color:#5192D5;
		}
		

/* link */

a.linkw, a.linkw:visited
	{
	font-size: 11px;
	color:#fff;
	text-decoration: underline;
	}
	
a.linkw:hover
	{
	color:#fff;
	text-decoration: none;
	}
	
a.linkwl, a.linkwl:visited
	{
	font-size: 11px;
	color:#fff;
	text-decoration: none;
	}
	
a.linkwl:hover
	{
	color:#fff;
	text-decoration: underline;
	}
		
a.linkw2w, a.linkw2w:visited
	{
	font-size: 11px;
	color:#fff;
	text-decoration: underline;
	font-weight: bold;
	}
	
a.linkw2w:hover
	{
	color:#fff;
	text-decoration: none;
	}
	
.download_but
	{
	padding-bottom: 20px;
	padding-right: 10px;
	}
	
.buy_but
	{
	padding-bottom: 20px;
	padding-right: 19px;
	}
	
#notetext {
	margin: 0px 10px 0px 10px; 
	color: #7B858A; 
	font-size: 10px; 
	text-align: justify;
	line-height: 16px;
}
	
/* ------------------- Left Software Programs Menu---------------------- */
	
.leftsoftmenu ul{
list-style-type: none;
margin: 0 0 0 2px;
padding: 0px;
width: 177px;
}

.leftsoftmenu li a{
background: #238BCA url(images/arrow0.gif) no-repeat 10px center;
font: bold 11px Verdana, Arial, Helvetica, sans-serif;
color: #ffffff;
display: block;
width: auto;
padding: 8px 0;
padding-left: 25px;
text-decoration: none;
border-bottom: 1px solid #3393CE;
}

* html .leftsoftmenu li a{ /*IE only. Actual menu width minus left padding of LINK (10px) */
width: 152px;
}

.leftsoftmenu li a:visited, .leftsoftmenu li a:active{
color: #fff;
}

.leftsoftmenu li a:hover{
color: #fff;
background-color: #3494CE;
background-image:url(images/arrow1.gif); /*onMouseover image change. Remove if none*/
}

/* ------------------- Left Other Menu---------------------- */

.otherlinkmenu ul{
list-style-type: none;
margin: 0 0 0 2px;
padding: 0px;
width: 177px;
}

.otherlinkmenu li a{
background: #146CB6 url(images/bullets.gif) no-repeat 10px center;
font: bold 11px Verdana, Arial, Helvetica, sans-serif;
color: #ffffff;
display: block;
width: auto;
padding: 8px 0;
padding-left: 25px;
text-decoration: none;
border-bottom: 1px solid #2576BB;
}

* html .otherlinkmenu li a{ /*IE only. Actual menu width minus left padding of LINK (10px) */
width: 152px;
}

.otherlinkmenu li a:visited, .otherlinkmenu li a:active{
color: #fff;
}

.otherlinkmenu li a:hover{
color: #fff;
background-color: #2979BD;
background-image:url(images/bullets.gif); /*onMouseover image change. Remove if none*/
}