body { 
	 /*background:url(../imagescss/AOOBG.png) left top repeat-x #ecf0f1;*/ 
	background-color: #ffffff; /*#ecf0f1*/ 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 13px; 
	color: #333; 
	}
#top-line {
    background: #00acc8;
    width: 100%;
    height: 5px;
    display: block;
}
a, a:active, a:link, a:visited { 
	text-decoration:none; color: #00ACC8; 
	}
a:hover { 
	text-decoration: underline; 
	color: #00ACC8; 
	}
	/*
#logo { 
	font-size:24px; 
	font-style:italic; 
	font-weight:normal; 
	color:#FCFCD2; 
	line-height:69px;
	margin:0px 0 17px 10px;
	}*/
#logo { 
	font-size:24px; 
	font-style:italic; 
	font-weight:normal; 
	color:#FCFCD2; 
	line-height:52px;
	margin:30px 0 0px 0px;
    padding-left:20px;
    height:78px;
	}	
#header { 
	background:white; 
	height:123px; 
	margin-top:17px;
	}
#content { 
/*	background:url(../imagescss/bg_content.gif) left top repeat-x #FFFFFF; 	*/
	background: #FFFFFF; 
	width:940px !important; 
	/*border-left:1px solid #9c9c9c; 
	border-right:1px solid #9c9c9c;*/ 
	padding: 10px 0px 40px;
	}
#textcontent { 
	padding:10px !important; 
	width:900px !important; 
	} 
#wrapper { 
	padding-bottom:60px !important; 
    box-shadow:  0px 0px 4px 0px rgba(0, 0, 0, 0.2);
	/*background:url(../imagescss/bg_content_bottom.gif) center bottom no-repeat; */
	}
#footer { 
	text-align:center; 
	padding:15px 0px; 
	color: #666; 
	font-size:11px; 
	}
.hidden { display:none; }
.text { padding:10px 15px; }
.nopadding { padding:0px !important; }
.floatLeft { float:left; }
.floatRight { float:right; }

/*******************************************************************************
  HEADING CLASSES
*******************************************************************************/
h1 { font-size:22px; color: #1b486a; display: block; margin-top: 10px;}
h2 { font-size:18px !important; }
h3 { font-size: 13px !important; }
/*******************************************************************************
  EVENTBOX (title -> rightbox)
*******************************************************************************/
.eventbox 
{
	
	font-size:11px;
	font-weight:bold;
	/*text-align:right;
float:right;*/
	margin-top: 15px;
    margin-bottom: 15px;
	/*line-height:35px;
	width: 530px !important;*/
	position:relative;
        padding-left: 20px;
}
/*******************************************************************************
  USER TOOLS
*******************************************************************************/
#user_tools {
	height:34px;
	padding-right:9px;
	float:right;
	padding-top:10px;
}
#user_tools span {
	height:34px;
	padding-left:9px;
	line-height: 34px;
	font-size:10px;
	color: #b0b0b0;
	display:block;
	float:right;
}
#user_tools a { color: #00acc8; text-decoration:none;font-size:14px; }
#user_tools a:hover { text-decoration:underline; color:#E68B1E; }

