* {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px none;
	background: none;
}

html, body {
	text-align: center;
	background-color: #FFF;
	color: #878787;
}

/* Основа */
#root {	
	width: 770px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 25px;
}

/* Верх */
#top {
	width: 740px;
	height: 250px;
	position: relative;
	background: url(i/topbanner.jpg) right bottom no-repeat;
}

/* Логотип */
#logo {
	position: absolute;
	left: 0px;
	top: 0px;
}

/* Доп. навигация верхняя */
#topnav {
	position: absolute;
	right: 33px;
	top: 5px;
}

#topnav li {
	display: inline;
}

#topnav a {
	color: #4B7DAE;
	background-color: #fff;
	font: 10pt Tahoma, sans-serif;
	text-transform: capitalize;
}

#topnav a:hover {
	text-decoration: none;
}

#topnav #navhome {
	padding-left: 14px;
	background: url(i/navhome.gif) 0px 3px no-repeat;
}

#topnav #navhelp {
	padding-left: 15px;
	margin-left: 17px;
	background: url(i/navhelp.gif) 0px 3px no-repeat;
}


#topnav #navlogin {
	padding-left: 12px;
	margin-left: 15px;
	background: url(i/navlogin.gif) 0px 3px no-repeat;
}

/* Меню */
#menu {
	position: absolute;
	left: 0px;
	bottom: 0px;
	text-transform: uppercase;
}

#menu li {
	display: block;
	background: url(i/menufon.gif) no-repeat;
}

#menu li a {
	display: block;
	width: 161px;
	height: 25px;
	margin-top: 1px;	
	text-align: right;
	padding-right: 20px;
	padding-top: 10px;
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #878787;
	background-color: #fff;
	text-decoration: none;
}

#menu li a:hover {
	color: #64a5de;
	background-color: #fff;
}

/* хак для ие */
* html #menu li a {
	height: 23px;
}

#menu #menu1 {
	background: url(i/menu1.gif) 20px 10px no-repeat;
}

#menu #menu2 {
	background: url(i/menu2.gif) 20px 10px no-repeat;
}

#menu #menu3 {
	background: url(i/menu3.gif) 20px 10px no-repeat;
}

#menu #menu4 {
	background: url(i/menu4.gif) 20px 10px no-repeat;
}

#menu #menu5 {
	background: url(i/menu5.gif) 20px 10px no-repeat;
}

/* Подвал */
#bottom {
	width: 740px;
	height: 52px;
	background: url(i/fonbottom.gif) no-repeat;
	text-align: left;
	position: relative;
}

/* Меню в подвале :) */
#botmenu {
	position: absolute;
	top: 20px;
	left: 30px;
}

* html #botmenu {
	top: 25px;
}

#botmenu li{
	display: inline;
}

#botmenu a, #botmenu li {
	color: #b0b0b0;
	background-color: #fff;
	text-decoration: none;
	font: bold 7.5pt Tahoma, sans-serif;
}

#botmenu a {
	margin-right: 8px;
	margin-left: 5px;
}

#botmenu a:hover {
	text-decoration: underline;
}

/* Копирайты */
#copyleft {
	position: absolute;
	top: 25px;
	right: 30px;
	color: #b0b0b0;
	background-color: #fff;
	font: 7.5pt Tahoma, sans-serif;
}

* html #copyleft {
	top: 25px;
}

#copyleft a {
	color: #b0b0b0;
	background-color: #fff;
}

#copyleft a:hover {
	text-decoration: none;
}


/* Privacy policy */
#privacy {
	width: 740px;
}

#privcaption {
	width: 740px;
	height: 60px;
	background: #fff url(i/privacycaption.gif) no-repeat;
	text-align: left;
	color: #878787;
}

#privcaption h1 {
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding-top: 23px;
	padding-left: 43px;
}

#privcaption h1 span {
	color: #e34000;
	background-color: #fff;
}

#privacy p {
	text-align: justify;
	padding: 0px 20px 15px 20px;
	background: #fff url(i/privacytextfon.gif) repeat-y;
	color: #878787;
	font: 8pt Tahoma, sans-serif;
}

