/* ----------------------------- */
/* CARLTON PAGE ABOUT STYLES    */
/* ----------------------------- */

.ThemePanelSubMenu {
 _background: white;
 filter:alpha(opacity=95);
}

#top-right-menu {
 text-align: right;
 width: 695px;
 /* bez tohto bordera v MOZ odskakuje div nizsie o nieco... */
 border: 1px solid #FFFCE3; 
}

/* hlavne okno pre about sekciu */
#about-main {
 Xposition: absolute;
 min-height: 500px;
 _height: 500px;
 width: 600px;
 padding-left: 100px;
 Xmargin-bottom: 200px;
 /* v nom div bude az biely */
 background-color: #F8F5E3;
 Xborder: 1px solid blue;
}

#about-main-inner {
 height: inherit;
 width: 100%;
 Xborder: 1px solid red;
}

#about-main-text {
 font-family: verdana;
 font-size: 10px;
 margin: 20px;
}

#about-main-text a {
 color: black;
}


/* koli IE bolo treba, nemal margin hore, MOZ mala... */
#about-main-text p {
 margin-top: 8px;
 margin-bottom: 0px;
}

