/* CSS Document */
html, body {
height: 100%;
margin: 0;
padding: 0;
}
body {
background:#fadf84;
font: 0.88em Tahoma, sans-serif;
color: #000;
line-height: 1.5;
width:100%;
}
#hadWindow {
background:#fff;
min-width: 970px;
max-width: 1270px;
height:auto;
min-height:100%;
margin: 0 auto;
position: relative;
box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
overflow: hidden;
}
*html #hadWindow {
height: 100%;
}
#page {
margin-bottom:-50px;
}
.ljschet {
display:none;
}
img {
border: 0;
}
table {
border-collapse: collapse;
}
.tableformat {
border-collapse: collapse;
}
.tableformat table td {
border:1px solid #000000;
}
table td {
vertical-align:top;
padding:10px;
}
table th {
border:2px solid #000000;
vertical-align:top;
padding:10px;
}
table td img {
border:1px solid #bebebe;
padding:2px;
}
.tcenter {
text-align:center;	
}
p {
margin-bottom: 1em;
}
h1 {
font-size: 2.5em;
font-weight: normal;
line-height: 1.1;
margin: 20px 0px;
}
h2 {
font-size: 2.1em;
font-weight: normal;
line-height: 1.1;
margin: 10px 0px;
}
h3 {
font-size: 1.6em;
font-weight: normal;
line-height: 1.2;
margin: 10px 0px;
}
ul {
list-style:disc;
}
ul, ol {
margin-bottom: 2em;
}
li {
margin-bottom: 1.5em;
}
li li {
margin-bottom: 0.5em;
}
a {
text-decoration:underline;
}
/*Header*/
#header {
height:30px;
padding: 30px 50px;
}
#header a {
color:#895120;
text-decoration:none;
font-size: 2.5em;
font-weight: normal;
line-height: 1.1;
}
#phonesheader {
position:absolute;
top:10px;
right:50px;
bottom: auto;
left:auto;
margin: 0 auto;
width:280px;
font-size: 1.6em;
color:#5e5e5e;
}
#phonesheader img {
vertical-align:middle;
margin: 10px;
-webkit-transition: all 0.5s ease-out;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
}
#phonesheader img:hover {
-webkit-transform: rotate(-7deg);
-moz-transform: rotate(-7deg);
-o-transform: rotate(-7deg);
}
/*Главное меню сверху*/
#menu {
min-width: 940px;
max-width: 1140px;
height:40px;
margin: 0 auto;
position: relative;
background-color:#f39f49;
box-shadow: 0 3px 4px 1px rgba(0, 0, 0, 0.3);
overflow: visible;
padding: 10px 15px;
text-align:right;
}
#menu a {
color:#fff;
}
#menu ul {
display: inline;
margin: 0;
list-style: none;
}
#menu ul li {
display: inline-block;
position: relative;
padding: 12px 10px;
cursor: pointer;
-webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
-ms-transition: all 0.2s;
-o-transition: all 0.2s;
transition: all 0.2s;
}
#menu ul li:hover {
background: #e38f39;
color: #fff;
}
#menu ul li ul {
text-align:left;
background-color:#e38f39;
padding: 0;
position: absolute;
top: 42px;
left: 0;
width: 170px;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
display: none;
opacity: 0;
visibility: hidden;
-webkit-transiton: opacity 0.2s;
-moz-transition: opacity 0.2s;
-ms-transition: opacity 0.2s;
-o-transition: opacity 0.2s;
-transition: opacity 0.2s;
}
#menu ul li ul li { 
background: #e38f39; 
display: block; 
color: #fff;
}
#menu ul li ul li:hover { 
background: #d17d27;
}
#menu ul li:hover ul {
display: block;
opacity: 1;
visibility: visible;
}
/*Контент*/
#ContentWindow {
padding:10px 50px 50px 50px;
}
/*Footer*/
#footer {
padding:10px 50px;
background-color:#fff4d6;
height:auto;
min-height:340px;
}
#footerleft {
float:left;
clear:both;
width:400px;
height:auto;
}
#faq-index {
background-color:#FFF;
box-shadow: 0 3px 4px 1px rgba(0, 0, 0, 0.3);
overflow: visible;
padding: 10px 15px;
}
#faq-index b {
border-bottom: 1px solid #c4c4c4;
padding:2px;
}
#footerleft a:link, #footerleft a:visited {
color:#60c5b5;
}
#footerleft a:hover {
color:#3c9385;
}
#footerright {
margin-left:420px;
height:auto;
width:auto;
}
#otpr {
border-top:1px solid #ebebeb !important;
border-left:1px solid #ebebeb !important;
border-right:1px solid #c4c4c4 !important;
border-bottom:1px solid #c4c4c4 !important;
color:#000 !important;
font-family:Tahoma, sans-serif !important;
}
#copy {
min-width: 970px;
max-width: 1270px;
height: auto;
margin: 0 auto;
position: relative;
box-shadow: 1px 0 20px 0px rgba(0, 0, 0, 0.3);
overflow: hidden;
background-color:#eaeaea;
border-top:#f6f6f6 1px solid;
font-size:0.8em !important;
}
#copyright {
margin-left:320px;
height:auto;
width:auto;
padding:20px 50px
}
#copyright a {
margin: 0 4px;
color:#000;
}
#copyright a:hover {
color:#3c9385;
}
#copyleft {
float:left;
clear:both;
width:300px;
padding:20px 50px
}
/*individ*/
.faq {
margin:30px 0px;
}
.question {
color: #60c5b5;
font-size:18px
}
.answer {
margin-left:30px
}
#ContentWindow a:link, #ContentWindow a:visited {
color:#60c5b5
}
#ContentWindow a:hover {
color:#3c9385
}
#ann {
font-size:12px;
font-style:italic;
color:#666
}
#images {
text-align:center;
}
#images img {
overflow:visible;
padding:10px;
margin:10px;
}
#images img {
border:1px solid #E8E8E8 !important;
box-shadow:3px 3px 3px rgba(0,0,0,0.2);
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
}
#images img:hover {
-moz-transform:translateX(-10px);
-o-transform:translateX(-10px);	
-webkit-transform:translateX(-10px);
box-shadow:10px 10px 10px rgba(0,0,0,0.2);
}
.red {
color:red;
}