@charset "utf-8";

body {
	margin: 0;
	padding: 0;
	/*
	font-family: Verdana, Geneva, sans-serif, "宋体;";
	font-size: 12px;*/
	color: #666;
	font: 12px/ 1.7em "Lucida Grande", "Lucida Sans Unicode", Arial,
		Helvetica, sans-serif;
	background: url(images/bg_x.gif) left top repeat-x;
}

p {
	line-height: 1.5em;
	margin: 0 0 10px;
}

img {
	border: none;
}

a {
	color: #1A74B0;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


hr {
    background-color: #E7E7E7;
    border:0;
    height: 1px;
    margin-bottom: 18px;
	margin-top: 5px;
    clear:both;
}

blockquote {
	color: #000000;
	font-size: 14px;
	font-style: italic;
	margin: 5px 0 20px;
	padding: 10px;
	quotes: "“" "”";
}

blockquote p {
	display: inline;
	margin-left: 5px;
}

blockquote:before,blockquote:after {
	font-weight: bold;
	font-size: 22px;
	color: #666;
}

blockquote:before {
	content: open-quote;
}

blockquote:after {
	content: close-quote;
}


.clearf {
	zoom: 1;
}

.clearf:after {
	display: block;
	clear: both;
	content: '\20';
}

/* css sprite */


.banner .inner_banner {
	/*background: url(images/banner_1.jpg) left top no-repeat;*/
}

/*
* html body {
	background-attachment: fixed;
	background-image: url('about:blank');
}
*/

/* header */
.header {
	width: 100%;
	height: 85px; /*text-align:center;*/ /*IE5.5*/
}

.header .inner_header {
	margin: auto;
	width: 960px;
	height: 85px;
	position: relative;
	z-index: 1;
}

.hd .header {
	height: 70px;
}

/* banner */
.banner {
	text-align: center; /*IE5.5*/
	height: 340px;
	background-position: 0 -60px;
	overflow: hidden;
}

.banner .inner_banner {
	margin: auto;
	width: 960px;
	height: 340px;
	position: relative;
	overflow: hidden;
}

.banner .hot_pic {
	width: 960px;
	height: 340px;
	background-position: 0 0;
}

.banner .download_now {
	display: block;
	width: 137px;
	height: 30px;
	text-indent: -999999px;
	position: absolute;
	left: 360px;
	top: 264px;
	overflow: hidden;
}

.banner .change_pic {
	z-index:-1;
	/*
	width: 300px;
	height: 200px;
	position: absolute;
	left: 542px;
	top: 133px;
	overflow: hidden;*/
}

.banner .change_pic_1 {
	margin: auto;
	width: 960px;
	height: 340px;
	position: relative;
	background: url(images/banner_1.jpg) left top no-repeat;
}

.banner .change_pic_2 {
	margin: auto;
	width: 960px;
	height: 340px;
	position: relative;
	background: url(images/banner_2.jpg) left top no-repeat;
}

.banner .change_pic_3 {
	margin: auto;
	width: 960px;
	height: 340px;
	position: relative;
	background: url(images/banner_3.jpg) left top no-repeat;
}

.banner .p_page {
	position: absolute;
	right: 290px;
	bottom: 35px;
}

.banner .p_page span {
	display: block;
	float: left;
	width: 16px;
	height: 16px;
	text-indent: -999999px;
	cursor: pointer;
	background: url(images/pages.png) left top no-repeat;
	overflow: hidden;
}

* html .banner .p_page span {
	background: none;
	filter: progid :         DXImageTransform.Microsoft.AlphaImageLoader (
		    
		   enabled =    
		    "true", src =         "/views/css/images/pages.png", sizingMethod =
		
		   
		   "image" );
}

.banner .p_page .hover {
	background: url(images/pages_hover.png) left top no-repeat;
}

* html .banner .p_page .hover {
	background: none;
	filter: progid :         DXImageTransform.Microsoft.AlphaImageLoader (
		    
		   enabled =    
		    "true", src =         "/views/css/images/pages_hover.png",
		sizingMethod =  
		 
		    "image" );
}

.banner .p_page .current {
	background: url(images/pages_current.png) left top no-repeat;
	overflow: hidden;
}

* html .banner .p_page .current {
	background: none;
	filter: progid :         DXImageTransform.Microsoft.AlphaImageLoader (
		    
		   enabled =    
		    "true", src =         "/views/css/images/pages_current.png",
		sizingMethod =    
		    "image" );
}

/*	-------------------------------------------------------------
	GRID
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
.container {
	/*
	background: transparent url("images/bg_container.gif") repeat-x top left
		;
	*/
}

