* {
        margin: 0;
        padding: 0;
}
body {
		background: #fff url(../images/body_bg.gif) no-repeat top center;
        font: 60.0% Verdana, sans-serif;
        line-height: 1.8em;
}

h1, h2, h3, h4, h5, h6 {
        color: #2A4361;
}
h1 {
        font-size: 2.8em;
        margin-bottom: .75em;
}
h2 {
        font-size: 2.1em;
        margin-bottom: .5em;
}
h3 {
        font-size: 1.8em;
        margin-bottom: .75em;
}
h4 {
        font-size: 1.6em;
		margin-bottom: .5em;
}
h5 {
	font-size: 1.4em;
	font-family: Verdana, sans-serif;
	margin-bottom: .5em;
}

h6 {
        font-size: 1.2em;
		
}

a {
        text-decoration: none;
}

/* LAYOUT */
#container {
        position: relative;
/*        z-index: 1; */
        width: 970px;
        margin: 0 auto;
        padding-top: 61px;
        background: url(../images/color_bars.gif) no-repeat top right;
}
#leftAside {
        float: left;
        width: 150px;
        margin: 0 30px 0 0;
}
#leftAside #logo {
        display: block;
        width: 147px;
        height: 71px;
        background: url(../images/logo_icon_systems.png) no-repeat top right;
}
#leftAside #logo span {
        display: none;
}
#main {
        float: right;
        width: 790px;
        margin-bottom: 60px;
}
/* 2 column layout */
#main .column1 {
        width: 500px;
        min-height: 240px;
        float: left;
        margin-right: 18px;
        padding-right: 17px;
		padding-top: 5px;
		border-right: 1px solid #B0A027;
}

#main .column2 {
        float: left;
        width: 235px;
}

#main .column3 {
        width: 750px;
        min-height: 400px;
        float: left;
        margin-right: 18px;
        padding-right: 17px;
}


#footer {
        width: 790px;
        padding: 10px 10px 10px 180px;
}

/* NAVIGATION */
#nav {
        margin: 47px 0 0 0;
}
#nav li, #utilityNav li {
        list-style: none;
        text-align: right;
        text-transform: uppercase;
}
#nav li a {
        display: block;
        margin: 2px 0;
        padding: 3px 3px 3px 0;
        font-weight: bold;
        font-size: 1.4em;
        color: #2A4361;


}
#nav li a:hover {
        text-decoration: none;
        color: #FFF;
/*        background: #2A4361; */
		background:url("../images/nav.gif") no-repeat 0 0 transparent;


}
#nav #subNav a {
        font-size: 1.0em;
        font-weight: normal;
        color: #6D6D6D;
        background: #EEE;
}

#nav #subNav a:hover {
        font-weight: bold;
        text-decoration: none;
        color: #A71930;
}
.home #home a, .products #products a, .support #support a, .downloads #downloads a, .order #order a, .pricing #pricing a {
        color: #FFF;
/*        background: #2A4361; */
		background:url("../images/nav.gif") no-repeat 0 0 transparent;
}
.iconCMO #subNav #iconCMO a, .iconCMOplus #subNav #iconCMOplus a, .revelations #subNav #revelations a, .faq #subNav #faq a, .webinars #subNav #webinars a, .orderfaq #subNav #orderfaq a {
        font-weight: bold;
        color: #A71930;
}
#utilityNav li a {
        display: block;
        margin: 2px 0;
        padding: 1px 3px 1px 0;
        font-size: 1.0em;
        color: #6D6D6D;
}

#utilityNav li a:hover {
        color: #FFF;
		background:url("../images/navgrey.gif") no-repeat 0 0 transparent;
/*        background: #999; */
}
.aboutIcon #aboutIcon a, .contactUs #contactUs a, .partners #partners a {
        color: #FFF;
/*        background: #999; */
		background:url("../images/navgrey.gif") no-repeat 0 0 transparent;

}

