/* Global styles */
html {font-size:100.01%;}
/* body styles */
body {
	margin:0;
	color:#373737;
	min-width: 1000px;
	font:62.5% Arial, Helvetica, sans-serif;
	background: url(../images/bg-body.gif) repeat-x;
}
img {border:none;}
a{text-decoration: none; color: #00a9dd;}
a:hover{color: #373737;}
a.active{color: #373737;}
a:focus{outline:none;}
/* form styles */
form, fieldset{
	margin: 0;
	padding: 0;
	border: 0;
}
input, select, textarea{
	font: 12px Arial, Helvetica, sans-serif;
	color: #303030;
}
.holder {
	overflow: hidden;
	width: 100%;
}
/* logo styles */
.logo {
	position: absolute;
	top: 14px;
	left: -9px;
	margin: 0;
	text-indent: -9999px;
	overflow: hidden;
	width: 232px;
	height: 89px;
	z-index:1;
}
.logo a {
	background: url(../images/logo.png) no-repeat;
	cursor: pointer;
	display: block;
	height: 100%;
}
.print-logo{
	display: none;
}
/* headlines */
h1{
	margin: 0 0 2px;
	color:#2f2f2f;
	font-size: 28px;
	font-weight: normal;
}
h2{
	margin: 0 0 2px;
	color:#2f2f2f;
	font-size: 18px;
}
h3{
	margin: 0 0 2px;
	color:#8c8c8c;
	font-size: 17px;
}
h5{
	margin: 0 0 2px;
	color:#5d5d5d;
	font-size: 14px;
}
.main-link{
	display: block;
	padding: 0 0 0 23px;
	line-height: 17px;
	font-size: 11px;
	color: #0592bd;
	background: url(../images/link-view.gif) no-repeat;
}
/* main containers styles */
#wrapper {
	margin:0 auto;
	width:1001px;
	padding: 0 0 50px;
	overflow:hidden;
	position:relative;
}
/* header block styles start */
#header {
	width: 100%;
	height: 132px;
	position: absolute;
	top:0;
	left:0;
	z-index: 5;
}
#header:after {
	display: block;
	content: "";
	clear: both;
}
.header-text{
	position: absolute;
	top: 51px;
	left: 217px;
	color: #838383;
	font-size: 1.1em;
}
/* utilities Styles */
.utilities{
	position: absolute;
	top: 11px;
	right: -7px;
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.utilities li{
	float: left;
	margin: 0 0 0 -1px;
	padding: 0 12px 0 13px;
	background: url(../images/bullet.gif) no-repeat 0 3px;
}
.utilities li a{
	font-size: 1.1em;
	color: #00a4e2;
	text-decoration: none;
}
.utilities li a:hover{
	text-decoration: underline;
}
.utilities li span.phone{
	float: left;
	background: url(../images/phone.gif) no-repeat;
	padding: 0 0 0 20px;
	color: #404040;
	font-weight: bold;
	font-size: 1.4em;
	line-height: 1.286em;
}
/* main menu Styles */
.menu-holder{
	position: absolute;
	top: 96px;
	left: 0;
	height: 36px;
	background: url(../images/bg-menu-holder.gif) repeat-x;
	width: 100%;
	z-index: 5;
}
.menu-holder:after {
	display: block;
	content: "";
	clear: both;
}
#menu{
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu:after {
	display: block;
	content: "";
	clear: both;
}
#menu li{
	float: left;
	position: relative;
}
#menu li a{
	float: left;
	height: 36px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/menu.gif) no-repeat 0 0;
}
/* css sprite for menu */
#menu li a.home{
	width: 77px;
	background-position: 0 0;
}
#menu li a.solutions{
	width: 108px;
	background-position: -77px 0;
}
#menu li a.customers{
	width: 111px;
	background-position: -185px 0;
}
#menu li a.why-payrelief{
	width: 117px;
	background-position: -296px 0;
}
#menu li a.company{
	width: 100px;
	background-position: -413px 0;
}
#menu li a.resources{
	width: 109px;
	background-position: -513px 0;
}
#menu li a.contact-us{
	width: 113px;
	background-position: -624px 0;
}
#menu li a.blog{
        width: 113px;
        background-position: -735px 0;
}
#index-page #menu li a.home{background-position: 0 -36px;}
/*
#login-page #menu li a.home{background-position: 0 -36px;}
#trial-page #menu li a.home{background-position: 0 -36px;}
#pricing-page #menu li a.home{background-position: 0 -36px;}
*/
#solutions-page #menu li a.solutions{background-position: -77px -36px;}
#customers-page #menu li a.customers{background-position: -185px -36px;}
#why-payrelief-page #menu li a.why-payrelief{background-position: -296px -36px;}
#company-page #menu li a.company{background-position: -413px -36px;}
#resources-page #menu li a.resources{background-position: -513px -36px;}
#contact-page #menu li a.contact-us{background-position: -624px -36px;}
#menu li a.home:hover{background-position: 0 -72px;}
#menu li a.solutions:hover{background-position: -77px -72px;}
#menu li a.customers:hover{background-position: -185px -72px;}
#menu li a.why-payrelief:hover{background-position: -296px -72px;}
#menu li a.company:hover{background-position: -413px -72px;}
#menu li a.resources:hover{background-position: -513px -72px;}
#menu li a.contact-us:hover{background-position: -624px -72px;}
#menu li a.blog:hover{background-position: -735px -72px;}
.menu-holder .menu-right{
	position: absolute;
	top: 0;
	right: 0;
	background: url(../images/bg-menu-right.gif) no-repeat;
	width: 4px;
	height: 36px;
	overflow: hidden;
}
* html .menu-holder .menu-right{
	right: -1px;
}
/* Submenu level 1 styles */
#menu li ul{
	list-style: none;
	margin: 0;
	padding: 10px 0 10px;
	position: absolute;
	top: 36px;
	left: 0;
	width: 188px;
	display: none;
	background: #fff;
	border: solid 1px #46a7cb;
	border-top: none;
}
#menu li ul li{
	float: none;
	padding: 10px 4px 6px 13px;
}
#menu li:hover ul, #menu li.hover ul{
	display: block;
}
#menu li ul li a{
	float: none;
	background: none;
	text-indent: 0;
	display: block;
	height: 1%;
	font-size: 1.3em;
	color: #262626;
	padding: 0 4px;
	cursor: pointer;
}
#menu li ul li a:hover{
	text-decoration: none;
}
#menu li ul li:hover a, #menu li ul li.hover a{
	color: #009dd9;
}
/* search form styles */
.form-holder{
	width: 161px;
	float: right;
	margin: 0 10px 0 0;
	padding: 5px 0;
	display: inline;
}
.search-form{
	float: right;
}
.search-form fieldset{
	float: left;
}
.search-form .none{
	display: none;
}
.search-form .input{
	float: left;
	background: url(../images/input.gif) no-repeat;
	width: 150px;
	padding: 0 0 0 11px;
	height: 24px;
}
.search-form .txt{
	float: left;
	border: 0;
	background: none;
	padding: 6px 11px 6px 0;
	width: 118px;
}
.search-form .btn{
	float: left;
	position: relative;
	width: 21px;
	border: 0;
	background: none;
	height: 24px;
	cursor: pointer;
}
/* header block styles end */
/* main block styles */
#main{
	width: 100%;
	overflow: hidden;
	padding: 152px 0 0;
}
/* begin module block styles */
.module-box{
	width: 1001px;
	padding: 0 0 5px;
}
.module-box span.module-t,
.module-box span.module-b {
	background: url(../images/module-t.png) no-repeat;
	overflow: hidden;
	display: block;
	height: 4px;
	width: 100%;
}
.module-box span.module-b {
	background: url(../images/module-b.png) no-repeat;
	height: 24px;
}
.module-box .module-holder {
	background: url(../images/module-c.gif) repeat-y;
	padding: 0 2px;
	width: 997px;
}
.module-box .module-holder:after {
	display: block;
	content: "";
	clear: both;
}
.module{
	position: relative;
	overflow: hidden;
	margin: -2px 0;
	width: 100%;
	float: left;
}
/* end module block styles */
.banner{
	background: url(../images/bg-banner.jpg) no-repeat;
	width: 997px;
	height: 280px;
}
.banner .columns{
	width: 100%;
	overflow: hidden;
}
.banner .columns .text{
	float: left;
	width: 515px;
	overflow: hidden;
	padding: 37px 0 0 51px;
}
.banner .text h2{
	margin: 0 0 21px;
	font-size: 35px;
	font-weight: normal;
	line-height: 36px;
	color: #fff;
}
.banner .text p{
	margin: 0 0 46px;
	font-size: 14px;
	color: #dfdfdf;
}
.banner .text .link-box{
	height: 1%;
	overflow: hidden;
	line-height: 36px;
}
.banner .text .watch{
	float: left;
	width: 166px;
	height: 36px;
	margin: 0 23px 0 0;
	text-indent: -9999px;
	overflow: hidden;
	cursor: pointer;
	background: url(../images/a-watch-demo.png) no-repeat;
}
.banner .text .link-box .right{
	float: left;
	font: 12px/36px Tahoma, Arial, Helvetica ,sans-serif;
	color: #dfdfdf;
}
.banner .text .link-box .right a{color: #dfdfdf; text-decoration: underline;}
.banner .text .link-box .right a:hover{text-decoration: none;}
.gallery-box {
	position: relative;
	overflow: hidden;
}
.columns .gallery-box{
	float: right;
	width: 380px;
	display: inline;
	margin: 0 5px 0 0;
	padding: 27px 0 0;
}
/* controlbar styles */
.controlbar{
	position: absolute;
	bottom: 4px;
	right: 3px;
	overflow: hidden;
	z-index: 10;
}
#login-page .controlbar{
	right: 4px;
}
.controlbar .left{
	float: left;
	width: 3px;
	height: 19px;
	background: url(../images/controlbar-left.png) no-repeat;
}
.controlbar .middle{
	float: left;
	height: 17px;
	padding: 1px 0 1px 2px;
	background: url(../images/controlbar-c.png) repeat-x;
}
.gallery-box .controlbar .middle{
	float: left;
	height: 17px;
	padding: 1px 0 1px 2px;
	background: url(../images/controlbar-c.png) repeat-x;
}
.controlbar .middle div{float: left;}
.controlbar .middle ul{
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}
.controlbar .middle li {float: left;}
.controlbar .prev, .controlbar .next{
	float: left;
	width: 6px;
	height: 17px;
	text-indent: -9999px;
	overflow: hidden;
	margin: 0 8px 0 0;
	background: url(../images/arrow-prev.png) no-repeat;
}
.controlbar .next{
	background: url(../images/arrow-next.png) no-repeat;
	margin: 0 2px 0 8px;
}
.controlbar .middle li a{
	float: left;
	width: 14px;
	height: 17px;
	line-height: 17px;
	font-size: 11px;
	color: #fff;
	text-decoration: none;
	text-align: center;
}
.controlbar .middle li a:hover, .controlbar .middle .active{
	background: url(../images/gallery-btn-hover.png) repeat;
}
.controlbar .right{
	float: left;
	width: 3px;
	height: 19px;
	background: url(../images/controlbar-right.png) no-repeat;
}
.gallery-box .gallery-wrapper{
	overflow:hidden;
	width:326px;
	position: relative;
}
.gallery-wrapper .gallery{
	margin: 0;
	padding: 0;
	list-style: none;
	width: 99999px;
	overflow: hidden;
}
.gallery-wrapper .gallery ul {
	float:left;
	list-style: none;
	padding: 0;
	margin: 0;
}
.gallery-wrapper .gallery li{
	float: left;
}
.gallery-wrapper .gallery li img{
	display: block;
}
#index-page .gallery-box .gallery-wrapper{
	width: 997px;
}
/* begin mainmodule block styles */
.mainmodule-box{
	width: 1000px;
	padding: 0 0 19px;
}
.mainmodule-box span.mainmodule-t,
.mainmodule-box span.mainmodule-b {
	background: url(../images/mainmodule-t.gif) no-repeat;
	overflow: hidden;
	display: block;
	height: 38px;
	width: 100%;
}
.mainmodule-box span.mainmodule-b {
	background: url(../images/mainmodule-b.gif) no-repeat;
	height: 3px;
}
.mainmodule-box .mainmodule-holder {
	background: url(../images/mainmodule-c.gif) repeat-y;
	padding: 0 25px 0 34px;
	width: 941px;
}
.mainmodule-box .mainmodule-holder:after {
	display: block;
	content: "";
	clear: both;
}
.mainmodule{
	position: relative;
	overflow: hidden;
	margin: -12px 0 0 0;
	padding: 0 0 25px;
	width: 100%;
	float: left;
}
/* end mainmodule block styles */
.top-part{
	width: 100%;
	overflow:hidden;
	padding: 0 0 39px;
}
/* content block styles */
#content {
	float: left;
	width: 675px;
}
#content h2.title{
	margin: 0 0 39px;
	font-size: 19px;
	font-weight: normal;
	color: #242424;
	line-height: 26px;
	overflow: hidden;
	height: 1%;
}
.info-block{
	width: 743px;
	margin: 0 0 0 -65px;
	padding: 0 0 37px;
	overflow: hidden;
}
.info-block .column{
	float: left;
	width: 293px;
	margin: 0 0 0 68px;
	display: inline;
}
.info-block h2{
	margin: 0 0 6px;
	font-size: 1.6em;
	color: #0592bd;
}
.info-block p{
	margin: 0 0 17px;
	font-size: 1.2em;
	color: #1f1f1f;
	line-height: 1.417em;
}
.info-block .link{
	float: left;
	background: url(../images/a-link.gif) no-repeat;
	padding: 0 0 0 25px;
	font-size: 11px;
	line-height: 17px;
	text-decoration: none;
	font-weight: bold;
}
/* testimonial block styles start */
.tmns-holder{
	width: 686px;
	overflow: hidden;
	padding: 0 0 30px;
}
.testimonials{
	position: relative;
	width: 569px;
	margin: 0 auto;
	padding: 1px;
	border: solid 1px #d4d3d3;
	background: #fbfbfb;
}
.testimonials .bg{
	background: #f0f0f0;
	width: 100%;
	overflow: hidden;
	padding: 9px 0 7px 0;
}
.testimonials .img{
	float: left;
	padding: 0 15px 0 12px;
}
.testimonials .img img{
	float: left;
	background: #fff;
	padding: 2px 3px;
	border: solid 1px #b5b5b5;
}
.testimonials .text{
	margin: 0 0 0 0x;
	padding: 3px 4px 0 0;
}
.testimonials .text blockquote{
	margin: 0;
	font: italic 16px Georgia, Times, serif;
	color: #3f3f3f;
}
.testimonials .bottom{
	position: absolute;
	bottom: -15px;
	left: 11px;
	background: url(../images/testimonials-b.gif) no-repeat;
	width: 24px;
	height: 16px;
}
.tmns-holder .text-area{
	height: 1%;
	overflow: hidden;
	line-height: 13px;
	width: 529px;
	margin: 0 auto;
	padding: 5px 0 0 40px;
}
.tmns-holder .text-area .view{
	float: right;
	background:url(../images/a-view.gif) no-repeat;
	font-size:10px;
	line-height:13px;
	padding:0 0 0 21px;
	text-decoration:none;
}
.tmns-holder .text-area .name{
	font-size: 1em;
	font-style: italic;
	color: #9a9a9a;
}
/* testimonial block styles end */
/* tabs block styles start */
.tabs{
	padding: 0 0 10px;
}
.tabs .tabset{
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
}
.tabs .tabset:after {
	display: block;
	content: "";
	clear: both;
}
.tabs .tabset li{
	float: left;
	margin: 0 6px 0 0;
}
.tabs .tabset .tab{
	float: left;
	position: relative;
	z-index: 1;
	bottom: -1px;
	border: solid 1px #cdcdcd;
	border-bottom: none;
	background: #e9e9e9;
	font-size: 12px;
	font-weight: bold;
	color: #626262;
	padding: 9px 10px 7px 13px;
}
.tabs .tabset .active{
	background: #fff;
	color: #00a9dd;
	position: relative;
	z-index: 10;
}
.tabs .tabs-content{
	position: relative;
	z-index: 2;
	padding: 4px 21px 5px 20px;
	border: solid 1px #d4d4d4;
	background: #ededed url(../images/bg-tabs.gif) repeat-x;
}
.tabs .tabs-content #tab1{
	background: url(../images/graph.gif) no-repeat 460px 5px;
	padding: 20px 0 12px 0;
}
.tabs .tabs-content #tab2{
	background: url(../images/modules-bg.gif) no-repeat 305px 5px;
	padding: 20px 0 12px 0;
}
.tabs .tabs-content h2{
	font-size: 21px;
	color: #242424;
	margin: 0 ;
}
.tabs .tabs-content h3{
	font-size: 16px;
	color: #363636;
	font-weight: normal;
	margin: 0 0 16px;
}
.tabs .tabs-content .title{
	display: block;
	font-size: 1.2em;
	color: #2f2f2f;
	padding: 0 0 5px;
}
/* info-list Styles */
.info-list{
	margin: 0;
	padding: 0 0 20px 9px;
	list-style: none;
	width: 100%;
	overflow: hidden;
}
.info-list li{
	padding: 0 0 5px 12px;
	background: url(../images/bullet-2.gif) no-repeat 0 50%;
}
.info-list li{
	font-size: 1.1em;
	color: #2f2f2f;
}
.tabs .tabs-content .see{
	float: left;
	cursor: pointer;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/a-see-stories.png) no-repeat;
	width: 174px;
	height: 20px;
	margin: 0 0 0 8px;
	display: inline;
}
.tabs .tabs-content .learnmore{
	float: left;
	cursor: pointer;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/hp-tab-learnmore.gif) no-repeat;
	width: 174px;
	height: 20px;
	margin: 0 0 0 2px;
	display: inline;
}
.tabs .columns{
	width: 681px;
	overflow: hidden;
	margin: 10px -49px 10px -4px;
	padding: 4px 0;
	background: url(../images/bg-tab-columns.gif) repeat-y 198px 0;
}
.tabs .columns .column{
	float: left;
	width: 172px;
	margin: 0 53px 0 0;
}
.tabs .columns .img{
	text-align: center;
	margin: 0 0 8px;
}
.tabs .columns .img img{
	border: solid 0px #cfcfcf;
}
.tabs .columns .subtitle{
	margin: 0 0 6px;
	font-size: 14px;
	font-weight: bold;
}
.tabs .columns p{
	margin: 0 0 13px;
	font-size: 1.1em;
}
.tabs .columns .see-link{
	background: url(../images/bullet-4.gif) no-repeat 0 50%;
	padding: 0 0 0 10px;
	font-size: 1.1em;
}
/* tabs block styles end */
#sidebar{
	float: right;
	width: 216px;
}
/* next-steps Styles */
.side-box{
	width: 216px;
	background: url(../images/bg-next-steps.jpg) no-repeat 0 100%;
	padding: 0 0 12px;
	margin: 0 0 20px;
}
.side-box-area{
	width: 214px;
	border: solid 1px #d1d1d1;
	border-bottom: none;
}
.side-box span.side-box-t,
.side-box span.side-box-b {
	background: url(../images/side-box-ns.gif) no-repeat;
	overflow: hidden;
	display: block;
	height: 13px;
	width: 100%;
}
.side-box span.side-box-b {
	background-position: -428px 0;
	height: 15px;
}
.side-box .side-box-holder {
	background: url(../images/side-box-ns.gif) repeat-y -214px 0;

	width: 100%;
}
.side-box .side-box-holder:after {
	display: block;
	content: "";
	clear: both;
}
.next-steps{
	position: relative;
	overflow: hidden;
	margin: -10px 0 -16px 0;
	width: 100%;
	float: left;
}
.next-steps ul{
	margin: 0;
	padding: 0;
	list-style: none;
	height: 1%;
	overflow: hidden;
}
.next-steps ul li{
	border-bottom: solid 1px #d1d1d1;
}
.next-steps ul li a{
	display: block;
	background: url(../images/next-steps-icons.gif) no-repeat 14px 7px;
	font-size: 12px;
	font-weight: bold;
	height: 1%;
	padding: 10px 17px 11px 52px;
	color: #202020;
	text-decoration: none;
}
.next-steps ul li a:hover{
	color: #00a9dd;
}
.next-steps ul li a.editions{
	margin: 0;
	background-position: 14px -32px;
}
.next-steps ul li a.trial{
	background-position: 14px -69px;
}
.next-steps ul li a.live-product{
	background-position: 14px -105px;
}
.next-steps ul li a span{
	display: block;
	height: 100%;
	width: 100%;
	cursor: pointer;
	background: url(../images/arrow.gif) no-repeat 100% 0;
}
/* sidebox-2 block styles start */
.side-box-2{
	width: 214px;
	border: solid 1px #dbdbdb;
	background: url(../images/side-box.gif) repeat-y -214px 0;
}
.side-box-2 .bottom{
	width: 100%;
	padding: 0 0 17px;
	background: url(../images/side-box.gif) no-repeat -428px 100%;
}
.side-box-2 .bottom .wrapper{
	padding: 10px 20px 23px 15px;
}
.side-box-2 .bottom .sub-wrapper{
	padding: 10px 18px 2px 17px;
}
.side-box-2 h3.title{
	margin: 0;
	font-size: 14px;
	color: #3d3d3d;
	padding: 9px 10px;
	background: url(../images/bg-title.gif) repeat-x;
}
.side-box-2 h3.border{
	border-top: solid 1px #e2e2e2;
}
.side-box-2 .video{
	width: 179px;
	height: 106px;
	margin: 0 0 13px;
}
.side-box-2 .video img{
	display: block;
}
.side-box-2 .subtitle{
	margin: 0 0 1px;
	font-size: 1.1em;
	color: #0592bd;
}
.side-box-2 p{
	margin: 0 0 11px;
	font-size: 1em;
	color: #181818;
}
/* inf-list Styles */
.side-box-2 .inf-list{
	margin: 0;
	padding: 0 0 11px;
	list-style: none;
	width: 100%;
	overflow: hidden;
}
.side-box-2 .inf-list li{
	background: url(../images/separator.gif) repeat-x 0 100%;
}
.side-box-2 .inf-list li a{
	display: block;
	height: 1%;
	padding: 6px 0 4px 22px;
	background: url(../images/bullet-3.gif) no-repeat 0 4px;
	font-size: 11px;
}
/* sidebox-2 block styles end */
/* news block styles start */
.news-block{
	width: 1044px;
	margin: 0 0 20px -17px;
	overflow: hidden;
	background: url(../images/bg-news-block.gif) repeat-y 20px 0;
}
.news-block .column{
	float: left;
	width: 300px;
	padding: 0 24px 0 0;
	margin: 0 0 0 22px;
	display: inline;
}
.news-block .holder{
	padding: 0 0 9px;
}
.news-block h3{
	float: left;
	margin: 0;
	font-size: 16px;
	color: #626262;
	padding: 0 15px 0 0;
}
.news-block .rss{
	float: left;
	width: 12px;
	text-indent: -9999px;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	margin: 3px 0 0;
	background: url(../images/rss.gif) no-repeat 0 0;
}
.news-block .pool-holder{
	padding: 40px 0 57px;
}
.news-block .pool-holder img{
	display: block;
}
/* .info-list Styles */
.news-block .info-list{
	margin: 0;
	padding: 0 0 20px 3px;
	list-style: none;
	overflow: hidden;
}
.news-block .info-list li{
	padding: 0 0 12px 11px;
	font-size: 1.1em;
	color: #5a5656;
	background: url(../images/bullet-4.gif) no-repeat 0 4px;
}
.news-block .info-list li .date{
	font-style: normal;
	color: #868686;
}
/* news block styles end */

