/*body {
	background:#E5F0FF none repeat scroll 0 0;
	color:#595959;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
}*/
ul, li{
	padding: 0px;
	margin: 0px;
}
ul.dropmenu{
	position: relative;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCC;
	text-decoration: none;
	z-index: 10001;
	visibility: visible;
	line-height: 35px;
	width: 940px;
	background-image: url(../images/ui/nav_bg2.png);
	background-color:#000;
	font-weight: lighter;
	margin: 0px;
	padding: 0px;
	height: 35px;
}
.dropmenu li{
	position: relative;
	list-style: none;
	float: left;
	margin: 0px;
	padding: 0px;
}
.dropmenu li a{
	display: block;
	color: #FFF;
	text-transform: uppercase;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #f5f5f5;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.dropmenu li span{
	display: block;
	float: right;
	height: 10px;
	width: 10px;
	position: absolute;
/*	top: 10px;*/
	right: 10px;
	background-attachment: scroll;
/*	background-color:#fff;*/
	/*	background-image: url(/kaira/_tmp/gfx/navigation/arrow_up.png);*/
	background-repeat: repeat-x;
	background-position: 0 0;
}
.dropmenu li  a:hover span{
	background:transparent repeat-x scroll 0 0;
}
.dropmenu li:hover ul, .dropmenu li:hover div{
	display: block;
}
.dropmenu ul{
	position: absolute;
	display: none;
	width: auto;
	padding: 0px;
	margin: 0px;
	border-bottom: 1px solid #ccc;
	background: #FFFFFF url(../images/gradient.html) repeat-x scroll 0 0;
}
.dropmenu ul li{
	border: 0;
	float: none;
}
.dropmenu ul a {
	border: 1px solid #ccc;
	border-bottom: 0;
	white-space: nowrap;
	display:block;
	color: #666;
	text-transform: none;
}

a:hover{
	color: #F60 !important;
	}
a.selected, {
	color: #F60 !important;
	background-attachment: scroll;
	background-color: #FFF;
	background-repeat: repeat-x;
}
a.selected span{
	background:transparent repeat-x scroll 0 0;
}
.dropmenu ul a:hover {
	color:#666 !important;
	text-decoration: none;
	background-image: url(../images/ui/gradient.png);
}
.dropmenu div ul{
	position: relative;
	display: block;
}
.dropmenu li div{
	border: 1px solid #f2f2f2;
	padding: 0;
	display: none;
	position: absolute;
	background-attachment: scroll;
	background-color: #Fff;
	background-image: url(../images/ui/gradient.png);
	background-repeat: repeat-x;
	background-position: 0 0;
}
.dropmenu li div ul{
	border: none;
	background: none;
	position: relative !important;
}
.dropmenu li div a{
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #f5f5f5;
}
.dropmenu li div div{
	display: block;
	position: relative;
	background: none;
	border: none;
}
.dropmenu li div div a{
	display: inline;
	border: none;
	color: #999;
	text-decoration: underline;
	padding: 0px;
	margin: 0px;
	text-transform: none;
}
.dropmenu li div div a:hover{
	color: #666;
	text-decoration: none;
}
ul.left{
	float: left;
	width: 145px;
}
ul.right{
	float: right;
	width: 145px;
}
.small{
	color: #666;
	font-size: 10px;
	display: block;
	clear: both;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
.company{
	width: 140px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
.support{
	padding: 10px !important;
	width: 180px;
}
.products{
	width: 300px;
	padding: 15px !important;
}
.products ul{
	width: 100%;
}
.products ul li{
	height: 32px;
	padding: 10px 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f5f5f5;
}
.products h2{
	font-size: 13px;
	padding: 2px 0px 3px 0px;
	margin: 0px;
}
.products p{
	color: #666;
	font-size: 10px;
	padding: 0px;
	margin: 0px;
}
.products img{
	float: left;
	padding-right: 10px;
}
.products  ul li a{
	display: inline;
	border: none;
	color: #999;
	text-decoration: underline;
	padding: 0px;
	margin: 0px;
	text-transform: none;
}
.products  ul li  a:hover{
	color: #F60 !important;
	text-decoration: none;
	background: none !important;
}

.tutorials{
	width: 300px;
}

.login{
	padding: 15px !important;
	width: 180px;
}
input{
	border:1px solid #4A779D;
	padding: 3px 8px;
	margin-bottom: 8px;
	
}
label{
	padding: 0px 0px 4px 0px;
	display:block;
}
button{
	color: #FFF;
	border:1px solid #4A779D;
	padding: 4px 10px;
	width: 180px;
	background-attachment: scroll;
	background-color: #333;
	background-image: url(images/navigation.html);
	background-repeat: repeat-x;
	background-position: 0 0;
}

 h2.featureHeading a:hover {
    color: #0066cc;

}
