﻿body 
{
	padding:0px;
	margin:0px;
	background-color:#fff;
	color:#222;
	font-family:Verdana;
	font-size:12px;
	line-height:200%;
}

#topmenu
{
    background-image:url(/img/topbg.jpg);
    background-repeat:repeat-x;
    height: 67px;
}
#menucontainer
{
    width:970px;
    margin:auto;
}
#menu
{
    float:right;
    width:590px;
    height:35px;
    margin-top:5px;
    
}
#menu a
{
    display:block;
    float:left;
    height:45px;
    background-image:url(/img/menu_flat.png);
}
#menu a
{
}
#lnkDemo
{
    background-position:0px 0px;
    width:122px;
}
#lnkDemo:hover
{
    background-position:0px -44px;
}

#lnkPurchase
{
    background-position:-122px 0px;
    width:110px;
}
#lnkPurchase:hover
{
    background-position:-122px -44px;
}

#lnkSupport
{
    background-position:-230px 0px;
    width:96px;
}
#lnkSupport:hover
{
    background-position:-230px -44px;
}

#lnkContact
{
    background-position:-324px 0px;
    width:116px;
}
#lnkContact:hover
{
    background-position:-324px -44px;
}
#lnkDownload
{
    background-position:-442px 0px;
    width:110px;
}
#lnkDownload:hover
{
    background-position:-442px -44px;
}
a img 
{
	border:none;
}
div,span,a
{
	font-family:Verdana;
	font-size:12px;
}
h1,h2,h3,h4,h5,h6, .subtitle
{
	font-family:Verdana;
	font-size:18px;
	font-weight:normal;
	padding:3px;
	margin:0px;
}
a 
{
	text-decoration:none;
	color:blue;
}
#footer 
{
    margin-top:10px;background-color:#111B25;padding:30px;color:#fff;
}
#footer a 
{
    color:#ccc;
}
a:hover 
{
	text-decoration:underline;
}
#Header 
{
	margin-bottom:15px;
}

#MainContent 
{
	width:970px;
	margin:auto;
}

.RightPanel 
{
	width:320px;
	padding:20px;
	float:right;
	margin-right:10px;
	height:293px;
	background-image:url(/img/bbg.jpg);
	background-repeat:no-repeat;
}
.ProductLink
{
	width:226px;
	height:41px;
	padding-top:15px;
	margin-bottom:15px;
	display:block;
	background-image:url(/img/button.png);
	color:#fff;
	font-size:20px;
	text-align:center;
	background-repeat:no-repeat;
	background-position:0px -4px;
}
.ProductLink:hover
{
	background-position:0px -67px;
	text-decoration:none;
}

.Error 
{
	color:#ff0000;padding:5px;border:solid 1px #ff0000;margin:10px;
}

.LicenseTable
{
	background-color:#dedede;
	border-collapse:collapse;
	border:none;
}
.LicenseTable td 
{
	padding:5px;
}

.LicenseTable th 
{
	padding:5px;
	text-align:left;
	font-weight:normal;
	font-size:12px;
	background-color:#444;
	color:#fff;
}

.mnuCategory
{
	padding:3px;
	background-color:#ccc;
}
.mnuSubCategory 
{
	padding:3px;
	padding-left:10px;
}

.DownloadLink
{
	float:right;
	width:260px;
	height:38px;
	background-image:url(/img/download.png);
	background-position:0px 0px;
	background-repeat:no-repeat;
	text-align:center;
	padding-top:15px;
}
.DownloadLink:hover
{
	background-position:0px -53px;
}
.DownloadLink a
{
	color:#fff;
	font-size:15px;
	text-decoration:none;
}
