body { 
	background:url(../imagescss/bg.gif) repeat-x left top #d4d3d3; 
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size: 13px; 
	color: #333; 
	}
a, a:active, a:link, a:visited { 
	text-decoration:none; color: #069; 
	}
a:hover { 
	text-decoration: underline; 
	color: #C00; 
	}
#logo { 
	font-size:24px; 
	font-style:italic; 
	font-weight:normal; 
	color:#FCFCD2; 
	line-height:69px; 
	}
#header { 
	background:url(../imagescss/bg_header_blue.gif) left top no-repeat; 
	height:123px; 
	}
#content { 
/*	background:url(../imagescss/bg_content.gif) left top repeat-x #FFFFFF; 	*/
	background: #FFFFFF; 
	width:938px !important; 
	border-left:1px solid #9c9c9c; 
	border-right:1px solid #9c9c9c; 
	padding: 10px 0px;
	}
#textcontent { 
	padding:10px !important; 
	width:900px !important; 
	} 
#wrapper { 
	padding-bottom:9px !important; 
	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; }

/*******************************************************************************
  USER TOOLS
*******************************************************************************/
#user_tools {	
	height:34px;
	padding-right:9px;
	float:right;
}
#user_tools span {
	height:34px;
	padding-left:9px;
	line-height: 34px;
	font-size:10px;
	color: #b0b0b0;
	display:block;
	float:right;
}
#user_tools a { color: #FFF; text-decoration:none;font-size:14px; }
#user_tools a:hover { text-decoration:underline; color:red; }

/*******************************************************************************
  MENU
*******************************************************************************/
#menu {
	float: left;
	margin-left:2px;
}
#menu ul.group {
	margin: 12px 0px 0px 34px;
	padding: 0px 0px 0px;
	list-style: none;
	float: left;
	z-index:4;
}
#menu ul.group li {
	display: inline;
	float: left;
	position: static;
	z-index: 5;
	margin-left:0px !important;
}
#menu ul.group li a {
	display: block;
	float: left;
	height: 100px;
	width: 124px;
	overflow:hidden;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	color: white;
	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: 90px;
	padding-top: 10px
}
#menu ul.group li a span.inner {
	display: block;
	padding: 55px 10px 9px 10px;
	white-space: nowrap;
	background-repeat: no-repeat;
	background-position: 50% 3px;
}
#menu ul.group li a {
	background:url('../imagescss/navigation_background_blue.gif') repeat-x top left;
}
#menu ul.group li.first a {
	background:url('../imagescss/navigation_first_blue.gif') no-repeat top left;
}
#menu ul.group li.last a {
	background:url('../imagescss/navigation_last_blue.gif') no-repeat top right;
}
#menu ul.group li.last a span.inner {
	border: none !important;
}

#menu ul.group li a:hover, #menu ul.group li a.hover {
	background-position: bottom left;
	text-decoration: none;
}
#menu ul.group li.last a:hover, #menu ul.group li.last a.hover  {
	background-position: bottom right;
}
#menu ul.group li a.current {
	background-position: bottom left;
	text-decoration: none;
}
#menu ul.group li.last a.current  {
	background-position: bottom right;
}
#menu ul.group li.first a.current  {
	background-position: bottom left;
}

#menu ul.group li a span.inner {
	border-right: 1px solid #4985b2;
}
#menu ul.group li a:hover span.inner {
	border-right: 1px solid #4985b2;
}
#menu ul.group li a.more {
}
#menu .additional a span {
  	border-right:1px solid #DFDCBB;
}
#menu .dashboard { background-image: url(../imagescss/icon_dashboard.png); background-repeat: no-repeat;  }
#menu .feature { background-image: url(../imagescss/icon_content.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_clock.png); background-repeat: no-repeat;  } 
#menu .support { background-image: url(../imagescss/icon_settings.png); background-repeat: no-repeat;  }
#menu .about { background-image: url(../imagescss/icon_users.png); background-repeat: no-repeat;  } 


/*******************************************************************************
  TABS
*******************************************************************************/

#tabs .container {
	height: 25px;
	padding-top: 8px;
	border-left: 1px solid #397cae;
	border-right: 1px solid #397cae;
	border-bottom: 1px solid #346a92;
	width: 938px !important;
	background: #eee;
}

#tabs {
	background: #639ecb;
}

#tabs .container {
	background:url('../imagescss/tabs_bg.gif') repeat-x left top;
	border-bottom: none;
}

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;
}

.hrFeature{
	color:#CCCCCC;
	display:block;
	margin-left:170px;	
	margin-bottom:10px;
	width:80%;
}
.featHead {
	margin-bottom:10px;
	color:#4263B3 !important;
	font-family:Helvetica !important;
	font-size:16px !important;
	}
.featPoint {
	margin-left:20px;
}

.floatleft {
	height:100px;
	float:left;
	padding:3px;
	margin:0 10px 10px 0;
	border:1px solid #999999;
}
.floatright {
	height:100px;
	float:right;
	padding:3px;
	margin:0 0px 10px 10px;
	border:1px solid #999999;
}
	
div#bannerrotate {
	float:left;
	width:620px;
	border:1px solid #bbb;
	margin-left:130px;
	padding:10px 20px 10px 20px;
}

div#bottomDiv {
	float:left;
	height:230px;
	margin:10px 0 10px 33px;
	padding:10px;
	width:848px;
}

