* {
	margin: 0;
	padding: 0;
	border:0;
}

body {
	background:  url('../img/bg_top.png') repeat-x;	
}

#bg {
	background: url('../img/bg_bottom.png') repeat-x bottom;
}

a {
	text-decoration: none;
}


#header {
	width: 979px;
	margin: 5px auto 0 auto;
	position: relative;
}

#head {
	height: 70px;
	padding-top: 36px;
	padding-left: 40px;
	padding-right: 40px;
	background: url('../img/head.png');
}

#logo {
	float: left;
	width: 348px;
	height: 58px;
}

#logo a {
	display: block;
	width: 348px;
	height: 58px;
	background: url('../img/logo.png');
}

#chat {
	width: 236px;
	height: 18px;
	float: right;
	margin-top: -30px;
	margin-right: -34px;
	padding: 5px 0 0 70px;
	background:  url("../img/line.png");
}

* html #chat {
	margin-right: -17px;
}

#chat div {
  	color: #fff;
	font: 11px Tahoma;
    background:  url('../img/on.png') no-repeat 0 3px;
	height: 15px;
	padding-left: 15px;
}

#chat a {
  	color: #fff;
}

#left_menu {
	width: 14px;
	height: 29px;
	float: left;
	background: url('../img/left_menu.png');
}

#right_menu {
	width: 14px;
	float: left;
	height: 29px;
	background: url('../img/right_menu.png');
}

#menu {
	width: 951px;
	height: 29px;
	background: url('../img/bgmenu.gif');
	float: left;
}

#menu li {
	float: left;
	list-style: none;
}

#menu li a {
	width: 107px;
	height: 21px;
	color: white;
	font: 12px Tahoma;
	display: block;
	text-align: center;
	padding-top: 7px;
	background: url('../img/bmenu.gif') no-repeat right 0;
	cursor: pointer;
}

#menu li a#end {
	background: none;
}

#menu li a:hover {
	color: #cacaca;
}

#menu form {
	float: right;
	width: 187px;
	margin-right: 5px;
	height: 19px;
	margin-top: 5px;
	position: relative;
	background: url('../img/search.png') no-repeat;
}

#text {
	width: 138px;
	height: 17px;
	position: absolute;
	top: 1px;
	margin-left: 22px;
	font: 12px arial;
	color: #7c7c7c;
	border: 0;
	position: absolute;
}

#img {
	width: 26px;
	height: 17px;
	position: absolute;
	margin-left: 160px;
	top: 1px;
	background: url('../img/go.png') no-repeat;
}

#main {
	clear: both;
	width: 979px;
	margin: 0 auto;
	background: url('../img/middle.png') repeat-y;
	position: relative;
}

#outside {
	width: 957px;
	margin-left: 11px;
	background: url('../img/top_center.png') repeat-x;
}

#inner {
	width: 957px;
	background: url('../img/inner_bg.jpg') repeat-x bottom;
}

#title_style{
	width: 940px;
	height: 26px;
	margin-left: 8px;
	padding-top: 10px;
}

#left_title{
	width: 4px;
	height: 26px;
	background: url('../img/tlborder.png');
	float: left;
}

#right_title{
	width: 4px;
	height: 26px;
	background: url('../img/trborder.png');
	float: left;
}

#center_title{
	width: 922px;
	font: bold 13px Arial;
	color: #4e4e4e;
	padding: 5px 0 5px 10px;
	background: url('../img/tittle.png') repeat-x;
	float: left;
}

#center_menu{
	width: 922px;
	font:  13px Arial;
	color: #4e4e4e;
	padding: 2px 0 5px 10px;
	background: url('../img/tittle.png') repeat-x;
	float: left;
}

#center_menu A{
	 color: black;
}

#center_menu A:hover{
	 color: #808080;
}

#center_menu DIV{
	float: left;
	background: url('../img/line_menu.gif') no-repeat;
	width: 10px;
	height: 22px;
	padding-right: 15px;
}

#center_menu P{
	float: left;
	padding-right: 15px;
	padding-top: 3px;
}

#center_title span{
	width: 922px;
	font: bold 13px Arial;
	color: #4e4e4e;
	padding: 5px 0 5px 10px;
	background: url('../img/tittle.png') repeat-x;
	float: left;

}