#privbottom {
	width: 740px;
	height: 45px;
	background: #fff url(i/privacybotfon.gif) no-repeat;
	text-align: left;
	color: #878787;
	font: 8pt Tahoma, sans-serif;
	position: relative;
}

#privbottom p {
	display: block;
	position: absolute;
	top: 15px;
	left: 20px;
	background: none;
	padding: 0px;
}

#privbottom a {
	color: #e34000;
	background-color: #fff; 
}

#privbottom a:hover {
	text-decoration: none;
}

/* Основная часть */
#main {
	width: 740px;
	text-align: left;
	border-top: 2px solid #ffeb45;
	padding-top: 2px;
	margin-top: 3px;
}

#main table {
	width: 740px;
	border-collapse: collapse;
	border-spacing: 0px;
	empty-cells: show;
}

#main table table {
	width: 0px;
}

#main table td {
	vertical-align: top;
}

#main table .left {
	width: 181px;
}

#main table .mainright {
	padding-left: 3px;
}

/* Левый блок */
#left, .left {
	background: url(i/fonleft.gif) repeat-y;
}

#leftcaption {
	width: 181px;
	height: 55px;
	background: url(i/leftcaption.gif) no-repeat;
	color: #878787;
	background-color: #fff;
}

#leftbottom {
	width: 181px;
	height: 50px;
	background: url(i/fonleftbottom.gif) no-repeat;
	color: #878787;
	background-color: #fff;
	font: 7pt Tahoma, sans-serif;
	font-weight: bold;
}

#leftbottom p {
	padding-top: 20px;
	padding-left: 15px;
}

#leftbottom p a {
	color: #e34000;
	background: #fff url(i/arrow.gif) center left no-repeat;
	padding-left: 8px;
}

#leftbottom p a:hover {
	text-decoration: none;
}

#leftcaption h2, #domainscaption h2, .caption h2 {
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding-top: 17px;
	padding-left: 43px;
}

.caption h2 span {
	color: #4b7dae;
	background-color: #fff;
}

#leftcaption h2 span {
	color: #e34000;
	background-color: #fff;
}

#news li {
	list-style: none;
	font: 8pt Tahoma, sans-serif;
	padding-left: 15px;
	padding-right: 15px;
}

#news h2, #news a {
	font: 8pt Tahoma, sans-serif;
}

#news a {
	color: #3b82ab;
	background-color: #fff;
}

#news a:hover {
	text-decoration: none;
}

#news p {
	text-align: justify;
	padding-bottom: 15px;
	color: #878787;
	background-color: #fff;
}

.news li {
	list-style: none;
	font: 8pt Tahoma, sans-serif;
	padding-left: 15px;
	padding-right: 15px;
}

.news h2, #news a {
	font: 8pt Tahoma, sans-serif;
}

.news a {
	color: #3b82ab;
	background-color: #fff;
}

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

.news p {
	text-align: justify;
	padding-bottom: 15px;
	color: #878787;
	background-color: #fff;
}

#domains {
	width: 556px;
	background: #fff url(i/domenfon.gif) 3px 0px repeat-y;
	color: #878787;
}

#domainscaption {
	background: url(i/domenscaption.gif);
	width: 556px;
	height: 55px;
	color: #878787;
	background-color: #fff;
}

#domainscaption h2 span {
	color: #4b7dae;
	background-color: #fff;
}

#domainsmain {	
	padding-left: 18px;
}

#domainsmain p {
	text-align: justify;
	font: 8pt Tahoma, sans-serif;
	margin-right: 20px;
	margin-bottom: 15px;
}

#domainsmain h3 {
	font: 8pt Tahoma, sans-serif;
	font-weight: bold;
}

#domainsmain label {
	cursor: pointer;
	margin-left: 5px;
}

#domainsmain li {
	display: block;
	float: left;
	width: 90px;
	margin-bottom: 10px;
}


#domainsbottom {
	background: url(i/domaisbottom.gif) no-repeat;
	width: 556px;
	height: 50px
}

#dombutton {
	clear: both;
	display: block;
}

.middle {
	width: 230px; /* 227 + 3 */
	padding-left: 3px;
	background: url(i/middlefon.gif) 3px 0px repeat-y;
}

