body {
	background:url("http://www.abilisoft.com/design/bg.gif") 0 0 repeat-x;
	background-color:#fff;
	color:#404040;
	font:0.8em/1.5 Arial, Helvetica, sans-serif;
}
a {
	color:#404040;
	text-decoration:none;
}
a:hover {
	color:#000;
}
h1, h2, h3, h4, h5, h6, p, address, blockquote, table, dl, fieldset {
	margin:15px 0;
}
ul.ul-02 {
	margin:0px 0px 0px 15px;
}
ul.ul-02 li {
	margin:0px 0px 0px 20px;
}
ul.ul-01 {
	margin:15px 0;
	list-style:none;
}
ul.ul-01 li {
	background:url("http://www.abilisoft.com/design/ul-01.gif") 0 50% no-repeat;
	font-size:85%;
	padding:2px 0 2px 25px;
}
ul.ul-list {
	margin:15px 0;
	list-style:none;
}
ul.ul-list li {
	padding:1px 0;
}
ul.ul-list span.date {
	padding-right:10px;
}
#main {
	margin:0 auto;
	overflow:hidden;
	width:960px;
}
#header {
	height:90px;
	padding:0px 20px 15px 20px;
	position:relative;
}
#logo {
	float: left;
	margin: 0px 0px 0px -20px
}
#googlesrcbx {
	float: right;
	margin:0;
	margin: 45px -20px;
}
#topnav {
	margin:0;
	position:absolute;
	right:20px;
	top:80px;
}
#topnav span {
	margin:0 8px;
}
#topnav #topnav-active {
	font-weight:bold;
	text-decoration:none;
}
#nav {
	font-family:Tahoma, Geneva, sans-serif;
	margin: 0;
	padding: 7px 6px 0px;
	width: 99%;
	line-height: 100%;
	border-radius: 1em;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
	background: #dfdfdf; /* for non-css3 browsers */
 	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#bfbfbf'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#dfdfdf), to(#bfbfbf)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #dfdfdf, #bfbfbf); /* for firefox 3.6+ */
	z-index: 1;
	position: inherit;
}
#nav li {
	margin: 0 5px;
	padding: 0 0 8px;
	float: left;
	position: relative;
	list-style: none;
}
/* main level link */
#nav a {
	color: #404040;
	text-decoration: none;
	display: block;
	padding:  8px 20px;
	margin: 0;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	border-radius: 1em;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}
/* main level link hover */
#nav .current a, #nav li:hover > a {
	background: #04acec; /* for non-css3 browsers */
 	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#04acec', endColorstr='#0186ba'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#04acec), to(#0186ba)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #04acec, #0186ba); /* for firefox 3.6+ */
	color: #ffffff;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
}
/* sub levels link hover */
#nav ul li:hover a, #nav li:hover li a {
	background: none;
	border: none;
	color: #666;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
