* {
	padding: 0;
	margin: 0;
}

body {
	font-family: Georgia, sans-serif;
	text-align: left;
	margin: 0; padding: 0;
	color: #333;
	line-height: 1.1;
	font-size: 12px;
	background: #f7f7f7;
}

a {
	color: #f30b0b;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0;
}

.c {
	margin-top: -1px;
	height: 1px;
	overflow: hidden;
	clear: both;
	margin-bottom: -1px;
	display: block;
}

.f-left { float: left !important; }
.f-right { float: right !important; }

.v-hidden { visibility: hidden !important; }
.v-visible { visibility: visible !important; }

.o-hidden { overflow: hidden !important; }
.o-visible { overflow: visible !important; }

.d-none { display: none !important; }
.d-block { display: block !important; }

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

.no-bg { background: none !important; }

#container-c {
	width: 1006px;
	margin: 0 auto;
	background: white url('../img/container-bg.gif') repeat-y;
}

#container-b {
	width: 1006px;
	height: 14px;
	margin: 0 auto;
	background: white url('../img/container-b-bg.gif') repeat-y;
	overflow: hidden;
}

#container {
	width: 967px;
	margin: 0 auto;
	padding-top: 12px;
}

#header {
}

#header .menu {
	background: url('../img/menu-bg.gif') no-repeat;
	height: 33px;
	padding: 0 10px;
}

#header .menu ul {
	float: left;
	list-style: none;
}

#header .menu ul li {
	display: block;
	position: relative;
	float: left;
	height: 33px;
	padding-left: 6px;
}

#header .menu ul .selected {
	background: url('../img/menu-selected.gif') no-repeat 0 2px;
}

#header .menu ul li a {
	display: block;
	float: left;
	padding: 8px 13px 6px 7px;
	font-family: Helvetica;
	font-size: 16px;
	color: white;
}

#header .menu ul li a:hover {
	color: #d4cebb;
	text-decoration: none;
}

#header .menu ul .selected a {
	background: url('../img/menu-selected.gif') no-repeat right 2px;
	color: black;
}

#header .menu ul .selected a:hover {
	color: black;
}

#header .lang {
	float: right;
	padding-top: 6px;
}

#header .lang ul li {
	background: none !important;
	width: 22px;
	height: 23px;
}

#header .lang ul li a {
	font-size: 11px;
	padding: 3px 4px;
}

#header .lang ul .selected {
}

#header .lang ul .selected a {
	background: url('../img/lang-balloon.gif') no-repeat;
	width: 22px;
	height: 23px;
}

#header .submenu {
	background: url('../img/submenu-bg.gif') no-repeat;
	height: 32px;
	padding: 0 10px;
}

#header .submenu ul {
	float: left;
	list-style: none;
}

#header .submenu ul li {
	display: block;
	float: left;
	height: 32px;
	padding-left: 6px;
	background: url('../img/submenu-delimiter.gif') no-repeat right 7px;
}

#header .submenu ul .last {
	background: none;
}

#header .submenu ul .selected {
	background: url('../img/submenu-selected.gif') no-repeat 0 2px;
	position: relative;
	margin-left: -2px;
}

#header .submenu ul li a {
	display: block;
	float: left;
	padding: 9px 13px 6px 7px;
	font-family: Helvetica;
	font-size: 13px;
	color: #454545;
}

#header .submenu ul .selected a {
	padding-left: 9px;
}

#header .submenu ul li a:hover {
	color: black;
	text-decoration: none;
}

#header .submenu ul li .home {
	background: url('../img/icon-home.gif') no-repeat 0 12px;
}

#header .submenu ul li .home:hover {
	background: url('../img/icon-home-h.gif') no-repeat 0 12px;
}

#header .submenu ul .home a {
	background: url('../img/icon-home.gif') no-repeat 0 12px;
}

#header .submenu ul .home a:hover {
	background: url('../img/icon-home-h.gif') no-repeat 0 12px;
}

#header .submenu ul .selected a {
	display: block;
	float: left;
	background: url('../img/submenu-selected.gif') no-repeat right 2px;
	color: black;
}

#header .submenu ul .selected a:hover {
	color: black;
}


