﻿body
{
    background-color: #70939c;
    font-size: 9.5pt;
    font-family: Lucida Sans Unicode, Helvetica, Verdana, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #696969;
}

img 
{
	border: none;
}

a:link
{
    color: Black;
    text-decoration: none;
}
a:visited
{
    color: Black;
    text-decoration: none;
}
a:hover
{
    color: Black;
    text-decoration: underline;
}
a:active
{
    color: Black;
    text-decoration: none;
}

#OuterBox
{
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;

}

#CurtainContainer
{
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
}

#LeftCurtain, #RightCurtain
{
	position: absolute;
	width: 50%;
	height: 100%;
	background-color: #b4d5e4;
}

#LeftCurtain
{
	top: 0px;
	left: 0px;
}

#RightCurtain
{
	top: 0px;
	Right: 0px;
}

#CurtainContent
{
	position: absolute;
	left: 73px;
	top: 70px;
	width: 594px;
	height: 509px;
	text-align: justify;
}

#IntroTitle
{
	text-align: center;
	font-size: 32px;
	margin-bottom: 65px;
	margin-top: 25px;
}

.EntranceLink
{
	margin-top: 85px;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
}

#CenterBox
{
	width: 740px;
	height: 509px;
	margin-left: -370px;
	position: absolute;
	top: -255px;
	left: 50%;
	background-color: White;
	background-image: url('AdStoreBG.png');
}

#TopBar, #BottomBar
{
	position: absolute;
	width: 100%;
	background-color: #284149;
	text-align: center;
	color: White;
	font-size: 13px;
}

#TopBar
{
	height: 25px;
	top: 0px;
	line-height: 25px;
}

#BottomBar
{
	height: 35px;
	bottom: 0px;
	line-height: 35px;
}

#MenuContainer
{
	position: absolute;
	width: 83px;
	height: 109px;
	top: 113px;
	left: 278px;
	font-family: Helvetica, Verdana, Sans-Serif;
}

#MenuContainer div.MenuItem
{
	height: 15px;
	width: 100%;
	margin-bottom: 4px;
	text-align: center;
	font-size: 9px;
	font-weight: bold;
	line-height: 15px;
	color: #29424a;
}

#StarPrice
{
	position: absolute;
	width: 93px;
	height: 100px;
	top: 307px;
	left: 426px;
}

.SpeechBubble
{
	position: absolute;
	width: 230px;
	height: 123px;
	color: Black;
	font-size: 8.5pt;
	line-height: 10pt;
	text-align: left;
}

.SpeechBubbleContent
{
	position: relative;
	height: 99px;
	background-color: #e59945;
	overflow: hidden;
	padding: 0px 5px 0px 5px;
	border-top: 4px solid #e59945;
}

.SpeechBubbleContent a:link, #BottomBar a:link
{
    color: White;
    text-decoration: none;
}
.SpeechBubbleContent a:visited, #BottomBar a:visited
{
    color: White;
    text-decoration: none;
}
.SpeechBubbleContent a:hover, #BottomBar a:hover
{
    color: White;
    text-decoration: underline;
}
.SpeechBubbleContent a:active, #BottomBar a:active
{
    color: White;
    text-decoration: none;
}

.SpeechBubbleScroller
{
	position: relative;
	height: 16px;
	background-color: #e59945;
	cursor: default;
	padding-top: 4px;
}

.SpeechBubbleArrow
{
	background-repeat: no-repeat;
}

.SpeechBubble h1
{
	font-size: 13px;
	font-weight: bold;
	padding-top: 5px;
	margin: 0px;
	text-align: center;
}

.SpeechBubble h2
{
	font-size: 12px;
	font-weight: bold;
	padding-top: 5px;
	margin: 0px;
}

.SpeechBubble p
{
	margin: 4px 0px 16px 0px;
}

#ScrollUpArrow, #ScrollDownArrow
{
	cursor: pointer;
	width: 7px;
	height: 4px;
	margin-left: auto;
	margin-right: auto;
}

#ScrollUpArrow
{
	background-image: url('ScrollUp.gif');
	margin-bottom: 3px;
}

#ScrollDownArrow
{
	background-image: url('ScrollDown.gif');
}

/*================================
   Concept
  ================================*/

#SpeechBubbleConcept
{
	top: 30px;
	left: 15px;
}

#SpeechBubbleConcept .SpeechBubbleArrow
{
	height: 20px;
	background-image: url('SpeechBubbleUpArrow.gif');
	background-position: 110px;
}

/*================================
   Competencies
  ================================*/

#SpeechBubbleCompetencies
{
	top: 60px;
	right: 15px;
}

#SpeechBubbleCompetencies .SpeechBubbleArrow
{
	height: 20px;
	background-image: url('SpeechBubbleUpArrow.gif');
	background-position: 140px 0px;
}

/*================================
   Products
  ================================*/

#SpeechBubbleProducts
{
	top: 40px;
	right: 60px;
}

#SpeechBubbleProducts .SpeechBubbleArrow
{
	position: absolute;
	width: 20px;
	height: 150px;
	top: 0px;
	left: -20px;
	background-image: url('SpeechBubbleRightArrow.gif');
	background-position: 0px;
}

.ProductOverview
{
	position: absolute;
	width: 620px;
	height: 419px;
	top: 40px;
	left: 40px;
	background-color: #dff0f9;
	z-index: 1;
	color: Black;
	font-size: 9pt;
	font-weight: normal;
	padding-left: 20px;
	padding-right: 20px;
	display: none;
}

.ProductOverview h1
{
	text-align: left;
	margin-top: 20px;
	margin-bottom: 15px;
}