*html .content-top{
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/views/css/images/content_top.png", sizingMethod="scale");
}
.content-top {
	background: transparent url("images/content_top.png") no-repeat top left
		;
}

*html .content{
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/views/css/images/content_bg.png", sizingMethod="scale");
}
.content {
	background: transparent url("images/content_bg.png") repeat-y left
		bottom;
}

*html .content-btm {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/views/css/images/content_btm.png", sizingMethod="scale");
}
.content-btm {
	background: transparent url("images/content_btm.png") no-repeat top left
		;
}

/*	-------------------------------------------------------------
	GRID
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
.container {
	width: 100%;
	margin-top: 8pt;
	padding: 0;
}

/*
.wrapper {
	width:999px;
	margin:0;
	padding:0;
	margin:0 auto; }

.header {
	position:relative;
	width:999px;
	height:433px;
	padding:0;
	margin:0 auto; }

.subpage .header {
	position:relative;
	width:999px;
	height:207px;
	padding:0;
	margin:0 auto; }

.sub-header {
	position:relative;
	width:999px;
	padding:0;
	margin:0 auto; }
*/
.content-top {
	width: 960px;
	height: 16px;
	margin: 0 auto;
}

.content {
	width: 914px;
	min-height: 300px;
	padding: 10px 23px 0 23px;
	margin: 0 auto;
}

.left-content {
	float: left;
	width: 630px;
	margin: 0 20px 0 0;
	padding: 0;
}

.content-btm {
	width: 960px;
	height: 16px;
	margin: 0 auto;
}

.content h2 {
	color: #323231;
	font-size: 20px;
	margin: 0 0 5px;
	line-height: 1.5em;
}

.content ul,.content ol {
	margin: 10px 0 10px 25px;
	padding: 0;
}

.content ul li,.content ol li {
	line-height: 1.7;
	margin: 0 0 2px 0;
	padding: 0;
}

.content h1 {
	color: #323231;
	font-size: 2.5em;
	margin: 0 0 10px;
}

.content h3 {
	color: #323231;
	font-size: 1.5em;
	margin: 0 0 5px;
	line-height: 1.5em;
}

.content h4 {
	color: #323231;
	font-size: 1.3em;
	font-weight: lighter;
	margin: 0;
	padding: 0;
}

.content h5 {
	color: #323231;
	font-size: 1.2em;
	font-weight: normal;
	letter-spacing: -0.5px;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
}

.content h6 {
	color: #323231;
	font-size: 1em;
	margin: 0;
	padding: 0;
}


.content table {
    border: 1px solid #ccc;
    text-align: left;
    margin: 0 -1px 24px 0;
    width: 100%;
}
.content tr th,
.content thead th {
    color: #333;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    padding: 9px 24px;
}
.content tr td {
    border: 1px solid #e7e7e7;
    padding: 5px 5px;
}
.content tr.odd td {
    background: #F2F7FC;
}



/*  -------------------------------------------------------------
    MISC (NEED A CLEANUP!)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */
.colleft,.colright {
	float: left;
	width: 48%;
}

.colright {
	margin: 0 0 0 20px;
}

.small {
	width: 40%;
}

.col1,.col2 {
	float: left;
}

.col1 {
	width: 600px;
	padding: 10px 25px 0 0;
	border-right: 2px solid #e2e2e2;
}

.col1 h2 span {
	font-size: 14px;
	margin: 0 0 0 10px;
}

.col2 {
	width: 260px;
	padding: 10px 0 0 30px;
}

.col1 div.block {
	float: left;
	width: 280px;
	margin: 15px 0 0 20px;
}

.col2 div.block {
	margin: 0px 0 25px 0;
}

div.block h4,.testimonial h4 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica,
		sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	margin: 0;
	padding: 0;
}

.col2 div.block h4,.testimonial h4 {
	margin: 25px 0 0 0;
}

div.block p {
	font-size: 12px;
}

div.block p.meta {
	font-size: 12px;
	margin: 0;
	padding: 0;
}

div.block p.meta span {
	font-weight: bold;
}

div.col2 p {
	margin: 10px 0 0 0;
	text-align: justify;
}

.leftsmall {
	float: left;
	width: 35%;
}

.bgcolor {
	/*float: right;
	width: 55%;*/
	background: #f2f2f2;
	padding: 3px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
}

