html {
    height:100%;
    font-size: 100%; 
    overflow-y: scroll; 
    -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%; 
    
}

body {
    margin: 0;
    height:100%;
    width: 100%;
}


body,
button,
input,
select,
textarea {
    font-family: Verdana, Tahoma, sans-serif;
    font-size: 12px;
    line-height: 18px;
    color: #202020;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
}

form {
    margin: 0;
}

fieldset {
    border: none;
}

button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}

button, input {
  *overflow: visible;
  line-height: normal;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; 
    padding: 0; 
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto; 
    vertical-align: top; 
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    /*width: 100%;*/
}

/*------------*/


#global-wrapper {
    position: relative; 
    min-height: 100%;
    height: auto !important;
    height: 100%;
    min-width: 980px;
}

#header-wrapper {

}

#content-wrapper {}

#footer-wrapper {
    position: relative; 
}

#small-footer-wrapper {
    position: relative; 
    margin-top: -80px;
    height: 80px;
}

.empty {
    height: 310px;
}

.empty-small-footer {
    height: 100px;
}

.dark-bg {
    background-color: #3e3e3e;
    min-width: 980px;
}

.light-bg {
    background-color: #dcdcdc;
    min-width: 980px;
}

.container {
    width: 980px;
    margin: 0px auto;
}


/* New header */

.dark-top-bg {
	background-color: #2b2b2b;
	min-width: 980px;
}

.dark-bg {
	background-color: #383838;
	min-width: 980px;
}

.light-bg {
	background-color: #dcdcdc;
	min-width: 980px;
}

.container {
	width: 980px;
	margin: 0px auto;
}

.header-top {
	height: 30px;
	padding-top: 15px;
}

.header-top .logo {
	display: block;
	width: 153px;
	height: 14px;
	padding: 0 23px 1px 0;
	border-right: 1px solid #252525;
	float: left;
}

.header-top .slogan {
	width: 240px;
	height: 11px;
	margin: 0px;
	padding: 1px 0 3px 20px;
	border-left: 1px solid #3c3c3c;
	float: left;
	color: #8E8E8E;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;;
}

.header-top .lang-menu {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: right;
}

.header-top .lang-menu li {
	text-transform: uppercase;
	font-size: 8px;
	line-height: 8px;
	float: left;
	margin-right: 12px;
	color: #898989;
}

.header-top .lang-menu li.last {
	margin-right: 0px;
}

.header-top .lang-menu li a {
	font-size: 8px;
	line-height: 8px;
	padding: 3px 3px;
	display: block;
	color: #898989;
	text-decoration: none;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
}

.header-top .lang-menu li a:hover {
	background-color: #4a4a4a;
}

.header-top .lang-menu li a.current {
	color: #ffffff;
}

.header {
	height: 165px;
	padding: 30px 0;
}

.header-active-group {
	width: 779px;
	float: left;
	padding-right: 50px;
	height: 110px;
	border-right: 1px solid #252525;
}

.header-unactive-group {
	width: 99px;
	float: right;
	padding-left: 50px;
	height: 110px;
	border-left: 1px solid #484848;
}

.menu-border {
	border-bottom: 1px solid #252525;
}

.header .header-link {
	display: block;
	margin-bottom: 9px;
	text-align: center;
	text-decoration: none;
}

.header .header-link:hover .link-text {
	text-decoration: underline;
	color: #fff;
}

.header .header-link .link-icon {
	display: block;
	width: 96px;
	height: 97px;
	margin-bottom: 10px;
	background-image: url('../images/header/header-sprite.png');
	float: left;
}

.header .sps-active .link-icon,
.header .sps-unactive:hover .link-icon {
	background-position: left -100px;
}

.header .sps-unactive .link-icon {
	background-position: left top;
}

.header .buzz-active .link-icon,
.header .buzz-unactive:hover .link-icon {
	background-position: right -100px;
}

.header .buzz-unactive .link-icon {
	background-position: right top;
	cursor: pointer;
}

.header .header-link .link-text {
	color: #6e6e6e;
	font-size: 12px;
	text-shadow: 0 1px 0px rgba(0, 0, 0, 0.5);
	font-family: Arial, Helvetica, sans-serif;
}

.header .header-text {
	float: left;
	padding-left: 30px;
	width: 400px;
}

.header .header-text .header-title {
	font-size: 24px;
	color: #fff;
	line-height: 24px;
	margin: 0 0 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-shadow: 0 1px 0px rgba(0, 0, 0, 0.5);
	text-align: left;
	cursor: pointer;
}

.header .header-link:hover .header-title {
	text-decoration: underline;
}

.header .header-text .header-description {
	color: #8e8e8e;
	text-shadow: 0 1px 0px rgba(0, 0, 0, 0.5);
	font-size: 11px;
	text-align: left;
	cursor: pointer;
}

.header .header-buttons {
	width: 180px;
	float: right;
	height: 80px;
	padding: 15px;
	background-color: #414141;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
}

.header-buttons .header-btn {
	margin-bottom: 15px;
	display: inline-block;
	padding: 7px 7px 8px;
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
	color: #fff;
	min-width: 115px;
	width: 115px;
	text-decoration: none;
	text-align: center;
	text-shadow: 0 -1px 0px rgba(0, 0, 0, 1);
	background-color: #2c2c2c;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#313131), color-stop(25%, #313131), to(#2c2c2c));
	background-image: -webkit-linear-gradient(#313131, #313131 25%, #2c2c2c);
	background-image: -moz-linear-gradient(top, #313131, #313131 25%, #2c2c2c);
	background-image: -ms-linear-gradient(#313131, #313131 25%, #2c2c2c);
	background-image: -o-linear-gradient(#313131, #313131 25%, #2c2c2c);
	background-image: linear-gradient(#313131, #313131 25%, #2c2c2c);
	background-repeat: no-repeat;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#313131', endColorstr='#2c2c2c', GradientType=0);
	border: 1px solid #292929;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-o-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	cursor: pointer;
}

.header-buttons .header-buy:hover {
	background-color: #23ad23;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3bcf41), color-stop(25%, #3bcf41), to(#23ad23));
	background-image: -webkit-linear-gradient(#3bcf41, #3bcf41 25%, #23ad23);
	background-image: -moz-linear-gradient(top, #3bcf41, #3bcf41 25%, #23ad23);
	background-image: -ms-linear-gradient(#3bcf41, #3bcf41 25%, #23ad23);
	background-image: -o-linear-gradient(#3bcf41, #3bcf41 25%, #23ad23);
	background-image: linear-gradient(#3bcf41, #3bcf41 25%, #23ad23);
	background-repeat: no-repeat;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3bcf41', endColorstr='#23ad23', GradientType=0);
	border: 1px solid #23ad23;
	text-shadow: 0 -1px 0px rgba(0, 0, 0, 0.3);
}

.header-buttons .header-download:hover {
	background-color: #d53c13;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f6653e), color-stop(25%, #313131), to(#d53c13));
	background-image: -webkit-linear-gradient(#f6653e, #f6653e 25%, #d53c13);
	background-image: -moz-linear-gradient(top, #f6653e, #f6653e 25%, #d53c13);
	background-image: -ms-linear-gradient(#f6653e, #f6653e 25%, #d53c13);
	background-image: -o-linear-gradient(#f6653e, #f6653e 25%, #d53c13);
	background-image: linear-gradient(#f6653e, #f6653e 25%, #d53c13);
	background-repeat: no-repeat;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6653e', endColorstr='#d53c13', GradientType=0);
	border: 1px solid #d53c13;
	text-shadow: 0 -1px 0px rgba(0, 0, 0, 0.3);
}

.header-buttons .os-icons {
	width: 22px;
	height: 78px;
	float: right;
	background-image: url('../images/header/header-sprite.png');
	background-position: -160px -200px;

}

.header-menu {
	margin: 0;
	padding: 16px 0px;
	list-style: none;
	border-top: 1px solid #484848;
}

.header-menu li {
	float: left;
	display: block;
	padding: 0px 30px;
	border-left: 1px solid #484848;
	border-right: 1px solid #252525;
}

.header-menu li.first {
	border-left: 0px none;
	padding-left: 0px;
}

.header-menu li.last {
	border-right: 0px none;
	padding-right: 0px;
}

.header-menu li .header-menu-link {
	text-decoration: none;
	display: block;
	height: 33px;
}

.header-menu li .header-menu-link .icon {
	display: block;
	height: 33px;
	width: 32px;
	background-image: url('../images/header/header-sprite.png');
	float: left;
	margin-right: 10px;
	cursor: pointer;
}

.header-menu li .header-menu-link .text {
	color: #6e6e6e;
	text-decoration: none;
	float: left;
	margin-top: 7px;
	font-size: 13px;
	text-shadow: 0 1px 0px rgba(0, 0, 0, 0.5);
	cursor: pointer;
}

.header-menu li .header-menu-link:hover .text {
	color: #ffffff;
	text-decoration: underline;
}

.header-menu li.active .header-menu-link .text {
	color: #ffffff;
}

.header-menu .rt-link .icon {
	background-position: left -200px;
}

.header-menu .rt-link:hover .icon,
.header-menu .active.rt-link .icon {
	background-position: left -240px;
}

.header-menu .wa-link .icon {
	background-position: -40px -200px;
}

.header-menu .wa-link:hover .icon,
.header-menu .active.wa-link .icon {
	background-position: -40px -240px;
}

.header-menu .sg-link .icon {
	background-position: -80px -200px;
}

.header-menu .sg-link:hover .icon,
.header-menu .active.sg-link .icon {
	background-position: -80px -240px;
}

.header-menu .la-link .icon {
	background-position: -120px -200px;
}

.header-menu .la-link:hover .icon,
.header-menu .active.la-link .icon {
	background-position: -120px -240px;
}


/* New header ends */

#header {
    height: 119px;
    text-align: center;
}

#header #logos-menu {
    width: 794px;
    float: left;
    padding: 0px;
    margin: 0px;
}

#header #logos-menu div {
    float:left;
    width:149px;
    height:91px;
    margin-top:18px;
}

#header #header-group {
    width: 186px;
    float: right;
    padding-top: 26px;
}

#header #header-group .logo {
    display: block;
    border-bottom: 1px solid #353535;
    padding-bottom: 7px;
}

#header #lang-menu {
    margin: 0px;
    padding: 0px;
    list-style: none;
    border-top: 1px solid #4d4d4d;
    padding-top: 10px;
}

#header #lang-menu li {
    text-transform: uppercase;
    font-size: 8px;
    line-height: 8px;
    float: left;
    margin-right: 10px;
    color: #898989;
}

#header #lang-menu li.last {
    margin-right: 0px;
}

#header #lang-menu li a {
    font-size: 8px;
    line-height: 8px;
    padding: 3px 3px;
    display: block;
    color: #898989;
    text-decoration: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
         -o-border-radius: 3px;
}

#header #lang-menu li a:hover {
    background-color: #4a4a4a;
}

#header #lang-menu li a.current {
    background-color: #363636;
    color: #ffffff;
}

#main-menu {
    list-style: none;
    padding-top: 15px;
    padding-bottom: 20px;
    padding-left: 0px;
    height: 19px;
}

#main-menu li {
    float: left;
    margin-right: 15px;
    color: #363636;
    font-weight: bold;
}

#main-menu li.current a {
    padding: 3px 7px;
    background-color: #3e3e3e;
    color: #ffffff;
    text-decoration: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
         -o-border-radius: 4px;
}

#main-menu li a {
    display: block;
    padding: 3px 5px;
    color: #363636;
    text-decoration: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
         -o-border-radius: 4px;
}