*html #content {
	height: 520px;
}

#content {
	width: 938px;
	border-left: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	margin-left: 8px;
	min-height: 520px;
	background-color: #fff;
}

#content P#text {
	color: #282828;
	font: 11px Arial;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 20px;
	text-align: justify;
}

.types {
   width: 400px;
   font: 8pt Arial;
   color: #3a3a3a;
   padding-left: 40px;
   padding-top: 17px;
}

.types  span{
    font: bold 8pt Arial;
}

.types  span.selected{
    text-decoration: none;
    font: 8pt Arial;
}

.types  .tlink{
   color: #3a3a3a;
   text-decoration: underline;
}

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

#left_top {
	width: 3px;
	height: 260px;
	background: url('../img/top_left.png');
	position: absolute;
	top: 0;
	left: 7px;
}

#right_top {
	width: 3px;
	height: 260px;	
	background: url('../img/top_right.png');
	position: absolute;
	top: 0;
	left: 969px;
}


#left_bottom {
	width: 3px;
	height: 258px;
	background: url('../img/bottom_left.png');
	position: absolute;
	bottom: -1px;
	left: 7px;
}

#right_bottom {
	width: 3px;
	height: 258px;
	background: url('../img/bottom_right.png');
	left: 969px;
	bottom: -1px;
	position: absolute;
}

.br {
	clear: both;
}

#foot {
	width: 940px;
	height: 3px;
	background: url('../img/foot.png') no-repeat;
	margin-left: 8px;
	padding-bottom: 41px;
}

#footer {
	width: 979px; 
	height: 75px;
	margin: 0px auto;
}

body #remarks{
	font: 8px Arial;
	color: white;
	text-align: center;
	width: 979px; 
}

#under {
	width: 979px;
	height: 13px;
	background: url('../img/footer.png') no-repeat;
}

#cfoot {
	height: 50px;
	background: url('../img/footer_logo.png') no-repeat 20px 0px;
	color: #fff;
}

#fleft {
	width: 330px;
    float: left;
	padding-left: 75px;
	padding-top: 8px;
	font: 11px Arial;

}

#fcenter{
	width: 310px;
    float: left;
	padding-top: 8px;

}

#fright{
    float: left;
	padding-top: 28px;
	font: 11px Arial;
	background: url('../img/tel.png') 0 4px no-repeat; 
}

#main_content {
	padding-top: 10px;
	padding-left: 5px;
	height: 705px;
}


#products{
	float: left;
	left: 3px;
	margin-bottom: 10px;
}

#products div{
	width: 336px;
	height: 95px;
}

#products p{
	font: 8pt Arial;
	padding-left: 82px;
	padding-right: 15px;
	position: relative;
	top: 35px;
}

#products a{
	font: 7.5pt Arial;
	color: white;
	display: block;
	margin-left: 190px;
	margin-top: 40px;
	width: 126px;
	height: 14px;
	padding-left: 7px;
	background: url('../img/bgbutton.png') no-repeat;
}

#products a:hover{
	color: #cacaca;
}


#prod1{
	background: url('../img/prod1.jpg') no-repeat;
}

#prod2{
	background: url('../img/prod2.jpg') no-repeat;
}

#prod3{
	background: url('../img/prod3.jpg') no-repeat;
}

#info{
	float: left;
	width: 615px;
	height: 285px;
	margin-bottom: 10px;
}

#last{
	width: 326px;
	height: 370px;
	left: 6px;
	background: url('../img/bglast.png') repeat-x;
	float: left;
}

#last #news {
    margin: 10px 0 6px 14px;
}

#last #news DIV {
    margin: 7px 0 0 10px;
}

#last #news P {
	color: #4e4e4e;
	font:  11px Arial;
	margin: 0;
    padding: 0;
	padding-bottom: 5px;
}

#last #news P A{
	color: #4e4e4e;
	font:  11px Arial;
	text-decoration: none;
}

#last #news P A:hover{
	text-decoration: underline;
}



#last #news #news_name {
	color: #4e4e4e;
	font: bold 10pt Arial;
}


#last  #proj div{
	height: 125px;
	margin-top: 10px;
}

#last #last_proj {
    padding-bottom: 5px;
}