/*  -------------------------------------------------------------
    FOOTER
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */
.footer {
	position: relative;
	width: 960px;
	margin: 0 auto;
	padding: 5px 0 0 0;
}

.footer .copy {
	float: left;
	width: 65%;
	line-height: 43px;
	text-align: left;
}

.footer p {
	color: #787878;
	padding: 0;
	margin: 0;
	line-height: 43px;
	font-size: 12px;
}

/*******************form style*******************************/
	/*  -------------------------------------------------------------
    BLOG: GLOBAL
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */
.content-main {
	float: left;
	width: 620px;
	margin: 0;
	padding: 0;
	margin: 0px 0 0 10px;
	padding: 10px 10px;
}

p.articlemeta {
	margin: -13px 0 20px 0;
	padding: 0;
}

p.articlemeta span {
	font-weight: bold;
}

.post .comments {
	padding: 0 0 0 20px;
}

.post {
	clear: both;
	margin: 0
}

.featured,.article {
	margin: 0 0 30px 0;
}

.featured h1 a,.article h1 a,.recents h1 {
	font-family: "Droid Sans Bold", sans-serif;
	color: #323231;
	padding: 0;
	margin: 0;
	line-height: 1.5em;
}

.article {
	width: 625px;
}

.article blockquote {
	margin: 20px 0;
	color: #000;
	font-style: italic;
	font-size: 14px;
	padding: 10px;
	quotes: "\201C" "\201D";
}


.recents h1 {
	font-weight: normal;
	font-size: 1.9em;
	padding: 10px 0 10px 0;
	border-top: 2px solid #f2f2f2;
}

#posts {
	list-style: none;
	margin: 0;
	padding: 0;
}

.postmeta {
	width: 200px;
	float: left;
}

.postmeta ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.postmeta ul li {
	font-style: italic;
}

.postmeta ul li a {
	font-weight: bold;
	font-style: normal;
}

.postsummary {
	width: 425px;
	float: left;
	margin: 0 0 10px 0;
}

.content-main .consult-list .item {
	margin: 0px;
	padding: 5px 5px 5px;
}

.content-main .consult-list .user {
	color: #999999;
	font-size: 12px;
}

.content-main .consult-list .user strong {
	float: left;
	width: 300px;
}

.content-main .consult-list .user span {
	float: right;
	text-align: right;
	width: 200px;
}

.content-main .consult-list .text {
	clear: both;
	margin-top: 5px;
}

.content-main .consult-list .reply {
	color: #006600;
	/*margin-top:5px;*/
	margin-left: 20px;
	background: none repeat scroll 0 0 #F6F6F6;
	padding: 5px;
}

.content-main .consult-form {
	height: 152px;
	padding: 35px 55px 15px;
	width: auto;
}

.content-main .consult-form p {
	width: 100%;
	margin: 5px 0;
	padding: 0;
}

.content-main .sect {
	border-top: 1px solid #ccc;
	padding: 10px 10px 25px;
	width: 620px;
}

.content-main .consult-form .succ {
	display: none;
	padding: 10px 0;
}

.f-textarea {
	border-color: #7C7C7C #C3C3C3 #DDDDDD;
	border-style: solid;
	border-width: 1px;
	font-size: 14px;
	padding: 3px 4px;
}

input.formbutton {
	background: none repeat scroll 0 0 #63C5C8;
	border-color: #82D0D4 #4D989B #54A3A7 #92D6D9;
	border-style: solid;
	border-width: 2px;
	color: #FFFFFF;
	cursor: pointer;
	letter-spacing: 0.1em;
	padding: 4px 1em;
}

/*  -------------------------------------------------------------
    BLOG: SIDEBAR
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */
.content-sidebar {
	float: left;
	width: 200px;
	margin: 0px;
	background: #f2f2f2;
	padding: 10px 10px;
}

.content-sidebar { /* Safari */
	-webkit-border-radius: 9px;
}

.content-sidebar,x:-moz-any-link,x:default { /* Firefox 3 */
	-moz-border-radius: 9px;
}

.content-sidebar h1 {
	color: #000;
	font-weight: normal;
	font-size: 1.6em;
	padding: 10px 0 0px 0;
}

/* LINKS */
.sidebar_w  ul {
	list-style: none;
	margin: 0;
	padding: 0 0 10px 10px;
}

li.rss {
	padding: 0 0 0 23px;
}