/*******************************************************************************
  MENU
*******************************************************************************/
#menu {
	float: left;
	margin-left:0px;
}
#menu ul.group {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px;
	list-style: none;
	float: left;
	z-index:4;
	border-left: 1px solid #B9B9B9;
    border-right: 1px solid #B9B9B9;
}
#menu ul.group li {
	display: inline;
	float: left;
	position: static;
	z-index: 5;
	margin-left:0px !important;
	width:134px;
}
#menu ul.group li a {
	display: block;
	float: left;
	height: 98px;
	width: 134px;
	overflow:hidden;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	color: #474747;
	text-decoration:none;
	text-align:center;
	z-index:6;
}
#menu ul.group li a * {
	cursor: pointer;
}
#menu ul.group li a span.outer {
	display: block;
	height: 99px;/**/
	/*padding-top: 10px*/
}
#menu ul.group li a span.inner {
		display: block;
	padding: 55px 10px 21px 10px;
	white-space: nowrap;
	background-repeat: no-repeat;
	background-position: 50% 25px;
	font-size:14px;
	 border-right: 1px solid #B9B9B9;
	  border-top: 1px solid #B9B9B9;
}
#menu ul.group li a {
	/**/background:url('../imagescss/ao_navigation_background.png') repeat-x bottom left; /* top left;*/
}
#menu ul.group li.first a {
	background:url('../imagescss/ao_navigation_background.png') repeat-x bottom left ;/* top left*/
}
#menu ul.group li.last a {
	background:url('../imagescss/ao_navigation_background.png') repeat-x bottom left;/* top right*/
}
#menu ul.group li.last a span.inner {
	border-right: none !important;
}

#menu ul.group li a:hover, #menu ul.group li a.hover {
	background-position: top left; /*bottom left;*/
	text-decoration: none;
	  border-top: 0px solid#B9B9B9;
}
#menu ul.group li.last a:hover, #menu ul.group li.last a.hover  {
	background-position:  top left; /*bottom right; */
	  border-top: 0px solid #B9B9B9;
}
#menu ul.group li a.current {
	background-position: top left; /* bottom left; */
	  border-top: 0px solid #B9B9B9;
	text-decoration: none;
}
#menu ul.group li.last a.current  {
	background-position: top left; /*bottom right; */
}
#menu ul.group li.first a.current  {
	background-position:  top left; /*bottom right; */
}


#menu ul.group li a span.inner {
	/*border-right: 1px solid#868686;#c3c3c3;*/
	border-right: 1px solid #B9B9B9;
	text-indent:-999px;
}
#menu ul.group li a:hover span.inner {
	border-right: 1px solid #B9B9B9;/* #c3c3c3*/
}
#menu ul.group li a.more {
}
#menu .additional a span {
  	border-right:1px solid #DFDCBB;
}
#menu .home { background-image: url(../imagescss/icon_home.png); background-repeat: no-repeat;  }
#menu .feature { background-image: url(../imagescss/icon_feature.png); background-repeat: no-repeat;  }
#menu .screenshot { background-image: url(../imagescss/icon_screenshots.png); background-repeat: no-repeat;  }
#menu .pricing { background-image: url(../imagescss/icon_pricing.png); background-repeat: no-repeat;  }
#menu .trial { background-image: url(../imagescss/icon_trial.png); background-repeat: no-repeat;  } 
#menu .faq { background-image: url(../imagescss/icon_faq.png); background-repeat: no-repeat;  }
#menu .about { background-image: url(../imagescss/icon_about.png); background-repeat: no-repeat;  } 


/*******************************************************************************
  TABS
*******************************************************************************/



#tabs {
	background: #639ecb;
}

#tabs .container {
	/*background:url('../imagescss/tabs_bg.gif') repeat-x left top;
	border-bottom: none;*/
}


#tabs .container {
	height: 30px;
	padding-top: 8px;
	/*border-left: 1px solid #397cae;
	border-right: 1px solid #397cae;
	border-bottom: 1px solid #346a92;
	background: #eee;
	width: 938px !important;*/
     border-bottom: 1px solid #97A4B4;
	/*background: #eee;*/
}

#tabs ul {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	list-style: none;
}

#tabs ul li {
	display: inline;
}

#tabs ul li a {
	font-family:Arial, Helvetica, sans-serif;
	display: block;
	float: left;
	height: 30px;
	margin-right: 0px;
	font-size: 13px;
	font-weight: normal;
	overflow: hidden;
	border-bottom: 0px;
	background: #DEDEDE;
	text-decoration:none;
	/*color: #1b486a;*/
	color: #666;
        padding: 0 10px;
}

