@charset "UTF-8";
/* CSS Document */


body#index a#index{
	color: #fff;
	width: auto;
	padding-left: 5px;
	padding-right: 5px;
	height: 50px;
	background: #003366; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#006699', endColorstr='#005179'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#006699), to(#005179)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #006699,  #005179); /* for firefox 3.6+ */
	/*corner rounding*/
	-webkit-border-bottom-left-radius: 5px;-khtml-border-radius-bottomleft: 5px;-moz-border-radius-bottomleft: 5px;border-bottom-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;-khtml-border-radius-topleft: 5px;-moz-border-radius-topleft: 5px;border-top-left-radius: 5px;
	line-height: 50px;
}
body#contact a#contact{
	color: #fff;
	width: auto;
	padding-left: 5px;
	padding-right: 5px;
	height: 50px;
	width: 100px;
	height: 50px;
	background: #003366; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#006699', endColorstr='#005179'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#006699), to(#005179)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #006699,  #005179); /* for firefox 3.6+ */
	/*corner rounding*/
-webkit-border-bottom-right-radius: 5px;
	-khtml-border-radius-bottomright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
	line-height: 50px;
}
	
	body#what a#what,
	body#why a#why,
	body#module a#module,
	body#see a#see,
body#how a#how,
body#contact a#contact {
	color: #fff;
	width: auto;
	padding-left: 5px;
	padding-right: 5px;
	height: 50px;
	background: #003366; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#006699', endColorstr='#005179'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#006699), to(#005179)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #006699,  #005179); /* for firefox 3.6+ */
	line-height: 50px;
}

#navbar {
	float: right;
	list-style: none;
	vertical-align: middle;
	display: inline;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 15px;
	color: #fff;
	text-align: center;
	line-height: 50px;
	top: 18px;
	position: absolute;
	right: 0px;
	/*corner rounding*/
	-webkit-border-bottom-right-radius: 5px;
	-khtml-border-radius-bottomright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
		-webkit-border-top-left-radius: 5px;
	-khtml-border-radius-topleft: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
		-webkit-border-top-right-radius: 5px;
	-khtml-border-radius-topright: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
	/*gradient*/
	background: #777777; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a5a5a5', endColorstr='#777777'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#a5a5a5), to(#777777)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #a5a5a5,  #777777); /* for firefox 3.6+ */
	text-decoration: none;
}
#navbar li {
	float: left;

}
#navbar li a {
	text-decoration: none;
	color: #fff;
	height: 50px;
	display:block;
	
}
#navbar li a#what:hover, a#why:hover,a#how:hover,a#see:hover,a#module:hover {
	background: #003366; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#006699', endColorstr='#005179'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#006699), to(#005179)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #006699,  #005179); /* for firefox 3.6+ */
	text-decoration: none;
    width:auto;


}
#navbar li a#contact:hover{
	color: #fff;
	background: #003366; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#006699', endColorstr='#005179'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#006699), to(#005179)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #006699,  #005179); /* for firefox 3.6+ */
	-webkit-border-bottom-right-radius: 5px; -khtml-border-radius-bottomright: 5px;	 -moz-border-radius-bottomright: 5px; border-bottom-right-radius: 5px;
	-webkit-border-top-right-radius: 5px; -khtml-border-radius-topright: 5px;	 -moz-border-radius-topright: 5px; border-top-right-radius: 5px;
	
}
#navbar li a#index:hover{
	color: #fff;
	background: #003366; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#006699', endColorstr='#005179'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#006699), to(#005179)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #006699,  #005179); /* for firefox 3.6+ */
	-webkit-border-bottom-left-radius: 5px; -khtml-border-radius-bottomleft: 5px;	 -moz-border-radius-bottomleft: 5px; border-bottom-left-radius: 5px;
	-webkit-border-top-left-radius: 5px; -khtml-border-radius-topleft: 5px;	 -moz-border-radius-topleft: 5px; border-top-left-radius: 5px;

}

#subnav_body {
	width: auto;
	float: left;
	list-style: none;
	vertical-align: middle;
	display: inline;
	font-size: 16px;
	color: #4b4b4b;
	text-align: left;
	line-height: 50px;
	text-decoration: none;
	padding-left: 30px;
	margin-bottom: 30px;
	margin-top:30px;
}
#subnav_body li {
	display: inline;
	padding-right: 40px;
}
#subnav_body li a {
	text-decoration:none;
	color: #4b4b4b;
		
}
#subnav_body li a:hover {
	color: #069;
	

}
#subnav_bodycurrent{
	color:#069;
	font-weight:bold;

	
/*gradient-up*/
.gradient-up{
background: #999; /* for non-css3 browsers */

filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ececec', endColorstr='#d6d6d6'); /* for IE */
background: -webkit-gradient(linear, left top, left bottom, from(#ececec), to(#d6d6d6)); /* for webkit browsers */
background: -moz-linear-gradient(top,  #ececece,  #d6d6d6); /* for firefox 3.6+ */
	font-weight: bold;
	font-weight: bold;
	font-style: oblique;
}
.tabledata .heading {
	font-weight: bold;
	color: #FFF;
	background-color: #069;
}

/*gradient-down*/
.gradientdown{
	background: #999; /* for non-css3 browsers */

filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d6d6d6', endColorstr='#ececec'); /* for IE */
background: -webkit-gradient(linear, left top, left bottom, from(#d6d6d6), to(#ececec)); /* for webkit browsers */
background: -moz-linear-gradient(top,  #d6d6d6,  #ececec); /* for firefox 3.6+ */
}
#module #pagecontainer #wrapper1 #wrapper2 #content .br .tl #maincontent .section div .tabledata .tabledata {
	color: #FFF;
}