/* Twitter */
.twitter p {
	font-style: italic;
	font-size: 12px;
}

.twitter p span {
	font-weight: bold;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
}

/*  Using 'class="alignright"' on an image will (who would've
    thought?!) align the image to the right. And using 'class="centered',
    will of course center the image. This is much better than using
    align="center", being much more futureproof (and valid) */
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

/* End Images */ /* WP Captions */
.aligncenter,div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 12px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}











/* End captions */
	/*  -------------------------------------------------------------
    BLOG: COMMENT
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */


.errorbox {
	display: block;
	border: 1px solid #f2a9a9;
	padding: 5px;
	color: #f00;
	font-size: 1.1em;
	margin: 8px 0 0 0;
}

.form {
	margin: 8px 0 0 0;
}

.form div {
	margin-bottom: 10px;
}

.form label {
	color: #006600;
	font-size: 14px;
	line-height: 25px;
}

.form span {
	color: #666666;
	font-size: 12px;
	line-height: 25px;
}





/******************* index conf ******************************/
combox695 {
background-position:-3645px 0;
width:695px;
}
combox695 .inner_combox {
background-position:-2950px top;
}
.combox695 .i_inner_combox {
background-position:-4340px bottom;
}
.combox {
background-position:-400px 0;
background-repeat:repeat-y;
width:100%;
}
.combox, .combox .inner_combox, .combox .i_inner_combox, .tabbox .tab ul li span {
background:url("images/combox.gif") no-repeat scroll left top transparent;
}
.i_list {
	
	
}
.i_list li {
list-style-type:none;
	
float:left;
height:80px;
margin:15px 0 0;
overflow:hidden;
padding-bottom:15px;
width:230px;
}

.i_list li.li_1 .icon {
background-position:5px -1343px;
}
.i_list li .icon {
display:inline;
float:left;
height:64px;
margin:0 5px;
width:64px;
}

.i_list li .icon, .login .btxt p, .quick ul li .icon, .combox_h3 span.figure, .combox_h3 span.arrow, .comform li .error_msgtip p, .comform li .success_msgtip p, h2.com_pic_title, .reg_s_box .cop ul li a, .txtpic_ul li .h_pic .view, ul .more {
background:url("images/icon64.gif") no-repeat scroll left top transparent;
}

.i_list li .info {
float:left;
margin-top:10px;
padding-bottom:10px;
width:145px;
}

ul .more {
background-position:2px -1565px;
padding-left:10px;
}

ul .more a {
color:#5E8820;
}




/********************************/
.clearfix:after 
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

* 
{
	margin: 0;
}

div.tabs
{
	height: 85px;
	/*background-color: #fff;*/
}

.tabs .logo
{
	bottom: 15px;
	display: block;
	float: left;
	margin: 35px 0 0 15px;
}

.tabs .logo img
{
	border: none;
}



#topnav
{
	bottom: 20px;
	clear: right;
	float: right;
	list-style: none;
	margin: 11px 0 0 0;
	padding: 0;
	z-index:999;
}

.secondnav
{
	float: right;
	font-size: 16px;
	list-style-type: none;
	margin: 40px 0 0 0;
	overflow: hidden;
}

.secondnav li
{
	display: block;
	float: left;
	margin: 0 20px 0 0;
	padding: 0;
}

.secondnav .button
{
	background: url(images/sales/buttons.jpg) no-repeat 0 -89px;
	clear: both;
	display: block;
	color: #FFF;
	font-weight: bold;
	line-height: 28px;
	padding:  0 33px 5px 19px;
}

.secondnav .button:hover
{
	background-position: 0 -56px;
	text-decoration: none;
}

#topnav li
{
	float: left;
	margin: 0;
}

#topnav .relative
{
	margin: 5px 0 0 0;
	position: relative;
	width: 136px;
}

#topnav a
{
	float:left;
	margin: 0 6px;
	font-size: 14px;	
	outline: none;
	padding-left: 6px;
}

#topnav a:hover
{
	text-decoration: none;
}

/*Sub Navagation*/

#topnav li.menu_item ul
{
	display: none;
}

#topnav li.menu_item a:hover .subnav
{
	display: block;
}

.subnav
{
	clear: left;
	list-style-type: none;
	margin: 0 0 0 5px;
	padding: 0;
	position: absolute;
	top: 72px;
	width: 218px;
	z-index: 1000;
}

.subnav .subnav_top
{
	background: url(/views/css/images/subnav_top.png) no-repeat 0 0 ;
	display: block;
	height: 11px;
}