/* Login Nav Link */
#nav li#login a {
        font-size: 1.2em;
        text-transform: lowercase;
        color: #A71930;
}
#nav li#login a:hover {
        color: #FFF;
/*        background: #A71930; */
		background:url("../images/navlogin.gif") no-repeat 0 0 transparent;

}
.login1 #nav li#login a {
        color: #FFF;
		background:url("../images/navlogin.gif") no-repeat 0 0 transparent;
}

/*ADDITIONAL BUTTONS */

#navcolumn {
		position: absolute;
		width: 150px;
        	margin-top: 470px;
		left:0;
}

.news {
		padding-bottom:5px;
}

#newsletter {
		display: block; 
		width: 151px; 
		height: 26px; 
		background: transparent url("../images/buttons/newsletterIconCMO.gif") no-repeat; 
}

#newsletter:hover	{
	background-position: 0 -26px; 
}

#guidedtour {
		display: block; 
		width: 151px; 
		height: 26px; 
		background: transparent url("../images/buttons/guidedIconCMO.gif") no-repeat; 
}

#guidedtour:hover	{
	background-position: 0 -26px; 
}

#twitter {
		display: block; 
		width: 151px; 
		height: 26px; 
		background: transparent url("../images/buttons/twitterIconCMO.gif") no-repeat; 
}

#twitter:hover	{
	background-position: 0 -26px; 
}


#facebook {
		display: block; 
		width: 151px; 
		height: 26px; 		 
		background: transparent url("../images/buttons/facebookIconCMO.gif") no-repeat; 
}

#facebook:hover	{
	background-position: 0 -26px; 
}


/* MAIN STYLES */
#hero {
        position: relative;
        z-index: -1;
        margin-bottom: 18px;
}

#SpecialMessage {
        position: relative;
        z-index: -1;
        margin-bottom: 18px;
        font-weight: bold;
        font-size: 1.8em;
}
#main a {
        color: #A71930;
        font-weight: bold;
}
#main a:hover {
        text-decoration: underline;
}
#main h1 a, #main h2 a {
        color: #2A4361;
}
#main h1 a:hover, #main h2 a:hover {
        text-decoration: none;
        color: #A71930;
}
#main p {
        font-size: 1.2em;
        margin-bottom: 1em;
}
#main li {
        font-size: 1.2em;
}
#main li li {
        font-size: 1em;
}
#main ul li {
        margin-left: 15px;
}
#main ol li {
        margin-left: 26px;
}
ol, ul {
        margin-bottom: 1em;
}
#main hr {
        margin: 1.5em 0;
}


.loginul li, img {
		line-height:3em;
		vertical-align:middle;
}

.loginimage {
		vertical-align:middle;

}

.column2 blockquote {
        margin: 10px 0;
        padding: 18px 0 0 48px;
        border-top: 1px solid #B7A105;
        background: url(../images/testimonial_quote.png) no-repeat top left;
        font-style: italic;
}
.column2 blockquote .name {
        font-style: normal;
        font-weight: bold;
}
.column2 blockquote .name span {
        font-weight: normal;
/*        font-size: .8em;*/
}


/* HOME PAGE */
.home #main .column1 {
        width: 377px;
        min-height: 0;
}

.home #main .column2 {
        width: 377px;
}


/* BIG BUTTONS */
a.button {
        width: 158px;
        float: left;
        display: block;
        margin-left: 17px;
        padding: 5px 10px;
        background: #EBEBEB url(../images/button_bg.gif) repeat-x center left;
        border: 1px solid #DDD;
		margin-bottom: 17px;

}
.order .column2 a.button {
        width: 212px;
        margin: 5px 0;
}
a.first {
        margin-left: 0px;
}
a.button span {
        display: block;
        color: #4D4D4D;
}
a.button span.top {
        font-weight: normal;
        font-size: 1.4em;
}
a.button span.middle {
        margin: .25em 0;
        font-size: 1.8em;
        font-weight: bold;
        color: #4D4D4D;
}
a.button span.middle1 {
        margin: 0 1em;
        font-size: 1.8em;
        font-weight: bold;
        color: #4D4D4D;
}
a.button span.bottom {
        font-weight: normal;
}
#main a:hover.button {
        background: #FAFAFA;
        text-decoration: none;
}
a:hover.button span {
        color: #000;
}
a:hover.button span.middle {
        color: #A71930;
}
a:hover.button span.middle1 {
        color: #A71930;
}
.iconCMO a.button, .iconCMOplus a.button, .revelations a.button {
        margin-bottom: 10px;
        margin-left: 0;
}