#main-menu li a:hover {
    background-color: #bcbcbc;
}

#fluid-container {
    overflow: hidden;
    background-color: #fff;
    border-radius: 7px;
    -webkit-border-radius: 7px;
       -moz-border-radius: 7px;
         -o-border-radius: 7px;
    padding: 20px 25px 20px 20px;
    zoom:1;
}

.fluid-marg {
    height: 20px;
}

#right-widgets {
    float: right;
    width: 180px;
    margin-left: 20px;
}


#left-widgets {
    float: left;
    width: 182px;
    margin-right: 23px;
}

#content {
   overflow: hidden;
   zoom:1;
   position: relative;
}

.widget {
    margin-bottom: 20px;
}

.no-heading-widget {
    margin-bottom: 20px;
}

.no-heading-widget .widget-body {
    background-color: #f8f8f8;
    border-top: 1px solid #e8e8e8;
    border-left: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    padding: 10px 15px 15px 15px;
    border-radius: 7px 7px 7px 7px;
    -webkit-border-radius: 7px 7px 7px 7px;
       -moz-border-radius: 7px 7px 7px 7px;
         -o-border-radius: 7px 7px 7px 7px;     
}

.widget .widget-head {
    color: #ffffff;
    font-weight: bold;
    padding: 10px 15px; 
    background-color: #3e3e3e;
    border-radius: 7px 7px 0px 0px;
    -webkit-border-radius: 7px 7px 0px 0px;
       -moz-border-radius: 7px 7px 0px 0px;
         -o-border-radius: 7px 7px 0px 0px;
}

#left-widgets .widget .widget-body {
    background-color: #f8f8f8;
    border-left: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    padding: 10px 15px 15px 15px;
    font-size: 11px;
    border-radius: 0px 0px 7px 7px;
    -webkit-border-radius: 0px 0px 7px 7px;
       -moz-border-radius: 0px 0px 7px 7px;
         -o-border-radius: 0px 0px 7px 7px; 
}

#right-widgets .widget .widget-body {
    background-color: #f8f8f8;
    padding: 10px 15px 15px 15px;
    font-size: 11px;
    border-radius: 0px 0px 7px 7px;
    -webkit-border-radius: 0px 0px 7px 7px;
       -moz-border-radius: 0px 0px 7px 7px;
         -o-border-radius: 0px 0px 7px 7px; 
}

.widget .widget-body ol {
    list-style: decimal outside;
    padding-left: 20px;
    margin-top: 0px;
}

.widget .widget-body ol li {
    margin-bottom: 5px;
}

ul {
    margin: 0px;
}

.testimonials {
    margin-bottom: 25px;
}

.testimonials-head {
    color: #ffffff;
    font-weight: bold;
    padding: 10px 15px; 
    background-color: #3e3e3e;
    border-radius: 7px 7px 0px 0px;
    -webkit-border-radius: 7px 7px 0px 0px;
       -moz-border-radius: 7px 7px 0px 0px;
         -o-border-radius: 7px 7px 0px 0px;
}

.testimonials-body {
    background-color: #f8f8f8;
    border-left: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    padding: 10px 15px;
    padding: 10px 15px;
    border-radius: 0px 0px 7px 7px;
    -webkit-border-radius: 0px 0px 7px 7px;
       -moz-border-radius: 0px 0px 7px 7px;
         -o-border-radius: 0px 0px 7px 7px; 
}

#footer {
    width: 600px;
    padding-top: 30px;
    padding-bottom: 20px;
    font-size: 11px;
}

.footer-block {
	float: left;
	width: 173px;
	border-right: 1px solid #2d2d2d;
	border-left: 1px solid #424242;
	padding-left: 30px;
	min-height: 170px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 24px;
	height: 206px;
}

.no-border-footer-block {
    border-right: 0px none;
}

.footer-block h3 {
    color: #cbcbcb;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 0px;
}

.footer-block ul {
    padding: 0px;
    list-style: none;
}

.footer-block ul li {}

.footer-block ul li a, #footer a, #footer {
    color: #eeeeee;
}

#footer #footer-lang {
    margin-top: 30px;
}

#footer .copyright {
    color: #eeeeee;
    font-size: 11px;
    margin-top: 15px;
}

#footer .copyright a {
    color: #eeeeee;
}



.buttons {
    margin-top: 25px;
    margin-bottom: 25px;

}