/* NEWS PAGE .info-list Styles */
.newspage-block .info-list{
	margin: 0;
	list-style: none;
	overflow: hidden;
}
.newspage-block .info-list li{
	padding: 0 0 12px 11px;
	font-size: 1.2em;
	color: #5a5656;
	background: url(../images/bullet-4.gif) no-repeat 0 4px;
}
.newspage-block .info-list li .date{
	font-style: normal;
	color: #868686;
	font-weight: bold;
}
/* NEWS PAGE block styles end */

/* FAQ PAGE .info-list Styles */
.faqinfo-list{
	margin: 8px 0 0 0;
	list-style: none;
	overflow: hidden;
}
.faqinfo-list li{
	padding: 0 0 6px 11px;
	font-size: 1.3em;
	color: #5a5656;
	background: url(../images/bullet-4.gif) no-repeat 0 4px;
}
/* NEWS FAQ block styles end */

/* footer block styles */
#footer {
	width:100%;
	overflow:hidden;
	background: url(../images/bg-footer.gif) repeat-x;
}
#footer-area{
	width: 988px;
	margin: 0 auto;
	padding: 41px 0 37px 12px;
}
#footer h4{
	margin: 0 0 5px;
	color: #4f4f4f;
	font-size: 1.3em;
	text-transform: uppercase;
}
#footer h4.title{
	margin: 0 0 8px;
}
#footer .info-holder{
	width: 100%;
	overflow: hidden;
	background: url(../images/line.gif) repeat-y 668px 0;
}
#footer .columns{
	float: left;
	width: 680px;
}
#footer .columns .column{
	float: left;
	width: 120px;
	margin: 0 60px 0 0;
}
#footer .columns .company{
	width: 100px;
	margin: 0 34px 0 0;
}
#footer .columns .media-column{
	float: left;
	width: 140px;
}
/* media blocks styles */
#footer .media{
	width: 100%;
	overflow: hidden;
	padding: 0 0 36px;
}
#footer .media ul{
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	overflow: hidden;
}
#footer .media ul li{
	float: left;
	margin: 0 6px 0 0;
}
#footer .media ul li a{
	float: left;
	text-indent: -9999px;
	overflow: hidden;
	width: 16px;
	height: 16px;
	background: url(../images/bg-media.jpg) no-repeat;
}
#footer .media-list li a.twitter{background-position: 0 0;}
#footer .media-list li a.linkedin{background-position: -16px 0;}
#footer .media-list li a.facebook{background-position: -32px 0;}
#footer .media-list li a.flickr{background-position: -48px 0;}
#footer .media-list li a.youtube{background-position: -64px 0;}
#footer .media-list li a.blogs{background-position: -80px 0;}
/* media-list hover states */
#footer .media-list li a.twitter:hover{background-position: 0 -16px;}
#footer .media-list li a.linkedin:hover{background-position: -16px -16px;}
#footer .media-list li a.facebook:hover{background-position: -32px -16px;}
#footer .media-list li a.flickr:hover{background-position: -48px -16px;}
#footer .media-list li a.youtube:hover{background-position: -64px -16px;}
#footer .media-list li a.blogs:hover{background-position: -80px -16px;}
/* media list2 */
#footer .media .media-list2 li a{background: url(../images/bg-media-2.jpg) no-repeat;}
#footer .media-list2 li a.twitter{background-position: 0 0;}
#footer .media-list2 li a.digg{background-position: -16px 0;}
#footer .media-list2 li a.delicious{background-position: -32px 0;}
#footer .media-list2 li a.reddit{background-position: -48px 0;}
#footer .media-list2 li a.stumbleuppon{background-position: -64px 0;}
#footer .media-list2 li a.facebook{background-position: -80px 0;}
/* media-list2 hover states */
#footer .media-list2 li a.twitter:hover{background-position: 0 -16px;}
#footer .media-list2 li a.digg:hover{background-position: -16px -16px;}
#footer .media-list2 li a.delicious:hover{background-position: -32px -16px;}
#footer .media-list2 li a.reddit:hover{background-position: -48px -16px;}
#footer .media-list2 li a.stumbleuppon:hover{background-position: -64px -16px;}
#footer .media-list2 li a.facebook:hover{background-position: -80px -16px;}
/* links Styles */
#footer .links{
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	overflow: hidden;
}
#footer .links li{
	padding: 0 0 4px 1px;
}
#footer .links li a{
	font-size: 1.1em;
	color: #4b4b4b;
	text-decoration: none;
}
#footer .links li a:hover{
	color: #00a9dd;
}
#footer .promo{
	float: right;
	width: 280px;
}
#footer .promo .logo-small{
	display: block;
	background: url(../images/logo-footer.png) no-repeat;
	width: 109px;
	height: 22px;
	margin: 0 0 8px;
	text-indent: -9999px;
	overflow: hidden;
	cursor: pointer;
}
#footer .promo p{
	margin: 0 0 24px;
	font-size: 1.1em;
	line-height: 1.2em;
	color: #707070;
}
#footer .promo .copy{
	margin: 0 0 6px;
	font-size: 1em;
	color: #7e7e7e;
}
/* bottomnav Styles */
.bottomnav{
	margin: 0;
	padding: 0;
	list-style: none;
	height: 1%;
	overflow: hidden;
}
.bottomnav li{
	float: left;
	margin: 0 18px 0 -11px;
	padding: 0 0 0 10px;
	background: url(../images/bullet-5.gif) no-repeat 0 3px;
}
.bottomnav li a{
	float: left;
	font-size: 1em;
	color: #7e7e7e;
	text-decoration: underline;
}
.bottomnav li a:hover{
	color: #00a9dd;
}
#footer-bottom{
	width: 100%;
	overflow: hidden;
	background: #ebebeb;
}
#footer-bottom-area{
	width: 1000px;
	height: 105px;
	padding: 15px 0 18px 0;
	margin: 0 auto;
}
/* links Styles */
#footer-bottom .links{
	padding:4px 0 0 14px;
}
#footer-bottom .links img{
	display: block;
}
/*sifr start. do not modify.*/
object, embed {
	margin:0;
	padding:0;
}
.sIFR-flash {
	visibility:visible !important;
	margin:0;
}
.sIFR-replaced {visibility:visible !important;}
span.sIFR-alternate {
	position:absolute !important;
	left:0 !important;
	top:0 !important;
	width:0 !important;
	height:0 !important;
	display:block !important;
	overflow:hidden  !important;
}
.sIFR-flash + div[adblocktab=true] {display:none !important;}
.sIFR-hasFlash .news-block h3 span{
	font-size:16px;
	line-height:18px;
}
#login-page .sIFR-hasFlash .news-block h3 span{
	font-size:18px;
}
.sIFR-hasFlash .tabs .tabs-content h3 span{
	font-size: 16px;
}
.sIFR-hasFlash .tabs .tabs-content h2 span{
	font-size: 22px;
	font-weight: bold;
}
.sIFR-hasFlash #login-page #content .title{font-size: 27px;}
.sIFR-hasFlash .bottom-info h3 span{font-size: 16px;}
.sIFR-hasFlash #solutions-page #content h1{
	font-size: 26px;
}
.sIFR-hasFlash .signup .signup-title span{
	letter-spacing: -1px;
	word-spacing: -1px;
}
/*sifr end*/

