Body {
	Max-Width:960px;
	margin-left:auto;
	margin-right:auto;
	Font-family:arial;
	background: White;
}
 
@media (max-width: 870px) {                  
	.LargeScrn {
	display: none;
   }
	.smallscrn {
	display: inline;
	list-style: none;
   }
	.FooterSupport{
	Float:None;
	width:90%;
	margin-left:15px;
	}
	.FooterProducts{
	width:90%;
	margin-left:15px;
	}
}

@media (min-width: 870.1px) {                  
	.LargeScrn {
		display: inline;
		List-style:none;
	}
	.smallscrn {
		display: none;
	}
	.FooterSupport{
		Float:right;
		width:50%;
		margin-left:15px;
	}
	.FooterProducts{
		width:50%;
		margin-left:15px;
	}
}

.tas {
    width:60%;
	padding: 4px;
    font-family: arial;
	Color:black;
	text-decoration:none;
	Text-align:center;
}

@media (max-width: 960px) {                  
.tas {
    font-size:calc(2.5vw + 12px);
	margin-top: calc(5vw - 33px);
	height:calc(4vw + 52px);
	}
.buynowbanner {
	Float:right;
	margin-top: calc(1vw - 20px);
	width:34%;
    font-family: arial;
	Color:black;
	font-size:calc(1.3vw + 9px);
	padding: 3px;
	border:4px solid #970400;
	text-align:center;
	}
}

@media (min-width: 960.1px) {                  
.tas {
    font-size: 2.25rem;
	margin-top:18px;
	height:95px;
	}
.buynowbanner {
	Float:right;
	margin-top:-8px;
	width:34%;
    font-family: arial;
	Color:black;
	font-size:1.35rem;
	padding: 3px;
	border:4px solid #970400;
	text-align:center;
	}
}




/* Full Menu */
.MenuBackground {
	font-family: arial;
	color: white;
	background-color:black;
	border-radius: 15px;  
	width:97%;
	max-width:960px;
	min-width:100px;
	margin-left:7px;
	position:fixed;
	top:0px;
	list-style: none;
	display: inline-table;
	text-align:center;
	z-index:100;
}

.MenuTop:after {
		content: ""; clear: both; display: block;
}

.MenuLine {
	float: left;
	min-height:62px;
}

.MenuLine:hover  {
	display: block;
	border-radius: 15px;  
		background-color:#4b545f;
	}

.MenuLine:hover > ul {
	padding-top: 4px;
	display: block;
	background-color:grey;
	}

.MenuLine a {
	padding-top: 4px;
	display: block; 
	color: white;
	text-decoration: none;
	padding: 15px 15px 23px 15px;
}

.MenuLine:hover a, .MenuLine a:visited, .MenuLine a:focus{
	padding-top: 3px;
	outline: 0;
	color: #fff;
	padding: 15px 15px 24px 15px;
}
	
	
.MenuSub {
	display: none;
	background: #5f6975; 
	border-radius: 0px; 
	padding: 0px;
	margin-left:0px;
	Margin-top:0px;
	position: absolute;
	z-index: 1;
}
.MenuSubLine {
	float: none; 
	border-bottom: 2px solid #575f6a;
	position: relative;
}

.MenuSubLine a {
	padding: 15px 30px;
	color: #fff;
}	