.btn {
  display: inline-block;
  padding: 8px 7px 9px;
  font-weight: bold;
  font-size: 11px;
  line-height: 14px;
  color: #262626;
  min-width: 134px;
  text-decoration: none;
  text-align: center;
  text-shadow: 0 1px 0px rgba(255, 255, 255, 0.9);
  background-color: #fafafa;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#E6E6E6), color-stop(25%, #E6E6E6), to(#C1C1C1));
  background-image: -webkit-linear-gradient(#E6E6E6, #E6E6E6 25%, #C1C1C1);
  background-image: -moz-linear-gradient(top, #E6E6E6, #E6E6E6 25%, #C1C1C1);
  background-image: -ms-linear-gradient(#E6E6E6, #E6E6E6 25%, #C1C1C1);
  background-image: -o-linear-gradient(#E6E6E6, #E6E6E6 25%, #C1C1C1);
  background-image: linear-gradient(#E6E6E6, #E6E6E6 25%, #C1C1C1);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E6E6E6', endColorstr='#C1C1C1', GradientType=0);
  border: 1px solid #b5b5b5;
  border-radius: 6px;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
       -o-border-radius: 6px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.05);
       -o-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  *margin-left: .3em;

}

.btn:first-child {
  *margin-left: 0;
}
.btn:hover {
  color: #262626;
  text-decoration: none;
  background-color: #c1c1c1;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -ms-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.btn:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn.active, .btn:active {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  background-color: #c1c1c1;
  background-color: #c1c1c1 \9;
  outline: 0;
  
}

.btn-big {
    min-width: 220px;
    font-size: 12px;
    padding: 12px 15px 12px;
}

button.btn-big {
    min-width: 250px;
}

.btn-download {
  background-color: #d43910;
  color: #fff;
  text-shadow: 0 -1px 0px rgba(0, 0, 0, 0.33);
  background-image: -moz-linear-gradient(top, #f7663f, #d43910);
  background-image: -ms-linear-gradient(top, #f7663f, #d43910);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f7663f), to(#d43910));
  background-image: -webkit-linear-gradient(top, #f7663f, #d43910);
  background-image: -o-linear-gradient(top, #f7663f, #d43910);
  background-image: linear-gradient(top, #f7663f, #d43910);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7663f', endColorstr='#d43910', GradientType=0);
  border-color: #ac492f;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-download:hover,
.btn-download:visited,
.btn-download:active,
.btn-download.active,
.btn-download.disabled,
.btn-download[disabled] {
  background-color: #d43910;
  color: #fff;
}
.btn-download:active {
  background-color: #bf2f09 \9;
}

.btn-buy {
  background-color: #1eaa1e;
  color: #fff;
  text-shadow: 0 -1px 0px rgba(0, 0, 0, 0.33);
  background-image: -moz-linear-gradient(top, #3cd142, #1eaa1e);
  background-image: -ms-linear-gradient(top, #3cd142, #1eaa1e);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3cd142), to(#1eaa1e));
  background-image: -webkit-linear-gradient(top, #3cd142, #1eaa1e);
  background-image: -o-linear-gradient(top, #3cd142, #1eaa1e);
  background-image: linear-gradient(top, #3cd142, #1eaa1e);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3cd142', endColorstr='#128d12', GradientType=0);
  border-color: #319d37;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-buy:hover,
.btn-buy:visited,
.btn-buy:active,
.btn-buy.active,
.btn-buy.disabled,
.btn-buy[disabled] {
  background-color: #1eaa1e;
  color: #fff;
}
.btn-buy:active {
  background-color: #0eaa1e \9;
}

/* Headings */

h1,h2,h3,h4,h5 {
    font-family:Arial,Tahoma,Verdana;
}

h1 {
    font-size: 21px;
    line-height: 24px;
    font-weight: normal;
    color: #d72800;
    margin: 0px 0px 15px;
}

h2 {
    font-size: 18px;
    line-height: 24px;
    color: #202020;
    font-weight: normal;
    margin: 15px 0px 15px;
}

h3 {
    font-size: 16px;
    line-height: 20px;
    color: #202020;
    font-weight: bold;
    margin: 10px 0px 10px;
}

h4 {
    font-size: 14px;
    line-height: 18px;
    color: #202020;
    font-weight: bold;
    margin: 5px 0px 5px;
}

/* Links  */


a {
    color: #0049a4;
}

a:hover {
    color: #d72800;
}

a:visited {
    color: #74199f;
}

a.inner {
    text-decoration: none;
    border-bottom: 1px dashed #0049a4;
}

a.inner:hover {
    text-decoration: none;
    border-bottom: 1px dashed #d72800;
}

a.inner:visited {
    text-decoration: none;
    border-bottom: 1px dashed #74199f;
}

#content p {
    margin: 0px 0px 20px;
}

/*  Splitters */


.splitter-dashed {
    height: 0px;
    border: 0 none;
    border-bottom: 1px dashed #bcbcbc;
    background: none;
    margin-bottom: 25px;
}

.splitter-solid {
    height: 0px;
    border: 0 none;
    border-bottom: 1px solid #bcbcbc;
    background: none;
    margin-bottom: 25px;
}

/* Highlights and messages */

.block-highlight {
    padding: 5px 10px;
    margin-bottom: 20px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
         -o-border-radius: 4px;
}

#content .block-highlight p {
    margin: 0px 0px 10px;
}

.inline-highlight {
    padding: 2px;
}

.highlight-gray {
    background-color: #ededed;
}

.highlight-yellow {
    background-color: #f9e7c6;
}

.highlight-red {
    background-color: #da4118;
    color: #fff;
}

.highlight-red h3 {
    color: #fff;
}

.text-red {
    font-weight: bold;
    color: #da4118;
}

.text-green {
    font-weight: bold;
    color: #159216;
}

.message-info, .message-attention, .message-warning {
    padding-top: 10px;
    padding-left: 60px;
    background-position: 10px 10px;
    background-repeat: no-repeat;
}

.message-info {
    background-image: url('../images/message-info.png');
    background-color: #f1f1f1;
}

.message-attention {
    background-image: url('../images/message-attention.png'); 
    background-color: #fdf0d8;
}

.message-warning {
    background-image: url('../images/message-warning.png');
    background-color: #ffebe0;
}


/*  Lists  */

#content .contents {
    padding-left: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
}

#content .contents li {
    margin-bottom: 5px;
}

.circle-red {
    list-style-image: url('../images/lists/circle-red.png');
}

.bird-red {
    list-style-image: url('../images/lists/bird-red.png');
}

.star-red {
    list-style-image: url('../images/lists/star-red.png');
}

.dec {
    list-style-type: decimal;
}

.alpha {
    list-style-type: lower-alpha;
}

#content ul li, #content ol li {
    margin-bottom: 20px;
}

/* Tables  */

.table {
    margin-bottom: 20px;
}

.table .table-header td {
    font-weight: bold;
}

.table .last-tr td {
    border-bottom: 0px none;
}

.table-vert-border td {
    border: 1px solid #dcdcdc;
}

.table-vert-border .last-td {
    border-right: 0px none;
}

.table tr {
    
}

.table tr td {
    padding: 7px;
    border-bottom: 1px solid #dcdcdc;
}

.table-no-border {}



#content ul {
    margin-bottom: 20px;
}

.align-center {
    text-align: center;
}

.align-right {
    text-align: right;
}

.align-left {
    text-align: left;
}

.small-text {
    font-size: 11px;
}

.video {
    width: 387px;
    margin: 0px auto;
    position: relative;
    text-align: center;
}

.video-link {
    display: block;
    width: 387px;
    margin: 0px auto;
}

.video-link:after {
    content: "";
    display: block;
    background-image: url('../images/buttons/video-button-sprite.png');
    background-position: top center;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 387px;
    height: 268px;
}

.video-link:hover:after {
    background-position: bottom center;
}

.video-small {
    width: 193px;
    margin: 0px auto;
    position: relative;
    text-align: center;
}

.video-small-link {
    display: block;
    width: 193px;
    margin: 0px auto;
}

.video-small-link:after {
    content: "";
    display: block;
    background-image: url('../images/buttons/video-small-button-sprite.png');
    background-position: top center;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 193px;
    height: 144px;
}

.video-small-link:hover:after {
    background-position: bottom center;
}

/* Old styles   */

body,html{margin:0;padding:0;}
body{background:#3e3e3e;font-size:12px;color:#3d3d3d;font-family:Verdana,Tahoma,sans-serif;}

.px290 {width: 290px;}

.red{color:#d72800;}

/*#header{background: url('../images/header/header-bg.jpg') no-repeat top center #3E3E3E;height:151px;border-bottom:1px solid #eee;text-align:center;}*/
#logos,.cntr{width:987px;margin:0 auto;}
#header #logos-menu li{float:left;width:149px;height:91px;margin-top:18px;}
#header #logos-menu a{color:#eee;text-decoration:none;font-size:12px;}
#logos #logo{padding-left:52px;padding-top:20px;width:183px;}
#body{background:#eee url('../images/body/topGr.gif') repeat-x top center;}
#bodyGr{background:url('../images/body/bottomgr.gif') repeat-x bottom center;padding-bottom:8px;}
#menu ul,.vertMenu{list-style-image:none;list-style-position:outside;list-style-type:none;margin:0;padding:0;}
.vertMenu li{padding-bottom:4px;}
.vertMenu .current{vertical-align:middle;}
#menu li{display:inline;font-weight:bold;color:#000;padding:0 14px 0 16px;background:url('../images/header/gMenu-marker.gif') no-repeat left bottom;}
#menu li.first{background:none;}
#menu{padding:17px 0 15px 18px;}
#menu a{color:#000;}
#menu a:hover{color:#cf0a0d;}

.sheet_top{position:relative;margin-bottom:-4px;width:782px;}
.sheet{background:#FFF url('../images/body/sheet-middle.gif') repeat-y;margin-right:-1px;width:782px;float:left;}
.sheet-full{background:#FFF url('../images/body/sheet-middle-full.gif') repeat-y;margin-right:-1px;width:986px;float:left;}
.sheet_bottom{float:left;width:782px;position:relative;top:-6px;}
.content{font-family:Verdana,Arial,Tahoma;width:530px;float:right;margin-right:23px;padding-top:10px;line-height:1.5em;}
.wHead{background:url('../images/body/widget-top.png') no-repeat;color:#FFF;font-weight:bold;padding-left:16.4px;}
.wHead img{position:relative;top:-6px;display:block;float:left;}
.wHead span{display:block;margin-left:33px;padding:12px 5px 10px 10px;}
.wBody{background:url('../images/body/widget-gr.png') no-repeat;position:relative;top:-5px;margin:0 3px;padding:14px 12px 0 12px;line-height:1.5em;}
/*.wBody a{line-height:normal;}*/
.wBottom{background:url('../images/body/widget-bottom.gif') no-repeat;height:9px;}
.wBg{background:url('../images/body/widget-body.gif') repeat-y;}
.leftColoumn{float:left;margin:10px 0 10px 20px;}
.rightColoumn{float:right;width:190px;margin-top:-7px;}
.clear{clear:both;}

.activeMenu, .dock {
    background-image: url('../images/header/menu-sep.png');
    background-repeat: no-repeat;
    background-position: right center;
}

.activeMenu span{display:block;position:relative;bottom:-28px;}
*+html .activeMenu span {
    bottom:-32px;
}   
.activeMenu a{position:relative;top:4px;}
.leftButton{float:left;margin-top:5px;margin-bottom:15px;width:50%;}
.rightButton{float:right;margin-top:5px;margin-bottom:15px;width:50%;}
.dock{position:relative;height:57px;width:167px;text-align:center;float:left;}
.dock-container{position:absolute;}
a.dock-item1,a.dock-item2,a.dock-item3,a.dock-item4,a.dock-item5{width:57px;color:#EEE;text-align:center;text-decoration:none;font:bold 12px verdana,tahoma,sans-serif;position:absolute;width:100%;bottom:33px;}
.dock span{display:block;margin-top:76px;color:#EEE;cursor:pointer;font-size:13px;}
.dock-item1 img,.dock-item2 img,.dock-item3 img,.dock-item4 img,.dock-item5 img{border:none;width:100%;}
.dock-item1 span,.dock-item2 span,.dock-item3 span,.dock-item4 span,.dock-item5 span{display:block;width:150px;margin-left:-45px;position:absolute;}
.widget_download{text-align:center;}
.widget_download img{margin:10px 0px 10px 0px;}
.widget_download span{display:block;font-size: 16px;}
.widget_download span.ver{font-size:11px;display: inline;font-weight: normal;}
.content ul li, .content ul li ul.redpoint li{list-style-image:url('../images/lists/redpoint.gif');margin-bottom:3px;}
.content ul.li-marg12 li {margin-bottom: 12px;}
.content ol.no-img-marker li{list-style-image:none;}
.content ul.no-img-marker{padding-left: 0px;}
.content ul.no-img-marker li{list-style:none;margin-bottom: 10px;}
.content ul.redbird li{list-style-image:url('../images/lists/redbird.gif');}
.content ul.blackbird li{list-style-image:url('../images/lists/blackbird.gif');}
.content ul.blackpoint li{list-style-image:url('../images/lists/blackpoint.gif');}
.content ul.greenbird li{list-style-image:url('../images/lists/greenbird.gif');}
.content ul.graybird li{list-style-image:url('../images/lists/graybird.png');}
.content ul.greenpoint li{list-style-image:url('../images/letter/round.png');}
.content ul.halloween li{list-style-image:url('../images/lists/halloween.png');}
.content ul li.lvl2{list-style-image:url('../images/clear.gif');margin-left:10px;}
.footer, table.px10 td.tabletext{font-size:10px;}
.tabletext11 {font-size: 11px; padding: 5px;}
.testimonial,.buyForm{background:url('../images/testimonials/tBody.gif') repeat-y;width:530px;clear:both;}
.buyForm  .pro-hover {background: url('../images/testimonials/tBodyHover.gif') repeat-y;}
.buyForm  .ent-hover {background: url('../images/testimonials/tBodyHover.gif') repeat-y;}
.buyForm .ent span, .buyForm .ent-hover span{background:url('../images/testimonials/tbottom.gif') no-repeat bottom center;}
.buyForm .pro span, .buyForm .pro-hover span{background:url('../images/testimonials/ttop.gif') no-repeat top center;}
.buyForm span{display:block;padding:15px 10px 10px 20px;cursor:pointer;}
.buyForm input{float:left;margin:7px 15px 15px 0;cursor:pointer;}

.buy-form {
}

.buy-form .buy-form-plan {
	background: #fff;
	cursor: pointer;
}

.buy-form .buy-form-plan input {
	vertical-align: middle;
	cursor: pointer;
	float: left;
	margin: 10px 15px 15px 0;
}

.buy-form .buy-form-plan:hover {
	background: #E7E7E7;
}

.buy-form .pro-plan {
	border-top: 1px solid #BFBFBF;
	border-left: 1px solid #BFBFBF;
	border-right: 1px solid #BFBFBF;
	border-radius: 7px 7px 0px 0px;
	padding: 12px 17px 8px;
}

.buy-form .ent-plan {
	border-bottom: 1px solid #BFBFBF;
	border-left: 1px solid #BFBFBF;
	border-right: 1px solid #BFBFBF;
	border-radius: 0px 0px 7px 7px;
	padding: 8px 17px 12px;
}

.tHead{background:url('../images/testimonials/tHead.png') no-repeat;color:#fff;width:531px;height:47px;}
.tHead strong{display:block;padding:16px 0 0 60px;text-align:left;}
.tBody{padding:10px;margin:-1px 3px;background:url('../images/testimonials/tgr.gif') repeat-x;width:504px;text-align:left;}
.tBody img.rq{//position:absolute;margin-bottom:-7px;margin-left:3px;}
.tBody img.lq{position:relative;padding-right:3px;}
.tBottom{line-height:1px;}
.tImgLeft{float:left;padding-right:10px;}
.tImgRight{float:right;padding-left:10px;}
.fullwidth{width:730px;}
.reasonLink{text-align:right;font-size:11px;}

.tabletext{padding: 0 5px 5px 10px;font-size:12px;}
.yes{text-align:center;color:green;}
.no{text-align:center;color:red;}
.int-rightheader{background:#eee;text-align:center;font-weight:bold;}
div>.twoButtons{height:65px;}
hr{height:1px;border:0;background-color:#c6c6c6;}
a.lightbox{text-decoration:none;}
a.lightbox .footer{text-decoration:underline;}
input#name{text-transform:capitalize;}
#popup{height:100%;width:100%;background:#000;position:absolute;top:0;left:0;filter:progid:DXImageTransform.Microsoft.Alpha(opacity=75);-moz-opacity:.75;-khtml-opacity:.75;opacity:.75;}
#window{width:600px;height:370px;margin:0 auto;border:1px solid #000;background:#fff;position:absolute;top:200px;left:25%;}
#popup_content a{color:#0049a4;}
#popup_content a:hover{color:#cf0a0d;}
html>body .content{margin-bottom:20px;}
.reasonNumber{font-size:18px;}
.translateTable{width:90%;margin-left:5%;}
.translateTable td{text-align:left;width:25%;}
.center{text-align:center;position:relative;margin:0 auto;}
.left{text-align:left;position:relative;margin:auto 0;}
.right{text-align:right;}
.u{text-decoration:underline;}
.pr25{width:25%;}
.pr20{width:20%;}
.pr80{width:80%;}
.pr75{width:75%;}
.pr70{width:70%;}
.pr10{width:10%;}
.pr40{width:40%;}
.pr46{width:46%;}
.pr60{width:60%;}
.pr15{width:15%;}
.pr5{width:5%;}
.pr50{width:50%;}
.pr55{width:55%;}
.pr30{width:30%;}
.pr35{width:35%;}
.pr90{width:90%;}
.pr100{width:100%;}
.pointer{display:block;cursor:pointer;background:url('../images/arrow-down.png') no-repeat center right;padding-right:15px;}
.f4{background:#f4f4f4;}
.ff{background:#fff;}
.f8{background:#f8f8f8;}
.f1{background:#f1f1f1;}
.f5{background:#f5f5f5;}
.df{background:#dfdfdf;}
.b95{background:#959595;}
.ee{background:#eeeeee;}
.spstour td div{height:75px;background:#eee;padding:10px 0;margin-bottom:5px;}
.spstour td div:hover{background:#d7d7d7;}
.sbp-table .tabletext{font-size:10px;padding:5px;}
.strike{text-decoration:line-through;}
img.flag{position:relative;bottom:-4px;margin-right:2px;width:16px;height:16px;margin-left:4px;}
#header-flags{display:block;text-align:left;margin-top:20px;width:185px;}
#header-flags a{color:#898989;font-size:8px;margin-right:3px;}
#header-flags img{position:relative;margin-bottom:-3px;margin-right:1px;}
#header-flags a.active{background:url('../images/header/flag_bg.gif') no-repeat top left;padding: 5px 2px 4px 3px;}
#header-flags a.last{margin:0px;}
#salewidget{position:relative;margin-top:-54px;margin-bottom:12px;}
.trycaptcha-USD, .trycaptcha-EUR{background:url('../images/extras/trial-captcha-usd.png') no-repeat;width:530px;height:65px;text-align:center;padding-top:100px;}
.trycaptcha-EUR{background:url('../images/extras/trial-captcha-eur.png') no-repeat;}
.trycaptcha-USD a, .trycaptcha-EUR a{display:block;background:url('../images/extras/trycaptcha.png') no-repeat;width:421px;height:48px;position:relative;margin:0 auto;}
.trycaptcha-EUR a{background:url('../images/extras/trycaptcha-eur.png') no-repeat;}
.trycaptcha-USD a:hover, .trycaptcha-EUR a:hover{background-position: 0 -48px;}
#footer-menu-block{margin:0 auto;position:relative;width:533px;}
#footer-menu{text-align:left;margin-left:36px;width:510px;}
#footer-menu .c1{padding-right:15px;border-right:1px solid #333333;width:150px;}
#footer-menu .c1 strong,#footer-menu .c2 strong,#footer-menu .c3 strong{font-size:14px;}
#footer-menu .c1 ul,#footer-menu .c2 ul,#footer-menu .c3 ul{list-style:none;padding-left:0px;margin:0px;}
#footer-menu .c2{width:150px;padding-left:15px;border-left:1px solid #b3b3b3;padding-right:15px;border-right:1px solid #333333;}
#footer-menu .c3{width:210px;padding-left:15px;border-left:1px solid #b3b3b3;}
/* NY 2011 */
#header-ny{height:150px;border-bottom:1px solid #fff;}
#sps-ball{margin-left:25px;_margin-left:12px;text-align:center;}
#sps-link{display:block;height:80px;width:64px;position:relative;margin:0 auto 10px;}
#sps-link-text{margin-left:15px;}
#sps-marker{display:block;position:relative;bottom:-9px;margin-left:13px;}
#rt-link{display:block;height:80px;width:64px;position:relative;margin:0 auto 10px;}
#rt-link-text{margin-left:8px;}
#rt-marker{display:block;position:relative;bottom:-9px;margin-left:8px;}
#wa-link{display:block;height:80px;width:64px;position:relative;margin:0 auto 10px;}
#wa-marker{display:block;position:relative;bottom:-9px;}
#sg-link{display:block;height:80px;width:64px;position:relative;margin:0 auto 10px;}
#sg-link-text{margin-left:7px;}
#sg-marker{display:block;position:relative;bottom:-9px;margin-left:6px;}
#la-link{display:block;height:80px;width:64px;position:relative;margin:0 auto 10px;}
#la-link-text{margin-left:20px;}
#la-marker{display:block;position:relative;bottom:-9px;margin-left:20px;}
#christmas_widget{display:block;position:relative;left:-9px;top:-10px;margin-top:-8px;}

/*------index-new.html--------*/

.huge, .welcome, .feat {
    font-family: Verdana,Tahoma,sans-serif;
}

.huge {
    font-size: 30px;
}

.welcome {
    font-size: 18px;
    line-height: 24px; 
}

.feat {
    font-size: 16px;
    font-style: italic;
    list-style-type: none;
    line-height: 30px;
}

.feat li {

}

.testimonials-left {
    float: left;
    width: 48%;
    padding-right: 2%;
    margin-top: 30px;
}

.testimonials-right {
    float: right;
    width: 48%;
    padding-left: 2%;
    margin-top: 30px;
}

.list-banner {
    margin: 10px;
}


/*-----small buttons sprite-------*/


.greenButton, .orangeButton, .redButton, .smallInput, .buyButtonGreen, .buyButtonRed, .buyInputGreen, .buyInputRed {
    display: block;
    width: 154px;
    height: 37px;
    padding-top: 5px;
    background: url('../images/buttons/small-sprite-buttons.png') no-repeat;
    text-align: center;
    font-weight: bold;
    color: #FFF;
    margin-top: 10px;
    text-decoration: none;
    font-size: 12px;
    font-family: Arial,Tahoma,Verdana;
    line-height: 1.3em;
}

.shortText {
    padding-top: 13px;
    height: 29px;
}

.greenButton:hover, .orangeButton:hover, .redButton:hover, .smallInput:hover span, .buyButtonGreen:hover, .buyButtonRed:hover {
    text-decoration: underline;
    color: #fff;
}

.greenButton:visited, .orangeButton:visited, .redButton:visited, .smallInput:visited span, .buyButtonGreen:visited, .buyButtonRed:visited {
    color: #fff;
}

.redButton {
    background-position: 0px -43px;
}

.orangeButton {
    background-position: 0px -86px;
}

.greenButton:hover, .smallInput:hover {
    background-position: 0px -129px;
}

.redButton:hover {
    background-position: 0px -172px;
}

.orangeButton:hover {
    background-position: 0px -215px;
}

.smallInput {
    border: 0px; 
    font-family: Arial,Tahoma,Verdana;
    padding-top: 0px;
    padding-bottom: 3px;
    height: 42px;
    display: inline;
    cursor: pointer;
    text-decoration: none;
}

.greenButtonCustom, .redButtonCustom {
    display: block;
    width: 166px;
    height: 53px;
    padding-top: 9px;
    background: url('../images/buttons/small-sprite-buttons.png') no-repeat;
    text-align: center;
    font-weight: bold;
    color: #FFF;
    margin-top: 10px;
    text-decoration: none;
    font-size: 13px;
    font-family: Arial,Tahoma,Verdana;
    line-height: 1.3em;
}

.greenButtonCustom {
    background-position: 0px -258px;
}

.redButtonCustom {
    background-position: 0px -320px;
}

.greenButtonCustom:hover {
    background-position: 0px -382px;
}

.redButtonCustom:hover {
    background-position: 0px -444px;
}

.greenButtonCustom:hover, .redButtonCustom:hover {
    text-decoration: none;
    color: #FFF;
}

.greenButtonCustom:visited, .redButtonCustom:visited {
    color: #fff;
}

.greenButtonCustom span, .redButtonCustom span {
    font-size: 18px;
}

.greenButtonCustom:hover span, .redButtonCustom:hover span, .buyInputGreen:hover span, .buyInputRed:hover span {
    text-decoration: underline;
}

.greenButtonCustom:visited span, .redButtonCustom:visited span, .buyInputGreen:visited span, .buyInputRed:visited span {
    color: #fff;
}

.buyButtonGreen, .buyButtonRed, .buyInputGreen, .buyInputRed {
    width: 134px;
    margin-top: 0px;
    font-size: 13px;
}

.buyButtonGreen, .buyInputGreen {
    background-position: 0px -600px;
}

.buyButtonGreen:hover, .buyInputGreen:hover {
    background-position: 0px -643px;
}

.buyButtonRed, .buyInputRed {
    background-position: 0px -686px;
}

.buyButtonRed:hover, .buyInputRed:hover {
    background-position: 0px -729px;
}

.buyInputRed, .buyInputGreen {
    height: 42px;
    border: 0px; 
    padding-top: 0px;
    padding-bottom: 2px;
    cursor: pointer;
    /*display: inline;*/
}

.buyButtonGreen:visited, .buyInputGreen:visited, .buyButtonRed:visited, .buyInputRed:visited {
    color: #fff;
}

/*-------small buttons sprite ends--------*/


/*----------big buttons sprite--------*/

.leftButton, .rightButton, .redInput, .greenInput, .centerButtonGreen, .centerButtonRed {
    font-size: 15px;
    font-weight: bold;
    font-family: Arial,Tahoma,Verdana;
    color: #FFF;
    text-decoration: none;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 10px;
    padding-top: 15px;
    width: 250px;
    height: 33px;
    background: url('../images/buttons/big-sprite-buttons.png') no-repeat;
    display: block;
}

.leftButton:hover, .rightButton:hover, .centerButtonGreen:hover, .centerButtonRed:hover, .greenInput:hover span, .redInput:hover span {
    color: #FFF;
    text-decoration: underline;
}

.leftButton:visited, .rightButton:visited, .centerButtonGreen:visited, .centerButtonRed:visited, .greenInput:visited span, .redInput:visited span {
    color: #FFF; 
}

.leftButton {
    float: left;
    background-position: 0px -49px;
}

.rightButton:hover, .greenInput:hover, .centerButtonGreen:hover {
    background-position: 0px -98px;
}

.rightButton {
    float: right;
}

.redInput, .centerButtonRed {
    background-position: 0px -49px;
}

.leftButton:hover, .redInput:hover, .centerButtonRed:hover {
    background-position: 0px -147px;
}

.greenInput, .redInput{
    border: 0px; 
    height:48px;
    padding-top: 0px;
    padding-bottom: 0px;
    cursor: pointer;
    display: inline;
}

.greenInput span, .redInput span {
    margin: 10px 0px 0px 0px;
}


/*--------------big buttons sprite ends--------------*/


/*-----x-small buttons sprite-------*/

.xSmallButton {
    display: block;
    width: 83px;
    height: 26px;
    padding-top: 4px;
    background: url('../images/buttons/x-small-sprite-buttons.png') no-repeat;
    text-align: center;
    font-weight: bold;
    color: #FFF;
    margin-top: 5px;
    text-decoration: none;
    font-size: 11px;
    font-family: Arial,Tahoma,Verdana;
}

.xSmallButton:hover {
    text-decoration: underline;
    color: #fff;
    background-position: 0px -30px;
}

.floatleft {float: left;}
.floatright {float: right;}
.img-left{
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}
.img-right{
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
}
/*-------x-small buttons sprite ends--------*/



/*--------mini buttons sprite------------*/

.miniGreenButton, .miniBlueButton, .miniRedButton {
    display: block;
    width: 64px;
    height: 20px;
    padding-top: 7px;
    background: url('../images/buttons/mini-sprite-buttons.png') no-repeat;
    text-align: center;
    font-weight: bold;
    color: #FFF;
    text-decoration: none;
    font-size: 11px;
    font-family: Arial,Tahoma,Verdana;
    line-height: 1.3em;
}


.miniGreenButton:hover, .miniBlueButton:hover, .miniRedButton:hover {
    text-decoration: underline;
    color: #fff;
}

.miniGreenButton:visited, .miniBlueButton:visited, .miniRedButton:visited {
    color: #fff;
}

.miniRedButton {
    background-position: 0px -28px;
}

.miniBlueButton {
    background-position: 0px -56px;
}

.miniGreenButton:hover {
    background-position: 0px -84px;
}

.miniRedButton:hover {
    background-position: 0px -112px;
}

.miniBlueButton:hover {
    background-position: 0px -140px;
}



/*--------mini buttons sprite ends------------*/



/*--------micro buttons sprite------------*/

.microGreenButton, .microRedButton {
    display: block;
    width: 113px;
    height: 35px;
    padding-top: 7px;
    background: url('../images/buttons/small-sprite-buttons1.png') no-repeat;
    text-align: center;
    font-weight: bold;
    color: #FFF;
    text-decoration: none;
    font-size: 11px;
    font-family: Arial,Tahoma,Verdana;
    line-height: 1.3em;
}


.microGreenButton:hover, .microRedButton:hover {
    text-decoration: underline;
    color: #fff;
}

.microGreenButton {
    background-position: 0px -772px;
}

.microRedButton {
    background-position: 0px -858px;
}

.microGreenButton:hover {
    background-position: 0px -815px;
}

.microRedButton:hover {
    background-position: 0px -901px;
}


/*--------micro buttons sprite ends------------*/


.sps-box-bg {
    /*width: 530px;
	height: 245px;*/
    width: 173px;
    height: 71px;
    padding-top: 174px;
    padding-left: 357px;
}

.sps-box-bg a {
    line-height: 1em;
}

.special-margin {
    margin: 15px 0px 20px 18px;
    padding: 0px;
}

.content ul.vertical-flags li{
    list-style-type: none;
    list-style-image: none;
    margin-bottom: 7px;
}

.content ul.vertical-flags li img {
    margin-bottom: -4px;
}

.px16 {font-size: 16px;}
.px14 {font-size: 14px;}
.px12 {font-size: 12px;}
.ad-banner {
    width: 100%;
    height: 134px;
    position: fixed;
    left: 0px;
    bottom: 0px;
    background-image: url(../images/body/banner-bg.png);
    z-index: 999999;
}

.ad-banner .banner-content {	
    width: 987px;
    margin: 0px auto;
    text-align: left;
    padding-top: 20px;
}

.ad-banner .banner-content .book {
    position: relative;
    top: -60px;
    left: -30px;
}

.ad-banner .banner-content .banner-text {
    left: -40px;
    position: relative;
    top: -95px;
}


.ad-banner .banner-content .close-banner-link {
    position: absolute;
    right: 5px;
    bottom: 5px;	

}

.ad-banner .banner-content .close-banner-button  {
    display: block;
    width: 18px;
    height: 18px;
    background-image: url('../images/buttons/close-button-sprite.png');
    position: absolute;
    right: 5px;
    top: 20px;
}

.ad-banner .banner-content .close-banner-button:hover {
    background-position: 0px -18px;
}

.ad-banner .banner-content .button131x40 {
    display: block;
    width: 131px;
    height: 33px;
    padding-top: 13px;
    background: url('../images/buttons/small-sprite-buttons.png') no-repeat;
    background-position: 0px -506px;
    text-align: center;
    font-weight: bold;
    color: #FFF;
    text-decoration: none;
    font-size: 14px;
    font-family: Arial,Tahoma,Verdana;
    line-height: 1.3em;
    left: 860px;
    position: relative;
    top: -147px;
}

.ad-banner .banner-content .button131x40:hover{
    text-decoration: underline;
    background-position: 0px -553px;
}

.marg15 li {margin-bottom: 10px;}

code {
    display: block;
    padding: 10px;
    background-color: #EEEEEE;
    border: 1px solid #929292;
}


.price-table {
    font-size: 11px;
    font-family: Arial,Verdana,Tahoma;
    line-height: 12px;
    position: relative;
}


.price-table table thead tr td {
    vertical-align: top;
}

.price-table table thead tr td h3 {
    margin-top: 30px;
    margin-bottom: 5px;
    color: #373737;
}

.price-table table thead tr td p, #price-table table thead tr td.center-td p {
    background: none;
    margin: 0px;
    padding: 0px 0px 5px 0px;
    text-align: center;
    color: #079d0f;
    font-size: 14px;
    font-weight: bold;
}

.price-table p.note {
    font-size: 11px;
    color: #373737;
    padding: 12px 0px 0px 10px;
    position: absolute;
    top: -40px;
    left: 447px;
    width: 129px;
    height: 48px;
    background: url('../images/icons/info-cloud.png');
    z-index: 9999999;
}

.price-table table thead tr td p del {
    color: #5d5d5d;
    font-size: 12px;
}

.price-table table thead td {
    padding: 0px;
}

.price-table table tr.tfoot td.center-td {
    background: url(../images/body/price-table-bottom.png) no-repeat transparent;
    width: 176px;
    height: 67px;
}

.price-table table thead td.center-td {
    background: url(../images/body/price-table-top.png) no-repeat transparent;
    width: 176px;
    height: 73px;
}

.price-table table thead td.center-td p {
    padding: 0px 0px 5px 0px; 
}

.price-table table thead td.left-td {
     background: url(../images/body/price-table-side.png) no-repeat top right transparent;
     height: 73px;
     border: 0px;
}

.price-table table td {
    padding: 0px;
}

.price-table table td p {
    background: url(../images/lists/circle.png) no-repeat;
    background-position: 5px 9px;
    padding: 7px 5px 7px 15px;
    margin: 0px;
}

.price-table table td p.del {
    background: url(../images/lists/circle-gray.png) no-repeat;
    background-position: 5px 9px;
}

.price-table table td.center-td p {
    padding: 7px 10px 7px 20px;
    background-position: 9px 9px;
} 

.price-table table td h3 {
    text-align: center;
}

.price-table table tr.ff td.center-td {
    background-color: #f7f7f7;
}

.price-table table tr.f5 td.center-td {
    background-color: #ededed;
}

.price-table table td.left-td {

    border-right: 1px solid #ffffff
}

.price-table table td.center-td {
    width: 176px;

}

.price-table table td.right-td {
    border-left: 1px solid #ffffff;
}

.ba {color: #bababa;}

.green {color: #079d0f;}

.plimus-content {
    float: left;
    padding-left: 40px;
    padding-right: 40px;
    width: 690px;
}

.plimus-content table {width: 100%;}

.plimus-content .pli-tbl-order-info,
.plimus-content .pli-tbl-section,
.plimus-content .pli-tbl-order-info tr td {border: 1px solid #7E7E7E;}

.plimus-content .pli-tbl-section tr td {border: none;}

.plimus-content .pli-tr-section-headline {height: 25px;}

.plimus-content .pli-tr-section-headline td {padding-left: 5px}

.plimus-content #pli-buynow-disclaimer {text-align: center}

.middle {vertical-align: middle;}

#reports-menu {background-color: #eeeeee; padding: 15px; border-radius: 7px;}

#reports-menu .reports-menu-section {width: 24%; margin-right:1%; float: left;}

#reports-menu h4 {font-size: 11px; font-weight: bold; margin: 0 0 5px 0;}

#reports-menu h4 img {margin-right: 5px;}

#reports-menu ul {font-size: 11px; list-style: none; margin: 0px; padding: 0px;}

#reports-menu ul li {list-style: none; margin: 0px; color: #0049A4; font-weight: bold;}

#reports-menu ul li a {font-weight: normal;}

#report-gallery h3 img {margin-bottom: -2px;}

#report-gallery a {display: block; width: 194px; height: 263px; float: left; margin-right: 20px; margin-bottom: 20px;}

.custom {
    list-style: none;
    margin: 20px 0 0 0;
    padding: 0px;
}

.content ul.custom li {
    list-style-image: none;
    margin-bottom: 7px;
}

.custom li img {
    margin-bottom: -2px;
}

.feat-table {}

.feat-table tr {}

.feat-table td {
    width: 33%;
    text-align: center;
    padding: 10px 0px;
    font-size: 11px;
}

.feat-table td strong {
    font-size: 13px;
}

#share {
  position: fixed;
  z-index: 1000;
  margin-left: -290px; 
  padding: 6px 6px 0;
  background: #FFF;
  border: 1px solid #929292;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
}
* html #share {display: none}
#share:hover {
 /* background: #F6F6F6;*/
 /* border: 1px solid #D4D4D4;*/
  -webkit-box-shadow: 0 0 5px #DDD;
  -moz-box-shadow: 0 0 5px #DDD;
  box-shadow: 0 0 5px #DDD;
}
#share a {opacity: 0.8}
#share:hover a {opacity: 0.8}
#share a:hover {opacity: 1}
#share img {margin: 0 !important; padding: 0 !important; border: none !important;}

.fullwidth #share {margin-left: -100px; }

.price-drop-table, .price {
    text-align: center;
    font-size: 11px;
    border-collapse: collapse;
}

.price-drop-table tr {}

.price-drop-table tr td {
    border: 1px solid #dcdcdc;
    vertical-align: top;
    padding: 7px;
}

.price tr td {
    border: 1px solid #FFF;
    vertical-align: center;
    padding: 7px;
}

.presentation-buttons {
    position: absolute;
    top: 320px;
    z-index: 999999;
    margin-left: 395px;
}

.presentation-buttons .redButton {
    float: left; 
    margin-right: 20px;
}

.presentation-buttons .greenButton {
    float: left; 
}

.landing-block {
    background: #f2f2f2; 
    border-radius: 7px;
    border: 1px solid #e8e8e8;
    width: 425px;
    padding: 15px;
    height: 180px;
}

.landing-block .landing-icon {
    float: left; 
    margin-right: 10px;
}

.landing-block .landing-text {
    font-weight: bold;
    font-size: 15px;
    overflow: hidden;
    margin-top: 7px;
    margin-bottom: 20px;
}

.landing-block ul {
    padding-left: 63px;
}



/* PPG Plimus Like  */


.plimus-like h2.title, .plimus-like div.wrapper h2.title {
    background: none repeat scroll 0 0 #7E7E7E;
    border: 1px solid #7E7E7E;
    color: #FFFFFF;
    font: bold 12px Arial,sans-serif;
    height: 23px;
    padding: 4px 7px 0;
    text-align: left;
    margin: 0 10px 0 10px;
}

.plimus-like table {
    border: 1px solid #7E7E7E;
    border-collapse: collapse;
}

.plimus-like input.txt {
    background: none repeat scroll 0 0 #FEFEFE;
    border: auto;
    color: #000000;
    font: 11px Verdana,Arial,sans-serif;
    width: 200px;
}

.plimus-like .PPGFormLabel {
    text-align: right;
}

.plimus-like #os-lang {
    display: block;
    float: left;
    margin-top: 10px;
    text-align: left;
}


.plimus-like #os-currency {
    display: block;
    float: right;
    margin-top: 10px;
    text-align: right;
}

.plimus-like .order-settings h2.title {
    display: none;
}

.plimus-like .ctlOrderDetails_productsBody table tr td {
    border: 1px solid #7e7e7e;
}

.plimus-like table.white-table tr th {
    border: none;
}

.plimus-like table.white-table tr.trTotal td {
    border: none;
}

.plimus-like .personal-information table {
    border-bottom: none;
}

.plimus-like .billing-information table {
    border-top: none;
}

.plimus-like #ctlPersonalInfo_PPGPIFaxR {
    border-bottom: 1px solid #7E7E7E;
}

.highlight_word{
    background-color: pink;
}
.specify{
	background-color: #F8F8F8;
    border: 1px solid #E8E8E8;
	padding: 5px 15px;
    border-radius: 7px 7px 7px 7px;
    -webkit-border-radius: 7px 7px 7px 7px;
       -moz-border-radius: 7px 7px 7px 7px;
         -o-border-radius: 7px 7px 7px 7px;
	margin-left: 30px;
}

input.specify{
    display: block;
    width: 80%;
}
input#user_email{
    background-color: #F8F8F8;
    border: 1px solid #E8E8E8;
    padding: 5px 15px;
    border-radius: 7px 7px 7px 7px;
    -webkit-border-radius: 7px 7px 7px 7px;
    -moz-border-radius: 7px 7px 7px 7px;
    -o-border-radius: 7px 7px 7px 7px;
    width: 120px;
}
.answers{
	margin-top:0;
}
#content .answers li{
	margin: 0;
}
.answers input[type=radio],.answers input[type=checkbox]{
	margin: 14px 15px 15px 0;
}
.errors_message{
    border-top: 1px dashed #BCBCBC;
	border-bottom: 1px dashed #BCBCBC;
	padding: 5px 0;
}
.margin50{
	margin-top: 50px;
}
.margin20{
	margin-top: 20px;
}
.margin30{
	margin-left: 30%;
}
.marg3 {margin-bottom: 6px;}

/**
 * @section Forms Styling
 */


.form input, .form input, .form textarea, .form select {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	box-sizing: border-box;
	width:60%;
}

.form-columnar label {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.form-columnar .form-fbox-select select, .form-columnar .form-fbox-text input, .form-columnar .form-fbox-text textarea {
	width:68%;
}

.form div.form-fbox-text, .form div.form-fbox-select,	.form div.form-fbox-check, .form div.form-fbox-button {
	padding: 0px 0px;
	margin-bottom: 15px;
}

.form .form-fbox-text input, .form .form-fbox-text textarea {
	padding: 5px 0px;
	margin-top: -2px;
}

.table-selist tr{
    vertical-align:top;
}

.table-selist tr td{
    padding-right:5px;
    padding-bottom:3px;
}
.form .form-fbox-select select {
	padding: 3px 3px;
	margin-top: -2px;
}

.form input, .form textarea, .form select{
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	border-radius: 4px;
}

.form .form-fbox-text input, .form .form-fbox-text textarea, .form .form-fbox-select select {
	border:1px solid #ddd;
}

.form-columnar .form-fbox-text label, .form-columnar .form-fbox-select label {
	display:inline;
	float:left;
	width:30%; 
}
	
.form-columnar .form-fbox-check {
	position:relative;
}

.form-label { display:block; }

.form-columnar .form-fbox-check .form-label {
	position:absolute;
	top:0;
}

.form-columnar .form-fbox-select select, .form-columnar .form-fbox-text input, .form-columnar .form-fbox-text textarea {
	float:left;
	width:69.2%;
}
.error{
	margin-left: 185px;
}
.block-right{
	margin: 10px 0 10px 172px;
}
.italic{
	font-style: italic;
}
.bold{
	font-weight: bold;
}
.longLiText{
	display: block;
    line-height: 13px;
    margin-bottom: 2px;
    margin-top: 2px;
    text-decoration: underline;
}





#seopowersuite {
    margin-top: 33px;
}

/* styles empty-widget */

a.empty-widget-link{
	color: #3e3e3e;
	text-decoration: none;
	font-weight: bold;
	display: block;
	padding: 12px 0 15px 44px;
}
a.customer-support{
	background: url(../images/customer-support-sprite.png) 17px 11px no-repeat;
}
a.customer-support:hover{
	background: url(../images/customer-support-sprite.png) 17px -29px no-repeat;
}
a.video-guides{
	background: url(../images/video-guides-sprite.png) 17px 11px no-repeat;
}
a.video-guides:hover{
	background: url(../images/video-guides-sprite.png) 17px -29px no-repeat;
}
a.online-help{
	background: url(../images/online-help-sprite.png) 17px 11px no-repeat;
}
a.online-help:hover{
	background: url(../images/online-help-sprite.png) 17px -29px no-repeat;
}
.empty-widget-img{
	margin-bottom: -5px;
	margin-right: 5px;
}

/* Social buttons */

ul#social-links{
	padding: 0;
	margin-bottom: 20px;
	text-align: center;
}

ul#social-links li{
	display: inline-block;
	margin: 0 2px 0 2px;

	/* IE7 inline-block troubles */
	zoom:1;
	*display: inline;
	_height: 30px;
}

ul#social-links li.last{
	padding-right: 0;
}

ul#social-links li a{
	display: block;
	width: 24px;
	height: 24px;
	background: url('../images/sprite.png') no-repeat;
}

ul#social-links li.facebook a:hover{
	background-position: 0;
}
ul#social-links li.facebook a:hover{
	background-position: -24px;
}
ul#social-links li.twitter a{
	background-position: -192px;
}

ul#social-links li.twitter a:hover{
	background-position: -216px;
}

ul#social-links li.google a{
	background-position: -48px;
}

ul#social-links li.google a:hover{
	background-position: -72px;
}

ul#social-links li.linkedin a{
	background-position: -96px;
}

ul#social-links li.linkedin a:hover{
	background-position: -120px;
}

.px16 {
	font-size: 16px;
}

.middle {
	vertical-align: middle;
}

.empty-widget{
	background-color: #f8f8f8;
	border-radius: 7px 7px 7px 7px;
	-webkit-border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	-o-border-radius: 7px 7px 7px 7px;
}

.circle-purple {
	list-style-image: url('../images/lists/circle-purple.png');
}

.pr63{
	width: 63%;
}

.floatright{
	float: right;
}

/*  New footer */

#footer-wrapper {
	position: relative;
	margin-top: -310px;
	height: 267px;
}

#footer {
	width: 978px;
	padding-top: 30px;
	padding-bottom: 20px;
	font-size: 11px;
}

.footer-block {
	float: left;
	width: 173px;
	border-right: 1px solid #2d2d2d;
	border-left: 1px solid #424242;
	padding-left: 30px;
	min-height: 170px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 24px;
	height: 206px;
}

.no-border-left-footer-block{
	border-left: 0px none;
	padding-left: 0;
}

.no-border-footer-block {
	border-right: 0px none;
}

.footer-block h3 {
	color: #cbcbcb;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 16px;
	margin-top: 0px;
}

.footer-block ul {
	padding: 0px;
	list-style: none;
}

.footer-block ul li {}

.footer-block ul li a{
	color: #a2a2a2;
	display: block;
	clear: both;
	text-shadow: 0 1px 0px rgba(0, 0, 0, 0.8);
}

.footer-block ul li a{
	text-decoration: none;
}

.footer-block ul li a:hover{
	text-decoration: underline;
	color: #ffffff;
}

#footer #footer-lang {
	margin-top: 30px;
}

#footer-wrapper .copyright, #small-footer-wrapper .copyright {
	color: #7f7f7f;
	font-size: 11px;
	margin-top: 10px;
	text-shadow: 0 1px 0px rgba(0, 0, 0, 0.8);
	background-color: #2b2b2b;
	font-family: Arial, Helvetica, sans-serif;
}

.copyright-center{
	width: 978px;
	margin: 0 auto;
	padding: 20px 0;
}
#footer-wrapper .copyright a, #small-footer-wrapper .copyright a{
	color: #7f7f7f;
	text-decoration: none;
}

#footer-wrapper .copyright a:hover, #small-footer-wrapper .copyright a:hover {
	text-decoration: underline;
	color: #ffffff;
}
.link-icon-footer{
	display: block;
	float: left;
	height: 20px;
	width: 20px;
	background-image: url("../images/body/footer-sprite.png");
	margin-right: 4px;
	margin-top: 4px;
}

.footer-block ul li a .link-icon-sps{
	background-position: left top;
}

.footer-block ul li a .link-icon-rt{
	background-position: 240px top;
}
.footer-block ul li a .link-icon-wa{
	background-position: 220px top;
}
.footer-block ul li a .link-icon-la{
	background-position: 180px top;
}
.footer-block ul li a .link-icon-sg{
	background-position: 200px top;
}
.footer-block ul li a .link-icon-bz{
	background-position: 160px top;
}

.footer-block ul li a .link-icon-fb{
	background-position: 80px top;
}
.footer-block ul li a .link-icon-blog{
	background-position: 120px top;
}
.footer-block ul li a .link-icon-forum{
	background-position: 140px top;
}
.footer-block ul li a .link-icon-tw{
	background-position: 100px top;
}
.footer-block ul li a .link-icon-rss{
	background-position: 60px top;
}
.footer-block ul li a .link-icon-fb{
	background-position: 80px top;
}
.footer-block ul li a .link-icon-blog{
	background-position: 120px top;
}
.footer-block ul li a .link-icon-forum{
	background-position: 140px top;
}
.footer-block ul li a .link-icon-tw{
	background-position: 100px top;
}
.footer-block ul li a .link-icon-rss{
	background-position: 60px top;
}
.footer-block ul li a .link-icon-in{
	background-position: 20px top;
}
.footer-block ul li a .link-icon-gp{
	background-position: 40px top;
}
.footer-block ul li a .link-icon-gp{
	background-position: 40px top;
}


.footer-block ul li a:hover .link-icon-sps{
	background-position: left bottom;
}

.footer-block ul li a:hover .link-icon-rt{
	background-position: 240px bottom;
}
.footer-block ul li a:hover .link-icon-wa{
	background-position: 220px bottom;
}
.footer-block ul li a:hover .link-icon-la{
	background-position: 180px bottom;
}
.footer-block ul li a:hover .link-icon-sg{
	background-position: 200px bottom;
}
.footer-block ul li a:hover .link-icon-bz{
	background-position: 160px bottom;
}
.footer-block ul li a:hover .link-icon-fb{
	background-position: 80px bottom;
}
.footer-block ul li a:hover .link-icon-blog{
	background-position: 120px bottom;
}
.footer-block ul li a:hover .link-icon-forum{
	background-position: 140px bottom;
}
.footer-block ul li a:hover .link-icon-tw{
	background-position: 100px bottom;
}
.footer-block ul li a:hover .link-icon-rss{
	background-position: 60px bottom;
}
.footer-block ul li a:hover .link-icon-in{
	background-position: 20px bottom;
}
.footer-block ul li a:hover .link-icon-gp{
	background-position: 40px bottom;
}

/*  End new footer */

.hide {
	display: none;
}

.filter {
	display: none;
}