#content {
	padding-top: 16px;
}

.firstpage .left {
	float: left;
	width: 356px;
	padding-right: 30px;
}

.firstpage .left .logo {
	text-align: center;
	padding-top: 10px;
}

.firstpage .left h1 {
	font-size: 26px;
	text-align: center;
	font-weight: normal;
	padding-top: 20px;
}

.firstpage .left .text {
	font-family: Arial;
	font-size: 13px;
	text-align: center;
	padding-top: 20px;
}

.firstpage .left .button {
	padding-top: 25px;
}

.firstpage .left .button a {
	display: block;
	margin: 0 auto;
	width: 289px;
	height: 56px;
	padding-top: 14px;
	color: white;
	font-size: 24px;
	font-family: Arial;
	text-align: center;
	background: url('../img/button.jpg') no-repeat;
}

.firstpage .left .button a span {
	display: block;
	padding-top: 2px;
	color: white;
	font-size: 12px;
	font-family: Arial;
}

.firstpage .left .button a:hover {
	text-decoration: none;
	background: url('../img/button.jpg') no-repeat 0 -70px;
}

.firstpage .left .list {
	padding: 50px 0 0 40px;
}

.firstpage .left .list ul {
	list-style: none;
}

.firstpage .left .list ul li {
	font-size: 12px;
	font-family: Arial;
	background: url('../img/bullet-tick.gif') no-repeat;
	padding: 0 10px 15px 40px;
}

.firstpage .left .list ul li strong {
	display: block;
	padding-bottom: 1px;
}

.firstpage .right {
	float: left;
	width: 580px;
}

.firstpage .right .box1 {
}

.firstpage .right .box1 .box1-t {
	height: 10px;
	background: url('../img/box1-t.gif') no-repeat;
	overflow: hidden;
}

.firstpage .right .box1 .box1-c {
	padding: 10px 20px;
	background: url('../img/box1-c.gif') repeat-y;
}

.firstpage .right .box1 .box1-c .title {
	color: #080808;
	font-size: 22px;
	padding-bottom: 10px;
}

.firstpage .right .box1 .box1-c .more {
	padding: 10px 0 0 45px;
}

.firstpage .right .box1 .box1-c .more a {
	font-size: 12px;
	font-family: Arial;
	padding-right: 18px;
	background: url('../img/icon-arrow.gif') no-repeat right 4px;
}

.firstpage .right .box1 .box1-c ul {
	list-style: none;
}

.firstpage .right .box1 .box1-c ul li {
	font-family: Arial;
	font-size: 12px;
	color: #4f4f4f;
	padding: 8px 0 8px 45px;
}

.firstpage .right .box1 .box1-c ul .icon-marker {
	background: url('../img/icon-marker.gif') no-repeat 3px 11px;
}

.firstpage .right .box1 .box1-c ul .icon-folders {
	background: url('../img/icon-folders.gif') no-repeat 0 11px;
}

.firstpage .right .box1 .box1-c ul .icon-aid {
	background: url('../img/icon-aid.gif') no-repeat 3px 11px;
}

.firstpage .right .box1 .box1-c ul .icon-globe {
	background: url('../img/icon-globe.gif') no-repeat 3px 11px;
}

.firstpage .right .box1 .box1-c ul .icon-buble {
	background: url('../img/icon-buble.gif') no-repeat 3px 11px;
}

.firstpage .right .box1 .box1-c ul li strong {
	display: block;
	font-size: 14px;
	font-weight: normal;
	padding-bottom: 2px;
	color: black;
}

.firstpage .right .box1 .box1-b {
	height: 10px;
	background: url('../img/box1-b.gif') no-repeat;
	overflow: hidden;
}

.firstpage .right .box2 {
	padding-top: 20px;
}

.firstpage .right .box2 .box2-t {
	height: 10px;
	background: url('../img/box2-t.gif') no-repeat;
	overflow: hidden;
}

.firstpage .right .box2 .box2-c {
	padding: 0 20px;
	background: url('../img/box2-c.gif') repeat-y;
}