.MenuSubLine a:hover {
	background: #4b545f;
}

		
/* The Overlay Menu(background) */
.OverlayMenu {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */   
    height: 100%;
    width: 0;
	position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
	list-style: none;
	background-color: rgb(0,0,0); /* Black fallback color */
    background-color: rgba(0,0,0, 0.9); /* Black w/opacity */
    overflow-x: hidden; /* Disable horizontal scroll */
    transition:  .5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.OverlayMenu-content {
    position: relative;
    top: 9%; /* 8% from the top */
    text-align:Left;
	width: 100%; /* 100% width */
    Max-width :400px;
	Font-family:arial;
	font-size: 1rem;
	Color:white;
    margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
	list-style: none;
}

.OverlayMenu-heading {
    position: relative;
    width: 96%; /* 95% width */
    Font-family:arial;
	font-size: 1.2rem;
	font-weight:bold;
	margin-left:2%;
	Color:grey;
	border-top: 4px solid #6b727c;
	border-bottom: 4px solid #575f6a;
	text-align:left;
	padding-right;10%;
}

/* The navigation links inside the overlay */
.OverlayMenu a, .OverlayMenu a:visited {
    padding: 6px;
    text-decoration: none;
    Font-family:arial;
	font-size: 1.1rem;
    color: #818181;
    Color:white;
	margin-top: 5px;
	margin-right: 7%;
	margin-bottom: 1px;
	margin-left:7%;
	display: block; /* Display block instead of inline */
	transition: 0.3s; /* Transition effects on hover (color) */
}

/* When you mouse over the navigation links, change their color */
.OverlayMenu a:hover, .OverlayMenu a:focus {
	outline: 0;
	color: #f1f1f1;
	background-color:#818181;
	background-color:grey;
}

/* Position the close button (top right corner) */
.OverlayMenu .closebtn {
    position: absolute;
    top: 3px;
    right: 20px;
    font-size: 3.75rem;
}

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
	.OverlayMenu a {font-size: 20px}

	.OverlayMenu .closebtn {
		font-size: 2.5rem;
		top: 15px;
		right: 35px;
	}
} 

/* --- Headings --- */
H1 {
	font-family: arial;
	font-size: 2rem;
	Color: #970400;
	font-weight: bold;
	Text-align:Center;
	margin:auto;
	width:70%;
}

H2 {
	font-family: arial;
	font-size: 1.5rem;
	Color: #970400;
	font-weight: Normal;
	Text-align:Center;
	margin:auto;
	width:70%;
}

H3 {
	font-family: arial;
	font-size: 1.5rem;
	Color: #970400;
	font-weight: normal;
	Text-align:right;
	vertical-align: top;
	Margin: 0;
}

.LeftColumn {
	float:left;
	width:39%;
	Min-Height:75px;
	padding-left:3%;
	text-align:right;
	font-family: arial;
	font-size: 1.5rem;
	Color: #970400;
}

.RightColumn {
	float:Right;
	width:51%;
	Min-Height:75px;
	text-align:left;
	padding-left:3%;
	padding-right:3%;
	padding-top:2px;
	font-family: arial;
	font-size: 1rem;
	Color: Black;
}


.Text {
	font-family: arial;
	font-size: 1rem;
	font-weight:normal;
	Color: Black;
}

.TextRed {
	font-family: arial;
	font-size: 1rem;
	font-weight:normal;
	Color:  #970400;
}

.ButtonAddToCart {
	font-family: arial;
	Font-size: 1rem;
	font-weight: bold;
	Text-align: center;
	cursor: pointer;
	color: white;
	background-color: #1a7cbe;
	border-radius: 10px;
	width: 13rem;
	height: 2rem;	
}

.ButtonDownloadTrialVersion {
	font-family: arial;
	Font-size: 1rem;
	font-weight: bold;
	Text-align: center;
	cursor: pointer;
	color: black;
	background-color: #d5d5d5;
	border-radius: 10px;
	width: 13rem;
	height: 2rem;	
}

	
.Footer {
	font-family: arial;
	font-size: 1rem;
	Text-align:left;
	margin-left:15px;
	margin-right:15px;
	background-color:#d5d5d5;
	border:3px double grey;
	box-shadow: 5px 5px 5px #888888;
}

.FooterSupport{
	Text-align:left;
	margin-left:5%;
	margin-right:5%;
	Margin-top:5px;
}

.FooterProducts{
	Text-align:left;
	margin-left:5%;
	margin-right:5%;
	Margin-top:5px;
}

.Footer a:link, a:visited {
	font-size: .9rem;
	text-decoration: none;
	color:#0B31E8;
	margin-left:15px;
}

.Footer a:hover {
	text-decoration: underline;
}
