/*
Original design: Variant Portal (v1.0 - Jun 26, 2010) - A free xhtml/css website template by Andreas Viklund.
For more information, see http://andreasviklund.com/templates/variant-portal/
*/

*{margin:0;padding:0;}

html{
	height:100%;
}
body{
	
	color:#555;
	font:100% Arial, tahoma, verdana, sans-serif;
	min-height:100%;
}

a{color:#286ea0;text-decoration:none;}
a:hover{text-decoration:underline;}
a img{border:0;}

h1{
	font-size:2.1em;
	letter-spacing:-1px;
	margin:0 0 5px; 
	padding:0;
	font-weight: bold;
}


h2{font-size:1.6em;margin:0 0 12px; padding:0;}
h3{font-size:1.3em;margin:0 0 10px; padding:0;}
p, ul{line-height:1.5em;margin:0 0 18px;text-align:left;}
ul,ol {list-style:auto; margin:0 0 15px 0px; }
ol.listnumber {padding-left: 10px;}
hr {clear:both; visibility:hidden;}
table {}/*li {min-width:300px;}
ul#navitab li.active{		font-weight: bold;		background:#777 url(images/corner.gif) no-repeat top right !important;		border-left:1px solid #aaa !important;		color:#eee !important;		}*/
#container{
	background:#fff;
	/*margin:15px auto 0 auto;*/
	/*width:980px;*/
	margin:0px auto 0 auto;
	width:80%;
	padding: 0px 0px 0px 0px;
}

.scrFreeHome{ 
	/*THIS IS FOR PC SIZE SCREEN, NORMAL SCREE, NON-MOBILE*/
	max-width:45%;
	object-fit: contain;
	/*width: auto;
    height: auto;*/
	width: 45%;
	height: auto;
	/*float:left;*/
	display:block;
	padding-bottom:10px;
}

.restOf{
	margin-top:10px;
		display:inline-block;
		max-width: 98%;
}

.sideBullets{
	
	display:  grid;
	padding-left:35px;
}

.sectionImgBulletPoints{
	display:flex;
  align-items:end;

}

@media only screen and (max-width: 480px) {
	/*screen of a mobile phone, less than 600px*/
	.scrFreeHome{
		max-width:98%;
		object-fit: contain;
		width: 98%;
		height: auto;
		/*float:none;*/
	}
	.sectionImgBulletPoints{
		
		display:block;
	}
}	

.downloadLink{
	font-size: 15px;
    text-align: center;
    float: left;
    display: block;
    /*background-color: #f8f8f8; */
	background-color: #eee;
    border: 1px solid #bbbbbb;
    padding: 12px;
    margin-bottom: 12px;
    margin-right: 12px;
    color: #000000;
	margin-top: 10px;
}

#toplinks {width:400px; float:right;margin:0 15px 0 0;}
#toplinks p {text-align:right;}
#logo{
	/*width: 950px;*/
	/*width:80%;	*/
	margin: 0 auto; 
	padding: 10px 0 0 0px;
	min-height: 5vh; 
	font-size: 22px;
}
#logo h1 a{color:#777;padding:0;}
#logo h1 a:hover{text-decoration:none;}
#logo p{color:#555;font-size:1.4em;}
#desc{
background:#555;
clear:both;
color:#eee;
margin-bottom:5px;
padding:15px 15px 2px 15px;
}
#desc a{color:#eee;text-decoration:underline;}

#main{
	/*float:left;*/
	padding:0; 
	/*margin:0px 15px 10px 15px; */
	display: flex;

	/*width:80%;*/
}


#footer{clear:both;background:#555; color:#eee ;margin:10px 0 0;padding:1px;text-align:left;z-index: 555;
    position: relative;}
#footer a{color:#eee;}
#footer p{margin:0; font-size:0.9em; font-weight:700;}