.iconCMO .productLinks, .iconCMOplus .productLinks, .revelations .productLinks {
        width: 180px;
        margin-left: 10px;
        float: left;
}

.cmobutton {
	margin-left: 10px !important;
}


.features {
        width: 310px;
        float: left;
}
a.bar {
        width: 355px;
        margin-top: 17px;
        margin-left: 0;
}


/* PRODUCT PAGE */
.product {
        float: left;
        width: 232px;
        margin-top: 30px;
        margin-left: 22px;
}
.products .first {
        margin-left: 0;
}
.product a {
        display: block;
        padding: 15px 10px 10px;
        background: #EBEBEB url(../images/button_bg.gif) repeat-x top left;
        border: 1px solid #DDD;
        color: #4D4D4D;
}
.product span {
        display: block;
}
.products .rev .logo {
        height: 50px;
        background: url(../images/logo_revelations.gif) no-repeat top left;
}
.products .cmo .logo {
        height: 50px;
        background: url(../images/logo_iconcmo.gif) no-repeat top left;
}
.products .cmoPlus .logo {
        height: 50px;
        background: url(../images/logo_iconcmo_plus.gif) no-repeat top left;
}
.product .logo span {
        display: none;
}
.product .overview {
        height: 8em;
        font-size: 1.2em;
        margin-bottom: 10px;
        font-weight: normal;
        color: #4D4D4D;
}
.product .list {
        height: 19em;
/*        margin-left: 10px;*/
        font-weight: normal;
        color: #4D4D4D;
}
.product .learnMore {
        margin-top: 10px;
        font-size: 1.6em;
        font-weight: bold;
        color: #4D4D4D;
}
#main .product a:hover {
        background: #FAFAFA;
        text-decoration: none;
}
.product a:hover span {
        color: #000;
}
.product a:hover .learnMore {
        color: #A71930;
}
.products .supportingLinks {
        float: left;
        width: 740px;
        margin-top: 20px;
}
.supportingLinks .center {
    width: 575px;
    margin: 0 auto;
    padding-top: 20px;
    border-top: 1px solid #B0A027;
}

.productsmain .supportingLinks .center {
    width: 730px;
    margin: 0 auto;
    padding-top: 20px;
    border-top: 1px solid #B0A027;
}
.productsmain .supportingLinks .button {
    margin-left: 10px;
    width: 150px;
}


/* DOWNLOADS - 3 COLUMNS */
.downloads #main .column1, .downloads #main .column2, .downloads #main .column3 {
        width: 225px;
        float: left;
        min-height: 400px;
        margin-top: 15px;
        margin-right: 18px;
        padding-right: 17px;
        border-right: 1px solid #B0A027;
}
.downloads #main .column3 {
        border: none;
}
#main .downloadLinks {
        margin-bottom: 2em;
}
#main .downloadLinks li {
        list-style: none;
        margin: 0;
        padding: 0;
}
#main .downloadLinks li a {
        display: block;
        padding: 5px;
        margin: 5px 0;
        background: #EBEBEB;
        border: 1px solid #DDD;
        font-weight: normal;
        color: #A71930;
}
#main .downloadLinks li a:hover {
        background: #FAFAFA;
        text-decoration: none;
}
#main .downloadLinks li.pdf a {
        padding-left: 30px;
        background: #EBEBEB url(../images/pdf_icon.gif) no-repeat 1% 50%;
}
#main .downloadLinks li.pdf a:hover {
        padding-left: 30px;
        background: #FAFAFA url(../images/pdf_icon.gif) no-repeat 1% 50%;
        text-decoration: none;
}
#main .downloadLinks li.doc a {
        padding-left: 30px;
        background: #EBEBEB url(../images/doc_icon.gif) no-repeat 1% 50%;
}
#main .downloadLinks li.doc a:hover {
        padding-left: 30px;
        background: #FAFAFA url(../images/doc_icon.gif) no-repeat 1% 50%;
        text-decoration: none;
}


