/************************
* orange:       #fe6700
* blue 1:       #336
* blue 2:       #339
* lite-blue:    #c7eafe
*/

/* finetuning */
form {
    margin:0px;
    padding:0px;
}
html {
    height: 100%;
    overflow-y: scroll;
}

/* common design */
.frontend {
    background: url('../images/site_bg.jpg') repeat-x #fff;
    height: 100%;
    margin: 0;
    padding: 0;
}

.siteContainer {
    background: url('../images/bottom.jpg') 50% 100% no-repeat;
    height: auto !important;
    height: 100%;
    min-height: 100%;
}
.mainContainer {
    margin: 0 auto;
    padding-bottom: 220px;
    width: 950px;
}
.header {
    background: url('../images/nova-era.jpg') no-repeat;
    display: block;
    height: 97px;
    width: 950px;
}
.menuAndContentContainer {
    overflow: hidden;
    width: 100%;
}
.contentContainer {
    background: #fff;
    border: 1px solid #c7eafe;
    float: left;
    height: auto !important;
    height: 350px;
    min-height: 350px;
    padding: 15px 25px 25px 25px;
    width: 638px;
}
h1 {
    color: #fe6700;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 20px 0;
    padding: 0;
}
h2 {
    color: #fe6700;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 10px 0;
    padding: 0;
}
.paginationContainer {
    border-top: 1px dotted #c7eafe;
    padding-top: 10px;
}

/* main menu */
.mainMenuContainer {
    background: #fff;
    border: 1px solid #c7eafe;
    float: left;
    margin: 0 26px 0 14px;
    padding: 15px 25px;
    width: 154px;
}
.mainMenuItemOn {
    color: #fe6700;
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 36px;
}
.mainMenuItemOff {
    color: #339;
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 36px;
    text-decoration: none;
}
.mainMenuItemOff:hover {
    text-decoration: underline;
}
.mainMenuItemParent {
    color: #fe6700;
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 36px;
    text-decoration: none;
}
.mainMenuItemParent:hover {
    text-decoration: underline;
}

/* submenu */
.subMenuContainer {
    margin-left: 20px;
}
.subMenuItemOn {
    color: #fe6700;
    display: block;
    font-size: 12px;
    line-height: 24px;
}
.subMenuItemOff {
    color: #339;
    display: block;
    font-size: 12px;
    line-height: 24px;
    text-decoration: none;
}
.subMenuItemOff:hover {
    text-decoration: underline;
}
.subMenuItemParent {
    color: #fe6700;
    display: block;
    font-size: 12px;
    line-height: 24px;
    text-decoration: none;
}
.subMenuItemParent:hover {
    text-decoration: underline;
}

/* contacts */
.contactsMap {
    background: url('../images/scheme.gif') no-repeat;
    display: block;
    height: 20px;
    line-height: 20px;
    padding-top: 350px;
    text-align: center;
    width: 380px;
}

/* news */
.newsContainer {
}
.newsSingleContainer {
    overflow: hidden;
    width: 100%;
}
.newsBetween {
    border-bottom: 1px dotted #c7eafe;
    font-size: 1px;
    height: 1px;
    margin-bottom: 10px;
    overflow: hidden;
}
.newsDate {
    color: #fe6700;
    font-size: 11px;
    font-style: italic;
}
.newsTitle {
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 5px 0;
}
.newsImage {
    background-repeat: no-repeat;
    border: 1px dotted #c7eafe;
    float: left;
    height: 100px;
    margin: 0 10px 10px 0;
    width: 150px;
}
.newsDescription {
}
.newsDetailsContainer {
    border-bottom: 1px dotted #c7eafe;
    margin-bottom: 20px;
    overflow: hidden;
    width: 100%;
}
.newsDetailsDate {
    color: #fe6700;
    font-size: 11px;
    font-style: italic;
}
.newsDetailsTitle {
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 5px 0;
}
.newsDetailsImage {
    background-repeat: no-repeat;
    border: 1px dotted #c7eafe;
    float: left;
    height: 200px;
    margin: 0 10px 10px 0;
    width: 300px;
}
.newsDescription {
}
.newsLinkDetails {
    display: block;
    margin: 0 0 5px 0;
    text-align: right;
}
.newsDetailsLinkGrid {
    display: block;
    margin: 0 0 15px 0;
}

/* textual */
.textBlockContainer {
    overflow: hidden;
    zoom: 1;
}
.textBlockTitle {
}
.textBlockText {
}
.textBlockImage {
    display: block;
    margin: 0 15px 15px 15px;
}

/* forms */
.formError {
    color: #c00;
}
.fieldError {
    color: #c00;
}
.fieldSubmitInput {
    background: #336;
    border: 1px solid #c7eafe;
    color: #fff;
    margin-top: 10px;
}

