/* 
    Document   : main
    Created on : Mar 26, 2012, 5:40:03 PM
    Author     : raven
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}

body {
    font-size: 14px;
    text-align: justify;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    overflow: visible;
    background: #48301d url("../images/gradient_fundal.png") repeat-x scroll 0 0;
}

blockquote {
    color: #666666;
    font-family: Georgia;
    font-size: 18px;
    font-style: italic;
    margin: 1em 20px;
    padding-left: 50px;
    text-align: justify;
    background: url("../images/quote.gif") transparent no-repeat;
}
blockquote p {
    font-size: 16px;
    text-align: right;
    font-style: normal;
}
#mainMenu li.active {
    background-color: #cda557;
}

li.active a{
    font-weight: bold;
}

#pageWraper {
    width: 100%;
    margin: 30px 0;
}

#pageContainer {
    width: 900px;
    margin: 0 auto;
    background: url("../images/oldPaper2.png") #f4e8d1;
    border-radius: 24px;
    box-shadow: #333 5px;
}

#pageContainer td {
    margin: 0;
    padding: 0;
    border: none;
}

#tlPage,
#blPage,
#trPage,
#brPage {
    width: 20px;
    height: 20px;
}

#tlPage,
#tclPage,
#hlPage,
#hclPage,
#clPage,
#cclPage,
#blPage,
#bclPage {
    background: url("../images/oldPaper.png") #deb668;
}

#tlPage {    border-radius: 20px 0 0 0 ;}
#blPage {    border-radius:  0 0 0 20px;}

#hclPage,
#mclPage,
#tclPage,
#bclPage{
    width: 260px;
}

#hcrPage {
    vertical-align: middle;
}
#hcrPage #cabinet {
    margin: 0 0 10px 20px;
    text-align: center;
}
#logo {
    margin: 0;
    padding: 0 20px 0 0;
    text-align: center;
}

#hclPage p {
    color: #5a2828;
    margin: 0px 0 10px 0;
    padding: 0 20px 0 0;
    text-align: center;
}
#hclPage a,
#hclPage a:visited,
#hclPage a:active {
    border: none;
    outline:none;
    text-decoration: none;
    color: #5a2828;
    font-weight: bold;
}


#menu{
    height: 24px;
    font-size: 16px;
    line-height: 24px;
    background-color: #fb7407;
}
#topMenu {
    margin: 0 0 0 20px;
    padding: 0;
}
#topMenu li {
    display: inline-block;
    list-style: none;
    text-align: center;
    text-align: center;
}

#topMenu a,
#topMenu a:visited,
#topMenu a:active {
    border: none;
    outline:none;
    display: block;
    text-decoration: none;
    color: white;
    padding: 3px 25px;
}
#topMenu a:hover {
    background-color: #d95205;
    border: none;
    outline:none;
}

#topMenu li.active {
    background-color: #d95205;
}

#topMenu .topMenuSeparator {
    color: white;
    width: 10px;
}

#cclPage  {
    vertical-align: top;

}

#mainMenu {
    margin: 20px 0 0 0;
    padding: 0;
    list-style-position: inside;
    color: #5a2828;
}
#mainMenu a,
#mainMenu a:visited,
#mainMenu a:default,
#mainMenu a:active {
    border: none;
    outline:none;
    display: block;
    text-decoration: none;
    color: #333;
    padding: 3px 0;
}
#mainMenu a:hover {
    border: none;
    outline:none;
    background-color: #cda557;
    font-weight: bold;
}

#mainMenu li {
    margin:  0 0 10px 0;
    list-style: none;
    font-weight: bold;
}

#mainMenu li ul {
    margin-left: 0;
    padding-left: 0;
    list-style: none;
}
#mainMenu li ul li {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

#ccrPage {
    color: #333;
    vertical-align: top;
}
#ccrPage h1 {
    font-family: "Trebuchet MS", Verdana, Arial, Tahoma, Helvetica, sans-serif;
    font-size: 1.5em;
    color: #666;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #888888;
    background: url("../images/psi.png") no-repeat left;
    padding-left: 30px;
    line-height: 1.2em;
}
#ccrPage div {
    padding: 10px 10px 0 30px;
    font-size: 16px;
    line-height: 22px;
}



#footer {
    text-align: center;
    font-size: 12px;
    color: #666;
}
/* HOME */
#freudImage {
    margin: 20px auto;
    text-align: center;
}