/* login page styles */
#login-page #main{padding-top: 178px;}
#login-page #content{width:536px; padding: 19px 0 0;}
#login-page #sidebar{width: 335px; padding: 20px 24px 0 0;}
#login-page .top-part{padding: 0 0 26px;}
.breadcrumbs{
	position: absolute;
	top: 159px;
	left: 0;
	margin: 0;
	padding: 0 0 6px;
	list-style: none;
	overflow: hidden;
	z-index: 2;
}
.breadcrumbs li{
	float:left;
	margin: 0 0 0 -3px;
	padding: 0 9px 0 9px;
	background: url(../images/arrow-2.gif) no-repeat 0 50%;
	font-size: 1em;
	color: #777;
}
.breadcrumbs li a{
	font-size: 1em;
	color: #777;
	text-decoration: underline;
}
.breadcrumbs li a:hover{
	color: #00a9dd;
}
#login-page #content .title{
	margin: 0 0 12px;
	font-size: 27px;
	color: #363636;
	padding: 0 0 0 6px;
}
.bookmark{
	border: solid 1px #c6c6c6;
	padding: 11px 0 11px 41px;
	margin: 0 0 18px;
	background: #f7f7f7 url(../images/bookmark.gif) no-repeat 10px 7px;
}
.bookmark p{
	margin: 0;
	font-size: 1.2em;
	color: #363636;
}
.bookmark a{
	font-weight: bold;
	color: #04a6e4;
}
/* reward block styles start */
.reward-box{
	border: solid 1px #cbcbcb;
	height: 259px;
}
/*
.reward-title{
	width: 307px;
	height: 56px;
	background: url(../images/text-rewarded.gif) no-repeat;
	margin: 0 0 23px;
	text-indent: -9999px;
	overflow: hidden;
	font-size: 28px;
	font-weight: normal;
	color: #363636;
}
.reward-title em{
	font-style: normal;
	font-size: 21px;
	padding: 0 0 0 35px;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
}
.reward-box p{
	margin: 0 0 13px;
	font-size: 1.5em;
	line-height: 1.4em;
	color: #5c5c5c;
}
.reward-box .offset{
	padding: 0 23px 0 38px;
}
.reward-box .learn-more{
	float: left;
	width: 117px;
	height: 37px;
	background: url(../images/a-learn-more.png) no-repeat;
	cursor: pointer;
	text-indent: -9999px;
	overflow: hidden;
}
*/
.reward-box .controlbar{
	right: 6px;
	clear: left;
}
/* reward block styles end */
/* begin form block styles */
.form-block-box{
	width: 335px;
}
.form-block-box span.form-block-t,
.form-block-box span.form-block-b {
	background: url(../images/bg-formblock-t.gif) no-repeat;
	overflow: hidden;
	display: block;
	height: 15px;
	width: 100%;
}
.form-block-box span.form-block-b {
	background: url(../images/bg-formblock-b.gif) no-repeat;
	height: 32px;
}
.form-block-box .form-block-holder {
	background: url(../images/bg-formblock-c.gif) repeat-y;
	padding: 0 22px;
	width: 291px;
}
.form-block-box .form-block-holder:after {
	display: block;
	content: "";
	clear: both;
}
.form-block{
	position: relative;
	overflow: hidden;
	margin: 2px 0 0 0;
	width: 100%;
	float: left;
}
/* end form block styles */
.form-block h3{
	margin: 0 0 15px;
	font-size: 22px;
	color: #363636;
	background: url(../images/lock.jpg) no-repeat;
	padding: 0 0 0 29px;
}
.form-block p{
	margin: 0 0 21px;
	font-size: 1.1em;
	color: #363636;
}
/* login form styles start */
.login-form .holder{
	padding: 0 0 11px 0;
}
.login-form label{
	display: block;
	padding: 0 0 3px;
	font-size: 1.2em;
	color: #2b2b2b;
	font-weight: bold;
}
.login-form label img{
	vertical-align: top;
}
.login-form .input{
	display: block;
	background: url(../images/input-2.gif) no-repeat;
	width: 264px;
	height: 30px;
}
.login-form .txt{
	display: block;
	background: none;
	border: 0;
	padding: 8px 10px;
	width: 244px;
}
.login-form .img{
	float: left;
	cursor: pointer;
	border: none;
	background: url(../images/btn-login.png) no-repeat;
	width: 83px;
	height: 30px;
	margin: 0 23px 0 0;
}
.login-form .btn-holder{
	width: 100%;
	overflow: hidden;
	padding: 13px 0 17px;
}
.login-form .forgot{
	float: left;
	font-size: 10px;
	color: #069ed7;
	font-weight: bold;
	line-height: 28px;
	text-decoration: none;
}
.login-form .forgot:hover{
	text-decoration: underline;
}
/* error block styles start */
.error-box{
	width: 345px;
	border: solid 1px #f00;
	padding: 7px 19px;
	background: #f5ffbb;
	overflow: hidden;
}
.error-box .img{
	float: left;
}
.error-box .img img{
	float: left;
}
.error-box .msg{
	margin: 0 0 0 49px;
}
.error-box .msg p{
	margin: 0;
	font-size: 11px;
	line-height: 14px;
	color: #3b3b3b;
}
/* error block styles end */