#nav ul a:hover {
	background: #0399d4 !important; /* for non-css3 browsers */
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#04acec', endColorstr='#0186ba'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#04acec), to(#0186ba)) !important; /* for webkit browsers */
	background: -moz-linear-gradient(top, #04acec, #0186ba) !important; /* for firefox 3.6+ */
	color: #fff !important;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}
/* dropdown */
#nav li:hover > ul {
	display: block;
	z-index: 1;
}
/* level 2 list */
#nav ul {
	background: #ddd !important; /* for non-css3 browsers */
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#cfcfcf)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #fff, #cfcfcf); /* for firefox 3.6+ */
	display: none;
	margin: 0;
	padding: 0;
	width: 185px;
	position: absolute;
	top: 35px;
	left: 0;
	border: solid 1px #b4b4b4;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
}
#nav ul li {
	float: none;
	margin: 0;
	padding: 0;
}
#nav ul a {
	font-weight: normal;
	text-shadow: 0 1px 1px rgba(255, 255, 255, .9);
}
/* level 3+ list */
#nav ul ul {
	left: 181px;
	top: -3px;
}
/* rounded corners for first and last child */
#nav ul li:first-child > a {
	-webkit-border-top-left-radius: 9px;
	-moz-border-radius-topleft: 9px;
	-webkit-border-top-right-radius: 9px;
	-moz-border-radius-topright: 9px;
}
#nav ul li:last-child > a {
	-webkit-border-bottom-left-radius: 9px;
	-moz-border-radius-bottomleft: 9px;
	-webkit-border-bottom-right-radius: 9px;
	-moz-border-radius-bottomright: 9px;
}
/* clearfix */
#nav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#nav {
	display: inline-block;
}
html[xmlns] #nav {
	display: block;
}
* html #nav {
	height: 1%;
}
#footer {
	clear:both;
	font-size:85%;
	padding:20px 20px 40px 20px;
}
#footer p {
	margin:0;
}
#footerlogo {
	float: left;
	margin: 0px 0px 0px -20px
}
#footer, #footer a {
	color:#9f9f9f;
}
#footer a:hover {
	color:#404040;
}
#col-top {
	background-color:#F4F4F1;
	background:url("http://www.abilisoft.com/design/col-top.gif") 0 0 no-repeat;
	font-size:0;
	height:5px;
	line-height:0;
	margin-top:15px;
	overflow:hidden;
	width:960px;
	z-index:-1;
}
#col-bottom {
	background-color:#F4F4F1;
	background:url("http://www.abilisoft.com/design/col-bottom.gif") 0 0 no-repeat;
	font-size:0;
	height:5px;
	line-height:0;
	margin-bottom:15px;
	overflow:hidden;
	width:960px;
}
#col {
	background-color:#F4F4F1;
	background:url("http://www.abilisoft.com/design/col.gif") 0 0 repeat-y;
	padding:15px 30px 15px 20px;
}
#cols1-top {
	background:url("http://www.abilisoft.com/design/cols1-top.gif") 0 0 no-repeat;
	font-size:0;
	height:5px;
	line-height:0;
	margin-top:15px;
	overflow:hidden;
	width:960px;
}
#cols2-top {
	background:url("http://www.abilisoft.com/design/cols2-top.gif") 0 0 no-repeat;
	background-color:#e4f1f6;
	height:5px;
	line-height:0;
	overflow:hidden;
	width:960px;
}
#cols2-bottom {
	background:url("http://www.abilisoft.com/design/cols2-bottom.gif") 0 0 no-repeat;
	font-size:0;
	height:5px;
	line-height:0;
	margin-bottom:15px;
	overflow:hidden;
	width:960px;
}
#cols2 {
	background:url("http://www.abilisoft.com/design/cols2.gif") 0 0 repeat-y;
}
#cols2 #col-left {
	float:left;
	padding:0px;
	width:630px;
}
#cols2 #col-left h3 {
	background:url("http://www.abilisoft.com/design/cols3-title.gif") 20px 40% no-repeat;
	background-color:#e4f1f6;
	color:#3d99c2;
	font-size:120%;
	margin:0px 0px 0px 1px;
	padding:7px 15px 12px 50px;
	width:568px;
}
#cols2 #col-right {
	margin-right: 0px;
	padding-right: 0px;
	float:right;
	padding:0px;
	width:290px;
}
#cols2 .col-right-text {
	float:right;
	width:300px;
}
#cols2 .col-right-text p {
	margin:0;
}
#cols3-top {
	background:url("http://www.abilisoft.com/design/cols3-top.gif") 0 0 no-repeat;
	font-size:0;
	height:5px;
	line-height:0;
	margin-top:15px;
	overflow:hidden;
	width:960px;
}
#cols3-bottom {
	background:url("http://www.abilisoft.com/design/cols3-bottom.gif") 0 0 no-repeat;
	font-size:0;
	height:5px;
	line-height:0;
	margin-bottom:15px;
	overflow:hidden;
	width:960px;
}
#cols3 {
	background:url("http://www.abilisoft.com/design/cols3.gif") 0 0 repeat-y;
}
.col {
	float:left;
	margin-right:15px;
	padding:0 1px;
	width:308px;
}
.col.last {
	margin-right:0;
}
.col h3 {
	background:url("http://www.abilisoft.com/design/cols3-title.gif") 20px 40% no-repeat;
	background-color:#e4f1f6;
	color:#3d99c2;
	font-size:120%;
	margin:0;
	padding:7px 15px 12px 50px;
}
.col a {
	text-decoration:none;
}
.col-text {
	border-top:1px solid #DFDFDF;
	padding:20px;
}
.col-text p {
	margin:0;
}
.col-text ul {
	margin-bottom:0;
}
.col-more {
	padding:0px 10px 0px 0px;
	float:right;
}
#cols3 .col h3 a {
	color:#3d99c2;
}
#cols3 .col h3 a:hover {
	color:#000;
}
#cols3 .col-more {
	background:#F5F5F5;
}
#cols31-top {
	background:url("http://www.abilisoft.com/design/cols31-top.gif") 0 0 no-repeat;
	font-size:0;
	height:5px;
	line-height:0;
	margin-top:15px;
	overflow:hidden;
	width:960px;
}
#cols31-bottom {
	background:url("http://www.abilisoft.com/design/cols31-bottom.gif") 0 0 no-repeat;
	font-size:0;
	height:5px;
	line-height:0;
	margin-bottom:15px;
	overflow:hidden;
	width:960px;
}
#cols31 {
	background:url("http://www.abilisoft.com/design/cols31.gif") 0 0 repeat-y;
}
#cols31 .col h3 {
	background-color:#e4f1f6;
	color:#3d99c2;
}
#cols31 .col h3 a {
	color:#3d99c2;
}
#cols31 .col h3 a:hover {
	color:#000;
}
#cols31 .col-more {
	background:#F5F5F5;
}
#col-banner {
	float:left;
	height:215px;
	width:280px;
}
#slogan {
	color:#505050;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	font-size:30px;
	height:33px;
	margin:0;
	overflow:hidden;
	padding:0px 0px 10px 0px;
	width:560px;
}
/* buttons */
.gradentbt, .gradentbt:visited {
	background: #222 url("http://www.abilisoft.com/design/bt-overlay.png") repeat-x;
	display: inline-block;
	padding: 5px 10px 6px;
	color: #fff;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
	border-bottom: 1px solid rgba(0, 0, 0, 0.25);
	cursor: pointer;
}
.gradentbt:hover {
	background-color: #111;
	color: #fff;
}
.gradentbt:active {
	top: 1px;
}
.small.gradentbt, .small.gradentbt:visited {
	font-size: 11px;
padding:;
}
.gradentbt, .gradentbt:visited, .medium.gradentbt, .medium.gradentbt:visited {
	font-size: 13px;
	font-weight: bold;
	line-height: 1;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
}
.large.gradentbt, .large.gradentbt:visited {
	font-size: 14px;
	padding: 8px 14px 9px;
}
.green.gradentbt, .green.gradentbt:visited {
	background-color: #91bd09;
}
.green.gradentbt:hover {
	background-color: #749a02;
}
.blue.gradentbt, .blue.gradentbt:visited {
	background-color: #2daebf;
}
.blue.gradentbt:hover {
	background-color: #007d9a;
}
.red.gradentbt, .red.gradentbt:visited {
	background-color: #e33100;
}
.red.gradentbt:hover {
	background-color: #872300;
}
.magenta.gradentbt, .magenta.gradentbt:visited {
	background-color: #a9014b;
}
.magenta.gradentbt:hover {
	background-color: #630030;
}
.orange.gradentbt, .orange.gradentbt:visited {
	background-color: #ff5c00;
}
.orange.gradentbt:hover {
	background-color: #d45500;
}
.yellow.gradentbt, .yellow.gradentbt:visited {
	background-color: #ffb515;
}
.yellow.gradentbt:hover {
	background-color: #fc9200;
}
/* web form */