.firstpage .right .box2 .box2-c .row {
	font-family: Arial;
	font-size: 12px;
	color: black;
	line-height: 1.3;
	padding: 10px 0;
}

.firstpage .right .box2 .box2-c .row .col1 {
	float: left;
	width: 380px;
	padding-right: 20px;
}

.firstpage .right .box2 .box2-c .row .col1 strong {
	display: block;
}

.firstpage .right .box2 .box2-c .row .col2 {
	float: left;
	width: 130px;
	text-align: center;
}

.firstpage .right .box2 .box2-b {
	height: 10px;
	background: url('../img/box2-b.gif') no-repeat;
	overflow: hidden;
}

.pre-footer {
	width: 967px;
	margin: 0 auto;
	padding: 13px 0;
	text-align: center;
	color: #d5d5d5;
}

.pre-footer a {
	font-family: Arial;
	font-size: 12px;
	padding: 0 5px;
}

.footer {
	width: 998px;
	margin: 0 auto;
	padding-bottom: 15px;
}

.footer .footer-t {
	height: 8px;
	background: url('../img/footer-t.gif') no-repeat;
	overflow: hidden;
}

.footer .footer-c {
	background: #ececec;
	font-family: Arial;
	font-size: 12px;
	color: #4b4b4b;
	padding: 5px 10px 5px 30px;
	line-height: 1.5;
}

.footer .footer-b {
	height: 8px;
	background: url('../img/footer-b.gif') no-repeat;
	overflow: hidden;
}

.footer .developedby {
	padding-top: 10px;
	padding-right: 20px;
	font-family: Arial;
	font-size: 11px;
	color: #9a9a9a;
	text-align: right;
}

.footer .button-minute {
	float: right;
	padding-left: 26px;
	height: 26px;
	margin-top: 5px;
	background: url('../img/button-minute.gif') no-repeat;
}

.footer .button-minute a {
	float: left;
	display: block;
	height: 24px;
	padding-top: 2px;
	padding-right: 10px;
	font-family: Helvetica;
	font-size: 12px;
	color: white;
	background: url('../img/button-minute.gif') no-repeat right 0;
}

.footer .button-minute a:hover {
	text-decoration: none;
	color: #e0e0e0;
}

#content .title {
	padding-top: 10px;
	padding-bottom: 15px;
}

#content .title .logo {
	float: left;
	width: 193px;
	padding: 0 45px 0 20px;
}

#content .title h1 {
	float: left;
	padding-top: 8px;
	color: #6b6b6b;
	font-size: 26px;
	font-weight: normal;
}

#content .intro {
	width: 726px;
	font-family: Arial;
	font-size: 14px;
	color: black;
	line-height: 1.3;
	padding-left: 5px;
	padding-right: 10px;
	padding-bottom: 15px;
}

.why {
}

.why .intro-text {
	font-family: Arial;
	font-size: 14px;
	color: black;
	line-height: 1.3;
	padding-left: 5px;
	padding-right: 10px;
	padding-bottom: 15px;
}

.why .box3 {

}

.why .box3 .box3-t {
	height: 7px;
	background: url('../img/box3-t.gif') no-repeat;
	overflow: hidden;
}

.why .box3 .box3-c {
	padding: 0 12px;
	background: url('../img/box3-c.gif') repeat-y;
}

.why .box3 .box3-c .row {
	border-bottom: 1px solid #e7e7e7;
}

.why .box3 .box3-c .row .col1 {
	float: left;
	width: 260px;
	font-size: 18px;
	color: black;
	padding: 30px 20px 30px 70px;
}

.why .box3 .box3-c .row .bullet-1 {
	background: url('../img/bullet-1.gif') no-repeat 6px 20px;
}

.why .box3 .box3-c .row .bullet-2 {
	background: url('../img/bullet-2.gif') no-repeat 6px 20px;
}

.why .box3 .box3-c .row .bullet-3 {
	background: url('../img/bullet-3.gif') no-repeat 6px 20px;
}

.why .box3 .box3-c .row .bullet-4 {
	background: url('../img/bullet-4.gif') no-repeat 6px 20px;
}