/* login error block styles start */
.lerror-box{
	width: 248px;
	border: solid 1px #f00;
	padding: 7px 19px;
	background: #f5ffbb;
	overflow: hidden;
}
.lerror-box .img{
	float: left;
}
.lerror-box .img img{
	float: left;
}
.lerror-box .msg{
	margin: 0 0 0 49px;
}
.lerror-box .msg p{
	margin: 0;
	font-size: 11px;
	line-height: 14px;
	color: #3b3b3b;
}
/* login error block styles end */

/* login form styles end */
#login-page .news-block{
	margin: 0 0 27px;
	width: 941px;
	background: url(../images/line-2.gif) repeat-y 583px 0;
}
#login-page .news-block .holder{padding:0 0 10px;}
#login-page .news-block .info-list{padding-top: 10px;}
#login-page .news-block .info-list li{padding: 0 0 16px 16px;}
.news-block .left{
	float: left;
	width: 540px;
	padding: 0 0 0 4px;
}
#login-page .gallery-box {
	width: 536px;
}
.news-block .right{
	float: right;
	width: 304px;
	padding: 6px 23px 0 0;
}
#login-page .news-block h3{
	padding: 0;
}
#login-page .gallery-wrapper{
	width: 536px;
	float: left;
}
.login-gh{
	width: 536px;
	overflow: hidden;
}
.news-block p{
	margin: 0 0 10px;
	font-size: 1.2em;
	color: #5a5656;
	line-height: 1.417em;
}
.news-block .contact-link{
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #0da9e3;
	margin: 0 0 25px;
	background: url(../images/bg-support-link.gif) no-repeat;
}
.news-block .contact-link span{
	display: block;
	height: 100%;
	background: url(../images/arrow-3.gif) no-repeat 10px 9px;
	line-height: 41px;
	padding: 0 0 0 52px;
}
/* contact support block styles start */
.contact-support{
	overflow: hidden;
	background: #fff url(../images/bg-contact-support.gif) no-repeat 475px 22px;
	width: 600px;
	padding: 21px 0 0 21px;
	border: solid 1px #000;
}
.contact-support .form-title{
	margin: 0 0 6px;
	font-size: 24px;
	color: #363636;
}
.contact-support p{
	margin: 0 0 24px;
	font-size: 1.2em;
	color: #363636;
}
.contact-support .contact-form .col-left{
	float: left;
	width: 264px;
}
.contact-support .contact-form .col-right{
	float: right;
	width: 305px;
}
.contact-support .contact-form .holder{
	padding: 0 0 11px;
}
.contact-support .contact-form .textarea{
	display: block;
	background: url(../images/bg-textarea.gif) no-repeat;
	width: 264px;
	height: 166px;
}
.contact-support .contact-form .textarea textarea{
	border: 0;
	background: none;
	width: 244px;
	padding: 6px 10px;
	height: 154px;
}
.contact-support .contact-form label{
	display: block;
	padding: 0 0 4px 1px;
	font-size: 1.2em;
	color: #2b2b2b;
	font-weight: bold;
}
.contact-support .contact-form label img{
	vertical-align: top;
}
.contact-support .contact-form .input{
	display: block;
	background: url(../images/input-2.gif) no-repeat;
	width: 264px;
	height: 30px;
}
.contact-support .contact-form .txt{
	display: block;
	background: none;
	border: 0;
	padding: 8px 10px;
	width: 244px;
}
.contact-support .contact-form .btn{
	float: left;
	cursor: pointer;
	border: none;
	background: url(../images/btn-contact.gif) no-repeat;
	width: 149px;
	height: 30px;
}
.contact-support .contact-form .btn-holder{
	width: 100%;
	overflow: hidden;
	padding: 3px 0 10px;
}
.contact-support .contact-form.forgot{
	float: left;
	font-size: 10px;
	color: #069ed7;
	font-weight: bold;
	line-height: 28px;
	text-decoration: none;
}
.contact-support .contact-form .forgot:hover{
	text-decoration: underline;
}
/* contact support block styles end */
.news-block .text span{
	display: block;
}
/* bottom-info block styles start */
.bottom-info{
	border-top: solid 1px #e8e8e8;
	padding: 15px 0 0;
	width: 100%;
}
.bottom-info .bg{
	width: 980px;
	margin: 0 0 0 -30px;
	overflow: hidden;
	background: url(../images/bg-bottom-info.gif) repeat-y 25px 0;
}
.bottom-info .column{
	float: left;
	width: 306px;
	padding: 5px 0 0;
	margin: 0 0 0 30px;
	display: inline;
}
.bottom-info .col-idea{
	padding: 0 21px 0 0;
	width: 232px;
}
.bottom-info .col-idea .mail{
	font-weight: bold;
}
.bottom-info h3{
	margin: 0 0 11px;
	font-size: 16px;
	font-weight: normal;
	color: #626262;
}
.bottom-info p{
	margin: 0 0 13px;
	color: #5a5656;
	font-size: 1.1em;
	line-height: 1.455em;
}
/* instructions list Styles */
.instructions{
	margin: 0;
	padding: 0 0 0 2px;
	list-style: none;
}
.instructions li{
	padding: 3px 0 7px 27px;
	font-size: 1.1em;
	color: #5a5656;
}
.instructions li.first{
	background: url(../images/step-one.gif) no-repeat 0 0;
}
.instructions li.second{
	background: url(../images/step-two.gif) no-repeat 0 0;
}
.instructions li.third{
	background: url(../images/step-three.gif) no-repeat 0 0;
}
.bottom-info .title{
	display: block;
	font-size: 1.1em;
	padding: 0 0 9px;
}
.bottom-info .title-2{
	display: block;
	font-size: 1.1em;
	padding: 2px 0 19px;
}
.bottom-info .img{
	float: left;
	margin: 0 12px 21px 0;
}
.bottom-info .img img{
	float: left;
}
.bottom-info p.note{
	margin: 0;
	padding: 12px 0 0 0;
	font-size: 1em;
	color: #626262;
}
.bottom-info .img-bdr{
	float: left;
	margin: 0 12px 2px 0;
}
.bottom-info .img-bdr img{
	float: left;
	border: solid 1px #989898;
}
/* bottom-info block styles start */

/* solutions page styles */
#solutions-page .mainmodule-box, #company-page .mainmodule-box, #search-page .mainmodule-box, #contact-page .mainmodule-box, #customers-page .mainmodule-box, #resources-page .mainmodule-box{
	padding: 0 0 19px;
}
#solutions-page #main, #company-page #main, #search-page #main, #contact-page #main, #customers-page #main, #resources-page #main{padding-top: 178px;}
#solutions-page .mainmodule-box .mainmodule-holder, #company-page .mainmodule-box .mainmodule-holder, #search-page .mainmodule-box .mainmodule-holder, #contact-page .mainmodule-box .mainmodule-holder, #customers-page .mainmodule-box .mainmodule-holder, #resources-page .mainmodule-box .mainmodule-holder{padding: 0 43px 0 27px; width: 930px;}
#solutions-page #content, #company-page #content, #customers-page #content, #resources-page #content{float: right; width:686px; padding: 14px 0 0;}
#solutions-page #sidebar, #company-page #sidebar, #customers-page #sidebar, #resources-page #sidebar{float: left; width: 192px; padding: 21px 0 0;}
#solutions-page .top-part, #company-page .top-part, #search-page .top-part, #contact-page .top-part, #customers-page .top-part, #resources-page .top-part{padding: 0 0 26px;}
.solutions{
	margin: 0 0 7px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/text-solutions.gif) no-repeat;
	width: 104px;
	height: 16px;
}
.companytext{
	margin: 0 0 7px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/text-company.gif) no-repeat;
	width: 104px;
	height: 16px;
}
.customerstext{
	margin: 0 0 7px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/text-customers.gif) no-repeat;
	width: 111px;
	height: 16px;
}
.resourcestext{
	margin: 0 0 7px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/text-resources.gif) no-repeat;
	width: 107px;
	height: 16px;
}
/* Search page-only styles */
#solutions-page #content-search{float: left; width:95%; padding: 12px 10px 12px 10px;}

/* side navigation Styles start */
#nav {
	margin: 0 0 31px;
	padding: 0;
	list-style: none;
	width: 100%;
	overflow: hidden;
	border-top: solid 2px #dfdfdf;
	border-bottom: solid 1px #dfdfdf;
}
#nav li{
	padding: 0 0 0 2px;
	border-bottom: solid 1px #e8e8e8;
	background: url(../images/bullet-4.gif) no-repeat 4px 10px;
}
#nav li a{
	display: block;
	color: #00a9ea;
	padding: 3px 0 3px 15px;
	font-size: 1.3em;
	text-decoration: none;
}
#nav li a:hover{
	color: #373737;
}
#nav li.selected{
	background: #f7f7f7 url(../images/bullet7.gif) no-repeat 4px 10px;
}

