
/* Шаблон */
html,body,#Main {height: 100%;}

body, #Main {
    padding: 0px; margin: 0px;
    height: 100%;
    min-height: 100%; 
}

body {
    font-size: 14px;
    font-family: Tahoma;
    line-height: 140%;

}

#Main{
    display: block; position: relative;
    width: 100%;
    height: auto !important;
    margin: 0px auto;

}
#Main.is-front {/* Если главная страница */
    background: url("misc/background.jpg") 20% 0% no-repeat;
}



#Footer, 
#Wrapper {
    display: block; position: relative;
    clear: both; overflow: hidden;
    height: 117px; width: 100%;
    padding: 0px; margin: 0px;
}
#Footer { 
    margin: -116px auto 0;
    height: 115px;
    border-top: 1px solid #95a7b0; 
}

#Footer, 
#Main {min-width: 1000px; max-width: 1400px;}

.main-body {
    display: block; position: relative;
    padding: 0% 5%;
    overflow: hidden;
}
#Main .main-body {
    padding-bottom: 2%;
}
#Footer .main-body {
    padding-top: 3%;
    font-size: 0.9em;
}




#Content-Header {
    display: block; position: relative;
    padding: 5% 0%;
}



#Content-Left {
    float: left;
    margin: 0%; padding: 0%;
    width: 23%;

}


#Content-Right {
    float: right;
    margin: 0%; padding: 0%;
    width: 76%;
    margin-left: -2%;


}
#Content-Right-Center-Info {
    display: block; position: relative;
    padding-bottom: 20px;
}


#Content-Right-Center-Left {
    display: block; position: relative;
}
#Content-Right-Center-Left-Has-Right {
    display: block; position: relative;
    float: left; width: 64%;
}
#Content-Right-Center-Right {
    display: block; position: relative;
    float: right; width: 35%;
    margin-left: -1%;
}



/* Глобальные */
p.clear,
br.clear    {clear: both;}

div.empty,
p.clear     {display: block; position: relative; height: 1px; width: 1px; margin: 0%; padding: 0%; overflow: hidden; }


.clear-w    {display: block; position: relative;}
.clear-w100 {display: block; clear:both;position: relative; width: 100%; overflow: hidden;}



a:link,
a:visited {color: #0057b9; text-decoration: underline;}
a:hover   {text-decoration: none;}
.blue {color: #0057b9;}
.gray-light {color: #848484;}

.orange,
a.active,
ul.menu li a.active {color: #ff6000; text-decoration: none;}


h1 {font-size: 1.5em; margin: 0.5em 0; line-height: 125%; color: #0057b9; font-weight: 500;}
h2 {font-size: 1.2em;  margin: 0.5em 0; line-height: 125%; font-weight: 500;}
h3 {font-size: 1.1em;  margin: 0.5em 0; line-height: 125%; font-weight: 500;}
h4 {font-size: 1em;  margin: 0.5em 0; line-height: 125%; font-weight: 500;}

p.indent {text-indent: 3%;}
.h-dashed {text-decoration: underline;}