fieldset {
	width: 958;
	margin: 0;
	padding: 30px;
	background: #f0f0f0;
	border: 2px solid #d0d0d0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 6px 6px 6px #ddd;
	-webkit-box-shadow: 6px 6px 6px #ddd;
	box-shadow: 6px 6px 6px #ddd;
}
label {
	display: block;
	font: bold 1.2em arial, verdana, tahoma, sans-serif;
	text-shadow: 2px 2px 2px #ccc;
	color: #000;
	margin: 0 20px 10px 0;
	padding: 0;
	clear: left;
}
/* APPLIES THE STYLE TO EACH FORM ELEMENT */
.textfield, .dropdown, .textarea {
	width: 220px;
	font: normal 1.1em arial, verdana, tahoma, sans-serif;
	color: #666;
	margin: 0 0 30px 0;
	padding: 9px 14px;
	background: #f2f2f2;
	border: 2px solid #d0d0d0;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	-moz-box-shadow: 4px 4px 4px #ddd;
	-webkit-box-shadow: 4px 4px 4px #ddd;
	box-shadow: 4px 4px 4px #ddd;
}
/* OPTIONAL SET WIDTH FOR THE SELECT LIST */
.dropdown {
	width: 250px;
}
/* OPTIONAL SET WIDTH FOR THE TEXTAREA */
.textarea {
	width: 850px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
/* CHANGE THE STYLE WHEN THE FORM ELEMENT IS CLICKED */
input:focus, select:focus, .textarea:focus {
	background: #fff;
	border: 2px solid #ddd;
	-moz-box-shadow: 2px 1px 1px #ddd;
	-webkit-box-shadow: 2px 1px 1px #ddd;
	box-shadow: 2px 1px 1px #ddd;
	outline: none;
}
/* THE NAMES FOR EACH OF THE FORM ELEMENT DIVS WHICH AUTOMATICALLY HIDES THE TIPS BY DEFAULT */
div.formName p.hint, div.formEmail p.hint, div.formMessage p.hint, div.formPhone p.hint {
	display: none;
}
/* WHEN EACH DIV IS HOVERED, THE TIP IS DISPLAYED */
div.formName:hover > p.hint, div.formEmail:hover > p.hint, div.formMessage:hover > p.hint, div.formPhone:hover > p.hint {
	position: absolute;
	display: block;
	font: bold 0.8em arial, verdana, tahoma, sans-serif;
	text-shadow: none;
	color: #000;
	margin: 0 0 0 265px;
	padding: 10px 15px;
	background: #ffff80;
	border: 2px solid #f7de35;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	-moz-box-shadow: 4px 4px 4px #ddd;
	-webkit-box-shadow: 4px 4px 4px #ddd;
	box-shadow: 4px 4px 4px #ddd;
}
/* CHANGES THE LEFT MARGIN ON THE TEXTAREA TIP, FOR BALANCE */
div.formMessage:hover > p.hint {
	margin: 2px 0 0 850px;
}
/* set the size of the definition list <dl> and add the background image */
#pmap {
	display:block;
	width:344px;
	height:177px;
	background:url("http://www.abilisoft.com/pages/products/productsBanner.png") no-repeat;
	position:relative;
}
/* set up the definition list <a> to hold the background image for the hover state */
#pmap a#title {
	display:block;
	width:400px;
	height:0;
	padding-top:240px;
	overflow:hidden;
	position:absolute;
	left:0;
	top:0;
	background:transparent url("http://www.abilisoft.com/pages/products/productsBannerSelection.png") no-repeat 400px 400px;
	cursor:default;
}