.ProductOverview h2
{
	text-align: left;
	margin: 5px 0px 0px 0px;
	font-size: 10pt;
	font-weight: bold;
}

.ProductOverview h3
{
	text-align: left;
	margin: 0px;
	font-size: 7pt;
	font-weight: bold;
}

.ProductOverview #PricesLabels
{
	float: left;
	width: 120px;
	text-align: left;
}

.ProductOverview #PricesPrices
{
	float: right;
	width: 70px;
	text-align: right;
}

.ProductOverview #PricesLabels, .ProductOverview #PricesPrices
{
	padding: 0px;
	font-size: 8pt;
	font-weight: bold;
	margin: 5px 0px 0px 0px;
}

.ProductOverview #PricesLabels li, .ProductOverview #PricesPrices li
{
	list-style-type: none;
	margin: 0px 0px 5px 0px;
}

.ProductOverview .footer
{
	width: 100%;
	margin: auto;
	font-size: 6.5pt;
	border-top: 1px solid Black;
	border-bottom: 1px solid Black;
	margin-bottom: 10px;
}

.ProductOverview #CloseButton
{
	position: absolute;
	width: 16px;
	height: 16px;
	top: 5px;
	right: 5px;
	cursor: pointer;
}

.ProductOverview a
{
	font-weight: bold;
}

.ProductOverview #Boxes
{
	position: relative;
	clear: both;
	width: 100%;
	height: 260px;
	margin-bottom: 10px;
}

#Box1, #Box2, #Box3
{
	width: 31%;
	height: 100%;
	float: left;
	padding: 0px 6px 0px 6px;
}

#Box2
{
	border-left: 1px solid Black;
	border-right: 1px solid Black;
	font-size: 7pt;
}

#Box2 p, #Box3 p
{
	margin: 0px 0px 3px 0px;
	line-height: 9pt;
}

#Box3 
{
	font-size: 7pt;
}

.ProductOverview #Boxes .PackagePriceContainer 
{
	position: absolute;
	width: 192px;
	bottom: 0px;
	height: 40px;
}

.ProductOverview #Boxes .PackagePriceContainer .NowPrice
{
	text-align: right;
	font-size: 12pt;
	font-weight: bold;
}

.ProductOverview #Boxes .PackagePriceContainer .OldPrice
{
	font-size: 7pt;
	font-weight: normal;
}

.ProductOverview #Boxes .PackagePriceContainer .OldPrice .NormalPrice
{
	float: left;
}

.ProductOverview #Boxes .PackagePriceContainer .OldPrice .YouSave
{
	float: right;
}

/*================================
   Pricelist
  ================================*/

#Pricelist
{
	position: absolute;
	width: 620px;
	height: 419px;
	top: 40px;
	left: 40px;
	background-color: #dff0f9;
	z-index: 1;
	color: Black;
	font-size: 9pt;
	font-weight: normal;
	padding-left: 20px;
	padding-right: 20px;
}

#Pricelist h1
{
	text-align: left;
	margin-top: 20px;
	margin-bottom: 15px;
}

#Pricelist h2
{
	text-align: left;
	margin: 5px 0px 0px 0px;
	font-size: 10pt;
	font-weight: bold;
}

#Pricelist h3
{
	text-align: left;
	margin: 0px;
	font-size: 7pt;
	font-weight: bold;
}

#Pricelist .footer
{
	width: 100%;
	margin: auto;
	font-size: 6.5pt;
	border-top: 1px solid Black;
	border-bottom: 1px solid Black;
	margin-bottom: 10px;
}

#Pricelist #PricelistCloseButton
{
	position: absolute;
	width: 16px;
	height: 16px;
	top: 5px;
	right: 5px;
	cursor: pointer;
}

#Pricelist a
{
	font-weight: bold;
}

#PricelistTable
{
	width: 100%;
	margin-bottom: 80px;
}

#PricelistTable thead
{
	font-weight: bold;
}

#PricelistTable thead td 
{
	border-bottom: 1px solid Black;
}

#PricelistTable td.RightBorder 
{
	border-right: 1px solid Black;
}

#PricelistTable td 
{
	padding-bottom: 10px;
}

/*================================
   Order
  ================================*/

#SpeechBubbleOrder
{
	top: 70px;
	right: 70px;
}

#SpeechBubbleOrder .SpeechBubbleArrow
{
	position: absolute;
	width: 20px;
	height: 200px;
	top: 0px;
	right: -20px;
	background-image: url('SpeechBubbleLeftArrow.gif');
	background-position: 0px 95px;
}

/*================================
   Terms
  ================================*/

#SpeechBubbleTerms
{
	top: 210px;
	left: 15px;
}

#SpeechBubbleTerms .SpeechBubbleArrow
{
	position: absolute;
	width: 230px;
	height: 20px;
	top: -20px;
	right: 0px;
	background-image: url('SpeechBubbleDownArrow.gif');
	background-position: 145px 0px;
}

/*================================
   Contact
  ================================*/

#SpeechBubbleContact
{
	top: 40px;
	right: 60px;
}

#SpeechBubbleContact .SpeechBubbleArrow
{
	position: absolute;
	width: 20px;
	height: 200px;
	top: 0px;
	left: -20px;
	background-image: url('SpeechBubbleRightArrow.gif');
	background-position: 0px 60px;
}

.PortraitBox
{
	position: relative;
	width: 270px;
	height: 200px;
	text-align: left;
}

.PortraitBox .LeftColumn
{
	position: absolute;
	width: 90px;
	height: 200px;
	top: 0px;
	left: 0px;
	font-size: 10px;
}

.PortraitBox .RightColumn
{
	position: absolute;
	width: 175px;
	height: 200px;
	top: 0px;
	left: 90px;
}