* {
	margin: 0;
	padding: 0;
}

html {
	background-image: url(/images/bg_global.jpg);
	background-position: center;
}

.header {
	height: 114px;
	clear: both;
	background-image: url(/images/header.jpg);
	background-position: 50% 0;
	overflow: hidden;
}

a {
	color: #ffd92c;
}

.h_cont {
	width: 960px;
	margin: auto;
	height: 114px;
}

.logo {
	float: left;
	padding-left: 34px;
	width: 291px;
	color: #c0c0c0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 11px;
	letter-spacing: 1px;
	word-spacing: 5px;
}
.logo span {
	padding-right: 10px;
	display: block;
	text-align: right;
	padding-top: 1px;
}

.logo img {
	margin: 0;
}
.menuline {
	height: 23px;
	background-image: url(/images/menuline.gif);
	background-repeat: repeat-x;
	clear: both;
}

.menu {
	display: block;
	width: 966px;
	margin: auto;
	padding-right: 0px;
	padding-left: 2px;
	padding: 0;
	clear: both;
	margin-top: 0;
	margin-bottom: 0;
	height: 38px;
	list-style: none;
}

.mn {
	background-image: url(/images/menu_bg.png);
	background-repeat: repeat-x;
	background-position: top;
	clear: both;
}

.menu li {
	float: left;
	height: 36px;
	padding-right: 4px;
}

