* {
    padding: 0;
    margin: 0;
}

body {
background: #555;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 18px;
color: #333333;;
}

img { border: none; }
a { color: #3E92EA;  }
a:hover { text-decoration: none; color : #000; }

#wrap {
margin: 40px auto 0 auto;
width: 85%;
}

#header_img_index{
background: url("images/index.jpg") no-repeat;
padding-top: 0;
background-size: cover;
-	moz-background-size: cover;
background-position: left;
}

#header_img_history{
background: url("images/history.jpg") no-repeat;
padding-top: 0;
background-size: cover;
-	moz-background-size: cover;
background-position: left;
}

#header_img_location{
background: url("images/location.jpg") no-repeat;
padding-top: 0;
background-size: cover;
-	moz-background-size: cover;
background-position: left;
}


#header_img_shipping{
background: url("images/shipping.jpg") no-repeat;
padding-top: 0;
background-size: cover;
-	moz-background-size: cover;
background-position: left;
}

#header_img_relax{
background: url("images/relax.jpg") no-repeat;
padding-top: 0;
background-size: cover;
-	moz-background-size: cover;
background-position: left;
}

#header_img_currently{
background: url("images/currently.jpg") no-repeat;
padding-top: 0;
background-size: cover;
-	moz-background-size: cover;
background-position: left;
}

#header_img_media{
background: url("images/media.jpg") no-repeat;
padding-top: 0;
background-size: cover;
-	moz-background-size: cover;
background-position: left;
}






#header {
padding-bottom:10px;
}
#header h1 {
color: #fff;
font-size: 26px;
font-weight: 100;
letter-spacing: 0px;
padding: 12px 12px 5px 10px;
}
#header h1 a {
color: #fff;
text-decoration: none;
}
#header h1 a:hover {
color: #fff;
text-decoration: none;
}
#header h2 {
color: #ccc;
font-size: 15px;
font-weight: 100;
padding: 0 0 0 11px;
letter-spacing: -1px;
line-height: 12px;
}

#menu {
height: 30px;
line-height: 30px;
background: #3a8fe9;
}
#menu ul {
padding-left: 10px;
list-style-type: none;
}
#menu ul li {
display: block;
float: left;
}
#menu ul li a {
color: #eee;
padding: 0 10px;
font-size: 14px;
text-decoration: none;
text-shadow: black 1px 0px, black 1px 1px, black 0px 1px, black -1px 1px, black -1px 0px, black -1px -1px, black 0px -1px, black 1px -1px;
font-weight: 600;
}
#menu ul li a:hover {
color: #fff;
text-decoration: underline;
}

#content {
background: #ffffff;
padding: 10px 10px;
}

.left {
width: 95%;
float: center;
text-align: justify;
padding : 10px 0px 15px 10px;
font-size: 14px;
}
.left h2 {
color: #FF4800;
font-size: 18px;
letter-spacing: -1px;
font-weight: 100;
padding : 10px 0 15px 0;
}

.right {
width: 250px;
float: right;
padding: 10px;
border-left: 0px solid #bbb;
font-size: 12px;
}

.right ul {
list-style-type: none;
padding: 5px 10px 10px 10px;
}
.right h2 {
color: ##FF4800;
height: 30px;
font-size: 14px;
line-height: 30px;
}

.right a { text-decoration: none }


.right_200 {
width: 200px;
float: right;
padding: 2px;
border-left: 0px solid #bbb;
font-size: 12px;
color: #fff;
}

.right_200 ul {
list-style-type: none;
padding: 5px 10px 10px 10px;
}
.right_200 h2 {
color: ##FF4800;
height: 30px;
font-size: 14px;
line-height: 30px;
}
.right_200 a { text-decoration: none }

#top {
background: #555 url(images/top.jpg);
padding: 5px 0;
}
#bottom {
background: #555 url(images/bottom.jpg) no-repeat;
padding: 10px 0;
}

#footer {
text-align: right;
color: #fff;
font-size: 11px;
padding: 0 0 10px 0;
}



.block {
margin: 5px; /* Отступы вокруг элемента */
background: #3a8fe9; /* Цвет фона */
padding: 5px; /* Поля вокруг текста */
}


.pole {
border: 2px solid #fff; /* Параметры рамки */
padding: 10px; /* Поля вокруг текста */
margin: 5px; /* Отступы вокруг */
color: #fff;
font-size: 14px;
}

.pole_mini {
border: 2px solid #fff; /* Параметры рамки */
padding: 1px; /* Поля вокруг текста */
margin: 1px; /* Отступы вокруг */
color: #fff;
font-size: 12px;
}