#nav li.selected span{
	display: block;
	padding: 3px 0 4px 17px;
	font-size: 1.3em;
	color: #686868;
}
/* Submenu level 1 styles */
#nav li ul{
	list-style: none;
	margin: 0;
	padding: 0 6px;
	display: none;
	overflow: hidden;
}
#nav li ul li{
	padding: 0;
	margin: 0 0 -1px;
	height: 1%;
	vertical-align: middle;
	border: none;
	background: url(../images/bullet-8.gif) no-repeat 2px 8px;
}
#nav li.active ul{
	display: block;
	height: 1%;
}
#nav li ul li a{
	font-size: 1.1em;
	cursor: pointer;
	background: url(../images/line-3.gif) repeat-x 0 100%;
}
/* side navigation Styles end */

/* short block next-steps Styles */
#solutions-page .side-box, #company-page .side-box, #customers-page .side-box, #resources-page .side-box{
	width: 192px;
	padding: 11px 0 13px;
	background: url(../images/bg-next-steps-2.jpg) no-repeat 0 100%;
}
#solutions-page .side-box-area, #company-page .side-box-area, #customers-page .side-box-area, #resources-page .side-box-area{
	width: 192px;
	border: none;
}
#solutions-page .side-box span.side-box-t, #company-page .side-box span.side-box-t, #customers-page .side-box span.side-box-t, #resources-page .side-box span.side-box-t,
#solutions-page .side-box span.side-box-b, #company-page .side-box span.side-box-b, #customers-page .side-box span.side-box-b, #resources-page .side-box span.side-box-b{
	background: url(../images/side-box-2.gif) no-repeat;
	overflow: hidden;
	display: block;
	height: 13px;
	width: 100%;
}
#solutions-page .side-box span.side-box-b, #company-page .side-box span.side-box-b, #customers-page .side-box span.side-box-b, #resources-page .side-box span.side-box-b{
	background: url(../images/side-box-2.gif) no-repeat -384px 0;
	height: 13px;
}
#solutions-page .side-box .side-box-holder, #company-page .side-box .side-box-holder, #customers-page .side-box .side-box-holder, #resources-page .side-box .side-box-holder{
	background: url(../images/side-box-2.gif) repeat-y -192px 0;
	width: 100%;
}
#solutions-page .side-box .side-box-holder:after, #company-page .side-box .side-box-holder:after, #customers-page .side-box .side-box-holder:after, #resources-page .side-box .side-box-holder:after{
	display: block;
	content: "";
	clear: both;
}
#solutions-page .next-steps, #company-page .next-steps, #customers-page .next-steps, #resources-page .next-steps{
	margin:-10px 0 -13px -5px;
}
#solutions-page .next-steps ul li a, #company-page .next-steps ul li a, #customers-page .next-steps ul li a, #resources-page .next-steps ul li a{
	padding: 10px 4px 11px 49px;
}
/* signup block styles start */
.signup{
	padding: 2px 10px 0 16px;
}
.signup .img{
	margin: 0 9px 4px 0;
	padding: 3px 0 0;
	float: left;
}
.signup .img img{
	float: left;
}
.signup .signup-title{
	margin: 0 0 4px;
	font-size: 16px;
	color: #4a4a4a;
}
.signup p{
	margin: 0 0 10px;
	color: #7a7a7a;
	font-size: 1.1em;
	line-height: 1.2em;
}
.signup-form .holder{
	padding: 0 0 10px;
}
.signup-form .btn-holder{
	width: 100%;
	overflow: hidden;
	padding: 0 0 2px;
}

.signup-form label.none{
	display: none;
}
.signup-form .txt{
	border: 1px solid #c0c0c0;
	padding: 2px;
	background: #f6f6f6;
	width: 151px;
}
.signup-form .btn{
	float: left;
	cursor: pointer;
	border: none;
	background: url(../images/btn-signup.gif) no-repeat;
	width: 97px;
	height: 29px;
}
/* signup block styles end */
/* side-list Styles */
.side-list{
	padding: 0 0 23px 5px;
}
.side-list h3{
	margin: 0 0 9px;
	font-size: 12px;
	color: #5a5a5a;
}
.side-list ul{
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
}
.side-list ul li{
	padding: 0 0 3px 16px;
	background: url(../images/bullet-9.gif) no-repeat 0 4px;
}
.side-list ul li a{
	font-size: 1.1em;
	color: #00a9ea;
	text-decoration: none;
}
.side-list ul li a:hover{
	color: #373737;
}
/* solutions page content styles */
#solutions-page #content h1, #content-search h1, #company-page #content h1, #customers-page #content h1, #resources-page #content h1{
	margin: 0 0 3px;
	font-size: 28px;
	color: #2f2f2f;
	font-weight: bold;
}
#solutions-page #content h3, #content-search h3, #company-page #content h3, #customers-page #content h3, #resources-page #content h3{
	margin: 0 0 16px;
	font-size: 17px;
	font-weight: normal;
	color: #8c8c8c;
}
#solutions-page #content h2, #content-search h2, #company-page #content h2, #customers-page #content h2, #resources-page #content h2{
	margin: 0 0 6px;
	font-size: 16px;
	color: #2f2f2f;
}
.demo-video{
	border: solid 1px #e3e3e3;
	background: #fff;
	padding: 1px;
	width: 672px;
	margin: 0 0 27px;
}
.demo-video img{
	display: block;
}
#solutions-page #content p, #content-search p, #why-payrelief-page p, #company-page #content p, #customers-page #content p, #resources-page #content p{
	font-size: 1.2em;
	margin: 0 0 15px;
	line-height: 1.584em;
	color: #595959;
}
#solutions-page .tmns-holder, #company-page .tmns-holder, #resources-page .tmns-holder{
	padding: 0 0 38px;
}
#solutions-page #content .staffing, #company-page #content .staffing, #resources-page #content .staffing{
	padding: 0 0 15px;
}
#solutions-page #content .staffing p, #company-page #content .staffing p, #resources-page #content .staffing p{
	margin: 0 0 20px;
}
.primary-list{
	margin: 0;
	padding: 2px 0 10px 11px;
	list-style: none;
}
.primary-list li{
	padding: 0 0 14px 23px;
	background: url(../images/bullet-primary.gif) no-repeat 0 4px;
	font-size: 1.2em;
	color: #525252;
}
.features{
	padding: 0 0 10px;
	margin: 0 -60px 0 0;
	overflow: hidden;
}
.features .box{
	float: left;
	width: 325px;
	margin: 0 30px 0 0;
}
.features .box .img{
	float: left;
}
.features .box .img img{
	float: left;
}
.features .headline{
	display: block;
	font-size: 1.3em;
	color: #373737;
	margin: 0 0 6px;
}
.features .holder{
	padding: 13px 0 6px 0;
	font-size: 1.1em;
}
.features .text{
	margin: 0 0 0 65px;
}
#solutions-page #content .features p{
	margin: 0 0 3px;
	font-size: 1em;
	line-height: 1.5em;
	color: #5b5b5b;
}
/* lists block styles */
.lists{
	height: 1%;
	margin: 0 -26px 0 0;
	overflow: hidden;
	padding: 5px 0 0;
}
.lists .column{
	float: left;
	width: 204px;
	margin: 0 27px 0 0;
}
.lists .column2{
	float: left;
	width: 335px;
	margin: 0 27px 0 0;
}
.link-list{
	margin: 0;
	padding: 0;
	list-style: none;
}
.link-list li{
	padding: 0 0 5px 11px;
	background: url(../images/bullet-4.gif) no-repeat 0 4px;
}
.link-list li a{
	font-size: 1.2em;
	text-decoration: none;
}
/* security block styles start */
.security{
	border-top: solid 0px #dadada;
	padding: 20px 0 0;
	color: #595959;
}
.security .columns{
	height: 1%;
	overflow: hidden;
}
.security .columns .left-column{
	float: left;
	width: 390px;
}
.security .columns .right-column{
	float: right;
	width: 270px;
}
.security ol{
	margin: 0 0 0 -20px;
	padding: 0 0 0 43px;
	list-style: decimal;
	font-weight: bold;
}
.security ol li{
	padding: 0 0 12px 0;
	font-size: 1.2em;
	color: #6f6f6f;
	line-height: 1.584em;
}
.security ol li span{
	font-weight: normal;
}
/* begin gray-box block styles */
.gray-box-box{
	width: 270px;
	margin: 0 0 19px;
float: right;
}
.gray-box-box span.gray-box-t,
.gray-box-box span.gray-box-b {
	background: url(../images/gray-box-t.gif) no-repeat;
	overflow: hidden;
	display: block;
	height: 20px;
	width: 100%;
}
.gray-box-box span.gray-box-b {
	background: url(../images/gray-box-b.gif) no-repeat;
	height: 21px;
}
.gray-box-box .gray-box-holder {
	background: url(../images/gray-box-c.gif) repeat-y;
	padding: 0 8px 0 13px;
	width: 249px;
}
.gray-box-box .gray-box-holder:after {
	display: block;
	content: "";
	clear: both;
}
.gray-box{
	position: relative;
	overflow: hidden;
	margin: -14px 0 -19px 0;
	width: 100%;
	float: left;
}
/* end gray-box block styles */
.security .top-img{
	float: right;
	background: url(../images/img-5.png) no-repeat;
	width: 106px;
	height: 106px;
}
.security .head{
	display: block;
	padding: 8px 0 0;
	margin: 0 0 8px;
	font-size: 1.2em;
}
#solutions-page #content .security p{
	margin: 0 0 21px;
	font-size: 1.2em;
	line-height: 1.584em;
	color: #595959;
}
#solutions-page #content .security .gray-box p{
	margin: 0 0 13px;
	font-size: 1.1em;
	line-height: 1.23em;
}
.gray-box a{
	white-space: nowrap;
}
.security .head-secure{
	display: block;
	margin: 9px 0 0;
	font-size: 1.4em;
	padding: 0 0 8px 41px;
	background: url(../images/info.gif) no-repeat;
}
/* security block styles end */
.signup-main{
	background: url(../images/a-next.jpg) no-repeat 0 10px;
	padding: 17px 0 0 104px;
}
#solutions-page #content .bottom-headline, #company-page #content .bottom-headline, #search-page .bottom-headline, #resources-page .bottom-headline{
	margin: 0 0 12px;
	font-size: 1.6em;
	color: #00adef;
}
.signup-main .txt{
	display: block;
	font-size: 1.2em;
	color: #545454;
	padding: 0 0 4px;
}
/* services block styles start */
.services{
	width: 100%;
	overflow: hidden;
	padding: 0 0 5px;
	background: url(../images/bg-services.gif) repeat-y;
}
.services .try, .services .start-saving, .services .cusomer-success{
	float: left;
	width: 275px;
}
.services .bg{
	padding: 0 0 0 70px;
}
.services .try{
	margin: 0 54px 0 0;
}
.services .start-saving{
	margin: 0 56px 0 0;
}
.services .cusomer-success{
	width: 270px;
}
.services .try .bg{
	background: url(../images/bg-try.jpg) no-repeat;
}
.services .start-saving .bg{
	background: url(../images/bg-start-saving.jpg) no-repeat;
}
.services .cusomer-success .bg{
	background: url(../images/bg-customers-success.jpg) no-repeat;
}
.services .link{
	background: url(../images/a-view.gif) no-repeat;
	font-size: 11px;
	padding: 0 0 0 22px;
	margin: 0 0 0 70px;
	color: #6c6c6c;
}
#solutions-page .services p, #trial-page .services p, #why-payrelief-page .services p, #pricing-page .services p, #search-page .services p, #customers-page .services p, #search-page .services p, #company-page .services p, #resources-page .services p, #contact-page .services p{
	margin: 0 0 4px;
	font-size: 1.1em;
	line-height: 1.273em;
	color: #454545;
}
/* services block styles end */
/*page trial start*/
#main-trial{
	padding:179px 0 0;
	position:relative;
}
/*page navigation start*/
.page-nav{
	width:100%;
	position:absolute;
	top:153px;
	left:0;
	z-index:1;
}
.page-menu{
	float:right;
	margin:0 18px 0 0;
	display:inline;
}
/*page navigation end*/
.columns{
	width:100%;
	overflow:hidden;
	position:relative;
}
/*column1 start*/
.column1{
	width:575px;
	float:left;
	margin:0 0 0 12px;
	display:inline;
}
.title-holder{
	width:100%;
	overflow:hidden;
}
.title-holder h2{
	font-size:28px;
	color:#363636;
	margin:3px 0 0;
}
.column1 p{
	font-size:1.3em;
	color:#363636;
	margin:12px 0 0;
	line-height:1.3em;
}
.column1 .img{
	float: left;
	padding: 0 0 15px 0;
}
.required-fields{
	display:block;
	font-size:1.2em;
	color:#838383;
	margin:14px 0 20px 0;
	width:100%;
	overflow:hidden;
}
.required-fields em{
	color:#d30000;
}
.frm{
	width:100%;
	overflow:hidden;
	margin:0px 0 0;
}
.frm .title {
	margin:0;
	padding-bottom:4px;
}
.frm .title h3 {
	font-size:19px;
	color:#4d4d4d;
	font-weight:normal;
	margin:0;
}
.about-yourself {
	margin:0 0 0 3px;
	padding-bottom:30px;
}
.about-yourself div,
.company-information div {
	margin:10px 0 0;
	width:100%;
	overflow:hidden;
}
.frm label{
	width:132px;
	float:left;
	font-size:1.2em;
	color:#2b2b2b;
	font-weight:bold;
	padding:2px 10px 0 0;
}
.frm label em{
	color:#d30000;
}

