/*---------------------------- Стандартные классы ----------------------------*/
* {
margin:0px;
padding:0px;
border:0px;
box-sizing:border-box;
-moz-box-sizing:border-box;/* переключаем Mozillaвскую блочную модель на IE'шную (тут ругается валидатор) */
}
html,body {
width:100%;
height:100%;
}
table {/* шобы не писать cellspacing="0" cellpadding="0", ширина таблицы всегда 100% - и это правильно :) */
width:100%;
border-collapse:collapse;
}
tr,td,ul,li { /* шобы всё было чётко и чтобы списки не пёрло в IE5 */
text-align:left;
vertical-align:top;
}
a {
text-decoration:underline;
}
a:hover {
text-decoration:none;
}
ul {
list-style:none; /* чистим список от точек */
}
img { /* этому тегу IE'шная блочная модель не по нраву в Mozilla, пропускаем */
box-sizing:content-box;
-moz-box-sizing:content-box;
}
body {
background:#fff;
}
h3 {
padding:15px 0;
text-indent:8px;
font:bold 12px tahoma;
}

/*----------------------------- Основные элементы ----------------------------*/
#container {
min-width:1000px;
height:100%;
background:#fff;
}
#header {
height:192px;
background:url('images/header_bg.gif') #1dc3e9 left top repeat-x;
}
#left_pix {
width:100%;
height:192px;
float:left;
background:url('images/left_pix_pic.jpg') left top no-repeat;
}
#right_pix {
width:100%;
height:192px;
padding:75px 0 0 47%;
float:left;
background:url('images/right_pix_pic.jpg') 450px 100% no-repeat;
}
#right_pix div {
float:left;
}
#title {
width:23%;
height:54px;
background:url('images/title_bg.jpg') #53a2cb left top repeat-y;
}
#title div.corner {
width:100%;
height:100%;
padding-top:21px;
background:url('images/title_corner_pic.gif') right top no-repeat;
}
#title img {
margin-left:20px;
float:left;
}
#menu {
width:77%;
height:54px;
position:relative;
z-index:5;
background:url('images/menu_bg.jpg') #1889b9 left top repeat-y;
}
#menu ul {
height:100%;
padding:19px 0 0 30px;
}
#menu ul li {
height:35px;
padding:4px 11px 0 10px;
float:left;
position:relative;
background:url('images/menu_ul_pic.gif') right top no-repeat;
}
#menu ul li.popup {
background:url('images/menu_ul_li_a_popup.gif') right top no-repeat;
}
#menu ul li.last {
background:none;
}
#menu li img {
display:block;
}
#menu ul li ul {
width:225px;
height:auto;
padding:0px;
border-top:3px solid #086087;
display:none;
position:absolute;
top:35px;
left:0px;
background:url('images/menu_corner.gif') right bottom no-repeat;;
}
#menu ul li:hover ul,
#menu ul li.jshover ul {
display:block;
}
#menu ul li ul li {
height:auto;
padding:0 0 0 25px;
clear:left;
font:11px tahoma;
background:url('images/menu_ul_li_ul_li.gif') #87c5e2 9px 50% no-repeat;
}
#menu ul li ul li a {
width:200px;
height:auto;
padding:0px;
display:block;
color:#003850;
}
#menu ul li ul li.bold {
padding:20px 0 15px 25px;
background:url('images/menu_ul_li_ul_li.gif') #87c5e2 9px 25px no-repeat;
}
#menu ul li ul li.bold a {
font-weight:bold;
}
#menu ul li ul li.last {
width:195px;
height:31px;
background:#87c5e2;
}
#menu2 {
width:23%;
height:100%;
padding:25px 20px 160px 35px;
background:url('images/menu2_bg.jpg') #95d1eb left top repeat-y;
}
#menu2 ul {
line-height:0px;
}
#menu2 ul li {
width:100%;
padding:6px 0;
font:13px tahoma;
}
#menu2 ul li a {
color:#003850;
}
#content {
width:77%;
}
#second {
padding:40px 30px 90px 30px;
position:relative;
}
#content div.title {
width:100%;
padding:15px 30px 13px 30px;
background:#d6edf8;
}
#content div.title img {
border:0px;
display:block;
}
#content img {
border:5px solid #fff;
}
#content p {
padding:2px 0;
font:13px tahoma;
text-align:justify;
}
#content li {
padding-left:10px;
font:13px tahoma;
text-align:justify;
line-height:16px;
}
#special {
width:50%;
float:left;
background:url('images/special_bg.jpg') #b8e2f8 left top repeat-y;
}
#special div.corner {
width:100%;
height:100%;
padding:20px 20px 40px 20px;
background:url('images/special_corner_pic.gif') 0% 100% no-repeat;
}
#special img.title {
margin-bottom:20px;
border:0px;
}
#special p {
text-indent:0px;
}
#special p a {
padding-right:12px;
font:bold 11px tahoma;
color:#0f6185;
background:url('images/menu_ul_li_ul_li.gif') 100% 5px no-repeat;
}
#special p.blue {
padding:10px;
color:#0f6185;
text-align:left;
text-indent:0px;
}
#footer {
min-width:1000px;
margin-top:-133px;
position:relative;
}
#contacts {
width:23%;
min-width:230px;
height:133px;
margin-top:-133px;
position:relative;
float:left;
background:url('images/title_bg.jpg') #53a2cb left top repeat-y;
}
#contacts div.corner {
width:100%;
height:100%;
padding-top:22px;
background:url('images/contacts_corner_pic.gif') right top no-repeat;
}
#contacts img {
margin-left:20px;
float:left;
}
#contacts div.text {
width:230px;
padding:3px 0 0 18px;
float:left;
clear:both;
font:11px tahoma;
color:#fff;
}
#contacts div.text a {
color:#9bdbfc;
}
#spacer {
height:79px;
}
#copy {
height:54px;
padding-bottom:13px;
padding-left:23%;
margin-top:-54px;
position:relative;
background:#1a87b6;
}
#copyright {
width:50%;
height:100%;
padding:17px 0 0 30px;
float:left;
font:10px tahoma;
color:#a7d3ee;
background:url('images/copyright_pic.gif') right 18px no-repeat;
}
#select {
width:35%;
height:100%;
float:left;
padding:17px 0 0 35px;
}
label {
padding:4px 15px 0 0;
float:left;
font:10px tahoma;
color:#a7d3ee;
}
select {
width:158px;
border:1px solid #5babd9;
font:10px tahoma;
background:#fff;
}
#logo {
width:14.9%;
height:100%;
padding-top:6px;
float:left;
position:relative;
z-index:5;
}
#logo img {
float:right;
}
#promo {
height:11px;
overflow:hidden;
font:9px arial,sans-serif;
margin-top:-13px;
position:relative;
right:5px;
float:right;
z-index:10;
}
#promo a {
color:#a7d3ee;
}
div.spacer {
height:2px;
font-size:1px;
}
div.both {
clear:both;
overflow:hidden;
}
#spec_tab th {
width:15%;
padding:3px;
border:1px solid #0080b7;
font:bold 11px tahoma;
color:#0d5777;
text-align:center;
vertical-align:middle;
}
#spec_tab td {
padding:3px;
border:1px solid #0080b7;
font:11px tahoma;
color:#000;
text-align:center;
vertical-align:middle;
}
#spec_tab td div {
width:22px;
margin:0px auto;
text-align:right;
}
#spec_tab td a {
color:#000;
text-decoration:none;
}
#spec_tab td a:hover {
text-decoration:underline;
}