/* SUPPORT PAGE */
.supportInfo {
        clear: both;
}
.supportLinks {
        margin-top: 20px;
}
.supportLinks a.button {
        width: 133px;
        margin-bottom: 20px;
}
.supportLinks a.button span.middle{
        margin: .25em 0;
        font-size: 1.2em;
        font-weight: bold;
        color: #4D4D4D;
}
.supportLinks a.button:hover span.middle {
        color: #A71930;
}
.webinars #main {
        width: 700px;
        margin-right: 90px;
}
.webinars dt {
        width: 140px;
        float: left;
        font-weight: bold;
        font-size: 1.2em;
}
.webinars dd {
        width: 560px;
        margin-bottom: 30px;
        display: block;
        float: left;
        font-size: 1.2em;
}
.webinars dd span {
        display: block;
        font-weight: bold;
        font-size: 1.2em;
        color: #2A4361;
}

.webinarsales {
	width: 500px;
	margin-left: 140px;
}


/* SUPPORT DATABASE */
#searchDatabase {
        margin-top: 15px;
}
#searchDatabase fieldset {
        width: 500px;
        padding: 10px;
        margin-bottom: 10px;
        border: none;
        background: #EBEBEB;
}
#searchDatabase label span {
        float: left;
        display: block;
        width: 150px;
        padding: 3px;
        font-size: 1.2em;
        font-weight: bold;
}
#searchDatabase input#search, #searchDatabase select#category {
        padding: 3px;
        margin-right: 10px;
        border: none;
        font-size: 1.4em;
        width: 280px;
}
#searchDatabase select#category {
        width: 285px;
}
#main p.results {
        margin: 0;
        margin-top: 20px;
        font-weight: bold;
}
.database #main p {
        width: 500px;
}
/* Table styles */
table.searchResults {
        width: 770px;
        border-collapse: collapse;
        border: 1px solid #DDD;
}
table.searchResults th {
        padding: 10px;
        font-size: 1.4em;
        text-align: left;
        color: #2A4361;
        border-bottom: 1px solid #DDD;
}
table.searchResults td {
        padding: 10px;
        font-size: 1.2em;
        line-height: 1.2;
}
#main table.searchResults td a {
        display: block;
        color: #4D4D4D;
}
#main table.searchResults td a:hover {
        color: #A71930;
        text-decoration: none;
}
tr.alt {
        background: #F3F3F3;
}


/* ORDER FREE TRIAL REQUEST */
#trialRequest {
        margin-top: 15px;
}
#trialRequest fieldset {
        float: left;
        width: 480px;
        padding: 10px;
        margin-bottom: 10px;
        border: none;
        background: #EBEBEB;
}
#trialRequest label span {
        float: left;
        display: block;
        width: 150px;
        padding: 3px;
        font-size: 1.2em;
        font-weight: bold;
}
#trialRequest fieldset input, #trialRequest fieldset select {
        padding: 3px;
        margin: 5px 0;
        border: none;
        font-size: 1.4em;
        width: 280px;
}
#trialRequest fieldset select {
        width: 285px;
}
#trialRequest strong {
        color: #A71930;
        font-size: 120%;
}
#trialRequest div {
        text-align: right;
}
#trialRequest span span {
        font-weight: normal;
        font-size: .8125em;
        line-height: 1;
}
/* BUTTONS */
.buttons a, .buttons button {
        background-color: #EBEBEB;
        border: 1px solid #DDD;
        line-height: 130%;
        text-decoration: none;
        font-weight: bold;
        color: #000;
        cursor: pointer;
        padding: 5px 10px 6px 7px; /* Links */
}
.buttons button {
        width: auto;
        overflow: visible;
        padding: 4px 10px 3px 7px; /* IE6 */
        margin-left: 10px;
}
.buttons button[type] {
        padding: 5px 10px 5px 7px; /* Firefox */
        line-height:17px; /* Safari */
}
*:first-child+html button[type] {
        padding: 4px 10px 3px 7px; /* IE7 */
}
button:hover, .buttons a:hover, button:focus, .buttons a:focus {
        color: #A71930;
/*        border-color: #999;*/
        background-color: #F3F3F3;
}
.buttons a:active {
        background-color: #EBEBEB;
        color: #000;
}