#last #proj p{
	color: #4e4e4e;
	font: bold 10pt Arial;
	padding-left: 14px;
	padding-top: 8px;
	background: url('../img/clast.png') no-repeat;
}

#last #proj  div p{
	color: #498fa8;
	font: 10.5pt Arial;
	padding-top: 25px;
	margin-bottom: 10px;
}

#last A{
	color: #7a7a7a;
	font: 10pt Arial;
	margin-left: 5px;
	text-decoration: underline;
}

#last IMG{
	float: left;
}

#features{
	width: 608px;
	height: 370px;
	left: 12px;
	margin-left: 12px;
	float: left;
	margin-top: 1px;
}

#dborder{
	height: 4px;
}

#features #dcborder{
	width: 603px;
	height: 3px;
	border-bottom: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	background: white;
	overflow: hidden;
	float: left;
}

#drborder{
	width: 4px;
	height: 4px;
	background: url('../img/drborder.png') no-repeat;
	float: left;
}

#dlborder{
	width: 4px;
	height: 4px;
	background: url('../img/dlborder.png') no-repeat;
	float: left;
}

#trborder{
	width: 4px;
	height: 26px;
	background: url('../img/trborder.png');
	float: left;
}

#tlborder{
	width: 4px;
	height: 26px;
	background: url('../img/tlborder.png');
	float: left;
}

#title{
	height: 26px;
}

#title p{
	color: #4e4e4e;
	font: bold 13px Arial;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	background: url('../img/tittle.png') repeat-x;
	width: 593px;
	border-left: 1px solid #e0e0e0;
	float: left;
}

#cfeatures{
	height: 339px;
	background: white;
	border-left: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
}

#cfeatures p{
	color: #7a7a7a;
	font: 8pt Arial;
	margin-top: 15px;
	padding: 8px 40px 0px 110px;
	position: relative;
	left: 20px;
	width: 152px;
	height: 58px;
	float: left;
}

#features p span{
	color: #5091a8;
	font: bold 11px Tahoma;
	position: relative;
	bottom: 3px;
}

#feat1{
	background: url('../img/feat1.png') no-repeat;
}

#feat2{
	background: url('../img/feat2.png') no-repeat;
}

#feat3{
	background: url('../img/feat3.png') no-repeat;
}

#feat4{
	background: url('../img/feat4.png') no-repeat;
}

#feat5{
	background: url('../img/feat5.png') no-repeat;
}

#feat6{
	background: url('../img/feat6.png') no-repeat;
}

#feat7{
	background: url('../img/feat7.png') no-repeat;
}

#feat8{
	background: url('../img/feat8.png') no-repeat;
}

.cert {
   border: 0;
   margin-left: 0px;
   padding-bottom: 5px;
}

.cert TD {
   border: 0;
   padding-right: 30px;
}

#content b{
	color: #940500;
}


#services{
   padding-top: 20px;
   margin-left: 30px; 
}

.catalog_block{
   float: left;
   padding-left: 30px;
   width: 270px;
   min-height: 150px;
   padding-bottom: 10px;
}

.catalog_block P.mark {
	font: 11px Tahoma;
	color: white;
	padding-bottom: 10px;
	padding-left: 6px;
	background: url('../img/marker.png') 0px 5px no-repeat; 
}

.catalog_block P.mark SPAN{
	font: 18px Tahoma;
	color: black;
	padding-left: 12px;
}

.catalog_block P{
	font: 8pt Tahoma;
	color: #00629D;
	background: url('../img/textmark.png') 12px 5px no-repeat; 
	padding-left: 24px;
	margin-left: 12px;
	padding-bottom: 2px;
}

.catalog_block A{
	font: 8pt Tahoma;
	color: #00629D;
	text-decoration: none;
}

.catalog_block A:hover{
	text-decoration: underline;
}

.types {
   width: 500px;
   font: 8pt Arial;
   color: #3a3a3a;
   padding-left: 40px;
   padding-top: 17px;
}


.types  A{
   font: 8pt Arial;
   color: #3a3a3a;   
   text-decoration: none;
}

.types A:hover{
   text-decoration: underline;
}


.projects {
   margin-left: 35px;
   width: 880px;
   padding-top: 5px;
   padding-bottom: 15px;
}