.subnav .subnav_bg
{
	background: url(/views/css/images/subnav_bg.png) repeat-y 0 0;
	display: block;
	overflow: hidden;
	width: 218px;
}

.subnav .subnav_btm
{
	background: url(/views/css/images/subnav_btm.png) no-repeat 0 0;
	display: block;
	height: 14px;
	width: 218px;
}

#topnav .subnav li
{
	float: none;
}

#topnav .subnav li a
{
	display: block;
	font-size: 14px;
	margin: 0 0 0 4px;
	padding: 5px 0 5px 8px;
	width: 202px;
}

.subnav li a:hover
{
	background-color: #e6eef4;
}

.subhover
{
	position: relative;
}

.tabs .phonenav
{
	overflow: hidden;
}

.tabs .phone
{
	float: right;
	color: #888;	
	list-style-type: none;
	font-size: 12px;
	line-height: 26px;
	padding: 0;
}

.phone li
{
	float: left;
	position: relative;
}

.phone li a
{
	background: url(images/buttons.jpg) no-repeat 0 0;
	display: block;
}

.phone .watchdemo
{
	padding: 0 0 0 36px;
	width: 83px;
}

.phone .watchdemo:hover
{
	background-position: 0 -26px;
}

.phone .contactus
{
	background-position: -119px 0;
	padding: 0 0 0 10px;
	position: relative;
	width: 198px;
}
.phone li span
{
	color: #111;
	position: absolute;
	left: 105px;
	top: 0;
}

.phone .contactus:hover
{
	background-position: -119px -26px;
}

.phone .contactus:hover span
{ 
	text-decoration: none;
}

.phone .user_login
{
	background-position: -318px 0;
	padding: 0 0 0 27px;
	width: 90px;
}

.phone .user_login:hover
{
	background-position: -318px -26px;
}


div.tabs div.phone span 
{
	color: #333;
	font-weight: bold;
}

div.tabs div.phone div.left_corner
{
	position: absolute;
	width: 2px;
	height: 2px;
	background: url(images/sales/top_phone_bg.gif) left top no-repeat;
	left: 0;
	bottom: 0;
}

div.tabs div.phone div.right_corner
{
	position: absolute;
	width: 2px;
	height: 2px;
	background: url(images/sales/top_phone_bg.gif) right top no-repeat;
	right: 0;
	bottom: 0;
}

div.tabs div.phone a
{
	font-size: 12px;
	font-weight: normal;
}

div.tabs li span.tabs_text
{
	color: #333;
	font-size: 16px;
	line-height: 28px;
	background: url(images/sales/watch_icon2.gif) left center no-repeat;		
	padding: 10px 0 10px 27px;
}
.tabs_text_simple
{
	font-size: 16px;
}

div.tabs li span.tabs_text_no_icon
{
	background: none;
}

#topnav li a span
{
	display: block;
	padding-right: 13px;
	padding-left: 4px;
	padding-top: 9px;
	height: 37px;
}

#topnav li a
{
	cursor: pointer;
}

#topnav .menu_tab
{
	background: url(/views/css/images/subnav_tab_corner.jpg) no-repeat left top;
	position: relative;
	z-index: 1001;
}

.tabs .menu_tab span
{
	background: url(/views/css/images/subnav_tab.png) no-repeat right top;
	position: relative;
	cursor: pointer;
}

.tabs .hover_tab
{
	background: url(/views/css/images/hover_left.jpg) no-repeat left top;
}

.tabs .hover_tab span
{
	background: url(/views/css/images/hover_right.jpg) no-repeat right top;
}

div.tabs li a.selected
{
	background: url(/views/css/images/tabs_left_bg.gif) left top no-repeat;	
}

div.tabs li a.selected span
{
	background: url(/views/css/images/tabs_right_bg.gif) right top no-repeat;	
}

#topnav .button
{
	background: url(/views/css/images/buttons.jpg) no-repeat 0 -89px;
	color: #FFF;
	font-weight: bold;
	font-size: 14px;
	display: block;
	line-height: 29px;
	padding:  0 0 0 19px;
	width: 121px;
}

#topnav .button:hover
{
	background-position: 0 -56px;
}




/* bottom section*/
.home-second-col1 
{
    float: left;
    width: 550px;
    padding: 5px 0px;  
}

.home-second-col2 
{
    float: left;
    width: 280px;
    padding: 5px 20px;
    background: url(images/home_second_col1_border.gif) left top repeat-y;
}

