h1 {
    font-size: 300%; /* Размер шрифта в процентах */ 
   } 

.ramka{
    border:1px solid black;
}

.botton {
	font-size: small;
	font-style: normal;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #BDBDBD;
}
.TopHead {
	font-size: x-large;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #A9F5F2;
}
.TopHeadColor {
	font-size: x-large;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #2460A0;
	padding: 0 20px; /*смещение текста влево на 20*/
}
.TopHeadBlue {
	font-size: x-large;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #6495ED;
	padding: 0 20px; /*смещение текста влево на 20*/
}
.OptionsColor {
	font-size: normal;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #2460A0;
}

.Head {
	font-size: x-large;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #A9F5F2;
	padding: 0 20px; /*смещение текста влево на 20*/
}
.Main {
	font-size: medium;
	font-style: normal;
	font-weight: normal;
	text-align:justify;
	line-height: 1.5;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 20px; /*смещение текста влево на 20*/
}
.MainBlack {
	font-size: small;
	font-style: normal;
	font-weight: normal;
	text-align:justify;
	line-height: 1.5;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 20px; /*смещение текста влево на 20*/
}
.MainTable {
	font-size: small;
	font-style: normal;
	font-weight: normal;
	text-align:center;
	line-height: 1.5;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
.Phone {
	font-size: medium;
	font-style: normal;
	font-weight: normal;
	color: #A9F5F2;
	font-family: Arial, Helvetica, sans-serif;
}

.Menu {
	font-size: medium;
	font-style: normal;
	font-weight: normal;
	color: #A9F5F2;
	font-family: Arial, Helvetica, sans-serif;
}

/*Обтекание рисунка текстом*/
.leftimg {
    float:left; /* Выравнивание по левому краю */
    margin: 10px 20px 10px 0px; /* Отступы вокруг картинки */
   }
   .rightimg  {
    float: right; /* Выравнивание по правому краю  */ 
    margin: 10px 0 10px 10px; /* Отступы вокруг картинки */	
}
/*Обтекание рисунка текстом End*/

/*Смена картинки при наведении мыши*/
   a.rollover1 {
    background: url(/images/trackmobile-cta-1.jpg);
    display: block; 
    width: 289px; 
    height: 84px; 
   }
   a.rollover1:hover {
    background: url(/images/trackmobile-cta-1-color.jpg);
   }

   a.rollover2 {
    background: url(/images/trackmobile-cta-2.jpg);
    display: block; 
    width: 289px; 
    height: 84px; 
   }
   a.rollover2:hover {
    background: url(/images/trackmobile-cta-2-color.jpg);
   }

   a.rollover3 {
    background: url(/images/trackmobile-cta-3.jpg);
    display: block; 
    width: 289px; 
    height: 84px; 
   }
   a.rollover3:hover {
    background: url(/images/trackmobile-cta-3-color.jpg);
   }
/*Смена картинки при наведении мыши End*/

/*Смена языка Start*/
   a.lang_en {
    background: url(/images/menu/en_norm.png);
    display: block; 
    width: 33px; 
    height: 20px; 
   }
   a.lang_en:hover {
    background: url(/images/menu/en_light.png);
   }
   a.lang_ru {
    background: url(/images/menu/ru_norm.png);
    display: block; 
    width: 33px; 
    height: 20px; 
   }
   a.lang_ru:hover {
    background: url(/images/menu/ru_light.png);
   }
   a.lang_ua {
    background: url(/images/menu/ua_norm.png);
    display: block; 
    width: 33px; 
    height: 20px; 
   }
   a.lang_ua:hover {
    background: url(/images/menu/ua_light.png);
   }
/*Смена языка End */

/*Меню рус Start*/
   a.about_ru {
    background: url(/images/menu/ru_about.png);
    display: block; 
    width: 51px; 
    height: 20px; 
   }
   a.about_ru:hover {
    background: url(/images/menu/ru_about_light.png);
   }
   a.history_ru {
    background: url(/images/menu/ru_history.png);
    display: block; 
    width: 78px; 
    height: 20px; 
   }
   a.history_ru:hover {
    background: url(/images/menu/ru_history_light.png);
   }
   a.models_ru {
    background: url(/images/menu/ru_models.png);
    display: block; 
    width: 70px; 
    height: 20px; 
   }
   a.models_ru:hover {
    background: url(/images/menu/ru_models_light.png);
   }
   a.options_ru {
    background: url(/images/menu/ru_options.png);
    display: block; 
    width: 61px; 
    height: 20px; 
   }
   a.options_ru:hover {
    background: url(/images/menu/ru_options_light.png);
   }
   a.technology_ru {
    background: url(/images/menu/ru_technology.png);
    display: block; 
    width: 107px; 
    height: 20px; 
   }
   a.technology_ru:hover {
    background: url(/images/menu/ru_technology_light.png);
   }
   a.contacts_ru {
    background: url(/images/menu/ru_contacts.png);
    display: block; 
    width: 92px; 
    height: 20px; 
   }
   a.contacts_ru:hover {
    background: url(/images/menu/ru_contacts_light.png);
   }
/*Меню рус End */

/*Меню рус botton Start*/
   a.botton_main_ru {
    background: url(/images/menu/ru_botton_main.png);
    display: block; 
    width: 200px; 
    height: 15px; 
   }
   a.botton_main_ru:hover {
    background: url(/images/menu/ru_botton_main_light.png);
   }
   a.botton_contacts_ru {
    background: url(/images/menu/ru_botton_contacts.png);
    display: block; 
    width: 200px; 
    height: 15px; 
   }
   a.botton_contacts_ru:hover {
    background: url(/images/menu/ru_botton_contacts_light.png);
   }
   a.botton_history_ru {
    background: url(/images/menu/ru_botton_history.png);
    display: block; 
    width: 200px; 
    height: 15px; 
   }
   a.botton_history_ru:hover {
    background: url(/images/menu/ru_botton_history_light.png);
   }
   a.botton_news_ru {
    background: url(/images/menu/ru_botton_news.png);
    display: block; 
    width: 200px; 
    height: 15px; 
   }
   a.botton_news_ru:hover {
    background: url(/images/menu/ru_botton_news_light.png);
   }
   a.botton_models_ru {
    background: url(/images/menu/ru_botton_models.png);
    display: block; 
    width: 200px; 
    height: 15px; 
   }
   a.botton_models_ru:hover {
    background: url(/images/menu/ru_botton_models_light.png);
   }
   a.botton_viking_ru {
    background: url(/images/menu/ru_botton_viking.png);
    display: block; 
    width: 200px; 
    height: 15px; 
   }
   a.botton_viking_ru:hover {
    background: url(/images/menu/ru_botton_viking_light.png);
   }
   a.botton_hercules_ru {
    background: url(/images/menu/ru_botton_hercules.png);
    display: block; 
    width: 200px; 
    height: 15px; 
   }
   a.botton_hercules_ru:hover {
    background: url(/images/menu/ru_botton_hercules_light.png);
   }
   a.botton_hercules_full_width_cab_ru {
    background: url(/images/menu/ru_botton_hercules_full_width_cab.png);
    display: block; 
    width: 200px; 
    height: 15px; 
   }
   a.botton_hercules_full_width_cab_ru:hover {
    background: url(/images/menu/ru_botton_hercules_full_width_cab_light.png);
   }
   a.botton_titan_ru {
    background: url(/images/menu/ru_botton_titan.png);
    display: block; 
    width: 200px; 
    height: 15px; 
   }
   a.botton_titan_ru:hover {
    background: url(/images/menu/ru_botton_titan_light.png);
   }
   a.botton_atlas_ru {
    background: url(/images/menu/ru_botton_atlas.png);
    display: block; 
    width: 200px; 
    height: 15px; 
   }
   a.botton_atlas_ru:hover {
    background: url(/images/menu/ru_botton_atlas_light.png);
   }

/*Меню рус botton End */

/*Меню укр botton Start*/
   a.botton_main_ua {
    background: url(/images/menu/ua_botton_main.png);
    display: block; 
    width: 200px; 
    height: 15px; 
   }
   a.botton_main_ua:hover {
    background: url(/images/menu/ua_botton_main_light.png);
   }
   a.botton_contacts_ua {
    background: url(/images/menu/ua_botton_contacts.png);
    display: block; 
    width: 200px; 
    height: 15px; 
   }
   a.botton_contacts_ua:hover {
    background: url(/images/menu/ua_botton_contacts_light.png);
   }
   a.botton_history_ua {
    background: url(/images/menu/ua_botton_history.png);
    display: block; 
    width: 200px; 
    height: 15px; 
   }
   a.botton_history_ua:hover {
    background: url(/images/menu/ua_botton_history_light.png);
   }
   a.botton_news_ua {
    background: url(/images/menu/ua_botton_news.png);
    display: block; 
    width: 200px; 
    height: 15px; 
   }
   a.botton_news_ua:hover {
    background: url(/images/menu/ua_botton_news_light.png);
   }
   a.botton_models_ua {
    background: url(/images/menu/ua_botton_models.png);
    display: block; 
    width: 200px; 
    height: 15px; 
   }
   a.botton_models_ua:hover {
    background: url(/images/menu/ua_botton_models_light.png);
   }
   a.botton_viking_ua {
    background: url(/images/menu/ua_botton_viking.png);
    display: block; 
    width: 200px; 
    height: 15px; 
   }
   a.botton_viking_ua:hover {
    background: url(/images/menu/ua_botton_viking_light.png);
   }
   a.botton_hercules_ua {
    background: url(/images/menu/ua_botton_hercules.png);
    display: block; 
    width: 200px; 
    height: 15px; 
   }
   a.botton_hercules_ua:hover {
    background: url(/images/menu/ua_botton_hercules_light.png);
   }
   a.botton_hercules_full_width_cab_ua {
    background: url(/images/menu/ua_botton_hercules_full_width_cab.png);
    display: block; 
    width: 200px; 
    height: 15px; 
   }
   a.botton_hercules_full_width_cab_ua:hover {
    background: url(/images/menu/ua_botton_hercules_full_width_cab_light.png);
   }
   a.botton_titan_ua {
    background: url(/images/menu/ua_botton_titan.png);
    display: block; 
    width: 200px; 
    height: 15px; 
   }
   a.botton_titan_ua:hover {
    background: url(/images/menu/ua_botton_titan_light.png);
   }
   a.botton_atlas_ua {
    background: url(/images/menu/ua_botton_atlas.png);
    display: block; 
    width: 200px; 
    height: 15px; 
   }
   a.botton_atlas_ua:hover {
    background: url(/images/menu/ua_botton_atlas_light.png);
   }
   
/*Меню укр botton End */

/*Меню укр Start*/
   a.about_ua {
    background: url(/images/menu/ua_about.png);
    display: block; 
    width: 71px; 
    height: 20px; 
   }
   a.about_ua:hover {
    background: url(/images/menu/ua_about_light.png);
   }
   a.history_ua {
    background: url(/images/menu/ua_history.png);
    display: block; 
    width: 65px; 
    height: 20px; 
   }
   a.history_ua:hover {
    background: url(/images/menu/ua_history_light.png);
   }
   a.models_ua {
    background: url(/images/menu/ua_models.png);
    display: block; 
    width: 65px; 
    height: 20px; 
   }
   a.models_ua:hover {
    background: url(/images/menu/ua_models_light.png);
   }
   a.options_ua {
    background: url(/images/menu/ua_options.png);
    display: block; 
    width: 50px; 
    height: 20px; 
   }
   a.options_ua:hover {
    background: url(/images/menu/ua_options_light.png);
   }
   a.technology_ua {
    background: url(/images/menu/ua_technology.png);
    display: block; 
    width: 98px; 
    height: 20px; 
   }
   a.technology_ua:hover {
    background: url(/images/menu/ua_technology_light.png);
   }
   a.contacts_ua {
    background: url(/images/menu/ua_contacts.png);
    display: block; 
    width: 87px; 
    height: 20px; 
   }
   a.contacts_ua:hover {
    background: url(/images/menu/ua_contacts_light.png);
   }
/*Меню укр End */