/* CONTACT US */
.contactUs #main dl {
        float: left;
        width: 480px;
        display: block;
        margin: 10px 0;
        padding: 10px 10px 20px 10px;
        background: #EBEBEB;
}
.contactUs #main dt {
        float: left;
        width: 220px;
        font-size: 1.4em;
        font-weight: bold;
        color: #2A4361;
}
.contactUs #main dd {
        float: left;
        font-size: 1.2em;
}

/* Vanco  */
.vanco #main ol {
        float: left;
        width: 750px;
        display: block;
        margin: 10px 0;
        padding: 10px 10px 10px 10px;
        background: #EBEBEB;
}
.vanco #main dt {
        float: left;
        width: 750px;
        font-size: 1.4em;
        font-weight: bold;
        color: #2A4361;
}
.vanco #main dd {
        float: left;
        font-size: 1.2em;
}

#vanco {
        position: relative;
		float: right;
}



/* SITEMAP */
.sitemap #main ul, .sitemap #main li {
        margin: 0;
        padding: 0;
        list-style: none;
}
.sitemap #main li a {
        width: 500px;
        display: block;
        padding: 5px;
/*        margin-bottom: 5px;*/
        background: #EBEBEB;
        border: 1px solid #DDD;
        font-size: 1.4em;
        color: #2A4361;
}
.sitemap #main li li a {
        width: 490px;
        padding: 3px 5px 3px 0;
        padding-left: 15px;
        margin-bottom: 0;
        font-size: 1em;
}
.sitemap #main li {
        margin-bottom: 20px;
}
.sitemap #main li li {
        margin-bottom: 0;
}
.sitemap #main li a:hover {
        text-decoration: none;
        color: #A71930;
        background: #F3F3F3;
}

/* FOOTER */
#footer ul, #footer a {
        list-style: none;
        color: #6D6D6D;
}
#footer .copyright {
        float: left;

}
#footer .nav {
        float: right;
}

#footer a:hover {
        text-decoration: underline;
}
/* Clear floats for all browsers */
ul.siteInfo {
        display: inline-block;
}
ul.siteInfo:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
}
* html ul.siteInfo {
        height: 1%; /* IE6 */
}
ul.siteInfo {
        display: block;
}


/* IE6 HACKS */
* html #nav li a, * html #utilityNav li a {
        float: right;
        width: 140px;
        display: inline;
}
* html #main .downloadLinks li a {
        width: 100%;
}
* html .downloads #main .column1, * html .downloads #main .column2, * html .downloads #main .column3 {
        width: 180px;
}
* html .order #main .column2  {
        width: 170px;
}


.dvcenter {
    text-align: center;
}

.loginimg {
	border: none;
	margin: auto;
    text-align: center;
}

.login1 #main {
        width: 700px;
        margin-right: 90px;
}

.login1 .webinar1 {
		text-align:center;
        padding-top: 10px;
}

.login_btn {
		background-image: url(../images/buttons/b_iconcmo_up.gif);
		display:block;
		height:64px;
		width:227px;
		margin:auto;
		clear:right;
}

