﻿HTML,
BODY,
H1,
H2,
H3,
H4,
H5
{
	font-family: Segoe UI, Tahoma, Verdana, Segoe, sans-serif;
	color: #000;
	margin: 0;
	padding: 0;
}

HTML,
BODY
{
	background: #c1c3c8 none no-repeat scroll left top;
}

A,
A:hover,
A:visited,
A:link,
A:active
{
	color: #363;
	text-decoration: none;
}

A:hover
{
	text-decoration: underline;
}

TABLE.CustomersArea
{
	background-color: #eee;
}

TABLE.CustomersArea TH
{
	text-align: left;
	background-color: #eee;
}

TABLE.CustomersArea TD
{
	background-color: #fff;
}

#HeaderLinkContainer
{
	background-image: url('../Images/SiteMapLinkContainer.Background.gif');
	background-repeat: repeat-x;
}

#HeaderLinkContainer-Body
{
	width: 928px;
	height: 39px;
	margin: auto;
}

#HeaderLinkContainer A
{
	margin-left: 10px;
	padding-top: 8px;
	font-size: 9pt;
	color: #fff;
	display: block;
	float: right;
}

#HeaderLinkContainer A.DownArrow
{
	background-image: url('../Images/ArrowDown.gif');
	background-repeat: no-repeat;
	background-position: right 11px;
	padding-right: 16px;
}

.HeaderLinkSeparator,
.HeaderLoginName
{
	float: right;
	font-size: 9pt;
	color: #fff;
	padding-top: 8px;
	margin: auto 5px auto 15px;
}

#HeaderAd
{
	height: 138px;
	background-color: #000;
	background-image: url('../Images/HeaderAd.jpg');
	background-repeat: no-repeat;
	background-position: center top;
}

#PageContainer
{
	width: 944px;
	margin: 20px auto 20px auto;
}

#BuyNowContainer
{
	width: 203px;
	height: 70px;
	float: right;
	background-image: url('../Images/PromotionalBox.jpg');
	background-repeat: no-repeat;
	margin-top: 18px;
	color: #fff;
	padding: 9px 5px 2px 20px;
}

#BuyNowContainer #Currency
{
	font-weight: bold;
	font-size: 15pt;
	float: left;
}

#BuyNowContainer #Price
{
	font-weight: bold;
	font-size: 22pt;
	padding-top: 3px;
}

#BuyNowContainer #License
{
	font-size: 9pt;
	margin-top: -8px;
}

#BuyButtonContainer
{
	margin: 7px auto auto 20px;
}

#TitleContainer
{
	height: 45px;
	width: 238px;
	background-image: url('../Images/Logo.gif');
	background-repeat: no-repeat;
}

#MenuContainer
{
	height: 31px;
	width: 604px;
	background-image: url('../Images/Menu.Background.gif');
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-bottom: 15px;
}

#MenuContainer UL
{
	padding: 0;
	margin: 0;
}

#MenuContainer UL LI
{
	float: left;
	list-style-type: none;
	padding: 5px 18px 0 16px;
	text-align: center;
	font-size: 10pt;
	height: 26px;
}

#MenuContainer UL LI.Selected
{
	background-image: url('../Images/SelectedMenu.gif');
	background-repeat: no-repeat;
	background-position: center bottom;
}

#MenuContainer UL LI.Selected A
{
	color: #363;
}

#MenuContainer UL LI A
{
	color: #fff;
	font-weight: bold;
}

#MenuContainer UL LI A:hover
{
	color: #363;
	text-decoration: none;
}

#BodyContainer
{
	background-image: url('../Images/BodyContainer.Top.gif');
	background-repeat: no-repeat;
	padding-top: 17px;
}

#ContextContainer
{
	background-image: url('../Images/BodyContainer.gif');
}

#ContextContent
{
	padding-top: 15px;
	padding-left: 45px;
	color: #333;
	font-size: 10pt;
}

#ContextToSiteMapTransition
{
	background-image: url('../Images/ContextToSiteMapTransition.gif');
	background-repeat: no-repeat;
	width: 944px;
	height: 10px;
}

#SiteMapContainer
{
	background-image: url('../Images/SiteMap.Background.gif');
}

#SiteMapContent
{
	padding: 10px 45px;
	color: #fff;
	font-size: 9pt;
}

#SiteMapContent UL
{
	list-style-type: none;
	padding-left: 20px;
	margin-top: 10px;
}

#SiteMapFooter
{
	background-image: url('../Images/SiteMap.Footer.gif');
	background-repeat: no-repeat;
	width: 944px;
	height: 12px;
}

#CentralColumn
{
	width: 560px;
	background-image: url('../Images/ContextContainer.Right.gif');
	background-position: right top;
	background-repeat: no-repeat;
	float: left;
	padding-right: 20px;
	padding-bottom: 30px;
}

#SideColumn
{
	width: 260px;
	float: left;
	padding: 0 20px;
}

H1
{
	font-size: 18pt;
	font-weight: normal;
}

H2
{
	font-size: 14pt;
	font-weight: bold;
	color: #363;
	margin-top: 30px;
	margin-bottom: 30px;
}

H3
{
	font-size: 11pt;
	color: #363;
	font-weight: bold;
}

.HR
{
	background-image: url('../Images/Horizontal.Line.gif');
	width: 865px;
	height: 9px;
	margin-top: 20px;
	margin-bottom: 30px;
}

.HR-Footer
{
	background-image: url('../Images/Horizontal.Line.Footer.gif');
	width: 859px;
	height: 8px;
	margin-top: 15px;
	margin-bottom: 10px;
}

#Copyright
{
	text-align: center;
	font-size: 9pt;
}

.Clearer
{
	clear: both;
}

.FloatLeft
{
	float: left;
}

.SiteMapColumn,
.SiteMapFirstColumn
{
	width: 195px;
	float: left;
}

.SiteMapColumn
{
	padding-top: 30px;
}

.SiteMapFirstColumn
{
	width: 70px;
}

/* Demo */

.Status
{
	font-size: 10pt;
	font-weight: bold;
	padding: 20px;
	border: solid 1px #363;
	color: #363;
}

.SubStatus
{
	font-size: 9pt;
	font-weight: normal;
}

.StatusFailure
{
	border: solid 1px #633;
	color: #633;
}

/* FAQ */

.FaqBody
{
	margin: 20px auto 30px auto;
}