.why .box3 .box3-c .row .col2 {
	float: left;
	width: 570px;
	font-family: Arial;
	font-size: 12px;
	color: black;
	padding: 30px 20px 30px 0;
}

.why .box3 .box3-c .last {
	border-bottom: none;
}

.why .box3 .box3-b {
	height: 8px;
	background: url('../img/box3-b.gif') no-repeat;
	overflow: hidden;
}

.why .button {
	padding-top: 25px;
}

.why .button a {
	display: block;
	margin: 0 auto;
	width: 289px;
	height: 56px;
	padding-top: 14px;
	color: white;
	font-size: 24px;
	font-family: Arial;
	text-align: center;
	background: url('../img/button.jpg') no-repeat;
}

.why .button a span {
	display: block;
	padding-top: 2px;
	color: white;
	font-size: 12px;
	font-family: Arial;
}

.why .button a:hover {
	text-decoration: none;
	background: url('../img/button.jpg') no-repeat 0 -70px;
}

.share {
	text-align: center;
	font-family: Arial;
	font-size: 12px;
	padding-top: 16px;
	padding-bottom: 16px;
	color: #4d4d4d;
}

.share .label {
	padding-bottom: 12px;
}

.share a {
	padding: 0 2px;
}

.share a:hover {
	text-decoration: none;
}

.contacts .left {
	float: left;
	width: 364px;
}

.contacts .center {
	float: left;
	width: 364px;
}

.contacts .right {
	float: left;
	width: 231px;
	padding-left: 7px;
}

.contacts .box4 {
	width: 317px;
	height: 155px;
	padding: 20px;
	background: url('../img/box4.gif') no-repeat;
}

.contacts .box4 .b-title {
	font-size: 18px;
	color: black;
	padding-bottom: 8px;
}

.contacts .box4 .b-title div {
	font-family: Arial;
	font-size: 12px;
	color: #616161;
	padding-bottom: 18px;
}

.contacts .box4 .row {
	padding: 4px 0;
	font-size: 12px;
	font-family: Arial;
	line-height: 1.3;
}

.contacts .box4 .row .col1 {
	float: left;
	width: 84px;
}

.contacts .box4 .row2 .col1 {
	width: 135px;
}

.contacts .box4 .row .col2 {
	float: left;
	width: 222px;
}

.contacts .box4 .row2 .col2 {
	width: 170px;
}

.contacts .box4 .button {
	padding-top: 10px;
}

.contacts .box4 .button a {
	display: block;
	margin: 0 auto;
	width: 150px;
	height: 33px;
	padding-top: 7px;
	color: white;
	font-size: 14px;
	font-family: Arial;
	text-align: center;
	background: url('../img/button-small.gif') no-repeat;
}

.contacts .box4 .button a:hover {
	text-decoration: none;
}

.sb-benefits {
	width: 231px;
	overflow: hidden;
}

.sb-benefits .box5-t {
	height: 10px;
	background: url('../img/box5-t.gif') no-repeat;
	overflow: hidden;
}

.sb-benefits .box5-c {
	background: url('../img/box5-c.gif') repeat-y;
	padding: 10px 15px 0;
}

.sb-benefits .box5-c .b-title {
	font-size: 14px;
	font-family: Arial;
	color: black;
	padding-left: 15px;
	padding-bottom: 10px;
}

.sb-benefits .box5-c ul {
	list-style: none;
}

.sb-benefits .box5-c ul li {
	font-size: 12px;
	font-family: Arial;
	padding: 8px 0 8px 28px;
	background: url('../img/box5-bullet.gif') no-repeat 0 5px;
}

.sb-benefits .box5-c .more {
	padding-left: 28px;
	padding-top: 5px;
}

.sb-benefits .box5-c .more a {
	font-size: 12px;
	font-family: Arial;
	padding-right: 18px;
	background: url('../img/icon-arrow.gif') no-repeat right 4px;
}

.sb-benefits .box5-c .button {
	padding-top: 20px;
}

.sb-benefits .box5-c .button a {
	display: block;
	margin: 0 auto;
	width: 210px;
	height: 56px;
	padding-top: 10px;
	color: white;
	font-size: 17px;
	font-family: Arial;
	text-align: center;
	background: url('../img/box5-button.jpg') no-repeat;
}

