body,html,input,textarea,img,ul,h1,h2,h3 {
	border:0px;
	margin:0px;
	padding:0px;
	font-size:12px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#535353;
	list-style:none;
	line-height:normal;
	}
body {
	background:#f4f4f4;
	}
* a {outline: none; color:#25729a;}
* input {outline: none;}
a:hover {
	text-decoration:none;
	}
p {
	margin:1em 0;}
.clr { 
	clear:both;
}

ol{
	color: #535353
}

s{
	font-size:10px;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
/*    3-  */
.main {
	width: 100%;
	background:url(images/bg_main.jpg) 0 0 repeat;
	}
.bg {
	background:url(images/bg_bg.jpg) 0 0 repeat-y;
	}
	.all {
		margin:0 auto;
	min-width:1000px;
	max-width:1240px;
	width: expression(document.body.clientWidth > 1240 ? '1240px': '');
		background:url(images/tm.jpg) 264px 0 no-repeat;
		}
.head {
	height:150px;
	}
	.head .logo {
		float:left;
		width:353px;
		height:138px;
		}
		.head .logo a {
			display:block;
			width:293px;
			height:138px;
			background:url(images/logo.png) 0 0 no-repeat;
			text-decoration:none;
			}
	.head .check {
		float:right;
		width:314px;
		height:104px;
		padding:26px 26px 0 36px;
		background:url(images/bg_check.png) 0 5px no-repeat;
		}
		.check .input {
			float:left;
			width:160px;
			height:47px;
			}
			.check .input input {
				width:140px;
				height:14px;
				padding:4px 6px;
				border:1px #d0d0d0 solid;
				color:#e2e2e2;
				}
		.check .submit {
			float:left;
			width:128px;
			height:40px;
			padding:5px 0 0 0;
			}
			.check .submit input {
				width:128px;
				height:16px;
				background:url(images/check_submit.png) 0 0 no-repeat;
				cursor:pointer;
				}
			.check .checkbox {
				float:left;
				width:20px;
				height:23px;
				}
			.check .checklabel {
				float:left;
				width:35px;
				height:23px;
				line-height:13px;
				color:#12507f;
				}
	.head .login {
		float:right;
		width:262px;
		height:130px;
		padding:16px 0 0 0;
		}
		.login .label {
			float:left;
			width:65px;
			height:32px;
			line-height:24px;
			color:#000;
			}
		.login .input {
			float:left;
			width:197px;
			height:32px;
			}
			.login .input input {
				width:150px;
				height:14px;
				padding:4px 6px;
				border:1px #d0d0d0 solid;
				}
		.remember {
			padding:0 0 0 65px;
			}
			.niceCheck {
			width: 13px;
			height: 13px;
			display: inline-block;
			cursor: pointer;
			background: url(images/checkbox.jpg);
			}
			.niceCheck input {
			display: none;
			}
			.remember .checkbox {
				float:left;
				width:22px;
				height:20px;
				}
			.remember .checklabel {
				float:left;
				width:175px;
				height:20px;
				line-height:13px;
				color:#8f8f8f;
				}
		.login .submit {
			float:left;
			width:170px;
			height:20px;
			padding:0 0 0 65px;
			}
			.login .submit input {
				width:170px;
				height:20px;
				background:url(images/login_submit.png) 0 0 no-repeat;
				cursor:pointer;
				}
.topmenu {
	height:50px;
padding:0 10%;
	}
	.topmenu li {
		float:right;
		width:92px;
		padding:0 7px 0 0;
		text-align:center;
		line-height:31px;
		font-size:16px;
		}
		.topmenu li a {
			display:block;
			width:92px;
			height:31px;
			color:#25729a;
			text-decoration:none;
			}
		.topmenu li a:hover {
			background:url(images/bg_menu.png) 0 0 no-repeat;
			color:#fff;
			}
.container {
	width: 100%;
	padding:0 0 20px 0;
	}
.content {
	width: 100%;
	float: left;
	}
.left {
	margin: 0 813px 0 0;
	padding:12px 0 0 0;
	}
	.left .block {
		padding:0 0 25px 0;
		}
	.left .block.contact {
		padding:0 10px;
		margin:18px 0;
		}
		.left .block span.h3 {
			font-size:16px;
			font-weight:normal;
			text-decoration:none;
			}
		.left .block span.icq {
			display:inline-block;
			text-decoration:none;
			height:18px;
			line-height:18px;
			vertical-align:top;
			padding-right:5px;
			}
		.left .block li {
			border-bottom:1px #cbcbcb solid;
			padding:1em 0;
			}
		.left .block.contact li {
			border-bottom:1px #cbcbcb solid;
			padding:5px 0 !important;
			}
		.left .block li.last {
			border-bottom:none;
			padding:1em 0 0 0;
			}
		.left .block.contact li.last {
			border-bottom:none;
			padding:5px 0 !important;
			}
		.left .block span.date {
			color:#2680c6;
			text-decoration:none;
			}
		.left .block span {
			text-decoration:underline;
			}
		.left .block span.right {
			text-align:right;
			text-decoration:none;
			}
		.left .block li a {
			color:#535353;
			text-decoration:none;
			}
			.left .block li a:hover {
				text-decoration:underline;
				}
.right {
	float: left;
	width: 813px;
	margin-left: -813px;
	}
	.right .center {
		float:left;
		width:577px;
		}
		.center .h {
			height:21px;
			padding:0 0 0 40px;
			background:url(images/h.png) 14px 2px no-repeat;
			color:#25729a;
			font-size:18px;
			line-height:18px;
			}
		.center .table {
			width:557px;
			margin:0 0 0 9px;
			}
			.table .header {
				height:35px;
				line-height:35px;
				padding:0 0 0 9px;
				font-size:14px;
				color:#06161f;
				border:none;
				}
			.table li {
				float:left;
				}
			.table .header li {
				height:35px;
				float:left;
				}
			.table .items li {
				height:40px;
				}
				.table .tarif {
					width:90px;
					}
				.table .disk {
					width:100px;
					}
				.table .sites {
					width:73px;
					}
				.table .mysql {
					width:80px;
					}
				.table .price {
					width:100px;
					}
				.table .order {
					width:75px;
					}
					.table .order a {
						color:#ca4f04;
						}
				.table .license {
					width:186px;
					}
				.table .license img {
					padding:6px 0 0 0;
					}
				.table .time {
					width:172px;
					}
				.table .price_l {
					width:113px;
					}
			.table .items {
				height:40px;
				line-height:35px;
				padding:0 0 0 9px;
				font-size:14px;
				color:#25729a;
				border-top:1px #c9c9c9 solid;
				}
		.prims {
			color:#8b8b8b;
			line-height:18px;
			padding:15px 20px 20px 20px;
			}
			.prims a {
				color:#8b8b8b;
				}
.tabs {
	padding:10px 0 0 0;
	}
.controll {
	padding:0 0 0 13px;
	}
.controll li {
	text-align:center;
	line-height:36px;
	position:relative;
	width:130px;
	height:36px;
	float:left;
	margin-right:-5px;
	}
		.tabs .table {
			width:557px;
			margin:0 0 0 9px;
			}
.controll a {
	display:block;
	width:130px;
	height:36px;
	color:#fff;
	text-decoration:none;
	}
.controll .tab1 a {
	background:url(images/tab1.png) 0 0 no-repeat;
	}
.controll .tab2 a {
	background:url(images/tab2.png) 0 0 no-repeat;
	}
.controll .tab3 a {
	background:url(images/tab3.png) 0 0 no-repeat;
	}
.controll .tab4 a {
	background:url(images/tab4.png) 0 0 no-repeat;
	}
.controll a.selected {
	font-weight:bold;
	text-transform:uppercase;
	}
	.right .rght {
		float:right;
		width:236px;
		padding:18px 0 0 0;
		}
		.rght_t,.rght_b {
			width:236px;
			height:10px;
			line-height:10px;
			font-size:9px;
			background:url(images/right_t.png) 0 0 no-repeat;
			}
		.rght_b {
			height:31px;
			background:url(images/right_b.png) 0 0 no-repeat;
			}
		.rght_c {
			background:url(images/right_c.png) 0 0 repeat-y;
			}
	.right .fs_h {
		padding:2px 0 0 10px;
		color:#535353;
		font-size:18px;
		height:40px;
		}
		.right .fs {
			padding:0 0 0 15px;
			}
			.rght .clearfix .label {
				width:50px;
				line-height:24px;
				height:39px;
				float:left;
				}
			.rght .clearfix .input {
				width:171px;
				height:39px;
				float:left;
				}
				.rght .clearfix .input input {
					width:150px;
					height:14px;
					padding:4px 6px;
					border:1px #d0d0d0 solid;
					}
			.rght .label {
				line-height:25px;
				height:30px;
				}
			.rght .textarea {
				width:212px;
				height:105px;
				border:1px #d0d0d0 solid;
				background:#fff;
				}
				.rght .textarea textarea {
					width:200px;
					height:97px;
					padding:4px 6px;
					}
			.rght .submit {
				width:111px;
				height:28px;
				padding:11px 0 0 119px;
				}
				.rght .submit input {
					width:111px;
					height:28px;
					cursor:pointer;
					color:#535353;
					font-size:16px;
					background:url(images/fs_submit.png) 0 0 no-repeat;
					}
		.rght .block {
			margin-left:4px;
			width:219px;
			padding:14px 0 17px 7px;
			font-weight:bold;
			font-size:14px;
			line-height:24px;
			border-bottom:1px #cbcbcb solid;
			}
		.rght .block.first {
			padding:0 0 17px 7px;
			}
		.rght .block.last {
			padding:14px 0 7px 7px !important;
			border-bottom:none;
			}
			.rght .block li {
				line-height:24px;
				color:#535353;
				padding:0 0 0 23px;
				background:url(images/r_li.png) 0 6px no-repeat;
				font-weight:normal;
				font-size:12px;
				}
			.rght .block span {
				color:#535353;
				font-size:16px;
				display:inline-block;
				line-height:28px;
				padding:0 12px 0 0;
				font-weight:normal;
				}
			.rght .block span.price {
				padding:0;
				font-weight:normal;
				color:#fff;
				width:111px;
				font-size:18px;
				height:28px;
				text-align:center;
				background:url(images/fs_submit.png) 0 0 no-repeat;
				}
			.rght .block a {
				color:#535353;
				}
.lb_c {
	background:url(images/lb_c.png) right 0 repeat-y;
	}
.lb_lc {background:url(images/lb.jpg) left 0 repeat-y;}
.lb_rc {background:url(images/lb.jpg) right 0 repeat-y;}
.lb_tc {background:url(images/lb.jpg) left top repeat-x;}
.lb_bc {background:url(images/lb.jpg) left bottom repeat-x;}
.lb_b {background:url(images/lb_b.png) 0 bottom no-repeat;}
.lb_t {background:url(images/lb_t.png) 0 0 no-repeat;}
.lb_br {background:url(images/lb_br.png) right bottom no-repeat;}
.lb_tr {
	background:url(images/lb_tr.png) right 0 no-repeat;
		padding:17px 10px;
	}
.contact .lb_tr {
	background:url(images/lb_tr.png) right 0 no-repeat;
	padding:0 10px !important;
	}
.footer {
	height:113px;
	border-top:1px #979798 solid;
	}
	.fl {
		padding:20px 0 0 10px;
		width:500px;
		float:left;
		}
		.fl li {
			float:left;
			padding:0 18px 0 0;
			font-size:14px;
			height:31px;
			}
			.fl li a {
				color:#535353;
				text-decoration:none;
				}
			.fl li a:hover {
				text-decoration:underline;
				}
		.fl div div {
			float:left;
			width:88px;
			padding:0 5px 0 0;
			}
	.copy {
		float:right;
		width:339px;
		height:113px;
		background:url(images/flogo.png) 0 bottom no-repeat;
		}
		.copy a {
			display:block;
			padding:72px 0 0 183px;
			width:80px;
			height:17px;
			color:#535353;
			text-decoration:none;
			}
.parthner {
	height:61px;
	padding:28px 0 0 131px;
	line-height:61px;
	background:url(images/isp_parthner.png) 9px 28px no-repeat;
	color:#b7b7b6;
	font-size:14px;
	}
.contacts {
	border-bottom:1px #cbcccc solid;
	margin-left:9px;
	width:547px;
	padding-left:10px;
	line-height:24px;
	padding-top:0.5em;
	padding-bottom:0.5em;
	}
	.contacts.last {
		border:none;
		padding-bottom:18px;
		}
	.contacts span.h3 {
		font-size:18px;
		}
	.contacts a {
		color:#535353;
		text-decoration:none;
		}
	.contacts a:hover {
		text-decoration:underline;
		}
		.contacts span.icq {
			display:inline-block;
			text-decoration:none;
			height:18px;
			line-height:18px;
			vertical-align:top;
			padding:3px 5px 3px 0;
			}
.plashka_t,.plashka_b {
	font-size:9px;
	line-height:10px;
	background:url(images/plashka_t.png) 0 0 no-repeat;
	margin:0 0 0 9px;
	}
.plashka_b {
	background:url(images/plashka_b.png) 0 0 no-repeat;
	height:25px;
	}
.plashka_c {
	background:url(images/plashka_c.png) 0 0 repeat-y;
	margin:0 0 0 9px;
	padding:0 15px;
	width:532px;
	line-height:24px;
	}
.feedback {
	padding:0 0 0 20px;
	}
	.feedback .head {
		font-size:18px;
		height:40px;
		}
	.feedback .label {
		float:left;
		width:125px;
		height:39px;
		line-height:24px;
		}
	.feedback .input {
		float:left;
		width:418px;
		height:39px;
		}
		.feedback .input input {
			float:left;
			width:404px;
			height:14px;
			padding:4px 6px;
			border:1px #d0d0d0 solid;
			}
			.feedback .textarea {
				width:540px;
				height:106px;
				border:1px #d0d0d0 solid;
				background:#fff;
				margin:0 !important;
				}
				.feedback .textarea textarea {
					width:528px;
					height:98px;
					padding:4px 6px;
					}
	.feedback .att {
		float:left;
		width:431px;
		padding:12px 0 0 0;
		line-height:28px;
		}
	.feedback .submit {
		float:left;
		width:111px;
		height:28px;
		padding:12px 0 0 0;
		}
		.feedback .submit input {
			width:111px;
			height:28px;
			cursor:pointer;
			font-size:16px;
			color:#fff;
			background:url(images/fs_submit.png) 0 0 no-repeat;
			}
.table_tarif {
	margin:0 0 0 9px;
	width:557px;
	}
	.table_tarif .header {
		color:#06161f;
		font-size:14px;
		padding:0 10px 0 12px;
		}
		.table_tarif .header li {
			width:60px;
			float:left;
			text-align:center;
			height:80px;
			padding:10px 0 0 0;
			}
			.table_tarif .header .opcii {
				width:175px;
				text-align:left;
				padding:58px 0 0 0;
				height:25px;
				}
	.table_tarif .items {
		color:#25729a;
		font-size:14px;
		padding:0 10px 0 12px;
		border-top:1px #cbcbcb solid;
		}
	.table_tarif .items.last {
		border:none;
		}
		.table_tarif .items li {
			width:60px;
			float:left;
			text-align:center;
			line-height:20px;
			padding:7px 0;
			}
			.table_tarif .items .opcii {
				width:175px;
				text-align:left;
				}
	.primm {
		line-height:18px;
		color:#8b8b8b;
		border-top:1px #cbcbcb solid;
		padding:15px 0 15px 12px;
		}

		

