*{
	padding: 0;
	margin: 0;
	border: 0;
}

html, body {
  width:100%;
  height:100%;
}

body{
	background: #fff;
	font-family:  Arial Narrow, Helvetica, sans-serif;
}

a {
     text-decoration: underline;
     color: #39c;
}
a:hover {
     text-decoration: none;
	  color: #ffa200;
}
table {
     border-collapse: collapse;
     border: none;
}
table td {

     vertical-align: top;
     padding: 5px;
     border: none;
}
table.visible td {
     border: 1px solid #7f7f7f;
}
p {
     padding-bottom: 5px;
}
ul {
     list-style: square;
}
ul, ol {
     list-style-position: inside;
     padding-bottom: 10px;
     padding-top: 5px;
}
ul li, ol li {
     padding-bottom: 4px;
}

ul ul {
	padding-left: 15px;
}


h1, h2, h3, h4{
	font-weight: normal;
	color: #ffa200;
}

h2 {
	font-size: 30px;
}

h3{
	font-size: 24px;
}

h4{
	font-size: 14px;
}

#wrapper {
   position: relative;
   margin: 0;
	width: 100%;
	height: 100%;
	min-width: 1004px;
}



.clear {
	clear: both;
}


/*------------------------------- head -------------------------------*/

#head {
   padding: 0 30px;	
}

#logo{
	float: left;
}

#lang {
   padding: 20px 0;
	float: right;
}

#lang img{
	padding-right: 7px;
}

#lang a{
	text-decoration: none;
	padding-left: 30px;
	color: #000;
}

#lang a:hover {
     text-decoration: underline;
	  color: #ffa200;
}

#menu {
	height: 50px;
   text-align: right;
	padding-top: 15px;
}

#menu a{
	text-decoration: none;
	color: #000;
}

#menu a:hover {
     text-decoration: underline;
	  color: #ffa200;
}

#menu ul{
	list-style: none;
	font-size: 14px;
}

#menu ul li {
	display: inline;
	padding: 7px 30px;
	background-color: #f2f2f2;
}

#menu ul li.first{
	background: #f2f2f2 url(../img/lifirst.jpg) no-repeat left;
}

#menu ul li.last{
	background: #f2f2f2 url(../img/lilast.jpg) no-repeat right;
}

/*------------------------------- conteiner -------------------------------*/
#conteiner{
	padding-bottom: 40px;
	position: relative;
	min-height: 100%;
}

* html #conteiner {
  height: 100%;
}

#sub-section-left{
	width: 270px;;
	padding-left: 30px;
	padding-top: 70px;
   float: left;
}

#content{
   float: left;
	margin-right: 220px;
	
}

#contentpage{
   float: left;
	margin-right: 220px;
}

#sub-section-right {
   position: absolute;
	right: 0;
   width: 220px;
   float: right;
}




#mainmenu ul{
   list-style: none;
	font-weight: bold;
	font-size: 16px;
}

#mainmenu ul li{

}

#mainmenu ul ul{
   padding-left: 15px;
	font-weight: normal;
	font-size: 14px;	
}


#news{
	padding-top: 60px;
	font-size: 14px;
}

.data{
	display: block;
	padding: 0 3px;
	font-size: 16px;
	color: #fff;
	background: #ffa200;
	width: 65px;
}

.news {
   padding-bottom: 15px;
	padding-left: 15px;
}

.allnews {
	font-size: 16px;
}


#phone {
   background: url(../img/phone.jpg) no-repeat left top;	
	font-size: 48px;
	color: #39c;
	padding-left: 44px;
	padding-bottom: 50PX;
}


#text{
	background-image: url(../img/photo_en.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	padding-top: 370px;
   padding-left: 320px;
	padding-right: 20px;	
	text-align: justify;
}



#textpage{
	padding-top: 70px;
   padding-left: 320px;
	padding-right: 20px;	
	text-align: justify;
}


#formorder{
	padding-bottom: 50px;
}

input, select, textarea {
	border: 1px solid #ccc;
	padding: 3px;
	margin-bottom: 7px;
}

input, textarea{
	width: 190px;
}

.banner{
	padding-bottom: 50px;
}

#manager{
	padding-bottom: 50px;
}


/*------------------------------- footer -------------------------------*/

#footer{
   padding: 10px 30px;
	font-size: 13px;
	clear: both;
	position: relative;
   margin-top: -2.5em;
   height: 2.5em;
}

#footer table{
   width: 100%;
	background: #f5f5f5; 	
}

#footer table td{
	padding: 10px 20px;
}

.banbox{
	clear: both;
}


#reklama{
	font-size: 13px;
   padding: 20px 40px;
	position: relative;
	clear: both;
	margin-top: 12px;
   
}

#reklama b{
	display: block;
	font-weight: 500;
}

.manager{
	padding: 5px;
	
}

.manager h4{
	font-size: 16px;
	color: #646464;
	font-weight: bold;
}