html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  border: 0; 
 }

body {
	height: 100%;
	margin: 0; 
	padding: 0;
	border: 0;
	background: #EEEEEE; 
	font-family: Tahoma, Verdana, Arial, Trebuchet MS; 
	color:#333333; 
	font-size: 0.8em; 
}


table, td {
	border-collapse: collapse; 
	empty-cells: show; 
	border-color: #ccc;
	font-size: 12px; 
}

hr {
	color: #CCCCCC;
	border-top: 1px solid #cccccc;
	height: 2px;
	margin-left: 15px; 
}
	
a {
	color: #535353;
	text-decoration: underline;  
}
a:hover {
	color: #000000;
	text-decoration: none;  
}
	
/* Заголовки */
h1 {
	font-weight: bold;
	color: #6B8391;
	font-size: 170%;
}
h2 { 
	font-size: 105%;
	color:#922928; 
}
h3 {
	font-size: 100%;
	color:#535353; 
}
	


/* Основная таблица, для 100% высоты */

.MainTable {
	width: 80%;
	height: 100%;
	background: #ffffff;  
}
	
.MainTableTop {
	height: 90%;
	vertical-align: top; 
}

.MainTableBot {
	height: 50px;
	vertical-align: top; 
}
	
	
/* В шапке наложение слоёв */
.DivcheG {
	height: 60px;
	width: 100%;
}
.DivcheG img {
	display: none;
}
.DivcheG .LogoText  {
	position: absolute; 
	top: 1px;
	left: 1px;
	width: 290px;
	padding: 1px;
	background: #ffffff;
	border-right: 4px solid #E77817;
	font-weight: bold;
	color: #6B8391;
	font-size: 24px;
}
.DivcheG .LogoTel  {
	position: absolute; 
	top: 1px;
	right: 1px;
	padding: 1px;
	width: 290px;
	font-weight: bold;
	color: #6B8391;
	font-size: 24px;
}



/* Центральная таблица */


/*  Левая ячейка главной таблицы */
.CenterLeft {
	width: 10%;
}
.CenterLeft td {
	vertical-align: top; 	
}

/*  Таблица для блока описания слева */	
.TextPicLeft td{
}
/*  Для заголовка и отступа */	
.TextPicLeft .headerL{
	padding-bottom: 7px;  
}
.TextPicLeft .headerLbg {
	display: none;
}	
.TextPicLeft .headerL h1{
	margin: 0;
	padding: 0;
	font-weight: bold;
	color: #6B8391;
	font-size: 170%;  
}
/*  Для автобусиков */	
.TextPicLeft .picB {
	padding-top: 3px;
}
.TextPicLeft .picB img{
	border: 1px solid #cccccc;
}
.TextPicLeft .picM {
	display: none;
}

/*  Для автобусиков описания */	
.TextPicLeft .opisalovo {
	border-bottom: 2px solid #A4AABB;
	padding-bottom:10px;
	width: 250px;
 }
	
	
/* Правое поле */

.CenterRight {
	width: 50%;
	vertical-align: top; 
	padding-top: 37px;
}
.TextCompany {
	background: #EFEEEE;
	padding: 0px;
}
.TextCompany p{
	margin-bottom: 0;
	}
	
/* Оформление заказа */

.order {	
	width: 100%;
}
.order .gr{	
	background: #EFEEEE;
}
.order th{
	padding: 20px 20px 15px 20px;
	text-align: left;
	font-weight: bold;
	color: #FF4400;
	font-size: 170%;  
}
.order td{	
	height: 20px;
	padding: 5px 20px 5px 20px;
}
.orderForm {
	padding: 0;
	margin: 0;
}
.orderInput {
	padding:0;
	margin:0;
	height: 20px;
	width: 184px;
	border: 1px solid #A2A1A1; }

.orderInputShort {
	padding:0;
	margin:0;
	height: 20px;
	width: 50px;
	border: 1px solid #A2A1A1; }

.orderTextarea {
	width: 182px;
	height: 50px;
	}
.orderModel {
	width: 184px;
	}
.orderDataM {
	width: 90px;
	}
.orderData { 
	width: 188px;
	}
.orderData td { 
	padding:0;
	padding-right: 1px;
	}
	
.order .orderLink {
	text-decoration: underline; 
	font-weight: bold;
	color: #FF4400;
	font-size: 110%;  }
	
.orderLink a:hover {
	text-decoration: none; 
	font-weight: bold;
	color: #FF4400;
	font-size: 110%;  }
	
.submitOrder {
	text-decoration:underline;
	padding: 0; 
	margin: 0; 
	color: #535353;}

.submitOrder input{
	border: 0; 
	text-align: right; 
	padding: 0; 
	margin: 0; 
	cursor:pointer; 
	text-decoration:underline; 
	background: none; 
	font-weight: bold;
	color: #FF4400;
	font-size: 110%;
	float: right; }

/* Футер, Копирайт */

.footer {
	width: 100%;
	height: 100%; 
}
.footer td {
	padding: 16px 16px 16px 16px;  
}
.footer .address img {
	float: left;
	padding-right: 14px;
	padding-top: 2px;
}