.input-holder{
	background:url(../images/bg-about-yourself-input.gif) no-repeat;
	width:238px;
	height:30px;
	float:left;
}
.frm .textarea-holder{
	float:left;
	background: url(../images/bg-textarea.gif) no-repeat;
	width: 264px;
	height: 166px;
}
.frm .textarea-holder textarea{
	border: 0;
	background: none;
	width: 244px;
	padding: 6px 10px;
	height: 154px;
}
.about-yourself div span input,
.company-information div span input{
	width:214px;
	height:22px;
	padding:8px 12px 0;
	background:none;
	border:none;
	font-size:1.2em;
	color:#494949;
}
.company-information div select{
	width:239px;
}
.frm label{
	background:url(../images/) no-repeat;
}
.company-information div.code{}
.numbers-wraper{
	float:left;
	border:1px solid #323232;
}
div.code div.numbers-wraper{
	width:auto;
	margin:0;
}
div.code div.numbers-wraper img{display:block;}
div.code .input-holder{
	background:url(../images/bg-code-input.gif) no-repeat;
	width:146px;
	height:30px;
	margin:0 0 0 8px;
}
div.code .input-holder input{
	width:122px;
}
div.code .help-text{
	float:none;
	display:block;
	margin:0 0 0 142px;
	padding:2px 0 0;
	clear:both;
	font-size:1em;
	color:#808080;
}
.trial-info-holder{
	width:100%;
	overflow:hidden;
	padding:21px 0 0;
}
.freee-trial{
	background:url(../images/btn-free-trial.gif) no-repeat;
	display:block;
	text-indent:-9999px;
	width:202px;
	height:43px;
	overflow:hidden;
	margin:0 0 0 141px;
}
.freee-trial:hover{
	background-position:0 -43px;
}
.how-buy{
	background:url(../images/btn-buy.gif) no-repeat;
	display:block;
	text-indent:-9999px;
	width:202px;
	height:43px;
	overflow:hidden;
	margin:0 0 0 141px;
}
.how-buy:hover{
	background-position:0 -43px;
}
.demo{
	background:url(../images/btn-demo.gif) no-repeat;
	display:block;
	text-indent:-9999px;
	width:202px;
	height:43px;
	overflow:hidden;
	margin:0 0 0 141px;
}
.demo:hover{
	background-position:0 -43px;
}
.contactus{
	background:url(../images/btn-contactus.gif) no-repeat;
	display:block;
	text-indent:-9999px;
	width:202px;
	height:43px;
	overflow:hidden;
	margin:0 0 0 141px;
}
.contactus:hover{
	background-position:0 -43px;
}
.frmsubmit{
	background:url(../images/btn-frm-submit.gif) no-repeat;
	display:block;
	text-indent:-9999px;
	width:202px;
	height:43px;
	overflow:hidden;
	margin:0 0 0 141px;
}
.frmsubmit:hover{
	background-position:0 -43px;
}
.referral{
	background:url(../images/btn-referral.gif) no-repeat;
	display:block;
	text-indent:-9999px;
	width:202px;
	height:43px;
	overflow:hidden;
	margin:0 0 0 141px;
}
.referral:hover{
	background-position:0 -43px;
}
.referral2{
	background:url(../images/btn-referral.gif) no-repeat;
	display:block;
	text-indent:-9999px;
	width:202px;
	height:43px;
	overflow:hidden;
	margin:0 0 0 2px;
}
.referral2:hover{
	background-position:0 -43px;
}
.akko-respect{
	margin:42px 0 0 142px;
	padding: 0 0 50px;
	overflow:hidden;
	width:355px;
}
.akko-respect .image-holder{
	float:left;
	margin:0 9px 0 0;
}
.akko-respect .image-holder img{display:block;}
.akko-respect p{
	margin:3px 0 0;
	font-size:1.1em;
	line-height:1.18em;
}
.eror-box{
	position:absolute;
	top:132px;
	left:12px;
	background:#f5ffbb;
	border:1px solid #ff0c0c;
	width:382px;
	display:none;
}
.eror-box ul{
	list-style:none;
	margin:14px 0 13px 16px;
	padding:0;
}
.eror-box ul li{
	color:#2c2c2c;
	font-size:1.1em;
	margin:6px 0 0;
	padding:0 0 0 14px;
	background:url(../images/eror-box-bullet.gif) no-repeat 0 4px;
}
/*column1 end*/
/*column2 start*/
.column2{
	width:263px;
	float:left;
	margin:10px 0 0 71px;
	display:inline;
}
.column2 p{
	font-size:1.3em;
	color:#363636;
	margin:12px 0 0;
	line-height:1.3em;
}
.column2 .title-holder{
	border:1px solid #dadada;
	background:#f7f7f7 url(../images/bg-column2-title.gif) repeat-x 0 100%;
	border-bottom:none;
	padding:8px 0 9px 12px;
	width:249px;
}
.column2 .title-holder strong{
	font-size:1.4em;
	color:#474747;
	font-weight:normal;
}
.column2-holder-c{
	width:263px;
	overflow:hidden;
	background:url(../images/bg-column2-c.gif) repeat-y;
}
.column2-holder-b{
	width:233px;
	overflow:hidden;
	background:url(../images/bg-column2-b.gif) no-repeat 0 100%;
	padding:0 13px 0 17px;
}
.column2-holder-b q{quotes: none;}
.column2-holder-b q:before{content:"";}
.column2-holder-b q:after{content:"";}
.column2-holder-b blockquote{
	margin:12px 0 0 1px;
	border-bottom:1px solid #e3e3e3;
	overflow:hidden;
	padding-bottom:23px;
}
.column2-holder-b blockquote q{
	font-size:1.3em;
	color:#838383;
	line-height:1.38em;
}
.column2-holder-b blockquote q span{
	background:url(../images/bg-left-quote.gif) no-repeat;
	padding:0 14px 0 0;
}
.column2-holder-b blockquote q em{
	background:url(../images/bg-rigth-quote.gif) no-repeat;
	padding:0 14px 0 0;
}
.column2-holder-b blockquote cite{
	margin:32px 0 0;
	display:block;
	font-style:normal;;
	font-size:1.1em;
	color:#979797;
	line-height:1.18em;
}
.lgo-holder{
	float:right;
	margin:-8px 4px 0 0;
	display:inline;
}
.column2-holder-b blockquote cite strong{margin:8px 0 0;}
.column2-holder-b blockquote cite strong,
.column2-holder-b blockquote cite span,
.column2-holder-b blockquote cite em{display:block;}
/*column2 end*/
/*page trial end*/
/*page pricing start*/
#main-pricing{
	padding:179px 0 0;
	position:relative;
}
.text-holder{
	margin:0 0 0 33px;
	height:1%;
}
.text-holder .title-holder h3{
	margin:0;
}
.text-holder p{
	font-size:1.3em;
	color:#363636;
	margin:20px 0 0;
}
/*banner new start*/
.banner-new{
	width:620px;
	background:#feffb6;
	margin:36px 0 0 152px;
}
.banner-new:after{
	content:"";
	display:block;
	clear:both;
}
.ico-new{
	margin:-7px 0 -7px 14px;
	float:left;
	display:inline;
}
.ico-new img{display:block;}
.banner-new h3{
	float:left;
	display:inline;
	font-size:22px;
	font-weight: normal;
	color:#1a1a1a;
	margin:13px 0 0 14px;
	letter-spacing:-1px;
}
/*banner new end*/
/*editions start*/
.editions{
	list-style:none;
	margin:29px 0 0 22px;
	padding:0;
	overflow:hidden;
	height:1%;
}
.editions li{
	display:block;
	position:relative;
	width:100%;
}
.editions li.active{
	position: absolute;
	left:-9999px;
	top:-9999px;
}
.compare-edition{
	width:100%;
	margin:0 0 11px;
	float:left;
}
.compare-edition a{
	background:url(../images/a-view.gif) no-repeat 0 2px;
	padding-left:18px;
	font-size:1.8em;
	float:right;
	margin:0 34px 0 0;
	display:inline;
}
.column-c{
	background:url(../images/bg-column-c.gif) repeat-y;
	width:275px;
	float:left;
	position:relative;
}
.column-t{
	background:url(../images/bg-column-t.gif) no-repeat;
	width:100%;
	overflow:hidden;
}
.column-b{
	background:url(../images/bg-column-b.gif) no-repeat 0 100%;
	padding:0 24px;
	width:227px;
	min-height:452px;
}
* html .column-b{
	height:452px;
	overflow:visible;
}
.front h2{
	font-size:31px;
	color:#1b9ecd;
	margin:13px 0 0;
}
.front h3{
	font-size:19px;
	color:#1b9ecd;
}
.column-b p{
	font-size:1.1em;
	color:#5e5e5e;
	margin:2px 0 0;
}
.column-b .price{
	font-size:1.6em;
	display:block;
	width:100%;
	overflow:hidden;
	text-align:center;
	margin:16px 0 0;
}
.btns{
	list-style:none;
	margin:11px 0 0 -6px;
	padding:0 0 9px;
	width:100%;
	overflow:hidden;
	border-bottom:1px solid #dadada;
}
.btns li{
	float:left;
	display:block;
	margin:0 0 0 10px;
	display:inline;
	width: auto;
}
.btns li a{
	font-size:1.3em;
	font-weight:bold;
}
.btns li.trial a{
	background:url(../images/bg-btn-trial.gif) no-repeat;
	display:block;
	width:90px;
	height:20px;
	padding:6px 5px 0 10px;
}
.btns li.bay a{
	background:url(../images/bg-btn-buy.gif) no-repeat;
	width:79px;
	height:20px;
	display:block;
	padding:6px 5px 0 12px;
}
.product-links{
	list-style:none;
	margin:0;
	padding:5px 0 5px 0;
}
.front .product-links li{
	display:block;
	background:url(../images/blue-arrow.gif) no-repeat 0 5px;
	padding:0 0 0 10px;
	margin:12px 0 0;
}
.product-links li a{
	font-size:1.2em;
	color:#686868;
	line-height:1.17em;
}
.product-links li {
	font-size:1.2em;
	color:#686868;
	line-height:1.17em;
}
.product-links li a:hover{
	text-decoration:underline;
}
.back{
	margin-left:30px;
	display:inline;
}
.back h2{
	font-size:31px;
	color:#43b835;
	margin:13px 0 0;
}
.back h3{
	font-size:19px;
	color:#43b835;
}
.back ul.btns li a{
	font-size:1.3em;
	font-weight:bold;
	color:#43b835;
}
.back ul.btns li a:hover{
	color:#373737;
}
.back .product-links li{
	display:block;
	background:url(../images/green-arrow.gif) no-repeat 0 5px;
	padding:0 0 0 10px;
	margin:12px 0 0;
}
.unlimited{
	margin-left:33px;
	display:inline;
}
.unlimited h2{
	font-size:31px;
	color:#d5141f;
	margin:13px 0 0;
}
.unlimited h3{
	font-size:19px;
	color:#d5141f;
}
.unlimited ul.btns li a{
	font-size:1.3em;
	font-weight:bold;
	color:#d5141f;
}
.unlimited ul.btns li a:hover{
	color:#373737;
}
.unlimited .product-links li{
	display:block;
	background:url(../images/red-arrow.gif) no-repeat 0 5px;
	padding:0 0 0 10px;
	margin:12px 0 0;
}
.best-value{
	background:url(../images/cio-best-value.gif) no-repeat;
	width:85px;
	height:86px;
	position:absolute;
	top:-2px;
	right:-2px;
}
/*editions end*/
.content-area{
	height:1%;
	overflow:hidden;
	padding:43px 0 60px 33px;
}
/*cite box start*/
.cite-holder-c{
	width:708px;
	background:url(../images/bg-cite-holder-c.gif) repeat-y;
	margin:0 0 0 75px;
	position:relative;
}
.cite-holder-c:after{
	content:"";
	display:block;
	clear:both;
}
.cite-holder-t{
	background:url(../images/bg-cite-holder-t.gif) no-repeat;
	width:100%;
	overflow:hidden;
}
.cite-holder-b{
	background:url(../images/bg-cite-holder-b.gif) no-repeat 0 100%;
	height:1%;
	overflow:hidden;
	padding:10px 25px 23px 20px;
}
.cite-holder-b .image-holder{
	float:left;
	border:1px solid #b5b5b5;
	padding:2px;
	margin:11px 17px 0 14px;
	display:inline;
}
.cite-holder-b .image-holder img{
	display:block;
	border:1px solid #b7b7b7;
}
.cite-holder-b blockquote{
	margin:20px 0 0;
}
.cite-holder-b blockquote q{
	font: italic 1.6em Georgia, Times, serif;
}
.cite-holder-b q{quotes: none;}
.cite-holder-b q:before{content:"";}
.cite-holder-b q:after{content:"";}
.cite-holder-b blockquote cite{
	position:absolute;
	left:39px;
	bottom:-2px;
	font-size:1em;
	color:#9a9a9a;
	font-weight:bold;
}
.view-more{
	position:absolute;
	right:0;
	bottom:-3px;
}
.view-more a{
	display:block;
	background:url(../images/a-view.gif) no-repeat;
	font-size:1em;
	padding:0 0 0 23px;
}
/*cite box end*/
/*two columns start*/
.two-columns{
	padding:50px 0 0;
}
/*column1 start*/
.questions{
	width:420px;
	float:left;
}
.questions ul{
	list-style:none;
	margin:0;
	padding:0;
}
.questions ul li{
	width:100%;
	overflow:hidden;
	margin:0 0 22px;
	float:left;
}
.questions ul li h3{
	font-size:1.6em;
	color:#323232;
	margin:0;
	overflow:hidden;
}
.questions ul li a{
	color:#323232;
}
.questions ul li h3 a:hover{
	text-decoration:underline;
}
.questions ul li p{
	margin:0;
	font-size:1.2em;
	line-height:1.2em
}
.questions .view{
	float:left;
	margin:2px 0 0;
}
.questions .view a{
	background:url(../images/a-view.gif) no-repeat;
	display:block;
	padding:0 0 0 18px;
	font-size:1.2em;
}
/*column1 end*/
/*column2 start*/
.includes{
	width:405px;
	float:left;
	display:inline;
	margin-left:42px;
}
.includes h3{
	font-size:1.8em;
	color:#323232;
	margin:0;
}
.includes ul{
	list-style:none;
	margin:0;
	padding:0;
}
.includes ul li{
	background:url(../images/bullet-7.gif) no-repeat;
	padding:0 0 0 23px;
	margin-left:2px;
	margin:15px 0 0;
font-size:1.2em;
}
.includes ul li a{
	font-size:1.2em;
	color:#323232;
}
.includes ul li a:hover{
	text-decoration:underline;
}
.data-protection{
	background:#ededed;
	width:353px;
	overflow:hidden;
	margin:30px 0 0 4px;
	padding:14px 17px 15px 24px;
}
.data-protection .title-holder{
	width:100%;
	overflow:hidden;
	margin:0 18px 0 0;
	background:url(../images/cio-protection.gif) no-repeat;
	padding: 7px 0 0 35px;
}
.title-holder h3{
	margin: 0 0 6px;
	font-size: 16px;
	color: #8c8c8c;
	font-weight: normal;
}
.title-holder h4{
	margin: 0 0 6px;
	font-size: 19px;
	color: #2f2f2f;
}
.data-protection p{
	font-size:1.2em;
	margin:5px 0 0;
}
.more{
	margin:20px 0 0;
}
.more a{
	background:url(../images/a-view.gif) no-repeat;
	padding:0 0 0 20px;
	font-size:1.2em;
}
/*column 2 end*/
/*two columns end*/
/*table start*/
.table-holder{
	float:left;
	height:1%;
	margin:0 0 0 58px;
	display:inline;
	padding-bottom:8px;
	width:730px;
}
.to-simple{
	float:right;
	margin:3px -85px 17px 0;
	position:relative;
}
.to-simple a{
	background:url(../images/a-view.gif) no-repeat;
	padding-left:18px;
	font-size:1.2em;
}
.table-headline{
	width:100%;
	overflow:hidden;
}
.table-logo{
	float:left;
	margin:18px 0 0 10px;
	display:inline;
}
.table-logo a{
	background:url(../images/table-logo.png) no-repeat;
	display:block;
	width:246px;
	height:90px;
	overflow:hidden;
	text-indent:-9999px;
}
.headline-list-c{
	background:url(../images/bg-table-headline-list-c.gif) repeat-y;
	width:438px;
	float:left;
	margin:21px 0 0 35px;
}
.headline-list-t{
	background:url(../images/bg-table-headline-list-t.gif) no-repeat;
	width:100%;
	overflow:hidden;
}
.headline-list-t ul{
	list-style:none;
	margin:0;
	padding:0;
}
.headline-list-t ul li{
	float:left;
	display:block;
	margin:0;
	width:131px;
	padding:0 0 10px 15px;
}
.headline-list-t ul li h2{
	font-size:20px;
	letter-spacing:-2px;
	margin:9px 0 0;
}
.headline-list-t ul li h3{
	font-size:12px;
	margin:0 0 4px 0;
}
.headline-list-t ul li .price{
	color:#414141;
	font-size:1.3em;
}
.btn-trial{
	background:url(../images/bg-btn-trial.gif) no-repeat;
	width:93px;
	height:21px;
	display:block;
	font-size:1.3em;
	font-weight:bold;
	padding:6px 2px 0 11px;
	margin:9px 0 0 4px;
}
.btn-trial:hover{color:#353535 !important;}
.front .btn-trial{color:#1b9ecd;}
.back .btn-trial{color:#43b835;}
.unlimited .btn-trial{color:#d5141f;}
.table-holder table{
	border-collapse:collapse;
	position:relative;
}
.table-holder table td.headline{
	text-align:left;
	background:#ededed;
	border:1px solid #b7b7b7;
	font-size:1.4em;
	font-weight:bold;
	padding:4px 0 3px 11px;
}
* html .table-holder table td.headline{position:relative;}
*+html .table-holder table td.headline{position:relative;}
table td.spacer{
	width:11px;
	border:none;
}
.parametr{
	width:263px;
	border-left:1px solid #c6c6c6;
	border-right:1px solid #c6c6c6;	border-bottom:1px dotted #c6c6c6;
	padding:7px 0 4px 16px;
	font-size:1.2em;
}
.for-front{
	width:147px;
	background:url(../images/bg-table-cell-front.gif) repeat-y;
	border-left:1px solid #c6c6c6;
	border-right:1px solid #c6c6c6;
	border-bottom:1px dotted #c6c6c6;
	text-align:center;
}
.for-back{
	width:144px;
	background:url(../images/bg-table-cell.gif) repeat-y;
	border-left:1px solid #c6c6c6;
	border-right:1px solid #c6c6c6;
	border-bottom:1px dotted #c6c6c6;
	text-align:center;
}
.for-unlimited{
	width:143px;
	background:url(../images/bg-table-cell.gif) repeat-y;
	border-left:1px solid #c6c6c6;
	border-right:1px solid #c6c6c6;
	border-bottom:1px dotted #c6c6c6;
	text-align:center;
}
.checked{
	width:16px;
	height:15px;
	margin:0 auto;
	display:block;
}
.checked img{display:block;}
.dollar{
	display:block;
	width:9px;
	height:16px;
	margin:0 auto;
}
.last td{
	border-bottom:1px solid #c6c6c6;
}
.footer-list-c{
	background:url(../images/bg-table-headline-list-c.gif) repeat-y;
	width:438px;
	float:right;
	margin:0 1px 0 0;
	display:inline;
}
.footer-list-b{
	background:url(../images/bg-footer-list-b.gif) no-repeat 0 100%;
	width:100%;
	overflow:hidden;
	padding:5px 0 10px;
}
.footer-list-b ul{
	list-style:none;
	margin:0;
	padding:0;
}
.footer-list-b ul li{
	float:left;
	display:block;
	margin:0;
	width:131px;
	padding:0 0 6px 15px;
}
.footer-list-b ul li h2{
	font-size:20px;
	letter-spacing:-2px;
	margin:9px 0 0;
}
.footer-list-b ul li h3{
	font-size:12px;
	margin:0 0 4px 0;
}
.footer-list-b ul li .price{
	color:#414141;
	font-size:1.3em;
}
.map{
	float:left;
	width:270px;
	margin:14px 0  0 17px;
	display:inline;
}
.map .check{
	display:block;
}
.map .dollar{
	display:block;
	width:auto;
	margin:3px 0 0;
}
/*table end*/
/*page pricing end*/
#footer-bottom .links ul{
	margin: 0;
	padding: 0;
	list-style: none;
	width: 1040px;
	margin: 0 -32px 0 0;
	overflow: hidden;
}
#footer-bottom .links ul li{
	float: left;
	width: 168px;
	margin: 0 32px 0 0;
	padding: 0 0 2px 7px;
	background: url(../images/bullet-bottom.gif) no-repeat 0 6px;
}
#footer-bottom .links ul li a{
	color: #878787;
	text-decoration: none;
}
#footer-bottom .links ul li a:hover{
	text-decoration: underline;
}

