/* Base level settings */
* { box-sizing: border-box; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; }
body { background: white url(../../core/images/background_ground.jpg) repeat; }
table { border-collapse: collapse; }
td { vertical-align: top; }

/* Main structure */
.main { width: 1000px; margin: auto; }
.main .header { width: 1000px; height: 312px; background: transparent url(../../core/images/background_top.png) no-repeat; }
.main .body { width: 1000px; background: transparent url(../../core/images/background_middle.png) repeat-y; }
.main .footer { width: 1000px; height: 827px; background: transparent url(../../core/images/background_bottom.png) no-repeat; }
.copyright { font-size: 12px; color: #437545; text-align: center; }

/* Header */
.logo { margin: 0px auto 0 auto; width: 370px; height: 158px; background-image: url(../../core/images/logo_main.png); }

/* Banner area */
#smear { position: absolute; top: -100px; left: 600px; }
#eggdelene { position: absolute; top: -80px; right: 100px; }
#sideintro { position: relative; top: -50px; left: 180px; width: 400px; height: 250px; font-size: 30px; }
#sideintro p { font-size: 20px; text-align: left; }

#salesrep { position: absolute; top: -100px; left: -40px; width: 245px; height: 704px; background-image: url(../../core/images/salesrep.png); z-index: 10; }

.showcase { position: relative; }
.showcase .background { position: absolute; top: -10px; left: -6px; width: 1027px; height: 275px; background: transparent url(../../core/images/ribbons.png) no-repeat; z-index: 2; }
.showcaseleftbox, .showcaserightbox { position: relative; text-align: left; margin-top: 20px; font-size: 20px; float: left; width: 40%; z-index: 3; }
.showcaseheader { left: -10px; margin-bottom: 6px; }
.showcaseheader a { font-weight: bold; font-size: 25px; text-decoration: none; }
.showcasebody a { color: blue; }

.showcaseleftbox { margin-left: 80px; padding-left: 80px; left: -20px; }
.showcaseleftbox .showcaseheader a { color: #DDD2EF; }

.showcaserightbox { margin-left: 30px; left: 20px; }
.showcaserightbox .showcaseheader a { color: #C2D0EE;}

/* Body */
.prime { position: relative; top: -90px; margin: auto; text-align: center; font-size: 30px; font-weight: bold; }

/* Footer */
.base { position: relative; }
#BeetsWorldLink { position: absolute; top: 80px; left: 500px; }
#BeetsWorldLink p { width: 300px; font-size: 25px; margin-left: 70px; text-align: center; line-height: 1.4em; }
#BeetsWorldLink img { border: none; }