html{
    background: rgb(223, 190, 172);
    background: radial-gradient(ellipse at center, rgb(223, 190, 172) 0%, rgb(233, 198, 180) 100%);
    -pie-background: linear-gradient(#dfbead, #e9c6b5);
    font-family: "open sans regular";
    font-size: 12px;
    -webkit-font-smoothing: antialiased;
}
html:after{
    content: '';
    opacity: 0.4;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}
body {
    width: 100%;
}
a {
    text-decoration: none;
    color: black;
}
a img{
    border: 0;
}
.clear {
    clear:both;
}
.disabled {
    color: #c1c1c1;
    background: gray;
}
h4 {
    font-family: 'open sans bold';
    font-size: 18px;
    margin: 0px;
    color: #464646;
}
h5 {
    font-family: 'open sans bold';
    font-size: 15px;
    line-height: 20px;
    padding-left: 15px;
    color: #464646;
    padding: 2px;
    margin: 2px;
}
h6 {
    font-size: 12px;
    font-weight: normal;
    padding: 2px;
    margin: 2px;
}
p {
    text-align: justify;
    -webkit-margin-before: 0 ;
    -webkit-margin-before: 0 ;
    -webkit-margin-after: 0 ;
    line-height: 170% !important;
    font-weight: 200;
    font-size: 13px;
    margin-top: 0px;
    margin-bottom: 0px;
}
ul, ol {
    font-size: 16px;
} 
li{
    font-size: 13px;
}
input[type="text"] ,textarea {
    color: #3f4549;
    padding: 2px;
    cursor: text;
    border: 2px solid #a8998f;
    border-radius: 5px;
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    box-shadow: inset 0 4px 5px 3px rgba(126, 126, 126, 0.1);
    behavior: url(/PIE.htc);
}
input[type="submit"] {
    font-size: 16px;
    font-weight: 700;
    padding: 5px;
    color: #626b71;
    cursor: text;
    border: 2px solid #a8998f;
    border-radius: 5px;
    vertical-align: middle;
    margin: 5px;
    min-width: 30px;
    text-transform: capitalize;
}

h2{
    font-family: 'open sans bold';
    font-size: 24px;
    line-height: 30px;
    margin: 0px;
    margin-bottom: 20px;
    color: #7E3E33;
}
 h4{
    line-height: 20px;
    padding-left: 15px ;
}
 h5{

}

@font-face {
    font-family: 'open sans regular';
    src: url(../fonts/OpenSans-Regular.ttf);
}
@font-face {
    font-family: 'open sans bold';
    src: url(../fonts/OpenSans-Bold.ttf);
}
@font-face {
    font-family: 'goudy bookletter 1911';
    src: url(../fonts/goudy_bookletter_1911.otf);
}

#mainwrapper {
    margin-top: 20px ;
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    background: white;
    border-radius: 0px 0px 5px 5px ;
    box-shadow: 0px 2px 4px #888;
    behavior: url(/PIE.htc);
}
.ribbon {
    position: relative;
    background: #fcfbf9;
    margin: 0px 10px 10px -20px;
    box-shadow: 0px 2px 4px #888;
    behavior: url(/PIE.htc);
}
.ribbon:after{
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: 0px;
    top: 100%;
    border-width: 5px 10px;
    border-style: solid;
}
.stripbar{
    bottom: 0px;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    height: 10px;
    background-color: rgb(204, 192, 230);
}

#title{
    color: rgb(255, 254, 252);
    padding: 0;
    margin: 0;
    text-shadow: 1px 1px 0 #3d3d3d, 2px 2px 0 #000000;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    font-family: harabara;
    font-weight: 700;
    font-size: 40px;
    line-height: 60px;
}
#subtitle {
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
}
#header{
    margin-bottom: 20px;
}
#header-topbar{
    z-index: 3;
    background-color: rgb(251,251,251);
    position: relative;
    height: 50px;
    width: 990px;
    margin-left: -10px;
    behavior: url(/PIE.htc);
}
#header-topbar:after {
    border-color: rgb(115,110,130);
    behavior: url(/PIE.htc);
}
#language-selector {
    height: 40px;
    float: right;
    vertical-align: middle;
}
#language-selector img{
    filter : saturation(50)
}
#header-left {
    width:240px;
    margin-top: -60px;
    float: left;
    position: relative;
    border-radius: 0 0 5px 0;
    box-shadow: 1px 2px 2px 2px rgba(0,0,0,0.4);
    padding: 6px 6px 6px 6px;
    background: rgb(166, 155, 185);
    background: linear-gradient(to bottom, rgb(190, 177, 215) 0%, rgb(165, 154, 185) 100%);
    -pie-background: linear-gradient(#beb2d7, #958ba7);
    behavior: url(/PIE.htc);
    z-index: 5;
}
#header-left:after {
    behavior: url(/PIE.htc);
    border-color: #746c82 #746c82 transparent transparent;
}
#header-left img {
    display: block;
    margin-left: auto;
    margin-right: auto;

}
#header-right{
    top: -10px;
    position: relative;
    background: #fcfbf9;
    width: 100%;
    height: 250px;
    box-shadow: 0px 2px 4px #888;
}

#logo {
    height: 180px;
}

#header-bottom{
    width: 105%;
    height: 20px;
}
#quote {
    top: -20px;
    height: 60px;
    border-bottom: 1px solid white;
    border-top:  1px solid gray;
    background-color: #f3f3e9;
    position:relative;

}