/*click */

ul.link-list li div.slide p{color:#373737;}
ul.link-list li div.slide {display: none;}
ul.link-list li.active div.slide {display: block;}
ul.link-list li.active {
	background: url(../images/bullet7.gif) no-repeat scroll 0px 6px;
}
.table-block {
	clear: right;
	width: 100%;
	overflow: hidden;
}
/* SaaS Page Info Block */
.extrainfoblock-holder{
	width: 686px;
	overflow: hidden;
	padding: 0 0 30px;
}
.saasinfo{
	position: relative;
	width: 600px;
	margin: 0 auto;
	padding: 1px;
	border: solid 1px #d4d3d3;
	background: #f4f4f4;
}
.saasinfo .bg{
	background: #f4f4f4;
	width: 100%;
	overflow: hidden;
	padding: 9px 0 7px 0;
}
.saasinfo .img{
	float: left;
	padding: 0 8px 0 8px;
}
.saasinfo .img img{
	float: left;
	padding: 2px 2px;
}
.saasinfo .text{
	margin: 0 0 0 0x;
	padding: 3px 20px 5px 0;
	margin: 0;
	font: italic 12px Arial, Times;
	color: #3f3f3f;
}

/*Members & Partners Page Images*/
.partnersblock-holder{
	width: 100%;
	overflow: hidden;
	padding: 0;
}
.partners{
	position: relative;
	width: 100%;
	margin: 0 0 15px 0;
	padding: 0 2px 18px 2px;
	border-bottom: solid 1px #E3E3E3;
}
.partners .bg{
	width: 100%;
	overflow: hidden;
	padding: 9px 0 7px 0;
}
.partners .img{
	float: left;
	width:100x;
	padding: 0 15px 0 0;
	background: #fff;
	padding: 2px 3px;
	overflow: hidden;

}
.partners .img img{
	float: left;
	padding: 2px 2px;
	margin: 0 15px 0 0;
}
.partners .text{
	margin: 0 0 0 0x;
	padding: 3px 20px 5px 0;
	margin: 0;
	line-height: 1.2em;
	font: 1.2em Arial, Times;
	color: #656565;
	display:inline;
	overflow:hidden;
}
.partners .textsmall{
	margin: 0 0 0 0x;
	padding: 3px 20px 5px 0;
	margin: 0;
	font: 1.1em Arial, Times;
	color: #656565;
}

/*Product Demo column1 start*/
.democolumn1{
	width:200x;
	height: 120px;
	float:left;
	margin:20px 0 20px 0;
	display:inline;
	overflow:hidden;
}
.democolumn1 .title-holder{
	border:1px solid #dadada;
	background:#f7f7f7 url(../images/bg-column2-title.gif) repeat-x 0 100%;
	border-bottom:none;
	padding:8px 0 9px 12px;
	width:249px;
}
.democolumn1 .title-holder strong{
	font-size:1.2em;
	color:#474747;
	font-weight:bold;
}
.democolumn1-holder-c{
	width:263px;
	overflow:hidden;
	background:url(../images/bg-column2-c.gif) repeat-y;
}
.democolumn1-holder-b{
	width:233px;
	overflow:hidden;
	background:url(../images/bg-column2-b.gif) no-repeat 0 100%;
	padding:0 13px 0 17px;
}

/*column1 end*/
/*column2 start*/
.democolumn2{
	width:200x;
	float:left;
	margin:20px 0 0 20px;
	display:inline;
	overflow:hidden;
}
.democolumn2 .title-holder{
	border:1px solid #dadada;
	background:#f7f7f7 url(../images/bg-column2-title.gif) repeat-x 0 100%;
	border-bottom:none;
	padding:8px 0 9px 12px;
	width:249px;
}
.democolumn2 .title-holder strong{
	font-size:1.2em;
	color:#474747;
	font-weight:bold;
}
.democolumn2-holder-c{
	width:263px;
	overflow:hidden;
	background:url(../images/bg-column2-c.gif) repeat-y;
}
.democolumn2-holder-b{
	width:233px;
	overflow:hidden;
	background:url(../images/bg-column2-b.gif) no-repeat 0 100%;
	padding:0 13px 2px 17px;
}
/*column2 end*/
/*column3 start*/
.democolumn3{
	width:531x;
	float:left;
	margin:0 0 25px 0;
	display:inline;

}
.democolumn3 .title-holder{
	border:1px solid #dadada;
	border-bottom:none;
	padding:8px 0 9px 12px;
	width:531px;
}
.democolumn3 .title-holder strong{
	font-size:1.2em;
	color:#474747;
	font-weight:bold;
}
.democolumn3-holder-c{
	width:545px;
	overflow:hidden;
	background:url(../images/bg-column3-c.gif) repeat-y;
}
.democolumn3-holder-b{
	width:545px;
	overflow:hidden;
	background:url(../images/bg-column3-b.gif) no-repeat 0 100%;
	padding:0 13px 0 17px;
}
/*column3 end*/

/* begin ABOUT US page gray-box block styles */
.gray-box-box2{
	width: 270px;
	margin: 0 0 19px;
	float: right;
	padding: 0 0 10px 20px;
}
.gray-box-box2 span.gray-box-t,
.gray-box-box2 span.gray-box-b {
	background: url(../images/gray-box-t.gif) no-repeat;
	overflow: hidden;
	display: block;
	height: 20px;
	width: 100%;
}
.gray-box-box2 span.gray-box-b {
	background: url(../images/gray-box-b.gif) no-repeat;
	height: 21px;
}
.gray-box-box2 .gray-box-holder {
	background: url(../images/gray-box-c.gif) repeat-y;
	padding: 0 8px 0 13px;
	width: 249px;
}
.gray-box-box2 .gray-box-holder:after {
	display: block;
	content: "";
	clear: both;
}
.gray-box2{
	position: relative;
	overflow: hidden;
	margin: -14px 8px -19px 8px;
	width: 100%;
	float: left;
}
/* end gray-box block styles */

/*Case Study Fast Facts Block start*/

.form-block-1{
	width:348px;
	float:right;
	padding: 10px;
	margin:0 0 25px 25px;
	display:inline;
	background-color: #f1f1f1;
	border-width: 1px; 
	border-style:solid;
	border-color: #636363;
}


.casestudy-block{
	width:263px;
	float:right;
	margin:0 0 25px 25px;
	display:inline;
}
.casestudy-block h4{
	font-size:1.3em;
	color:#363636;
	margin:12px 0 5px 0;
	font-weight: bold;
}
.casestudy-block p{
	font-size:1.3em;
	color:#363636;
	line-height:1.1em;
}
.casestudy-block .title-holder{
	border:1px solid #dadada;
	background:#f7f7f7 url(../images/bg-column2-title.gif) repeat-x 0 100%;
	border-bottom:none;
	padding:8px 0 9px 12px;
	width:249px;
}
.casestudy-block .title-holder strong{
	font-size:1.5em;
	color:#474747;
	font-weight:bold;
}
.casestudy-block-holder-c{
	width:263px;
	overflow:hidden;
	background:url(../images/bg-column2-c.gif) repeat-y;
}
.casestudy-block-holder-b{
	width:233px;
	overflow:hidden;
	background:url(../images/bg-column2-b.gif) no-repeat 0 100%;
	padding:10px 13px 5px 17px;
}

.casestudy-block-holder-b .link-list{
	margin: 0;
	padding: 0;
	list-style: none;
	font-size:1.2em;
	color:#595959;
	line-height:1.1em;
}
.casestudy-block-holder-b .link-list li{
	padding: 0 0 8px 11px;
	background: url(../images/bullet-4.gif) no-repeat 0 4px;
}
.casestudy-block-holder-b .link-list li a{
	font-size: 1.2em;
	text-decoration: none;
}
/*Case Study Block end*/
/* Resources Styles */
#content .inf-list{
	margin: 0;
	padding: 0 0 11px;
	list-style: none;
	width: 100%;
	overflow: hidden;
}
#content .inf-list li{
}
#content .inf-list li a{
	display: block;
	height: 2%;
	padding: 8px 0 4px 22px;
	background: url(../images/icon-pdf.gif) no-repeat 0 4px;
	font-size: 12px;
}

