@import url(/css/reset.css);
@import url(/css/elements.css);
@import url(/css/menu.css);
@import url(/common/popup.css);

body {
    font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
    font-size: 11px;
    color: #666;
}

h1 { font-size: 18px; color: #4aaec6; font-variant: small-caps; margin-bottom: 10px; }
h2 { font-size: 14px; font-variant: small-caps; margin-bottom: 5px; }
h3 { font-size: 12px; }
h4 { font-size: 11px; color: #4aaec6; }
h5 { font-size: 11px; }
h6 { font-size: 10px; color: #4aaec6; }

p { margin-bottom: 10px; line-height: 16px; }

a { color: #4aaec6; text-decoration: none; }
a:hover { text-decoration: underline; }

ul { margin: 0px 0px 10px 20px; padding: 0px; list-style-image: url(/files/structure/subMenuSufixActive.jpg); }
ol { margin: 0px 0px 10px 23px; padding: 0px; }
ul li, ol li { line-height: 16px; }

div#page, div#header, div#stage, div#mainMenu { width: 900px; }
div#page { margin: 20px auto; position: relative;}

div.element { margin-bottom: 10px; }

div.element, div#footer, div.clear { clear: both; }
.left { float: left; }
.right { float: right; }

img.plus { margin-left: -10px; }

#page #header a:hover { text-decoration: none; }

#page #header #logo {
    width: 160px;
    height: 60px;
    padding: 20px;
    background: url(/files/structure/logo.png) no-repeat center center;
}

#page #content { position: relative; background: url(/files/structure/contentMiddle.gif) repeat-y top left; }
#page #content #contentTop,
#page #content #contentBottom  {
    width: 900px;
    height: 144px;
}
#page #content #contentTop  {
    position: relative;
    background: url(/files/structure/contentTop.gif) no-repeat bottom left;
    z-index: 0;
}
#page #content #contentBottom {
    background: url(/files/structure/contentBottom.gif) no-repeat top left;
}
#page #content #subMenuLayer {
    width: 160px;
    margin: -144px 0px;
    padding: 20px;
    text-align: right;
}
#page #content #innerContent {
    position: relative;
    width: 660px;
    margin: -144px 0px;
    padding: 20px;
    z-index: 1;
}

#page #footer #footerLeft,
#page #footer #footerCenter,
#page #footer #footerRight { float: left; }
#page #footer #footerLeft { width: 14px; height: 27px; background: url(/files/structure/footerLeft.jpg) no-repeat top left; }
#page #footer #footerCenter { width: 872px; background: #ddf0f5; color: #4aaec6; text-align: center; padding: 7px 0px; }
#page #footer #footerRight { width: 14px; height: 27px; background: url(/files/structure/footerRight.jpg) no-repeat top left; }
