﻿html, body 
{
    margin: 0;
    padding: 0;
    background: url(bg.jpg);
    font-family: Verdana;
    font-size: 10pt;
    color: #333333;
}
#container 
{
    width: 1000px;
    margin: 0 auto;
    background: White;
    border: 1px solid #333333;
}
.time 
{
    border: 0;
    width: 150px;
    height: 51px;
}
.attention 
{
    padding: 5px;
    background: #ffef40;
    color: #1b8006;
    font-size: 14pt;
    font-weight: bold;
}
/* HTML */
hr 
{
    color: #808080;
    background-color: #808080;
    border: 0px none;
    height: 1px;
    clear: both;
}
ul 
{
    margin: 0;
    padding: 10px 10px 10px 20px;
    line-height: 1.5;
}
h2 
{
    text-align: center;
    color: #4d4d4d;
}
/* Social */
#icq 
{
    position: absolute;
    margin: 70px 0 0 22px;
    color: White;
    font-weight: bold;
}
#icq img 
{
    vertical-align: middle;
    border: 0;
}
#skype 
{
    position: absolute;
    margin: 70px 0 0 150px;
}
#skype img 
{
    vertical-align: middle;
    border: 0;
    margin-right: 5px;
}
#skype a 
{
    color: White;
    font-weight: bold;
}
.social 
{
	
}
.social-vkontakte 
{
	float: left;
	margin: 0 0 0 39px;
	display: block;
	background: url(social-min.png) 0 0;
	width: 34px;
	height: 36px;
}
.social-twitter
{
	float: left;
	margin: 0 0 0 10px;
	display: block;
	background: url(social-min.png) 0 -36px;
	width: 34px;
	height: 36px;
}
.social-facebook
{
	float: left;
	margin: 0 0 0 10px;
	display: block;
	background: url(social-min.png) 0 -72px;
	width: 34px;
	height: 36px;
}
/* HEAD */
#header 
{
    position: relative;
    height: 171px;
}
#line_up 
{
    background: url(line_up.png);
    width: 1000px;
    height: 29px;
}
#line_up_text 
{
    padding: 5px 10px 0 10px;
    color: White;
}
#line-up-menu 
{
    float: left;
}
#line_up_text img 
{
    border: 0;
    vertical-align: top;
}
#shops 
{
    float: right;
}
#logo 
{
    float: left;
    width: 305px;
    height: 100px;
}
#logo_img 
{
    border: 0;
}
#key_up1 
{
    float: left;
    width: 152px;
    height: 100px;
}
#key_up2 
{
    float: left;
    width: 150px;
    height: 100px;
}
#key_up3 
{
    float: left;
    width: 150px;
    height: 100px;
}
#phone 
{
    float: left;
    width: 243px;
    height: 100px;
    background: url(phone_bg.png);
}
/* MENU LEFT */
ul 
{
    font-size: 12pt;
}
li 
{
    padding-bottom: 5px;
}
h5 
{
    display: inline;
    font-family: Verdana;
    font-size: 10pt;
    margin: 5px;
}
.menu_left_main ul 
{
    margin: 0;
    padding: 0;
}
.menu_left_main ul li 
{
    margin: 0;
    padding: 0;
    list-style: none;
}
.menu_left_main 
{
    text-align: left;
}
.menu_left_title 
{
    padding-bottom: 5px;
    padding-left: 5px;
    font-size: 13pt;
    font-weight: bold;
}
.menu_left_bottom 
{
    margin: 5px;
}
.menu_left_more
{
	border-top: 1px solid #333333;
}
.menu_left 
{
    display: block;
    padding: 5px;
    background: #aacef2;
    border: 1px solid #333333;
    border-bottom: 0;
}
a.menu_left:link,a.menu_left:visited
{
    text-decoration: none;
    padding: 5px;
}
a.menu_left:hover
{
    background: #91c2f2;
}
/* MENU UP */
#menu 
{
    
}
#search 
{
    float: left;
    width: 393px;
    height: 42px;
    background: url(search_bg.png);
}
#search_text 
{
    text-align: center;
    padding-top: 8px;
}
/* CONTENT */
#content 
{
    float: right;
    width: 794px;
    background: White;
}
#content_text 
{
    margin: 10px;
}
/* NAVIGATION */
#navigation 
{
    background: url(navigation_bg.png);
    float: left;
    width: 206px;
}
.navigation_text 
{
    padding: 0 0 0 4px;
}
.navigation_text_up 
{
    padding: 0 6px 0 10px;
    text-align: center;
}
.navigation_up 
{
    background: url(navigation.png) 0 0;
    width: 206px;
    height: 6px;
    font-size: 0;
}
.navigation_down 
{
    background: url(navigation.png) 0 -6px;
    width: 206px;
    height: 11px;
    font-size: 0;
}
.navigation_block 
{
    background: white;
    padding: 10px 10px 0 5px;
}
/* FOOT */
#footer 
{
    clear: both;
    width: 100%;
    height: 103px;
    background: url(footer_bg.png);
}
#footer_text 
{
    text-align: center;
    padding: 10px;
}
#about 
{
    text-align: center;
    font-size: 8pt;
    margin: 5px;
    padding: 5px;
    background: #fff4bf;
}
.block 
{
    text-align: left;
    margin: 5px;
    padding: 5px;
    background: #cee0f2;
}
/* URL */
a.key1:link,a.key1:visited 
{
    background: url(keys.png) 0 0;
    display: block;
    width: 100px;
    height: 42px;
    float: left;
}
a.key1:hover 
{
    background: url(keys.png) 0 -42px;
}
a.key2:link,a.key2:visited 
{
    background: url(keys.png) 0 -84px;
    display: block;
    width: 107px;
    height: 42px;
    float: left;
}
a.key2:hover 
{
    background: url(keys.png) 0 -126px;
}
a.key3:link,a.key3:visited 
{
    background: url(keys.png) 0 -168px;
    display: block;
    width: 100px;
    height: 42px;
    float: left;
}
a.key3:hover 
{
    background: url(keys.png) 0 -210px;
}
a.key4:link,a.key4:visited 
{
    background: url(keys.png) 0 -252px;
    display: block;
    width: 120px;
    height: 42px;
    float: left;
}
a.key4:hover 
{
    background: url(keys.png) 0 -294px;
}
a.key5:link,a.key5:visited 
{
    background: url(keys.png) 0 -336px;
    display: block;
    width: 100px;
    height: 42px;
    float: left;
}
a.key5:hover 
{
    background: url(keys.png) 0 -378px;
}
a.key6:link,a.key6:visited 
{
    background: url(keys.png) 0 -420px;
    display: block;
    width: 80px;
    height: 42px;
    float: left;
}
a.key6:hover 
{
    background: url(keys.png) 0 -462px;
}
/**/
a.line_up_url:link, a.line_up_url:visited 
{
	color: White;
	text-decoration: none;
	font-weight: bold;
	font-size: 10pt;
}
a.line_up_url:hover 
{
	text-decoration: underline;
}
a.flag-en 
{
    display: block;
    float: left;
    width: 26px;
    height: 18px;
    background: url(flags.png) 0 0;
    text-decoration: none;
    margin-left: 5px;
}
a.flag-es 
{
    display: block;
    float: left;
    width: 26px;
    height: 18px;
    background: url(flags.png) -26px 0;
    text-decoration: none;
    margin-left: 5px;
}
a.flag-it 
{
    display: block;
    float: left;
    width: 26px;
    height: 18px;
    background: url(flags.png) -52px 0;
    text-decoration: none;
    margin-left: 5px;
}
a:link, a:visited 
{
	color: #0d4680;
	text-decoration: none;
	font-weight: bold;
	font-size: 10pt;
}
a:hover 
{
	text-decoration: underline;
}
a.keyUp1:link, a.keyUp1:visited 
{
    background: url(keysUp.png) 0 0;
    display: block;
    width: 152px;
    height: 100px;
}
a.keyUp1:hover 
{
    background: url(keysUp.png) 0 -100px;
}
a.keyUp2:link, a.keyUp2:visited 
{
    background: url(keysUp.png) 0 -200px;
    display: block;
    width: 150px;
    height: 100px;
}
a.keyUp2:hover 
{
    background: url(keysUp.png) 0 -300px;
}
a.keyUp3:link, a.keyUp3:visited 
{
    background: url(keysUp.png) 0 -400px;
    display: block;
    width: 150px;
    height: 100px;
}
a.keyUp3:hover 
{
    background: url(keysUp.png) 0 -500px;
}
/* FORM */
#search_form 
{
    margin: 0;
    padding: 0;
    display: block;
}
.search_form_text 
{
    margin: 0;
    border: 1px solid #333333;
    width: 280px;
    vertical-align: middle;
	padding: 4px 4px 3px 4px;
}
.search_form_img 
{
    margin: 0;
    padding: 0;
	width: 78px;
    height: 25px;
    vertical-align: middle;
}