.login_btn:hover {
		background-image: url(../images/buttons/b_iconcmo_over.gif);
}

.icon_sec{
        width: 600px;
        float: right;
		padding-top: 10px;


}


table.one{
      border-collapse: separate;
      border-spacing: 1px;
      position:relative;
      left:42px;
      text-align: center;
      width: 94%;
}

table.one td{
      padding-top: 5px;
      padding-bottom: 5px;
}

.row1 {
       width:2%;
}


.btn {
      color: #FFFFFF;
      background: #900;
      font-weight: bold;
      border: 1px solid #900;
}

.btn:hover {
      color: #900;
      background: #FFF;
      cursor: pointer;
}

.btn1 {
      color: #2A4361;
      background: #FFF;
      border: 1px solid #2A4361;
      margin-bottom: 3px;
      margin-top: 3px;
}

.btn1:hover {
      color: #FFF;
      background: #2A4361;
      cursor: pointer;
}

.btn11 {
      color: #FFF;
      background: #2A4361;
      border: 1px solid #2A4361;
      margin-bottom: 3px;
      margin-top: 3px;
}

.btn11:hover {
      color: #2A4361;
      background: #FFF;
      cursor: pointer;
}
.btn2 {
      color: #000000;
      background: #FFF;
      border: 1px solid #B0A027;
      margin-bottom: 3px;
      margin-top: 3px;
}

.btn2:hover {
      color: #FFF;
      background: #B0A027;
      cursor: pointer;
}

.btn22 {
      color: #FFF;
      background: #B0A027;
      border: 1px solid #B0A027;
      margin-bottom: 3px;
      margin-top: 3px;
}

.btn22:hover {
      color: #B0A027;
      background: #FFF;
      cursor: pointer;
}

.btn3 {
      color: #4C2528;
      background: #FFFFFF;
      border: 1px solid #4C2528;
      margin-bottom: 3px;
      margin-top: 3px;
}

.btn3:hover {
      color: #FFF;
      background: #4C2528;
      cursor: pointer;
}

.btn33 {
      color: #FFF;
      background: #4C2528;
      border: 1px solid #4C2528;
      margin-bottom: 3px;
      margin-top: 3px;
}

.btn33:hover {
      color: #4C2528;
      background: #FFF;
      cursor: pointer;
}
.btn4 {
      color: #900;
      background: #FFF;
      border: 1px solid #900;
      margin-bottom: 3px;
      margin-top: 3px

}

.btn4:hover {
      color: #FFF;
      background: #900;
      cursor: pointer;
}

.btn44 {
      color: #FFF;
      background: #900;
      border: 1px solid #900;
      margin-bottom: 3px;
      margin-top: 3px

}

.btn44:hover {
      color: #900;
      background: #FFF;
      cursor: pointer;
}

.leftAside1 {
        position:absolute;
        top:65px;
        left:170px;
        margin: 0 30px 0 0;
}

#full {
        float: left;
        width: 940px;
        margin-bottom: 60px;
}

#full h1 a, #full h2 a {
        color: #2A4361;
}
#full h1 a:hover, #full h2 a:hover {
        text-decoration: none;
        color: #A71930;
}

fieldset{
          border:none;
          margin:0;
}


#OrderRequest {
        margin-top: 15px;
}

#OrderRequest fieldset {
        float: left;
        width: 480px;
        padding: 10px;
        margin-bottom: 10px;
        border: none;
        background: #EBEBEB;
}
#OrderRequest label span {
        float: left;
        display: block;
        width: 150px;
        padding: 3px;
        font-size: 1.2em;
        font-weight: bold;
}
#OrderRequest fieldset input, #OrderRequest fieldset select {
        padding: 3px;
        margin: 5px 0;
        border: none;
        font-size: 1.4em;
        width: 280px;
}
#OrderRequest fieldset select {
        width: 285px;
}
#OrderRequest strong {
        color: #A71930;
        font-size: 120%;
}
#OrderRequest div {
        text-align: right;
}
#OrderRequest span span {
        font-weight: normal;
        font-size: .8125em;
        line-height: 1;
}




