/* top elements */

.frame {
display: inline-block;
box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.8);
}

.company { font-size: 22.5pt; font-family: Sanafon, Arial, sans-serif; color: HotPink; text-decoration: none; }

.slogan { font-size: 14pt; font-family: Arial Narrow, Arial, sans-serif; color: DarkOliveGreen; font-weight: bold; }
a.slogan { font-size: 12pt; font-family: Arial Narrow, Arial, sans-serif; color: HotPink; font-weight: normal; text-decoration: underline; }

.cdinfo { font-size: 10pt; font-family: Arial Narrow, Arial, sans-serif; color: #333333; font-weight: normal; }
a.cdinfo { font-size: 10pt; font-family: Arial Narrow, Arial, sans-serif; color: HotPink; font-weight: normal; text-decoration: underline; }

.shopinfo { font-size: 9pt; font-family: Arial Narrow, Arial, sans-serif; color: #333333; font-weight: normal; }
a.shopinfo { font-size: 9pt; font-family: Arial Narrow, Arial, sans-serif; color: HotPink; font-weight: normal; text-decoration: underline; }

.newsinfo { font-size: 11pt; font-family: Arial, sans-serif; color: #333333; font-weight: normal; }
a.newsinfo { font-size: 11pt; font-family: Arial, sans-serif; color: #333333; font-weight: normal; text-decoration: none; }


/*main menu*/
.menu { font-size: 15pt; font-family: Sanafon, Arial Narrow, Arial, sans-serif; color: DarkOliveGreen; text-decoration: none; }
a.menu { font-size: 15pt; font-family: Sanafon, Arial Narrow, Arial, sans-serif; color: DeepPink; text-decoration: none; }

/*content*/
.text-header { font-size: 16pt; font-family: Arial, sans-serif; font-weight: bold; color: #333333; padding-bottom: 20px; }

.pageContent { font-size: 10pt; font-family: Arial, sans-serif; color: #333333; font-weight: normal; }
.pageContent a{ font-size: 10pt; font-family: Arial, sans-serif; color: #333333; font-weight: normal; text-decoration: none; }

.content { font-size: 11pt; float: none; height: auto; width: auto; border: thin #333333; color: #575757; }

.termContent { font-size: 9pt; font-family: Arial, sans-serif; color: #333333; font-weight: normal; }
.termContent a{ font-size: 9pt; font-family: Arial, sans-serif; color: #333333; font-weight: normal; text-decoration: none; }


/*subcontent*/
.subcontent { font-size: 9pt; line-height: 150%; font-family: Arial Narrow, Arial, sans-serif; color: #333333; text-decoration: none; }
a.subcontent{ font-size: 9pt; line-height: 150%; font-family: Arial Narrow, Arial, sans-serif; color: #333333; text-decoration: underline; }

/*specials*/
.news { font-size: 10pt; font-family: Arial Narrow, Arial, sans-serif; color: DeepPink; font-weight: bold; text-decoration: none; }

/*copyright*/
.footer { font-size: 10pt; font-family: Sanafon, Arial Narrow, Arial, sans-serif; color: #575757; }
.footer a{ font-size: 12pt; font-family: Sanafon, Arial Narrow, Arial, sans-serif; color: DeepPink; font-weight: normal; }

/*no display*/
h1.keyword {display: none; }

/*backgrounds*/
.main-bg { background-color: #FFFFFF; }
.foot-bg { background-color: #FFFFFF; }

/*links*/
a:hover { color: HotPink; }
a.pageContent:hover {  color: HotPink; }
a.cdinfo:hover { color: LightPink; }