ul#navitab{margin:0;padding:0;}
ul#navitab li{display:block;float:left;margin:0;padding:0;}
ul#navitab li a{ /*highliting of the selected oage*/	background:url(images/corner.gif) no-repeat top right #eee;	border-left:1px solid #ccc;	border-right:2px solid #fff;	color:#555;	display:block;	height:1.2em;	padding:5px 16px 7px;	text-align:center;	text-decoration:none;	/*text-transform:uppercase; */	white-space:nowrap;}
ul#navitab li a:hover{		background:#eee url(images/corner.gif) no-repeat top right;	border-left:1px solid #aaa;	/*color:#eee;
	background:#555 url(images/corner.gif) no-repeat top right;
	*/	text-decoration:underline;}
ul#navitab li a.current{
	background:#777 url(images/corner.gif) no-repeat top right;
	border-left:1px solid #555;
	color:#eee;
}

ul#navitab li.active a{
	/*background:#2a14a2 url(images/corner.gif) no-repeat top right !important;	
color:#eee; 
	background:#4B77A1 url(images/corner.gif) no-repeat top right !important;	*/
	background:#a2ff83 url(images/corner.gif) no-repeat top right !important;
	border-left:1px solid #aaa;	
	color:#000000;
}


.splitleft {width:48%;float:left;}
.splitright {margin-left:52%;}

.right{text-align:right;}
.block{background:#eee url(images/corner.gif) no-repeat top right;padding:15px;border-bottom:1px solid #ccc;border-left:1px solid #ccc;}
.hide{display:none;}

#paypal-button-container{
	display:inline-block
}
#content1{
	display:inline-block;
	vertical-align: top;
	margin: 17px 10px 5px 17px
}

#main-content-box{
	display: flex;
	
}

/* ADDING OUR OWN */
.showTooltip {

   margin: 0 auto;
   cursor: pointer;
   font-family: system, sans-serif;
   position:absolute;
line-height:normal;
line-height: 17px;

}

.showTooltip:hover::after {
		content: attr(data-tip);
		top: 3.5em;
		left: 2em;
		background-color: #16a67d;
		color: white;
		font-size: 12px;
		padding: .25em .5em;
		position:absolute;
		width: 255px;
                z-index:500;
               white-space: pre-wrap;
              
}

.wTooltip {

   margin: 0 auto;
   cursor: pointer;
   font-family: system, sans-serif;
   position:absolute;
}

.wTooltip:hover::before {
		content: attr(data-tip);
		top: -9em;
		left: -5em;
		background-color: midnightblue;
		color: white;
		font-size: 12px;
		padding: .25em .5em;
		position:absolute;
		width:275px;
}


.bshowHTip {
    text-decoration:none;
    position:relative;
}
.bshowHTip span {
    display:none;
}
.bshowHTip:hover span {
    display:block;
    position:fixed;
    overflow:hidden;
}

.showHTip {

   margin: 0 auto;
   cursor: pointer;
   font-family: system, sans-serif;
   color:white !important;
}

.showHTip:hover::after {
		content: attr(data-tip);
		top: 2.5em;
		left: 0.5em;
		background-color: #16a67d;
		color: white;
		font-size: 12px;
		padding: .25em .5em;
		position: relative;
		width:255px;
	
}

.couponcode {
    color: red;
    cursor: pointer;
}

.couponcode:hover .coupontooltip {
    display: block;
}

.coupontooltip {
    position: absolute;
    white-space: nowrap;
    display: none;
    background: #ffffcc;
    border: 1px solid black;
    color: black;
    padding: 5px;
    z-index: 1000;
	max-width: 25%;
	white-space: pre-wrap;
	mouse
}

.infoClass{
	display:inline-block;
	width:12px;
	height:12px;
	padding-left:3px;
	padding-top:3px;
}
.hiderClass{
	visibility:hidden;
}

.rightPart{
	float:right;
	padding-left: 10px;
}

.noDisp{
	display:none
}


.container_row {
    border: 1px solid red;
    height: 50px;
    margin: 0;
    position: relative;
}

.layer1 {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    height: 50px;
}

.layer2 {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    height: 50px;
    border: 1px solid green;
}

#headerDivID{
	display:none;
	
}

.headerContents{
	
	min-height: 300px;
	min-width: 90%;
	
	font-family: monospace;
	font-size: 13.333;
	border-width: 1px;
	border-style: solid;
}