.middle .caption {
	background: url(i/middlecaption.gif) 0px 0px no-repeat;
	height: 55px;
}

.middlebottom {
	background: url(i/middlebottom.gif) 3px -10px no-repeat;
}

.right {
	width: 327px;
	background: url(i/rightfon.gif) 0px 0px repeat-y;
}

#res .right {
	width: 332px;
}

.right .caption {
	background: url(i/rightcaption.gif) 0px 0px no-repeat;
	height: 55px;
}

.rightbottom {
	background: url(i/rightbottom.gif) 0% 100% no-repeat ;
}

.otstup {
	border-bottom: 2px solid #fff;
}

#address li {
	list-style: none;
	font: 8pt Tahoma, sans-serif;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
}

#address h3 {
	font: 8pt Tahoma, sans-serif;
	font-weight: bold;
}

#address a {
	color: #3b82ab;
	background-color: #fff;
}

#address a:hover {
	text-decoration: none;
}

#address p {
	text-align: justify;
	color: #878787;
	background-color: #fff;
}

#info {
	font: 8pt Tahoma, sans-serif;
	padding-left: 10px;
	padding-right: 10px;
}

#info p {
	text-align: justify;
}

#info a {
	color: #3b82ab;
	background-color: #fff;
}

#info a:hover {
	text-decoration: none;
}

#form {
	text-align: right;
	font: 8pt Tahoma, sans-serif;
	margin-left: 30px;
}

#form input, #form textarea {
	border-top: 1px solid #808080;
	border-left: 1px solid #808080;
	border-right: 1px solid #d4d0c8;
	border-bottom: 1px solid #d4d0c8;
	width: 200px;
	margin-bottom: 5px;
	margin-left: 5px;
	font: 8pt Tahoma, sans-serif;
	color: #878787;
	background-color: #fff;
}

#form textarea {
	height: 80px;
}

#form button {
	display: block;
	height: 15px;
	float: right;
	color: #e34000;
	background-color: #fff;
	font-weight: bold;
	background: url(i/arrow.gif) 0px 7px no-repeat;
	padding-left: 3px;
	margin-left: 20px;
	text-decoration: underline;
}

.image {
	margin-left: 17px;
	margin-bottom: 10px;
}

.col {
	width: 277px;
	background: url(i/colfon.gif) 2px repeat-y;
	padding-left: 0px;
}

.col .caption {
	background: url(i/colcaption.gif) 2px 0px no-repeat;
	height: 55px;
}

.colbot {
	background: url(i/colbottom.gif) bottom no-repeat ;
	font-size: 1px;
}

.colbottom {
	width: 279px;
	height: 50px;
	background: url(i/foncolbottom.gif) 2px no-repeat;
	color: #878787;
	background-color: #fff;
	font: 7pt Tahoma, sans-serif;
	font-weight: bold;
}

.colbottom p {
	padding-top: 20px;
	padding-left: 15px;
}

.colbottom p a {
	color: #e34000;
	background: #fff url(i/arrow.gif) center left no-repeat;
	padding-left: 8px;
}

.colbottom p a:hover {
	text-decoration: none;
}

.text {
	font: 8pt Tahoma, sans-serif;
	padding-left: 15px;
	padding-right: 15px;
}

.text h2, .text a {
	font: 8pt Tahoma, sans-serif;
	font-weight: bold;
	padding-bottom: 10px;
}

.text a {
	color: #878787;
	background-color: #fff;
}

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

.text p {
	font: 8pt Tahoma, sans-serif;
	text-align: justify;
	padding-bottom: 15px;
	color: #878787;
	background-color: #fff;
	clear: both;
}

.text p a {
	color: #4b7dae;
	background-color: #fff;
	font-weight: normal;
}

#listone li {
	list-style: none;
	display: block;
	float: left;
	width: 100px;
	background: url(i/arrow2.gif) 0px 4px no-repeat;
	padding-left: 7px;
	padding-bottom: 5px;
	padding-right: 10px;
}

#listone li a {
	font-weight: normal;
	background: none;
}

#listtwo li {
	list-style: none;
	margin-bottom: 3px;
}