.home-second-title 
{
    font-size: 14px;
    color: #345368;
}

.users-saying {
	height: 130px;
	position: relative;
}

.home-second-users-saying
{
    margin-top: 10px;
    height: 130px;
    font-size: 12px;
    color: #345368;
	position:absolute;
  /*  display: none;*/
}
.home-second-users-saying em
{
    font-family: "Times New Roman",Times;
    font-size: 16px;
    font-style: italic;
    display: block;
    margin-bottom: 5px; 
}
.home-second-users-saying.show
{
    display: block;
}

.home-second-users-saying-previous 
{
    width: 8px;
    height: 10px;
    display: block;
    position: absolute;
    top: 3px; 
    left: 170px;
    background: url(images/users_saying_navigation.gif) left center no-repeat;
}
.home-second-users-saying-next
{
    width: 8px;
    height: 10px;
    position: absolute;
    top: 3px; 
    left: 183px;
    background: url(images/users_saying_navigation.gif) right center no-repeat;   
}

.home-second-news 
{
    font-family: "Times New Roman",Times;
    font-size: 14px;
    color: #1A74B0;
    margin: 10px 0 0 0;
    padding-left: 13px; 
}
.home-second-news li
{
    margin: 5px 0 0 0;
    padding: 0;
}

.home-second-how-works 
{
    margin-top: 20px;
    font-size: 12px;
    color: #345368; 
    padding-left: 68px;
    width: auto;
    /*background: url(images/icon64.gif) left top no-repeat;*/
}
.home-second-how-works_icon1
{
    background: url(images/icon64.gif) left 0px no-repeat;
}

.home-second-how-works_icon2
{
    background: url(images/icon64.gif) left -64px no-repeat;
}

.home-second-how-works_icon3
{
    background: url(images/icon64.gif) left -128px no-repeat;
}

.home-second-how-works h3
{
    font-size: 12px;
    color: #345368; 
    margin-bottom: 4px;
}

/* separator */

.home-companies-separator 
{
    font-size: 12px;
    margin: 20px 0px 10px 0px;
    background: url(images/companies_separator.gif) left center repeat-x;    
    overflow: hidden;
}

.home-companies-separator span 
{
    float: left;
    background-color: #FFF;
    padding-right: 10px;
    text-transform: uppercase;
}
.home-companies
{
    display: block;
    height: 45px;
    background: url(images/customers.gif) center center no-repeat;     
}





div.content a.button, div.content.form a.button {
background:url("images/green_button.gif") no-repeat scroll left top transparent;
color:#FFFFFF;
display:block;
font-size:18px;
height:34px;
line-height:34px;
text-align:center;
width:155px;
}
.button {
margin:auto;
}


div.block_round_blue {
color:#333333;
font-size:12px;
}

div.block_round_blue div.lt {
background:url("images/block_lt.gif") no-repeat scroll left top #EDF2F6;
}

div.block_round_blue div.rt {
background:url("images/block_rt.gif") no-repeat scroll right top transparent;
}

div.block_round_blue div.rb {
background:url("images/block_rb.gif") no-repeat scroll right bottom transparent;
}

div.block_round_blue div.block_content {
font-weight:normal;
padding:10px 10px 15px 15px;
width:auto;
}

div.block_round_blue div.lb {
background:url("images/block_lb.gif") no-repeat scroll left bottom transparent;
}


/******pricing plan ********/

.pricing_plan h2 {
font-size:20px;
}

.pricing_plan h3 {
margin:10px 0;
font-size:12px;
}

.pricing_plan {
float:left;
margin:20px 0 0;
width:299px;
}

.plan_top {
background:url("images/pricing_plan_top.gif") no-repeat scroll 0 0 transparent;
height:11px;
}

.plan_wrap {
border-left:1px solid #DFDFDF;
border-right:1px solid #DFDFDF;
padding:2px 29px 10px 21px;
width:247px;
}

.plan_bottom {
background:url("images/pricing_plan_bottom.gif") no-repeat scroll 0 0 transparent;
height:8px;
}

.pricing_button_lrg.personal, .pricing_button_lrg.enterprise {
margin:30px 0 0;
}


.plan_wrap .pricing_button_lrg {
border-bottom:medium none;
}

.business_plan p {
padding:10px 0 35px;
}

.pricing_plan p {
clear:left;
color:#111111;
line-height:20px;
margin:10px 0 5px;
}