.quote-grad {
    height: 100%;
    width: 100%;
    background: linear-gradient(to bottom, rgb(244, 244, 243) 0%, rgba(243,243,233,1) 72%, rgba(243,243,233,1) 100%);
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3);
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -pie-background: linear-gradient(#f4f4f3, #dadad1, #f3f3e9);
    behavior: url(/PIE.htc);
}

#quote:after, #quote:before{
    content:"";
    position:absolute;
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:50%;
    bottom:0;
    left:10px;
    right:10px;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
}

#quote-content {
    position: relative;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px ;
    padding: 0px 10px;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    font-size: 20px;
    font-family: 'goudy bookletter 1911';
    font-style: italic;
    behavior: url(/PIE.htc);
}
.signature {
    float: right;
    font-size: 16px;
    font-style: italic;
}

#footer-bar {
    position: relative;
    height: 60px;
    width: 990px;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    text-shadow: 1px 1px 1px #000;
    background: rgb(116, 108, 130);
    background: linear-gradient(to bottom, rgb(190, 177, 215) 0%, rgb(165, 154, 185) 100%);
    -pie-background: linear-gradient(#beb2d7, #a69bb9);
    border-bottom: 1px solid rgba(50, 50, 50, 0.50);
    border-top: 1px solid rgba(241, 241, 241, 0.60);
    behavior: url(/PIE.htc);
}
#footer-bar:after {
    border-color: #746c82 #746c82 transparent transparent;
}
#footer-underbar {
    height: 40px;
    text-align: center;
    line-height: 40px;
}
#footer-underbar span {
    color: #776e85;
    text-shadow: 1px 1px 1px rgba(67, 67, 67, 0.50);
}
#mid-content-wrapper {
    width: 538px;
    padding: 0;
    margin: 0;
    float: left;
}
#mid-content{
    width: 538px;
    display: block;
    float: left;
    background-color: #fcfbf9;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3), inset 0px 0px 15px rgba(101, 69, 21, 0.1);
    position: relative;
    border: 1px solid #fdfbf9;
    padding: 20px;
    margin-bottom: 30px;
    behavior: url(/PIE.htc);
}
#mid-content:after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    height: 10px;
    background-color: rgba(204, 192, 230, 0.76);
    behavior: url(/PIE.htc);
}

#navbar {
    float: left;
    margin-bottom: 30px;
    width: 150px;
}
#navbar:after {
    border-color: #dcdcdc #e6e6e5 transparent transparent;
    behavior: url(/PIE.htc);
}
#navbar ul {
    padding: 0px;
    margin: 0px;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
}
#navbar li {
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 10px;
    border-bottom: 1px solid #e7e7e7;
    margin: 0;
    list-style: none;
}
#navbar li:hover, #navbar li.selected {
    background: #b8b8b8;
    color: #d7c7f0;
}
#navbar li a {
    display: block;
    padding: 4px;
    font-size: 14px;
    font-weight: bold;
    text-shadow: 1px 1px 1px rgba(240, 202, 244, 0.5);
    color: #877d97;
    text-decoration: none;
    text-transform: capitalize;
}
#navbar li a:hover,#navbar li a:active,#navbar li.selected a {
    color: #d7c7f0;
}
#right-panel{
    float: right;
}
.infopanel {
    right: -10px;
    width: 240px;
    background: #fcfbf9;
    box-shadow: 0px 2px 4px #888;
    position: relative;
    margin-bottom: 30px;
    behavior: url(/PIE.htc);
}
.infopanel td {
    font-size: 12px;
    padding: 3px;
}
.infopanel #info {
    padding-top: 10px;
    margin: 10px;
    margin-top: 0px;
}

.photo {
    width: 100%;
    background: #eee;
    border: 1px solid #fff;
    box-shadow: 0px 2px 4px 2px rgba(0,0,0,0.2);
    behavior: url(/PIE.htc);
}
.photo img{
    width: auto;
    width: 100%;
    max-width: 100%;
    padding: 0;
}
.flag {
    margin: 2px;
    padding: 0;
    background: #ffffff;
}
.flag:active {
    border: 1px solid rgba(126, 126, 126, 0.49);
    border-radius: 3px; 
}

.slideimg {
    margin: 2px;
    border: 1px solid rgba(165, 165, 165, 0.66);
}

#content {

}

.a-right{
    text-align: right;
}

img.icon {
    width: 32px;
    box-shadow: 1px 1px 1px 1px rgba(92, 92, 92, 0.62);
    border-radius: 10px;
    behavior: url(/PIE.htc);
}

.facebook{
    margin-bottom: 2px;
}
.link-wrapper *{
    margin-right: 2px;
    float: left;
}

.link-wrapper {
    margin-top: 15px;
    margin-bottom:15px ;
}
.block {
    float: left;
    width: 50%;
}
.block {
    height: 300px;
    width: 240px;
    position: relative;
    border: 1px solid #CCCCCC;
    border-radius: 2px;
    margin: 10px;
}
.Plogo {
    max-height: 250px;
    max-width: 220px;
    position: absolute;
    top: 0;
    margin: auto;
    bottom: 0;
    left: 0;
    right: 0;
}
.Plogoname{
    position: absolute;
    bottom: 0px;
    width: 100%;
    text-align: center;
}

