﻿body 
{
    margin : 0;
    padding : 0;
    
	font-family : Verdana, Tahoma, Calibri, "Trebuchet MS",  "Segoe UI", Frutiger, Helvetica, "Helvetica Neue", Arial, sans-serif;
	background : url(Images/BodyBackground.gif) repeat-x top left;
	font-size: 62.5%;
}

#contents
{
    position : absolute;
    top : 0;
    left : 0;
}

html, body, #contents
{
    width : 100%;
    height : 100%;
    min-height : 100%;
}

html>body, html>body #contents
{
    height : auto;
}

#header
{
    border-top : solid 1px #778899;
    border-bottom : dotted 1px #B2BCC6;
    height : 8em;
}

#header .logo 
{
    font : 250% Georgia, "Times New Roman", Times, Serif;
    color : #5D93C3;
    
    float : left;
    margin-top : 17pt;
    margin-right : 0em; 
    margin-left : 10pt; 
}

#header .strapline
{
    font : 80% Georgia, "Times New Roman", Times, Serif;
    color : #5D93C3;
}

#header .navigation
{
    font : 62.5% Georgia, "Times New Roman", Times, Serif;
    color : #5D93C3;
}

#header .logo a
{
    text-decoration : none;
    color : #5D93C3;
}

#nav
{
    position : absolute;
    top : 0em;
    left : 10pt;
    width : 13em;
}

#nav h3
{
	font : 160% Georgia, "Times New Roman", Times, serif;
    color : #5D93C3;
}

#nav h3 a
{
    text-decoration : none;
    color : #5D93C3;
}

#nav h2
{
	font : 170% Georgia, "Times New Roman", Times, serif;
	text-decoration: underline;
    color : #5D93C3;
}

#nav h2 a
{
    text-decoration : underline;
    color : #5D93C3;
}


#nav ul
{
    list-style : none;
    margin-left : 0em;
    padding-left : 0;
}

#nav li
{
    font-size : 130%;
    border-bottom : dotted 1px #B2BCC6;
    margin-bottom : 0.3em;
}

#nav li a:link, #nav li a:visited 
{
    text-decoration : none;
    color : #2A4F6F;
    background-color : Transparent;
}

#nav li a:hover
{
    color : #778899;
}

#content
{
    margin-top : 1em;
    margin-left : 12em;
    margin-right : 1em;
    margin-bottom : 2.5em;
    
    padding-left : 15pt;
    padding-bottom : 15pt;
    
    font-size : 130%;
    color : #706D6D;
    
	border-left : dotted 1px #B2BCC6;     
}

#content h2
{
    font-size : 160%;
}

#content h3
{
    font-size : 140%;
}

#content h4
{
    font-size : 115%;
}

#content h2 a
{
    text-decoration : none;
    color : #706D6D;
}

#content h3 a
{
    text-decoration : none;
    color : #706D6D;
}


#middle
{
	margin-left: auto; 
	margin-right: auto; 
	width: 1000px; 
	position: relative; 
	border-left : dotted 1px #B2BCC6; 
	border-right : dotted 1px #B2BCC6;
}

#footer
{
    position : absolute;
    left : 0;
    bottom : 0;
    width : 100%;
    padding-bottom : 1pt;

    border-top : dotted 1px #AAAAAA;

	background-color : #5D93C3;
	color : #ffffff;

	font-size : 110%;
	line-height : 14pt;	
	vertical-align : middle;
}

#footer .copyright
{
    float : left;
    margin-left : 1em; 
}

#footer .policy
{
    float : right;
    margin-right: 1em; 
}

#footer .policy a
{
	color : #ffffff;
}

.BottomLine
{
    border-bottom : dotted 1px #B2BCC6;
}

h4.BottomLine
{
    padding-bottom: 10px;
}

.TopLine
{
    border-top : dotted 1px #B2BCC6;
}

.FeaturesSection
{
    float: left;
    width : 60%;
}

.BuySection
{
    float: right; 
    
    margin-bottom: 1em;
    margin-left: 2em;
    text-align : center;
}

.BuyBoxLeft
{
    float : left;
    border : solid 1px #5D93C3;

	padding : 0.1em;
    
    margin-right : 0.5em;
    margin-bottom : 0.5em;
    width: 10em;
}

.BuyBoxRight
{
    float : left;
    border : solid 1px #5D93C3;

	padding : 0.1em;
    
    margin-bottom : 0.5em;
    
	width: 10em;    
}

.BuyBoxHeader
{
	padding : 0.5em;

	background : #8FBDE5;
	color : #ffffff;

	font-size : 110%;
	text-align : center;
}

.BuyBoxButtons
{
    padding : 0.5em;
    text-align : center;
}

.LargeButton
{
    margin : 0.1em;
	height : 2.5em;
	width : 8em;
    font-size : 110%;
}

.SmallFont
{
    font-size : 90%;
}


.Table
{
	border : 1pt solid #84B4DD;
	background: #DBEEFD;
}

.TableHead
{
	background : #8FBDE5;
	font-size : 105%;
	padding : 0.5em;
	color : #ffffff;
}

.TableCell
{
	background : #ffffff;
	color : #706D6D;
	padding : 0.4em;
	line-height : 1.1em;
}

.DottedLine
{
    border-bottom : dotted 1px #B2BCC6;
}

.ScreenshotSection
{
	width : 100%;
    
	padding-bottom : 1em;
	padding-left : 1em;

}

.ScreenshotItem
{
	float : left;
	padding : 0.5em;
	text-align : center;
}

.TextInput
{
	border: 1pt solid #5D93C3;
	width: 15em;
}

.LicenseKeyInput
{
	border : 1pt solid #5D93C3;
	width : 5em;
}

.ErrorMessage
{
	color: #ff4040;
}

.PromoPrice
{
    color : Maroon;
}

.RegularPrice
{
    text-decoration : line-through;
}

.JustifiedText
{
	text-align: justify;
}

.Tab
{
    margin: 1em;
    font-size: 85%;
    
    color : #706D6D;
}