#listtwo li a {
	font-weight: normal;
	color: #4b7dae;
	background: #fff url(i/arrow3.gif) 0px 4px no-repeat;
	padding-left: 10px;
	padding-bottom: 0px;
}

.listtwo {
	padding-bottom: 10px;
}

.listtwo li {
	list-style: none;
	margin-bottom: 3px;
}

.listtwo li a {
	font-weight: normal;
	color: #4b7dae;
	background: #fff url(i/arrow3.gif) 0px 4px no-repeat;
	padding-left: 10px;
	padding-bottom: 0px;
}

#imagecomp {
	float: left;
	padding-top: 35px;
	padding-left: 5px;
}

a#more, a.more {
	color: #e34000;
	background-color: #fff;
	font-weight: 900;
}

a.more {
	color: #e34000;
	background-color: #fff;
	font-weight: 900;
}

#tarifs {
	padding-left: 3px;
}

#tarifs li.tarif {
	display: block;
	width: 277px;
	height: 117px;
	background: url(i/fontarif.gif) no-repeat;
	position: relative;
	text-transform: uppercase;
	padding-bottom: 1px
}

#tarifs li.tarif li span {
	color: #64a5de;
	background-color: #fff;
}

#tarifs h2 {
	position: absolute;
	font-size: 13px;
	font-weight: normal;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	background: url(i/circle.gif) 0px 8px no-repeat;
	padding-left: 20px;
	padding-bottom: 5px;
	top: 3px;
	left: 15px;
}

#tarifs h2 span {
	font-weight: bold;
}

.tarif ul {
	position: absolute;
	font-size: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding-left: 20px;
	padding-bottom: 5px;
	top: 55px;
	font-weight: bold;
}

.tarif li {
	list-style: none;
	background: url(i/arrow4.gif) 0px 3px no-repeat;
	padding-bottom: 5px;
	padding-left: 5px;
}

.tarif .price {
	position: absolute;
	font-size: 22px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding-left: 20px;
	padding-bottom: 5px;
	top: 10px;
	right: 25px;
	font-weight: bold;
	color: #4b7dae;
	background-color: #fff;
}

.tarif .price sup {
	font-weight: normal;
}

.tarif .pmonth {
	position: absolute;
	font-size: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding-left: 20px;
	padding-bottom: 5px;
	top: 40px;
	right: 25px;
	font-weight: bold;
}

.tarif a.tarmore {
	position: absolute;
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding-left: 0px;
	padding-bottom: 0px;
	top: 60px;
	right: 32px;
	font-weight: bold;
	text-decoration: none;
	color: #e34000;
	background-color: #fff;
}

.tarif a.tarorder {
	position: absolute;
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding-left: 0px;
	padding-bottom: 0px;
	top: 85px;
	right: 28px;
	font-weight: bold;
	text-decoration: none;
	color: #e34000;
	background-color: #fff;
}

#tarifgreen {
	border-top: 3px solid #7ec403;
	padding-top: 8px;
}

#tarifgreen span {
	color: #7ec403;
	background-color: #fff;
}

#tariforange {
	border-top: 3px solid #f48c05;
	padding-top: 8px;
}

#tariforange span {
	color: #f48c05;
	background-color: #fff;
}

#tarifblue {
	border-top: 3px solid #4b7dae;
	padding-top: 8px;
}

#tarifblue span {
	color: #4b7dae;
	background-color: #fff;
}

#checkdomain {
	background: url(i/checkdomain.gif) 2px 1px no-repeat;
	padding-top: 5px;
}

#checkdomain div {
	width: 100%;
	height: 100%;
	position: relative;
}

#checkdomain input#site {
	position: absolute;
	left: 65px;
	top: 12px;
	border: 1px solid #a1b1be;
	background-color: #FFF;
	color: #878787;
	width: 115px;
}

* html #checkdomain input#site {
	height: 20px;
}

#checkdomain select {
	position: absolute;
	left: 185px;
	top: 12px;
	background-color: #FFF;
	color: #878787;
	border: 0px none;
}

#checkdomain #ok {
	position: absolute;
	left: 240px;
	top: 10px;
}

* html #checkdomain #ok {
	top: 12px;
}