.projects .screen{
    width: 185px;
	padding-top: 20px;
	background:  url('../img/line2.jpg') 157px 18px no-repeat; 
}

.projects .screen IMG, .border{
	border: 1px solid #DEDDDD;
}

.projects .screen .bg{
	background:  url('../img/bg_projects.png') repeat; 
	width: 142px;
	height: 142px;
}

.projects  .body{
   width: 300px;
   vertical-align: top;
   padding: 17px 0 0 10px;
}

.projects  .body P.name {
   font: bold  11px Tahoma;
   width: 220px;
}

.projects  .body P.name A {
   font: bold  11px Tahoma;
   text-decoration: underline; 
   color: black;
}

.projects  .body P.name A:hover, .projects  .body P.url A:hover  {
   text-decoration: none; 
}


.projects  .body P.url{
   font: 11px Tahoma;
   padding-top: 7px;
   color: #0069AB;
}


.projects  .body P.url A{
   font: 11px Tahoma;
   color: #0069AB;
   text-decoration: underline; 
}

.projects  .body P.desc{
   font: 11px Tahoma;
   margin-top: 7px;
   width: 250px;
   position: absolute;
}

.projects  .body P.desc A{
   color: black;
}

#content .project  .project_view{
   width: 100%;  
}


#content  .project  .project_view #center{
   margin: 0 auto;
}

.project #block_left {
   height: 20px;
   width: 25px;
   float: left;
}

.project #block_left P {
   margin-top: 100px;
   height: 58px;
   width: 25px;
   background: url('../img/arrow_l.png') no-repeat;
   cursor: pointer;
}

.project #block_center {
   float: left;
   padding-bottom: 30px;
}

.project #block_right {
   height: 20px;
   width: 25px;
   float: left;
   margin-left: 3px;
   cursor: pointer;
}


.project #block_right P {
   margin-top: 100px;
   height: 58px;
   width: 25px;
   background: url('../img/arrow_r.png')  no-repeat;
}

.nav{
   font: 11px Tahoma;
   padding: 19px;
   width: 925px;
}

.nav  A{
   color: black;
   font: 11px Tahoma;
   text-decoration: underline;
   position: absolute;
}

.nav2{
   font: 11px Tahoma;
   padding: 15px 0 10px 10px;
   width: 920px;
}

.nav2  A{
   color: black;
   font: 11px Tahoma;
   text-decoration: underline;
   position: absolute;
}


.nav2   A#back{
   margin-left: 19px;
   padding-left: 22px;
   height: 20px;
   background: url('../img/pointer2.gif') no-repeat;
}

.nav2   A#all{
   margin-left: 415px;
}

.nav2  A#next{
   margin-left: 772px;
   padding-right: 25px;
   height: 20px;
   background: url('../img/pointer3.gif')  107px 0 no-repeat;
}

.project  A:hover{
   text-decoration: none;
}

.project_url A:hover{
   text-decoration: none;
}

.project_url  A{
   color: #0069AB;
   font: 11px Tahoma;
   text-decoration: underline;
   padding-bottom: 10px;
}

.project  A#back{
   margin-left: 25px;
   padding-left: 22px;
   height: 20px;
   background: url('../img/pointer2.gif') no-repeat;
}

.project  A#all{
   margin-left: 390px;
}

.project  A#next{
   margin-left: 725px;
   padding-right: 25px;
   height: 20px;
   background: url('../img/pointer3.gif')  107px 0 no-repeat;
}

.project  .desc{
   padding-top: 10px;
   padding-left: 65px;
   width: 600px;
}

.project  #raiting_star {
height: 16px;
position: absolute;
right: 40px;
margin-top: -30px;
}

.project  #raiting {
width: 83px; 
height: 16px;
position: relative; 
cursor: pointer; 
}

.project  #raiting_blank, #raiting_votes, #raiting_hover {
height: 16px; 
position: absolute;
}

.project  #raiting_blank { 
width: 83px;
background: url(../img/ratings.png); 
}

.project  #raiting_votes {
background: url(../img/ratings.png) 0 -16px;
}

.project  #raiting_hover {
max-width: 83px;
background: url(../img/ratings.png) 0 -32px; 
display: none;
} 