.sb-benefits .box5-c .button a span {
	display: block;
	padding-top: 2px;
	color: white;
	font-size: 11px;
	font-family: Arial;
}

.sb-benefits .box5-c .button a:hover {
	text-decoration: none;
}

.sb-benefits .box5-b {
	height: 10px;
	background: url('../img/box5-b.gif') no-repeat;
	overflow: hidden;
}

.textlist .left {
	float: left;
	width: 260px;
}

.textlist .toc {
}

.textlist .toc .box6-t {
	height: 11px;
	background: url('../img/box6-t.gif') no-repeat;
	overflow: hidden;
}

.textlist .toc .box6-c {
	background: url('../img/box6-c.gif') repeat-y;
}

.textlist .toc .box6-c ul {
	width: 231px;
	list-style: none;
	padding: 0 1px;
}

.textlist .toc .box6-c ul li {
	border-bottom: 1px solid white;
}

.textlist .toc .box6-c ul .selected {
	position: relative;
	margin-top: -2px;
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	background: #f1f1f1;
}

.textlist .toc .box6-c ul li a {
	display: block;
	margin: 0 10px;
	padding: 7px 5px 7px 10px;
	font-size: 12px;
	font-family: Arial;
	border-bottom: 1px solid #ebebeb;
}

.textlist .toc .box6-c ul li a:hover {
	text-decoration: none;
}

.textlist .toc .box6-c ul .selected a {
	border-bottom: none;
	color: black;
	font-weight: bold;
}

.textlist .toc .box6-c ul .last a {
	border-bottom: none;
}

.textlist .toc .box6-b {
	height: 11px;
	background: url('../img/box6-b.gif') no-repeat;
	overflow: hidden;
}

.textlist .center {
	float: left;
	width: 448px;
	padding-right: 20px;
}

.textlist .center .h2,
.textlist .center h2 {
	font-size: 22px;
	font-weight: normal;
	color: black;
	padding: 0 0 10px 0;
}

.textlist .center .h3,
.textlist .center h3 {
	font-size: 14px;
	font-weight: normal;
	color: black;
	padding: 0 0 10px 0;
}

.textlist .center p {
	font-family: Arial;
	font-size: 13px;
	font-weight: normal;
	color: black;
	padding: 0 0 10px 0;
}

.textlist .center ul {
	list-style: none;
	padding-bottom: 15px;
}

.textlist .center ul li {
	font-family: Arial;
	font-size: 13px;
	font-weight: normal;
	color: black;
	padding: 3px 0 3px 20px;
	background: url('../img/bullet-tick-small.gif') no-repeat 0 4px;
}

.textlist .right {
	float: left;
	width: 231px;
	padding-left: 7px;
}

.plan-c {
	float: left;
	width: 234px;
	padding-right: 10px;
}

.plan-c-last {
	padding-right: 0;
}

.plan {
}

.plan .plan-title-c {
	height: 91px;
	background: url('../img/plan-bg.gif') no-repeat;
	border-top: 1px solid #f8e8b2;
	border-bottom: 1px solid #f8e8b2;
	border-left: 1px solid #f8e8b2;
	border-right: 1px solid #f8e8b2;
}

.plan .plan-title-c .plan-title {
	font-size: 22px;
	color: black;
	padding: 20px 0 6px 0;
	text-align: center;
}

.plan .plan-title-c .plan-desc {
	font-family: Arial;
	font-size: 12px;
	color: black;
	padding: 0 5px 0 5px;
	text-align: center;
}

.plan .plan-spec {
	background: #fbf7e6;
	line-height: 1.3;
	border-bottom: 1px solid #f8e8b2;
	border-left: 1px solid #f8e8b2;
	border-right: 1px solid #f8e8b2;
}

.plan .plan-spec .row {
	padding: 14px 0;
	text-align: center;
	font-family: Arial;
	font-size: 12px;
	color: black;
	background: url('../img/plan-delimiter.gif') no-repeat center bottom;
}

.plan .plan-spec .last {
	background: none;
}