#tabs ul li a:hover {
	text-decoration: underline;
	/*background-color: #FFFFFF;*/
	color: #1b486a;
}

#tabs ul li a span {
	height: 20px;
	padding: 0px 10px;
	display: block;
	padding-top: 5px;
	cursor: pointer;
	white-space: nowrap;
}

#tabs ul li a.current span{
  background-color: #FFFFFF;
  color: #00ACC8 !important;
}
#tabs ul li.first a span {
  padding-left: 15px;
  padding-right: 15px;
}
#tabs {
	background: white; /*#639ecb;*/
}

#tabs .container {
	/*background:url('../imagescss/tabs_bg.gif') repeat-x left top;*/
	border-bottom: none;
}

#tabs ul li a {
	/*background: url('../imagescss/tabs_left.png') no-repeat left top;*/
	background-color:#F3F3F3;
	border-left: 1px solid #E0E0E0;
	border-right: 1px solid #E0E0E0;
	border-top: 1px solid #E0E0E0;
    border-bottom: 1px solid #E0E0E0;
	 /* Only round the top corners */
  /*-webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;*/ 
	/*border: 0px;*/
}

#tabs ul li a span {
	/*background: url('../imagescss/tabs_right.png') no-repeat right top;*/
}

#tabs ul li a.current {
/*  background-position: left bottom;*/
	background-color:white;
	border-left: 1px solid #E0E0E0;
	border-right: 1px solid #E0E0E0;
	border-top: 1px solid #E0E0E0;
    border-bottom: 1px solid #fff;
	 /* Only round the top corners */
  /*-webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;*/ 
}

#tabs ul li a.current span {
	/*background-position: right bottom;*/
	color: #474747;
}
#tabs ul li a.tempoff {
  background-position: left top;
}

#tabs ul li a.tempoff span {
	background-position: right top;
}

#tabs ul li.first a{
  color: #1b486a !important;	
}
/*******************************************************************************
  FORMS
*******************************************************************************/
form label { display:block !important; line-height:normal !important; margin: 5px 0px;  font-size:12px;	font-weight:bold; }
input[type=text] { display:block !important; }
textarea { display:block; }
.smallInput { padding:3px 3px; border:1px solid #999; background:#FFFFE6; font-size:12px !important; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif !important; color: #333 !important; font-style:italic; }
.largeInput { padding:6px 5px; border:1px solid #999; background:#FFFFE6; font-size:15px !important; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif !important; color: #333 !important; }
form .small { width:150px; }
form .medium { width:350px; }
form .wide { width:890px; }
.button {
  margin: 0px;
  padding: 0px !important;
  border: 0px;
  background: transparent url('../imagescss/but_right_blue.gif') no-repeat scroll top right;
  color: #1b486a;
  display: block;
  float: left;
  height: 29px;
  margin-right: 6px;
  margin-top:10px;
  padding-right: 12px !important;
  text-decoration: none;
  overflow: hidden;
  font-size: 12px;
  outline: none !important;
  cursor: pointer;
  font-weight: bold;
}

a.button_Home {
  background:url('../imagescss/content_button_hover.png') no-repeat scroll 0 0 transparent;
  color:#4D5776;
  display:block;
  font-size:16px;
  font-weight:bold;
  height:26px;
  padding-top:15px;
  padding:7px 30px 0 0;
  text-align:center;
  text-decoration:none;
  width:93px;
}
a.button_Home:hover {
  color:red;
}

.hrule	{
		color:#CCCCCC;
		display:block;
		float:left;
		width:100%;
		margin-bottom:10px;
}
.featHead {
	text-decoration:underline;
	margin-bottom:10px;
	cursor: pointer;
}
.featPoint {
	margin-left:40px;
}
div#bannerrotate {
	float:left;
	width:620px;
	border:1px solid #bbb;
	margin-left:130px;
	padding:10px 20px 10px 20px;
}

.formError {
  color:red;
}