* {margin: 0; padding: 0; }

body {background-color: #d3d3d3; }

a {color: #e61c4c; }
a:hover {color: #e61c4c; text-decoration: none; }
h1 {font: bold 16px Arial, Helvetica, sans-serif; color: #000; padding-top: 25px; }
h1 a {color: #000; text-decoration: none; }
h1 a:hover {text-decoration: underline; }
p {line-height: 20px; padding-top: 10px; }
ul {padding-top: 10px; }
ul li {line-height: 20px; list-style-image: url(/img/ul-marker.gif); list-style-position: inside; }
* html ul li {list-style-image: none;}

#main {
	width: 1000px;
	position: relative;
	margin: 0 auto;
	font: normal 12px Tahoma, Arial, sans-serif;
	background-color: #fff;
}

#top {
	width: 100%;
	height: 120px;
	position: relative;
	margin: 0 auto;
}
#top #logo {
	position: absolute;
	left: 250px;
	top: 25px;
	height: 43px;
	background: url(/img/smile.gif) 0 0 no-repeat;
	padding-left: 50px;
}
#top #logo a {
	font: normal 20px Tahoma, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 61px;
	color: #000;
}
#top #logo span {font-weight: bold; color: #e61c4c; }
#top #menu-left {
	position: absolute;
	left: 275px;
	bottom: 10px;
	background: #e61c4c url(/img/menu-left-bg.gif) top left no-repeat;
	height: 30px;
	padding-left: 14px;
}
#top #menu {
	background: url(/img/menu-bg.gif) top right no-repeat;
	height: 30px;
	width: 590px;
	float: left;
	padding-right: 14px;
}
#top #menu div {
	float: left;
	padding-top: 8px;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 13px;
	height: 22px;
	vertical-align: middle;
	font: normal 12px Verdana, sans-serif;
	text-transform: uppercase;
}
#top #menu div a {color: #fff; text-decoration: none; }
#top #menu #current {background-color: #24b9e4; }

#navbody1 {
	visibility: hidden;
	position: absolute;
	top: 10px;   
	left: 14px;
	padding-top:20px;
	width: 180px;
	display: inline-block;
	z-index: 1000;
}

#top #navbody1 a {
	font: normal 10px Verdana, sans-serif;
    color: #000;
    width: 180px;
    display: block;
    text-decoration: none;
    background: #e61c4c;
    margin: 0;
    padding: 7px;
    border-bottom: 1px solid #e0e0e0;
}

#top #navbody1 a:hover { 
	color: #fff;
	text-decoration: none;
	background: #24b9e4;
	margin: 0;
	padding: 7px;
	border-bottom: 1px solid #e0e0e0;
}

#info {
	background: url(/img/index-info-bg.gif) top left repeat-x;
	height: 200px;
}
#info #info-pc {
	background: url(/img/index-bg.gif) top left no-repeat;
	position: absolute;
	top: 28px;
	left: 0;
	width: 282px;
	height: 326px;
}
#info #slogan {
	position: relative;
	top: 18px;
	left: 300px;
	float: left;
	font: bold 24px Arial, Helvetica, sans-serif;
	line-height: 22px;
	text-transform: uppercase;
}
#info #slogan span {display: block; font-weight: normal; }
#info #sad-smile {
	background: url(/img/sad-smile.gif) top left no-repeat;
	width: 88px;
	height: 88px;
	position: absolute;
	top: 205px;
	left: 580px;
}
#info #phone {
	position: relative;
	top: -19px;
	right: 34px;
	float: right;
	padding-top: 38px;
	background: url(/img/phone-bg.png) 16px 0 no-repeat;
	text-align: right;
	font: bold 70px Arial, Helvetica, sans-serif;
	line-height: 50px;
}
#info #phone #pre {
	font: bold 12px Arial, Helvetica, sans-serif;
	position: relative;
	top: -40px;
}
#info #phone #mail {font: bold 14px Arial, Helvetica, sans-serif; margin-top: 36px; color: #25b9e9;}

#content-index {
	padding: 0 125px 25px 300px;
	margin-top: -18px;
}
#content-index h1 {
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #e61c4c;
	padding: 22px 0 6px 30px;
	margin-left: -30px;
	position: relative;
}
#content-index h1 a {color: #e61c4c; text-decoration: none; }
#content-index h1 a:hover {text-decoration: underline; }
#content-index p {padding-top: 0; }
#content-index .installpo {background: url(/img/sm1.gif) 0 21px no-repeat; }
#content-index .antivir {background: url(/img/sm2.gif) 0 21px no-repeat; }
#content-index .nastrapob {background: url(/img/sm3.gif) 0 21px no-repeat; }
#content-index .diagnost {background: url(/img/sm4.gif) 0 21px no-repeat; }
#content-index .perifir {background: url(/img/sm5.gif) 0 21px no-repeat; }

#tcont {width: 100%; }
#tcont-left {
	width: 260px;
	padding: 40px 20px 10px 20px;
}
#tcont-right {
	padding-right: 20px;
}
#tcont-right #title {
	background: #000 url(/img/title-bg.gif) top right no-repeat;
	height: 30px;
	width: 618px;
	position: relative;
	left: -25px;
	top: -6px;
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #fff;
	line-height: 30px;
}
#tcont-right #title #title-left {
	background: url(/img/title-left-bg.gif) top left no-repeat;
	width: 10px;
	height: 30px;
	float: left;
	margin-right: 14px;
}
#tcont-right form fieldset{
	float: left;
	border-width: 0;
	padding-top: 18px;
	padding-bottom: 9px;
}
#tcont-right form input {
	width: 324px;
	border: 1px solid #d3d3d3;
	font: normal 11px Tahoma, sans-serif;
	padding: 3px;
	margin-bottom: 11px;
}
#tcont-right form .sbmt {
	width: 100px;
	background-color: #000;
	color: #d3d3d3;
	border-width: 0;
	padding: 3px 0;

}
#tcont-right textarea {
	float: right;
	width: 324px;
	height: 109px;
	border: 1px solid #d3d3d3;
	font: normal 11px Tahoma, sans-serif;
	padding: 3px;
	margin-top: 18px;
	margin-bottom: 9px;
}


table.menucontent {vertical-align: top; margin-top: 10px;}
table.menucontent td {width: 50%; padding-right: 10px; padding-left: 10px; border-left: 4px solid #e61c4c;}




