.plan .plan-spec .row .minutes {
	font-size: 14px;
	padding-bottom: 1px;
}

.plan .plan-spec .row .minutes span {
	font-weight: bold;
}

.plan .plan-spec .row .gift {
	font-family: Arial;
	font-size: 15px;
	font-weight: normal;
	background: url('../img/plan-gift.gif') no-repeat 0 0;
	padding-left: 20px;
	padding-bottom: 1px;
}

.plan .plan-spec .row .gift span {
	font-weight: normal;
	font-family: Arial;
	font-size: 11px;
	color: white;
	background: url('../img/plan-gift.gif') no-repeat right 0;
	padding-right: 8px;
	padding-top: 3px;
	padding-bottom: 2px;
}

.plan .plan-spec .row .ppm {
	font-size: 14px;
	color: #767676;
}

.plan .plan-spec .row .ppm span {
	font-weight: bold;
	color: #000000;
}

.plan .plan-spec .row .price {
	font-weight: bold;
	font-size: 18px;
}

.plan .button {
	padding-top: 5px;
	padding-bottom: 10px;
}

.plan .button a {
	display: block;
	margin: 0 auto;
	width: 210px;
	height: 34px;
	padding-top: 12px;
	color: white;
	font-size: 17px;
	font-family: Arial;
	text-align: center;
	background: url('../img/plan-button.jpg') no-repeat;
}

.plan .button a:hover {
	text-decoration: none;
}

.plan-gratis {
	padding: 50px 14px 5px 14px;
	border-left: 1px solid #e4e4e4;
	border-right: 1px solid #e4e4e4;
	background: white url('../img/icon-plus.gif') no-repeat center 14px;
}

.plan-gratis ul {
	list-style: none;
}

.plan-gratis ul li {
	color: black;
	font-size: 12px;
	font-family: Arial;
	padding: 10px 0 10px 30px;
	background: url('../img/plan-gratis-bullet.gif') no-repeat 0 8px;
}

.plan-gratis .gratis-period {
	font-size: 12px;
	font-family: Arial;
	color: #787878;
	text-align: center;
	padding-top: 10px;
}

.plan-gratis-b {
	height: 10px;
	background: url('../img/plan-gratis-b.gif') no-repeat;
	overflow: hidden;
}

.plan-disclaimer {
	font-size: 13px;
	font-family: Arial;
	text-align: center;
	color: black;
	padding-top: 20px;
	padding-bottom: 5px;
}

.steps {
	padding-bottom: 20px;
}

.steps h2 {
	font-size: 20px;
	color: black;
	font-weight: normal;
	padding-bottom: 16px;
	padding-left: 10px;
}

.steps .box7-t {
	height: 7px;
	background: url('../img/box7-t.gif') no-repeat;
	overflow: hidden;
}

.steps .box7-c {
	background: url('../img/box7-c.gif') no-repeat;
}

.steps .box7-c .step {
	float: left;
}

.steps .box7-c .step-1 {
	width: 229px;
}

.steps .box7-c .step-2 {
	width: 244px;
}

.steps .box7-c .step-3 {
	width: 239px;
}

.steps .box7-c .step-4 {
	width: 250px;
}

.steps .box7-c .b-title {
	padding: 21px 10px 15px 60px;
	font-size: 14px;
	font-family: Arial;
	font-weight: bold;
	color: black;
}

.steps .box7-c .desc {
	padding: 0 10px 15px 20px;
	font-size: 12px;
	font-family: Arial;
	color: black;
}

.steps .box7-b {
	height: 31px;
	background: url('../img/box7-b.gif') no-repeat;
	overflow: hidden;
}

.steps-w-sidebar .steps-small {
	float: left;
}

.steps-w-sidebar .sb-benefits {
	padding-top: 38px;
	float: left;
}

.steps-small {
	width: 735px;
	padding-bottom: 20px;
	overflow: hidden;
}

.steps-small h2 {
	font-size: 20px;
	color: black;
	font-weight: normal;
	padding-bottom: 16px;
	padding-left: 10px;
}

.steps-small .box8-t {
	height: 7px;
	background: url('../img/box8-t.gif') no-repeat;
	overflow: hidden;
}