/* the <dt> a hover style to move the background image to position 0 0*/
#pmap a#title:hover {
	background-position: 0 0;
}
/* place the <dd>s in the correct absolute position */
#pmap dd {
	position:absolute;
	padding:0;
	margin:0;
}
#pmap #imglite {
	left:0px;
	top:0px;
}
#pmap #imgmtm {
	left:85px;
	top:0px;
}
#pmap #imgtkm {
	left:170px;
	top:0px;
}
#pmap #imgma {
	left:0px;
	top:85px;
}
#pmap #imgam {
	left:85px;
	top:85px;
}
#pmap #imgnm {
	left:170px;
	top:85px;
}
#pmap #imgsm {
	left:255px;
	top:85px;
}
/* style the &lt;dd&gt;&lt;a&gt; links physical size and the background image for the hover */
#pmap a#lite, #pmap a#mtm, #pmap a#tkm, #pmap a#ma, #pmap a#am, #pmap a#nm, #pmap a#sm {
	display:block;
	width:85px;
	height:85px;
	background:transparent url("http://www.abilisoft.com/pages/products/hover.gif") -100px -100px no-repeat;
	text-decoration:none;
}
/* style the span text so that it is not initially displayed */
#pmap a span, #pmap a:visited span {
	display:none;
}
/* move the link background image to position 0 0 when hovered */
#pmap a#lite:hover, #pmap a#mtm:hover, #pmap a#tkm:hover, #pmap a#ma:hover, #pmap a#am:hover, #pmap a#nm:hover, #pmap a#sm:hover {
	background-position:0 0;
}
/* define the common styling for the span text */
#pmap a:hover span {
	position:absolute;
	width: 540px;
	height: 190px;
	display:block;
	padding:10px;
	border-radius: 1em;
	background: #F4F4F1; /* for non-css3 browsers */	
}
/* the hack for IE pre IE6 */
* html #pmap a:hover span {
	width:400px;
	w\idth:400px;
}
/* move the span text to a common position at the bottom of the image map */
#pmap a#lite:hover span {
	left:370px;
	top:-20px;
}
#pmap a#mtm:hover span {
	left:285px;
	top:-20px;
}
#pmap a#tkm:hover span {
	left:200px;
	top:-20px;
}
#pmap a#ma:hover span {
	left:370px;
	top:-105px;
}
#pmap a#am:hover span {
	left:285px;
	top:-105px;
}
#pmap a#nm:hover span {
	left:200px;
	top:-105px;
}
#pmap a#sm:hover span {
	left:115px;
	top:-105px;
}
/* add the style for the link span text - first line */
#pmap a span:first-line {
	color:#505050;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	font-size:30px;
}
.ico-comment {
	background:url("http://www.abilisoft.com/design/ico-comment.gif") 0 50% no-repeat;
	padding-left:18px;
}
.ico-rss {
	background:url("http://www.abilisoft.com/design/ico-rss.gif") 0 50% no-repeat;
	padding-left:18px;
}
.smaller {
	font-size:85%;
}
.high {
	color:#959678
}