#width {
width:100%;
min-width:1000px;
}
/* для IE */
* html #minwidth {
padding-left:1000px;/*min-width*/
}
* html #copy {
margin-left:-1000px; /*-min-width*/
position:relative;
}
/*\*/
* html #minwidth,
* html #copy,
* html #layout {
height:0px;
}
#copy {
position:relative;
}
div.both {
clear:both;
overflow:hidden;
}
img.pix {
margin:5px;
}
#send label {
width:121px;
height:21px;
padding:5px 10px 0 0;
float:left;
color:#003850;
font:11px tahoma;
text-align:right;
}
#send div.both {
padding:3px 0;
}
#send .red {
color:#ff3333;
}
#send input.text {
width:300px;
height:21px;
padding:3px;
margin:1px 0;
color:#000;
font:12px tahoma,verdana,arial;
border:1px solid #95d1eb;
background:#fff;
}
#send textarea.text {
width:350px;
height:200px;
padding:3px;
margin:1px 0;
color:#000;
font:12px tahoma,verdana,arial;
border:1px solid #95d1eb;
background:#fff;
}
#send input.submit {
width:100px;
height:20px;
margin-right:10px;
border:1px solid #53a2cb;
color:#003850;
font:bold 9px tahoma,verdana,arial;
text-align:center;
cursor:pointer;
background:#95d1eb;
}
h1 {
font:bold 14px tahoma,verdana,arial;
letter-spacing:0px;
color:#1285B7;
}
/* #006b99#72B0CC#72B0D7#1285B7#95D1EB */




.price {
width:99%;
position:relative;
border-top:1px solid #95d1eb;
border-right:1px solid #95d1eb;
font:12px tahoma,verdana,arial;
}
.price td {
padding:3px;
border-bottom:1px solid #95d1eb;
border-left:1px solid #95d1eb;
vertical-align:middle;
}
.price th {
padding:5px;
border-bottom:1px solid #95d1eb;
border-left:1px solid #95d1eb;
font-weight:bold;
font-size:13px;
text-align:center;
vertical-align:middle;
}
.olx {margin-bottom: 30px;}
.olx p {text-align: center !important;}
.olx p a{color: #1285B7; font: bold 14px tahoma,verdana,arial; letter-spacing: 0;}