.steps-small .box8-c {
	background: url('../img/box8-c.gif') no-repeat;
}

.steps-small .box8-c .step {
	float: left;
}

.steps-small .box8-c .step-1 {
	width: 229px;
}

.steps-small .box8-c .step-2 {
	width: 244px;
}

.steps-small .box8-c .step-3 {
	width: 239px;
}

.steps-small .box8-c .step-4 {
	width: 250px;
}

.steps-small .box8-c .b-title {
	padding: 21px 10px 15px 60px;
	font-size: 14px;
	font-family: Arial;
	font-weight: bold;
	color: black;
}

.steps-small .box8-c .desc {
	padding: 0 10px 15px 20px;
	font-size: 12px;
	font-family: Arial;
	color: black;
}

.steps-small .box8-b {
	height: 31px;
	background: url('../img/box8-b.gif') no-repeat;
	overflow: hidden;
}

.feedback {

}

.feedback .left {
	width: 475px;
	float: left;
}

.feedback .right {
	width: 475px;
	float: right;
}

.feedback .box9 {
	padding-bottom: 10px;
}

.feedback .box9 .box9-t {
	height: 6px;
	background: url('../img/box9-t.gif') no-repeat;
	overflow: hidden;
}

.feedback .box9 .box9-c {
	padding: 20px;
	background: url('../img/box9-c.gif') repeat-y;
}

.feedback .box9 .box9-c .row {
	font-family: Arial;
	font-size: 12px;
	color: black;
	line-height: 1.3;
}

.feedback .box9 .box9-c .row .col1 {
	float: left;
	width: 285px;
	padding-right: 20px;
}

.feedback .box9 .box9-c .row .col1 span {
	display: block;
	font-style: italic;
}

.feedback .box9 .box9-c .row .col2 {
	float: left;
	width: 130px;
	text-align: center;
}

.feedback .box9 .box9-b {
	height: 10px;
	background: url('../img/box9-b.gif') no-repeat;
	overflow: hidden;
}

.feedback .button {
	padding-top: 25px;
}

.feedback .button a {
	display: block;
	margin: 0 auto;
	width: 289px;
	height: 56px;
	padding-top: 14px;
	color: white;
	font-size: 24px;
	font-family: Arial;
	text-align: center;
	background: url('../img/button.jpg') no-repeat;
}

.feedback .button a span {
	display: block;
	padding-top: 2px;
	color: white;
	font-size: 12px;
	font-family: Arial;
}

.feedback .button a:hover {
	text-decoration: none;
	background: url('../img/button.jpg') no-repeat 0 -70px;
}

.about .left {
	float: left;
	width: 700px;
	padding-right: 20px;
	padding-left: 5px;
}

.about .left .h2,
.about .left h2 {
	font-size: 14px;
	font-weight: bold;
	color: black;
	padding: 0 0 10px 0;
}

.about .left p {
	font-family: Arial;
	font-size: 13px;
	font-weight: normal;
	color: black;
	padding: 0 0 10px 0;
}

.about .left ul {
	list-style: none;
	padding-bottom: 15px;
}

.about .left ul li {
	font-family: Arial;
	font-size: 13px;
	font-weight: normal;
	color: black;
	padding: 3px 0 3px 25px;
	background: url('../img/bullet-tick-small.gif') no-repeat 0 4px;
}

.about .right {
	float: right;
	width: 231px;
	padding-left: 7px;
}

.minute .left {
	float: left;
	width: 380px;
	height: 366px;
	background: url('../img/minutes-box.jpg') no-repeat;
	padding-top: 30px;
	padding-right: 40px;
}

.minute .left .minutes {
	font-family: Georgia;
	font-size: 18px;
	font-weight: normal;
	color: black;
	padding-left: 95px;
	padding-bottom: 2px;
}

.minute .left .minutes-desc {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: black;
	padding-left: 95px;
	height: 47px;
}

.minute .center {
	float: left;
	width: 300px;
	background: url('../img/clock-big.jpg') no-repeat center 30px;
	padding-top: 250px;
}

.minute .center .title {
	font-family: Georgia;
	font-size: 18px;
	font-weight: normal;
	color: black;
	padding: 0 5px;
}