.business_plan {
background:url("images/middle_pricing_plan.gif") no-repeat scroll 3px 0 transparent;
height:271px;
margin:0;
padding:9px 37px 5px 34px;
width:245px;
}

.business_plan div {
float:left;
}
.plan_wrap div, .pricing_header_wrap {
border-bottom:1px dotted #CCCCCC;
}
.pricing_header_wrap {
width:247px;
padding-top: 10px;
}


.pricing_plan_info_wrapper {
border-bottom:2px solid #DEEBF3;
clear:left;
height:1%;
overflow:hidden;
}

pricing_plan_info_wrapper div {
float:left;
}
.plan_features {
width:297px;
}

.pricing_plan_info_wrapper ul {
list-style-type:none;
padding:0;
margin: 0;
}

.pricing_plan_info_wrapper .features_header {
background-color:#ECF3F8;
border:medium none;
color:#111111;
font-weight:bold;
}


.pricing_plan_info_wrapper ul li {
border-bottom:1px dotted #DFDFDF;
font-size:12px;
height:16px;
padding:5px 0;
line-height: 1;
}

.plan_features ul li {
padding-left:10px;
}

.pricing_plan_info_wrapper div {
float:left;
}
.middle {
margin:0 2px;
}

.plan_info {
text-align:center;
width:201px;
}

.pricing_plan_info_wrapper .last_item {
border-bottom:2px solid #DEEBF3;
}

.pricing_plan_info_wrapper .pricing_plan_button_sml {
border-bottom:medium none;
height:39px;
padding-top:11px;
}


.pricing_plan_info_wrapper .plan_info_left {
margin-left:0;
}

.check {
background:url("images/upsell_check.gif") no-repeat scroll center 5px transparent;
}
.uncheck {
background:url("images/x.png") no-repeat scroll center 5px transparent;
}

.pricing_plan_info_wrapper .sub_header {
border-bottom:2px solid #DEEBF3;
color:#333333;
font-weight:bold;
padding-top:15px;
}

.pricing_button_lrg a, .pricing_plan_button_sml a {
background:url("images/pricing_buttons.gif") no-repeat scroll 0 -10px transparent;
color:#1A74B0;
display:block;
font-size:18px;
font-weight:bold;
outline:medium none;
padding:9px 0;
text-align:center;
text-decoration:none;
text-shadow:1px 1px 0 #FFFFFF;
width:251px;
}

.pricing_plan_button_sml a {
background-position:15px -144px;
font-size:14px;
width:100%;
}

img.help {
	cursor: help;
}





















div.box_new_tooltip
{
    display: none;
    position: absolute;
    opacity: 0.95;
    width: 160px;
    z-index: 2000;
}

div.box_new_tooltip div.arrow_part
{
    float: left;
    height: 40px;
    width: 16px;
}

div.arrow_part span.new_tooltip_la
{
    background: url(images/service_images_parts.gif) 0 -179px no-repeat;
    display: block;
    height: 13px;
    width: 12px;
}


div.box_new_tooltip div.arrow_part img
,div.box_new_tooltip div.arrow_part span
{
    left: 5px;
    position: relative;
    top: 13px;
}

div.box_new_tooltip_right div.arrow_part img
,div.box_new_tooltip_right div.arrow_part span
{
    left: -1px;
    position: relative;
    top: 13px;
}

div.box_new_tooltip div.main_part
{
    float: left;
    width: 144px;
}

div.box_new_tooltip div.main_part div.topbot
{
    background-color: #E87400;
    height: 1px;
    margin: 0 1px;
    width: 142px;
}

div.box_new_tooltip div.main_part div.center
{
    background-color: #E87400;
    width: 100%;
}

div.box_new_tooltip div.main_part div.center div.center2
{
    background-color: #FF8000;
    border-top: solid #FFA54A 1px;
    margin: 0 1px;
    width: 142px;
}

div.box_new_tooltip div.main_part div.center div.center2 span
{
    color: #fff;
    display: block;
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
    padding: 10px;
}

div.box_new_tooltip2
{
    background-color: #fff;
    border: solid #ff8000 2px;
    position: absolute;
    visibility: hidden;
    width: 198px;
    z-index: 20000;
}

div.box_new_tooltip2 div.head
{
    background-color: #ff8000;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 3px 7px;
}

div.box_new_tooltip2 div.text
{
    color: #666;
    font-size: 12px;
    line-height: 16px;
    padding: 7px;
}