.project #raiting_info {
height: 14px;
padding-top: 2px;
margin-left: 100px;
}

.project #raiting_info h5 {
font: bold 11px Tahoma;
}

.project #raiting_info img {
vertical-align: middle; 
margin: 0 5px; 
display: none;
}




























.project  .desc H1{
   font: bold 11px Tahoma;
}

.project  .desc P{
   margin: 10px 0 10px 0;
   font: 11px Tahoma;
}

#pages{
	overflow: hidden;
	margin: 7px 0 0 360px;
    padding-bottom: 30px;
} 

#pages P{
	float: left;
	padding: 0px 2px;
    background: none;
}

#pages A{
	display: block;
	width: 15px;
	color: #4b4b4b;
	font: 0.75em Arial;
	text-decoration: none;
	text-align: center;
}

#pages A.active{
	background: url(../img/active_page.gif) no-repeat;
	color: #fff;
}


#content #mainForm DIV{
	float: none;
	width: auto;
	height: 90px;
	padding-top: 15px;
}

#content #mainForm DIV P{
	font: 8pt Arial;
	color: #3a3a3a;
	padding: 0;
	float: left;
	height: 35px;
	padding-right: 29px;
	margin-bottom: 5px;
	background: url('../img/field1.png') no-repeat left bottom;
}

#content #mainForm DIV P INPUT{
	width: 125px;
	height: 15px;
	border: 0;
	margin-left: 4px;
	margin-top: 4px;
}

#content #mainForm P#field3{
	background: url('../img/field3.png') no-repeat 0px 15px;
	font: 8pt Arial;
	color: #3a3a3a;
	padding: 0;
	padding-bottom: 5px;
}

#content #mainForm P#field5{
	font: 8pt Arial;
	color: #3a3a3a;
	padding: 0;
	padding-bottom: 5px;
	background: none;
	margin-top: -30px;
	position: absolute;
}



#content  #mainForm DIV{
	float: none;
	width: auto;
	height: 90px;
	padding-top: 15px;
}

#content  #mainForm DIV P{
	font: 8pt Arial;
	color: #3a3a3a;
	padding: 0;
	float: left;
	height: 35px;
	padding-right: 29px;
	margin-bottom: 5px;
	background: url('../img/field1.png') no-repeat left bottom;
}

#content  #mainForm DIV P INPUT{
	width: 125px;
	height: 15px;
	border: 0;
	margin-left: 4px;
	margin-top: 4px;
}

#content  #mainForm P#field2{
	background: url('../img/field2.png') no-repeat 0px 15px;
	font: 8pt Arial;
	color: #3a3a3a;
	padding: 0;
	padding-bottom: 5px;
}

#content  #mainForm P#field2 TEXTAREA{
	margin-top: 5px;
	margin-left: 5px;
	width: 283px;
	height: 90px;
	border: 0;
	overflow: hidden;
}

#content  #mainForm P#field2 INPUT{
	border: 0;
	width: 113px;
	height: 19px;
	font: bold 9pt Arial;
	color: #fff;
	margin-top: 20px;
	margin-left: 180px;
	background: url('../img/send.png') no-repeat; 
}

#button {
	border: 0;
	width: 113px;
	height: 19px;
	font: bold 9pt Arial;
	color: #fff;
	margin-top: 20px;
	background: url('../img/send.png') no-repeat; 
}

#contacts .conteiner{
   margin: 20px 0 0 90px;
   float: left;
   width: 350px;
}

#contacts .name{
   	color: #62A408;
	font: bold 15px Arial;
}

#contacts .conteiner P{
	font:  11px Tahoma;
	padding-bottom: 7px;
}

#contacts .conteiner .br2{
   padding-bottom: 14px;
}

#contacts .conteiner P A{
	text-decoration: underline;
	color: #282828;
}

#contacts .conteiner P A:hover{
	text-decoration: none;
	color: #282828;
}

#contacts .conteiner SPAN{
	font:  11px Arial;
}

#contacts .conteiner .block_on{
	 background: url('../img/web-online.png') no-repeat;
	 padding-left: 60px;
	 height: 100px;
	 width: 200px;
}