.menu li a:link, .menu li a:visited {
	display: block;
	height: 26px;
	width: 134px;
	background-image: url(/images/menuit.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-align: center;
	padding-top: 10px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
}

.menu li a:hover {
	background-position: 0 -36px;
}

.menu li a.active:link, .menu li a.active:visited {
	background-position: 0 -36px;
	color: #fff2b8;
	font-weight: bold;
}

.main {
	width: 962px;
	margin: auto;
	padding-right: 4px;
	padding-left: 2px;
	padding-top: 40px;
	padding-bottom: 40px;
	color: #e0e0e0;
	font-size: 15px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}


.main h1 {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #ffd92c;
	display: block;
	padding-bottom: 15px;
}

.item {
	clear: both;
	overflow: hidden;
}

.item_foto {
	width: 640px;
	float: left;
}

.item_info {
	width: 304px;
	float: left;
	margin-left: 4px;
	padding-left: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

* html .item_info {
	width: 295px;
	margin-left: 0px;
	padding-left: 10px;
}


.item_info h3 {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #ffd92c;
	display: block;
	padding-bottom: 15px;
	margin-top: 20px;
}


.listchars {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}

.listchars li {
	color: #e0e0e0;
	font-size: 15px;
	display: block;
	padding-left: 20px;
	background-image: url(/images/bull.png);
	background-repeat: no-repeat;
	background-position: 0 0px;
	padding-bottom: 15px;
	line-height: 16px;
}

* html .listchars li {
	padding-bottom: 5px;
}

.form {
	overflow: hidden;
	clear: both;
	padding-top: 20px;
	width: 960px;
}

.form_top {
	height: 47px;
	background-image: url(/images/form_top.png);
}

.form_cont {
	overflow: hidden;
	background-image: url(/images/form_bg.png);
}

* html .form_cont {
	overflow: visible;
	background-image: url(/images/form_bg.png);
}

.footer {
	height: 97px;
	background-image: url(/images/foot_bg.png);
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.foot_cont {
	width: 960px;
	margin: auto;
	height: 97px;
}

.foot_cont .logosm {
	float: left;
	padding-left: 10px;
	padding-top: 22px;
	width: 166px;
}

.fcent {
	width: 587px;
	text-align: center;
	float: left;
	padding-top: 40px;
	font-size: 14px;
	color: #c0c0c0;
}

.fcent a {
	color: #ffd92c;
}

.fcent a:hover {
	text-decoration: none;
}

.foot_right {
	width: 196px;
	height: 97px;
	background-image: url(/images/fright.png);
	float: right;
}

.ehr {
	padding-left: 48px;
	padding-top: 20px;
}

.ehr img {
	border: none;
}

.topmenu {
	float: right;
	width: 466px;
	padding-top: 54px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	overflow: hidden;
}

.topmenu a:link, .topmenu a:visited {
	background-position: 0 -26px;
	color: #c0c0c0;
	font-size: 12px;
	display: block;
	float: right;
	text-align: center;
	margin-left: 10px;
	padding: 4px 0;
	text-decoration: none;
}

.topmenu a:hover {
	text-decoration: underline;
	background-position: 0 0;
}

.topmenu a.active {
	background-position: 0 0;
	color: #c5b361;
}

.faq {
	width: 85px;
	overflow: hidden;
}

.contacts {
 width: 107px;
 overflow: hidden;
}

.telfriend {
 width: 144px;
 overflow: hidden;
}

.sertificate {
 width: 144px;
 overflow: hidden;
}

.columns {
	width: 300px;
	float: left;
	padding: 20px 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	overflow: hidden;
}

.columns input {
	border: none;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
}

.columns input.input {
	background-color: #d8d8d8;
	padding: 5px 3px;
	background-image: url(/images/inputs.gif);
	background-repeat: repeat-x;
}

.columns input.dd {
	background-color: #d8d8d8;
	padding: 3px 3px;
	margin-right: 5px;
	background-image: url(/images/inputs.gif);
	background-repeat: repeat-x;
}

.datetitle {
	display: block;
	float: left;
	width: 72px;
	padding-bottom: 3px;
	font-size: 12px;
}

.descrtitle {
	display: block;
	float: left;
	width: 201px;
	padding-bottom: 3px;
	font-size: 12px;
}

.plus {
	display: block;
	float: left;
	width: 20px;
	text-align: center;
	padding-bottom: 3px;
	font-size: 12px;
}

.columns input.radio {
	background-color: transparent;
	margin: 5px 0 0 0;
}

.columns input.check {
	background-color: transparent;
	margin: 5px 0 0 0;
}


* html .columns input.check {
	background-color: transparent;
	margin: 2px 0 0 0;
}

.columns input.new {
	background-color: transparent;
	margin: 3px 0 0 0;
	margin-left: 13px;
}


* html .columns input.new {
	background-color: transparent;
	margin: 0px 0 0 0;
	margin-left: 10px;
}





* html .columns input.radio {
	background-color: transparent;
	margin: 2px 0 0 0;
}

.labels {
	display: block;
	float: left;
	padding-left: 10px;
	font-size: 13px;
	padding-top: 2px;
}

.yel {
	font-size: 15px;
	color: #ffd92c;
	padding-bottom: 1px;
}

.y {
	color: #ffd92c;
}

.clear {
	clear: both;
	height: 10px;
	overflow: hidden;
}

.columns .title {
	font-size: 15px;
	color: #ffd92c;
	display: block;
	padding-bottom: 5px;
}

.columns .wtitle {
	font-size: 15px;
	color: #fff;
	display: block;
	padding-bottom: 5px;
}

.valid, .novalid, .vcont {
	float: left;
	width: 33px;
	height: 23px;
	background-repeat: no-repeat;
	margin: 0px 0;
}

.valid {
	background-image: url(/images/valid.png);
}

.novalid {
	background-image: url(/images/novalid.png);
}

.show {
	display: block;
}

.hide {
	display: none;
}

.disabled {
	display: block;
	float: left;
	background-repeat: no-repeat;
	width: 186px;
	height: 52px;
}

.enabled {
	display: block;
	float: left;
	background-repeat: no-repeat;
	width: 186px;
	height: 52px;
}

.enabled img {
	border: none;
}

.pricers {
	font-size: 18px;
	color: #FFD92C;
	font-family: Arial, Helvetica, sans-serif;
}

#sum {
	font-size: 28px;
}

.loading {
	background-image: url(/images/loading.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.ik h1 {
	font-size: 13px;
	padding-bottom: 5px;
}

.ik {
	font-size: 11px;
}

.paybutton {
	width: 150px;
	font-size: 12px;
	background-color: #e0e0e0;
	border: 1px solid #404040;
	text-align: center;
	padding: 5px 0px;
	clear: both;
	margin-bottom: 20px;
}

.plimg {
	float: left;
	margin-left: 5px;
}