div.box_new_tooltip2 div.text span
{
    color: #000;
}

div.box_new_tooltip2 div.img
{
    background-image: url(images/box_tooltip_arrow.gif);
    background-repeat: no-repeat;
    bottom: -13px;
    height: 13px;
    position: absolute;
    left: 15px;
    width: 19px;
}

div.box_new_tooltip2 div.img_up
{
    background-image: url(images/box_tooltip_arrow_up.gif);
    background-repeat: no-repeat;
    height: 13px;
    left: 15px;
    top: -13px;
    width: 19px;
}

div.box_new_tooltip2 div.img_right
{
    background-image: url(images/box_tooltip_arrow_right.gif);
    background-repeat: no-repeat;
    height: 19px;
    position: absolute;
    right: -14px;
    top: 29px;
    width: 13px;
}

div.box_new_tooltip2 div.img_left
{
    background-image: url(images/box_tooltip_arrow_left.gif);
    background-repeat: no-repeat;
    height: 19px;
    left: -14px;
    position: absolute;
    top: 29px;
    width: 13px;
}

div.box_thumbnail_tip
{
    background-color: #FFF;
    border: solid #97cae8 1px;
    height: 94px;
    padding: 5px;
    position: absolute;
    visibility: hidden;
    width: 94px;
    z-index: 20000;
}

div.box_thumbnail_tip div.box_thumbnail_arr
{
    background: url(images/preview_arrow_right.gif) left top no-repeat;
    height: 15px;
    position: absolute;
    right: -10px;
    top: 44px;
    width: 10px;
    z-index: 21000; 
}

div.box_thumbnail_tip_down div.box_thumbnail_arr
{
    background: url(images/preview_arrow_bottom.gif) 0 0 no-repeat;
    height: 10px;
    left: 18px;
    top: 104px;
    width: 15px;
}

/* ALL TOOLTIPS */

div#tooltip, div.tooltip
{
    margin-left: -43px;
    margin-top: 10px;
    position: absolute;
    z-index: 2000;
}

div#tooltip div.tooltip_arrow, div.tooltip div.tooltip_arrow
{
    height: 20px;
    margin-left: 25px;
    padding-top: 0;
    position: relative;
    width: 30px;
    z-index: 99;
}

div#tooltip div.tooltip_background, div.tooltip div.tooltip_background
{
    margin-top: -10px;
    padding-left: 0;
    padding-bottom: 0;
    position: relative;
}

div#tooltip em, div.tooltip em
{
    font-size: 11px;
}

/* BLUE TOOLTIPS */

div#tooltip div.tooltip_normal div.tooltip_arrow, div.tooltip div.tooltip_normal div.tooltip_arrow
{
    background: url('images/new_tip_arrow.gif') top left no-repeat;
    top: 1px;
}

div#tooltip div.tooltip_normal div.tooltip_background, div.tooltip div.tooltip_normal div.tooltip_background
{
    background: #d8e7fa;
}

div#tooltip div.tooltip_normal h3, div.tooltip div.tooltip_normal h3
{
    background-color: #fff;
    border: 1px solid #80c8fc;
    color: #1297fa;
    font-size: 12px;
    font-weight: normal;
    margin: 0;
    padding: 4px;
}

/* ORANGE TOOLTIPS */

div#tooltip div.tooltip_info, div.tooltip div.tooltip_info
{
    margin-top: -100px;
}

div#tooltip div.tooltip_info div.tooltip_arrow, div.tooltip div.tooltip_info div.tooltip_arrow
{
    background: url('images/box_tooltip_arrow.gif') top left no-repeat;
    top: -2px;
}

div#tooltip div.tooltip_info div.tooltip_background, div.tooltip div.tooltip_info div.tooltip_background
{
    background: #d8e7fa;
}

div#tooltip div.tooltip_info h2, div.tooltip div.tooltip_info h2
{
    background-color: #ff8000;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    margin: 0;
    padding: 4px;
}

div#tooltip div.tooltip_info h3, div.tooltip div.tooltip_info h3
{
    background-color: #fff;
    border: 2px solid #ff8000;
    color: #555;
    font-size: 12px;
    font-weight: normal;
    margin: 0;
    padding: 7px;
}

div.box_new_tooltip2 div.text a
{
    color: #297EB8;
    font-weight: bold;
}

.thumbnail_forced_frame
{
    border: 5px solid #FFF;
    height: 94px;
    left: 0;
    position: absolute;
    top: 0;
    width: 94px;
}