#contacts .conteiner .block_off{
	 background: url('../img/web-offline.png') no-repeat;
	 padding-left: 60px;
	 height: 100px;
	 width: 200px;
}

.chat_link{
	 height: 64px;
	 width: 50px;
     position: absolute;
	 cursor: pointer;
	 margin-top: 1px;
}

.br4 {
     padding-top: 4px;
}

#content #text2 {
	color: #282828;
	font: 11px Arial;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 20px;
	text-align: justify;
	width: 600px;
	float: left;
    font-family: "Tahoma", "Arial", sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-size: 69%;
    line-height: 1.3599999999999999em;
}

#content #text3, #content #text4  {
	color: #282828;
	font: 11px Tahoma;
	padding: 20px 30px 8px 30px;
	text-align: justify;
	width: 880px;
    font-family: "Tahoma", "Arial", sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-size: 69%;
    line-height: 1.3599999999999999em;
}

#content #text5 {
	color: #282828;
	font: 11px Tahoma;
	padding-left: 100px;
	padding-right: 30px;
	padding-top: 0px;
	text-align: justify;
	width: 880px;
}

#content  #right_block {
	color: #282828;
	font: 11px Arial;
	margin-top: 20px;
	width: 220px;
	float: left;
}

#content  #right_block .name {
	color: #7CA0AF;
	font: bold 17px Arial;
	text-align: justify;
	width: 220px;
	padding-bottom: 5px;
}

#content  #right_block .type1{
	background:  url('../img/type1.gif') no-repeat;
	width: 255px;
	height: 45px;
	padding-bottom: 10px;
}

#content  #right_block .type2{
	background:  url('../img/type2.gif') no-repeat;
	width: 255px;
	height: 45px;
	padding-bottom: 10px;
}

#content  #right_block .type3{
	background:  url('../img/type3.gif') no-repeat;
	width: 255px;
	height: 45px;
	padding-bottom: 10px;
}

#right_block .space{
    padding-top: 12px;
}

#right_block .desc{
    float: left;
	width: 215px;
	height: 45px;
	color: #282828;
	font: 11px Arial;
	padding-left: 38px;
	padding-top: 8px;
}


#right_block .desc A{
    color: #282828;
}

#right_block .desc A:hover{
    text-decoration: underline;
}

.flash{
  width:614px;
  height:285px;
}

.br3{
  padding-bottom: 15px;
}

.order {
	width: 600px;
	color: #282828;
	font: 11px Arial;
	padding-right: 30px;
	margin-top: 20px;
	background:  url('../img/order.gif') no-repeat;
}

.order #mess{
	padding-top: 8px;
	padding-left: 112px;
	padding-bottom: 20px;
	color: red;
	height: 12px;
}

.order .str{
	width: 600px;
	float: left;
	padding-left: 5px;
}

.order .client_type .radio{
    width: 15px;
}

.order .client_type .name{
    width: 178px;
	height: 35px;
}

.order .block{
	float: left;
	width: 175px;
	height: 45px;
	margin-right: 20px;
}

.order #type2{
   display: none;
}


.order .block P{
	width: 180px;
	height: 18px;
	margin-right: 20px;
	color: #282828;
	font: 11px Arial;
}

.order .block P.form{
	width: 130px;
    height:30px;
	padding-top: 2px;
	padding-left: 5px;
	padding-right: 6px;
	background:  url('../img/field1.png')  no-repeat;
	color: #282828;
	font: 11px Arial;
}


.order .block #err{
	width: 130px;
    height:30px;
	background:  url('../img/field1_err.png')  no-repeat;
}

.order  #err2{
    border-color:red;
    border-style:solid;
    border-width:1px;
}


.order .block .form INPUT{
    width: 125px;
    height:15px;
	border: 0;
	color: #282828;
	font: 11px Arial;
}

.order .block P.form6{
	width: 130px;
    height:30px;
	padding-top: 2px;
	padding-left: 5px;
	padding-right: 6px;
	background:  url('../img/field1.png')  no-repeat;
	color: #282828;
	font: 11px Arial;
    *background: none;
	*padding-left: 1px;

}

.order .block .form6 SELECT{
    width: 125px;
    height:15px;
	border: 0;
	color: #282828;
	font: 11px Arial;
    *height:20px;
    *width: 132px;
    cursor: pointer;
}