#RevRequest {
        margin-top: 15px;
}
#RevRequest fieldset {
        float: left;
        width: 480px;
        padding: 10px;
        margin-bottom: 10px;
        border: none;
        background: #EBEBEB;
}
#RevRequest label span {
        float: left;
        display: block;
        width: 150px;
        padding: 3px;
        font-size: 1.2em;
        font-weight: bold;
}
#RevRequest fieldset input, #RevRequest fieldset select {
        padding: 3px;
        margin: 5px 0;
        border: none;
        font-size: 1.4em;
        width: 280px;
}
#RevRequest fieldset select {
        width: 285px;
}
#RevRequest strong {
        color: #A71930;
        font-size: 120%;
}
#RevRequest div {
        text-align: right;
}
#RevRequest span span {
        font-weight: normal;
        font-size: .8125em;
        line-height: 1;
}

.quotePrice {
        color: #A61830;
        float:right;
}

a {
   cursor:pointer;
}



CAPTION.MYTABLE
{
background-color:#2A4361;
color:white;
border-style:solid;
border-width:2px;
border-color:black;
}

CAPTION.MYTABLE1
{
background-color:#2A4361;
color:white;
border-style:solid;
border-width:2px;
border-color:black;
}

TABLE.MYTABLE
{
font-family:arial;
font-size:10pt;
background-color:#808080;
width:700px;
border-style:solid;
border-color:black;
border-width:2px;
}

TH.MYTABLE
{
font-size:10pt;
color:white;
}


TR.MYTABLE
{
width: 700px;
background-color:#808080;

}

TD.MYTABLE
{
font-size:10pt;
background-color:#2A4361;
color:white;
border-style:solid;
border-width:1px;
text-align:center;
}



img {
    border: none;
}


/***************************************
   =cluetipClass: 'default'
-------------------------------------- */

.cluetip-default {
  background-color: #d9d9c2;
}
.cluetip-default #cluetip-outer {
  position: relative;
  margin: 0;
  background-color: #fff;
}
.cluetip-default h3#cluetip-title {
  margin: 0 0 5px;
  padding: 8px 10px 4px;
  font-size: 1.1em;
  font-weight: normal;
  background-color: #2A4361;
  color: #fff;
}
.cluetip-default #cluetip-title a {
  color: #fff;
  font-size: 0.95em;
}

.cluetip-default #cluetip-inner {
  padding: 10px;
}


/* stupid IE6 HasLayout hack */
.cluetip-rounded #cluetip-title,
.cluetip-rounded #cluetip-inner {
  zoom: 1;
}


#slider{

}
#slider ul{
	list-style:none;
	margin:0;
	padding:0;
}


#slider ul li{
	margin-left:0px;

}


.cmoLinks {
        float: left;
		padding-left:20px;
        width: 900px;
        margin-top: 20px;
}

/* pricing page */
.pricing h1 {
    padding-bottom: 0.7em;
}

.pricing h2 {
    padding-bottom: 0.2em;
}

.pricing p {
    padding-bottom: 2em;
}

.pricing table {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 1em;
}

.pricing table td {
    text-align: center;
}

.pricing .product-highlight {
    font-weight: bold;
}
.imgrt1 {
	float:right;
	height:150px;
	width:157px;
}
.imgrt2 {
	float:right;
	margin-bottom:20px;
	padding-left:2px;
	margin-top:5px;
	
}

p.header	{
	background:none repeat scroll 0 0 #EBEBEB;
	border:1px solid #DDDDDD;
	color:#A71930;
	display:block;
	font-weight:normal;
	margin:5px 0;
	padding:5px;
	width:350px;
}

.connect_widget div.connect_confirmation_cell_no_like {
  display:none !important; /*in your stylesheets to hide the counter!*/
}