.minute .center .desc {
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	color: black;
	padding: 0 5px;
}

.minute .right {
	float: right;
	width: 231px;
	padding-left: 7px;
}

.footer-small {
	text-align: center;
	font-family: Arial;
	font-size: 12px;
	color: #616161;
	padding-top: 15px;
	padding-bottom: 15px;
}

.order {
}

.order .logo {
	padding-left: 10px;
}

.order h1 {
	font-family: Georgia;
	font-size: 28px;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 20px;
	padding-left: 10px;
}

.order .left {
	float: left;
	width: 570px;
}

.order .right {
	float: left;
	width: 385px;
	padding-top: 15px;
}

.order .order-box-t {
	background: url('../img/order-box-t.gif') no-repeat;
	height: 27px;
	font-family: Arial;
	font-size: 14px;
	color: black;
	padding: 20px;
	line-height: 1.3;
}

.order .order-box-c {
	background: url('../img/order-box-c.gif') repeat-y;
	padding-top: 10px;
}

.order .order-box-c .field {
	padding: 8px 20px 8px 20px;

}

.order .order-box-c .required label {
	font-weight: bold;
}

.order .order-box-c .field .asterisk {
	color: red;
}

.order .order-box-c .field label {
	float: left;
	display: block;
	width: 166px;
	font-family: Arial;
	font-size: 14px;
	color: black;
	padding-top: 4px;
}

.order .order-box-c .field .text {
	width: 320px;
	float: left;
	border: 1px solid #b0b0b0;
	padding: 4px 6px;
}

.order .order-box-c .field .select {
	width: 334px;
	float: left;
	border: 1px solid #b0b0b0;
	padding: 4px 6px;
}

.order .order-box-c .field .textarea {
	width: 320px;
	height: 130px;
	float: left;
	border: 1px solid #b0b0b0;
	padding: 4px 6px;
}

.order .order-box-c .button {
	padding-top: 5px;
	padding-left: 186px;
}

.order .order-box-c .button a {
	display: block;
	width: 210px;
	height: 34px;
	padding-top: 12px;
	color: white;
	font-size: 17px;
	font-family: Arial;
	text-align: center;
	background: url('../img/plan-button.jpg') no-repeat;
}

.order .order-box-c .button a:hover {
	text-decoration: none;
}

.order .order-box-b {
	background: url('../img/order-box-b.gif') no-repeat;
	height: 28px;
}

.order .right .contacts {
	padding-bottom: 25px;
}

.order .right .contacts div {
	font-size: 14px;
	font-family: Arial;
	padding-bottom: 5px;
}

.order .right .contacts div span {
	font-family: Georgia;
	font-size: 18px;
}

.order .right .no-risk {
	background: url('../img/icon-bulb.gif') no-repeat 7px 0;
	padding-left: 40px;
	padding-bottom: 20px;
}

.order .right .no-risk .b-title {
	font-size: 14px;
	font-family: Arial;
	font-weight: bold;
	color: black;
	padding-bottom: 2px;
}

.order .right .no-risk .b-desc {
	font-size: 12px;
	font-family: Arial;
	color: #4f4f4f;
}

.order .right .bonus {
	background: url('../img/icon-gift.gif') no-repeat 0 0;
	padding-left: 40px;
	padding-bottom: 20px;
}

.order .right .bonus .b-title {
	font-size: 14px;
	font-family: Arial;
	font-weight: bold;
	color: black;
	padding-bottom: 2px;
	padding-top: 5px;
}

.order .right .bonus .b-desc {
	font-size: 12px;
	font-family: Arial;
	color: #4f4f4f;
}

#thnx-bg {
	width:974px;
	height:138px;
	margin:20px auto;
	background-image: url('../img/thnx-bg.png');
}

#thnx-bg div {
	float:left;
	padding-left:56px;
		padding-right:30px;
		padding-top:30px;
		width:153px;
}

.order.thnx {
	font-size: 14px;
	font-family:Arial;
}

.order.thnx p {
	padding-left:10px;
}

div.icons {
	margin:0 auto;
	width:145px;
}