/*Solutions Page Hover*/
ul#SolutionsScreen {
	list-style: none;
	background: url(../images/SolutionsPage-ScreensM.png) no-repeat 0 0;
	position: relative;
	width: 673px;
	height: 268px;
	margin: 0;
	padding: 0;
}
ul#SolutionsScreen li {
	border: 0px solid #000;
	position: absolute;
}
ul#SolutionsScreen li a{
	display: block;
	height: 100%;
	text-indent: -9000px;
}
#watchbutton {
	width: 236px;
	height: 62px;
	top: 207px;
	left: 227px;
}
ul#SolutionsScreen li a:hover {
	background: url(../images/SolutionsPage-ScreensM.png) no-repeat 0 0;
}
ul#SolutionsScreen li#watchbutton a:hover {
	background-position: -227px -481px;
}

/*Homepage Rotating Banner 1*/
ul#HomeBanner {
	list-style: none;
	background: url(../images/Homepage-Banner-AllinOne.png) no-repeat 0 0;
	position: relative;
	width: 998px;
	height: 281px;
	margin: 0;
	padding: 0;
}
ul#HomeBanner li {
	border: 1px solid #fff;
	position: absolute;
}
ul#HomeBanner li a{
	display: block;
	height: 100%;
	text-indent: -9000px;
}
#watchbutton {
	width: 236px;
	height: 62px;
	top: 207px;
	left: 227px;
}
ul#HomeBanner li a:hover {
	background: url(../images/Homepage-Banner-AllinOne.png) no-repeat 0 0;
}
ul#HomeBanner li#watchbutton a:hover {
	background-position: -10px -281px;
}
.contentMenu {width:800px; border-top:1px solid #dadada;}
.contentMenu div {float:left; margin-left: -25px;}
.contentMenu ul{padding-right:20px;}
.contentMenu li { background: url(../images/arrow-2.gif)  no-repeat 0 ; padding-left: 12px; list-style: none; }