div#bottomLeft {
	border-right:1px dotted #9C9C9C;
	float:left;
	height:220px;
	margin:10px 30px 0 15px;
	padding:10px 30px 0 0;
	width:230px;
}

div#bottomCenter {
	border-right:1px dotted #9C9C9C;
	float:left;
	height:220px;
	margin:10px 30px 0 0;
	padding:10px 30px 0 0;
	width:230px;
}

div#bottomRight {
	float:left;
	height:220px;
	margin:10px 0 0 0;
	padding:10px;
	width:230px;
}

div#bottomDiv h4 {
	color:#1B486A;
	margin-left:10px;
}

div#bottomDiv img {
	float:left;
	margin: 0 10px 0px 0;
}

div#featureContent {
	padding: 0 30px !important;
	width:840px !important;
	margin-left:25px;
}

.featThumb{
	float:left;
}
div.featImg {
	float:left;
	width:180px;
}
div.featContent {
	float:left;
	margin-left:40px;
}
div.featDiv {
	border-bottom:1px solid #bbb;
	float:left;
	padding-bottom:10px;
	width:100%;
	margin-bottom:10px;
}
div.featImg  a:hover{
	text-decoration:none;
	float:left;
}

div.featImg  a span{
	margin-left:55px !important;
	font-weight:bold;
	float:left;
}
.caption {float:left;}
#compTable {
	float:left;
	width:867px;
	margin:0 0 0 20px;
	border:1px solid #ccc;
	border-bottom:none;
	border-left:none;
}
#compTable tr{float:left;}
#compTable td h3{margin-bottom:5px;}

.cellTitle {
	border:1px solid #ccc;	
	border-bottom:none;
	border-left:1px solid #ccc;
	font-size:12px;
	color:#703232;
	padding:4px 0px 2px 10px ;
	font-weight:bold;	
	width:403px ;
	text-align:left;
	float:left;
}
#compTable .cellSec{
	border-top:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:none;
	border-left:1px solid #ccc;
	padding:2px 0 2px 10px;
	width:403px;
	*width:414px;
	float:left;	
}
#compTable  .cellThird{
	border-top:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:none;
	border-left:none;
	padding:2px 0;
	width:150px;
	float:left;	
	margin:0;
}	
#compTable   .cellFourth{
	border-top:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:none;
	border-left:none;
	padding:2px 0;
	width:150px;
	float:left;		
	margin:0;
	background-color:#E2E7FC;
}
#compTable   .cellFifth{
	border-top:1px solid #ccc;
	border-right:none;
	border-bottom:none;
	border-left:none;	
	padding:2px 0;
	width:150px;
	float:left;		
	margin:0;
}
.even{
	background-color:#E2EAF0;
	color:#2F4450;	
}
.odd{
	background-color:#F2F5F8;
	color:#2F4450;
}
.featRightEven {
	background:url("../imagescss/right.png") no-repeat scroll 68px 4px #F2F5F8;	
}
.featRightOdd{
	background:url("../imagescss/right.png") no-repeat scroll 68px 4px #FFFFFF;
}
.featWrongEven{
	background:url("../imagescss/wrong.png") no-repeat scroll 68px 4px #F2F5F8;
}
.featWrongOdd{
	background:url("../imagescss/wrong.png") no-repeat scroll 68px 4px #FFFFFF;
}
td#priceTag{
	border:none;
	vertical-align:top;
	font-size:20px;
	font-family:sans-serif;
	font-weight:bold;
	color:#38488C;
	text-align:center;
	height:68px;
	padding:10px 0 5px 9px;
	border-bottom:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	width:404px;	
	float:left;	
}
td#priceProf img{float:left;border-bottom:1px solid #CCCCCC;}
td#priceEnt img{float:left;border-bottom:1px solid #CCCCCC;border-left:1px solid #CCCCCC;}
td#priceEntSup img{float:left;border-bottom:1px solid #CCCCCC;border-left:1px solid #CCCCCC;}

div#topLeft p {margin-bottom:5px;margin-left:15px;}
div#topLeft h2  {
	color:#1B5DAC;
	font-size:18px !important;
	margin-bottom:0;
	margin-top:10px;
}
div#featContact p, div#about_Contact p , div#about_facts ul{margin-bottom:0px;}
div.featDiv div.featContent li {list-style:disc outside url("../imagescss/bull.bmp");}
div#about_facts li {margin-left:40px;}
div#about_facts , div#about_execs ,div#about_Contact dl, hr, h1, h2, h3, h4, h5, h6, ol, ul {margin-bottom:10px;}
div.exec {float:left; width:400px;margin-bottom:15px;}
div.exec img {float:left; padding:3px; border: 1px solid #ccc; margin-right:15px;}
div#suppRightColumn {
	font-size:12px;
	float:left;
	background:url("../imagescss/SupportDiv.png") no-repeat scroll 0 0 transparent;	
	padding:10px;}
div#aboutLeftSideBar {
	float:left;
	width:170px;
	font-weight:bold;
	background:url('../imagescss/AboutUsDiv.png') no-repeat scroll 0 0 transparent;
	float:left;
	margin-right:20px;
	width:190px;
	height:180px;
	line-height:24px;}
div#aboutLeftSideBar h2{
	margin:0px 0 0 10px;
	padding:10px 0 0 10px;
	text-decoration:underline;}
div#aboutLeftSideBar li {
	padding-left:10px;
	padding-top:4px;}	