/* тэги */
html {height: 100%;}
body {
        background-color:#FFFFFF;
        background: url('images/back.gif');
	color: #484B50;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin:0;
        padding:0;
height: 100%;
	}

sup {color:red;}

.tbl1  {
         background-color: #484B50;
        }

.tbl1 tr td {
         background-color: white;
        }

.tbl2  {
         background-color: #8E949B;
        }

.tbl2 tr td {
         background-color: #EBECED;
        }



td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
input {
	color: #8E949B;
	font-family: "MS Sans Serif", "Microsoft Sans Serif", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	}
select {
	color: #8E949B;
	font-family: "MS Sans Serif", "Microsoft Sans Serif", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	}
textarea {
	font-family: "MS Sans Serif", "Microsoft Sans Serif", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	}

ul {
	margin-top : 6px;
	margin-bottom : 2px;
	list-style : url(images/punkt-3.gif);
}

li {
	list-style-image: url(images/punkt-3.gif);
}

a:link {
	color: #CB0000;
	text-decoration: none;
	}
a:active {
	color: #F02525;
	text-decoration: none;
	}
a:visited {
	color: #AB0000;
	text-decoration: none;
	}
a:hover {
	color: #F02525;
	text-decoration: underline;
	}

/* ссылки : накладывается в A : или текст : накладывается в SPAN, DIV, P */

.link-blue {
	color: #4473A7;
	text-decoration: none;
	}
.link-blue:link {
	color: #4473A7;
	text-decoration: none;
	}
.link-blue:active {
	color: #4473A7;
	text-decoration: none;
	}
.link-blue:visited {
	color: #4473A7;
	text-decoration: none;
	}
.link-blue:hover {
	color: #4473A7;
	text-decoration: none;
	}

.link-grey {
	color: #8E949B;
	text-decoration: none;
	}
.link-grey:link {
	color: #8E949B;
	text-decoration: none;
	}
.link-grey:active {
	color: #8E949B;
	text-decoration: none;
	}
.link-grey:visited {
	color: #8E949B;
	text-decoration: none;
	}
.link-grey:hover {
	color: #8E949B;
	text-decoration: underline;
	}

.lil {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	}
.lil:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	}
.lil:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	}
.lil:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	}
.lil:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	}

.lil-blue {
	color: #4473A7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	}
.lil-blue:link {
	color: #4473A7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	}
.lil-blue:active {
	color: #4473A7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	}
.lil-blue:visited {
	color: #4473A7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	}
.lil-blue:hover {
	color: #4473A7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	}

	
.lar {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	}
.lar:link {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	}
.lar:active {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	}
.lar:visited {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	}
.lar:hover {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	}

/* заголовки : накладывается в TD */

.head1 {
	color: #BCA480;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 26px;
	}
.head2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 21px;
	text-transform: uppercase;
	letter-spacing: -1px;
	}
.head3 {
	color: #BCA480;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 17px;
	}
.head4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight: bold;
	text-transform: uppercase;
	}

/* текст : накладывается в SPAN, DIV, P */

.text-link {
	color: #CB0000;
	}
.text-blue {
	color: #FFFFFF;
	}
.text-blue {
	color: #4473A7;
	}
.price {
	color: #BCA480;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 28px;
	}
.prict {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 18px;
	text-transform: uppercase;
	}

/* бэкграунды : накладывается как ID в TD */

.bg-white {
	background-color: #FFFFFF;
}

/* форма : накладывается в INPUT и TEXTAAREA */

input.field1 {
	color: #333333;
	border: thin 1px #AAAAAA inset;
	background-color: #FFFFFF;
	}
input.button1 {
	color: #333333;
	font-size: 11px;
	border: thin 1px #4473A7 outset;
	background: #4473A7;
	}
input.button2 {
	color: #4A4952;
	font-size: 11px;
	border: thin 1px #ADAAAD outset;
	background: #EFEBDE;
	}
textarea.field1 {
	color: #000000;
	border: thin 1px #AAAAAA inset;
	background-color: #FFFFFFF;
	scrollbar-track-color: #E0E0E0;
	scrollbar-highlight-color: #F1F1F1;
	scrollbar-3dlight-color: #CCCCCC;
	scrollbar-face-color: #CCCCCC;
	scrollbar-base-color : #AAAAAA;
	scrollbar-shadow-color: #AAAAAA;
	scrollbar-arrow-color: #999999;
	scrollbar-darkshadow-color: #999999;
	}
a#menu_company {width:141px;height:38px;background: url(/images/2-3x.png);display:block;background-position:0px 0px;}
a#menu_company:hover {background-position:0px -38px;}

a#menu_services {width:216px;height:23px;background: url(/images/3-2x.png);display:block;background-position:0px 0px;}
a#menu_services:hover {background-position:0px -23px;}

a#menu_products {width:89px;height:38px;background: url(/images/4-3x.png);display:block;background-position:0px 0px;}
a#menu_products:hover {background-position:0px -38px;}

a#menu_cases {width:134px;height:62px;background: url(/images/6-2x.png);display:block;background-position:0px 0px;}
a#menu_cases:hover {background-position:0px -62px;}

a#menu_forum {width:159px;height:23px;background: url(/images/7-1x.png);display:block;background-position:0px 0px;}
a#menu_forum:hover {background-position:0px -23px;}

a#menu_contact {width:159px;height:62px;background: url(/images/7-2x.png);display:block;background-position:0px 0px;}
a#menu_contact:hover {background-position:0px -62px;}


.rrd {background: transparent;}
.rrd h1, .rrd p {margin:0 10px;}
.rrd h1 {font-size:2em; color:#fff;}
.rrd p {padding-bottom:0.5em;}
.rrd .b1, .rrd .b2, .rrd .b3, .rrd .b4, .rrd .b1b, .rrd .b2b, .rrd .b3b, .rrd .b4b {display:block; overflow:hidden; font-size:1px;background:#FFFFFF;}
.rrd .b1, .rrd .b2, .rrd .b3, .rrd .b1b, .rrd .b2b, .rrd .b3b {height:1px;}
.rrd .b2 {border-left:1px solid #fff; border-right:1px solid #eee;}
.rrd .b3 {border-left:1px solid #fff; border-right:1px solid #ddd;}
.rrd .b4 {border-left:1px solid #fff; border-right:1px solid #aaa;}
.rrd .b4b {border-left:1px solid #eee; border-right:1px solid #999;}
.rrd .b3b {border-left:1px solid #ddd; border-right:1px solid #999;}
.rrd .b2b {border-left:1px solid #aaa; border-right:1px solid #999;}
.rrd .b1 {margin:0 5px; background:#fff;}
.rrd .b2, .rrd .b2b {margin:0 3px; border-width:0 2px;}
.rrd .b3, .rrd .b3b {margin:0 2px;}
.rrd .b4, .rrd .b4b {height:2px; margin:0 1px;}
.rrd .b1b {margin:0 5px; background:#999;}
.rrd .boxcontent {display:block;  background:#FFFFFF; border-left:1px solid #fff; border-right:1px solid #999;}