.order .form2{
	width: 600px;
    height:113px;
	padding-top: 2px;
	padding-left: 5px;
	padding-right: 6px;
	background:  url('../img/form5.png')  no-repeat;
	color: #282828;
	font: 11px Arial;
}

.order .form2 TEXTAREA{
	width: 522px;
    height:105px;
	border: 0;
	overflow-x: hidden;
	overflow-y: auto;
	color: #282828;
	font: 11px Arial;
	padding-top: 2px;
}

.order .form3{
	width: 130px;
    height:30px;
}

.order .file{
	 margin-top: 3px;
}

.order .form3 INPUT{
	color: #282828;
	font: 11px Arial;
    border-color:#B5C1CC;
    border-style:solid;
    border-width:1px;
	width: 300px;
	padding: 2px;
	background: white;
}

.button {
	border: 0;
	width: 113px;
	height: 19px;
	font: bold 9pt Arial;
	color: #fff;
	margin-top: 5px;
	background: url('../img/send.png') no-repeat;
	cursor: pointer;
}

#load {
	margin-top: 5px;
	width: 113px;
	height: 19px;
	background: url('../img/load.gif') no-repeat; 
	display: none;
	cursor: pointer;
}

.order .complete{
    margin-left: 20px;
	margin-top: 10px; 
    border-color:#B5C1CC;
    border-style:solid;
    border-width:1px;
	padding:10px 10px 10px 20px;
	width: 520px;
}

.payments P {
    float: left;
	margin-left: 20px;
	margin-bottom: 15px;
}

.payments {
    margin-top: 20px;
}

#header #sites {
    background: none;
	margin-left: 137px;
	margin-top: 3px;
	position: absolute;
}

#header #sites SPAN{
    color: white;
	font: 13px Tahoma;
	margin-left: 5px;
}


#header #sites A{
    color: white;
	font: 13px Tahoma;
	margin-left: 5px;
}

#header #sites A:hover{
    text-decoration: underline;
}



.free {
	width: 28px;
	height: 180px;
	background: url('../img/free.png')  no-repeat; 
	cursor: pointer;
    position: fixed;
	top: 285px;
}

.free:hover {
	background: url('../img/free2.png')  no-repeat; 
}

.contacts_link {
    text-decoration: underline;
	color: black;
}

.contacts_link:hover {
    text-decoration: none;
	color: black;
}

.adress {
	background: url('../img/cont_bg.gif')  no-repeat; 
    width: 381px;
	height: 35px;
	padding: 9px 8px 5px 14px;
}

.link{
    color: black;
	text-decoration: underline;
}

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

.customer #search {
   	background: url('../img/search.gif')  no-repeat; 
    width: 436px;
	height: 20px;
	float: left;
}

.customer #search INPUT {
    width: 400px;
	height: 12px;
	margin-top: 3px;
	*margin-top: 2px; 
	margin-left: 25px;
	font: 11px Tahoma;
}


.customer #search_button {
	float: left;
	margin-left: 5px;
}

.customer #search_button INPUT {
	border: 0;
	width: 113px;
	height: 19px;
	font: bold 9pt Arial;
	color: #fff;
	background: url('../img/send.png') no-repeat; 
}

.customer .search_block{
    margin: 0 auto;
	width: 650px;
}

.products .product {
     width: 430px;
	 height: 150px;
	 margin-bottom: 10px;
	 float: left;
	 margin-left: 5px;
}

.products .pr-1 {
	 background:  url('../img/products-1.png') no-repeat; 
}

.products .pr-2 {
	 background:  url('../img/products-2.png') no-repeat; 
}


.products .product DIV {
     width: 270px;
	 margin-left: 115px;
	 margin-top: 8px;
}

.products .product .name  {
     font: bold  11px Tahoma;
}

.products .product .text  {
     margin-top: 3px;
	 font:  11px Tahoma;
}

.bookmark {
	 width: 77px;
     height: 77px;
	 background:  url('../img/bookmark.png') no-repeat; 
	 position: fixed;
	 cursor: pointer;
}

.positive{
   	 background: url("../img/positive.png") 0 3px no-repeat;
     padding-left: 33px;
}