/*  
Sticky Footer Solution
by Steve Hatcher 
http://stever.ca
http://www.cssstickyfooter.com
*/

/* must declare 0 margins on everything, also for main layout components use padding, not 
vertical margins (top and bottom) to add spacing, else those margins get added to total height 
and your footer gets pushed down a bit more, creating vertical scroll bars in the browser */

html, body {height: 100%;}

#wrap {min-height: 100%;}

#main {overflow:auto;
	padding-bottom: 105px;}  /* must be same height as the footer */

#footer {position: relative;
	margin-top: -105px; /* negative value of footer height */
	height: 105px;
	clear:both;} 

/*Opera Fix*/
body:before {/* thanks to Maleika (Kohoutec)*/
content:"";
height:100%;
float:left;
width:0;
margin-top:-32767px;/* thank you Erik J - negate effect of float*/
}



/* IMPORTANT

You also need to include this conditional style in the <head> of your HTML file to feed this style to IE 6 and lower and 8 and higher.

<!--[if !IE 7]>
	<style type="text/css">
		#wrap {display:table;height:100%}
	</style>
<![endif]-->

*/

.ticker
{
 background-color: #F1F1F1;
 padding: 15px;
 font-family: sans-serif;
 font-size: 14px;
 font-weight: bold;
 text-align: center;
 margin-left: 50px;
 margin-right: 50px;
 -moz-border-radius: 10px;
 -webkit-border-radius: 10px;
 border-radius: 10px;
}

.downloadbutton
{
font-size: 16px;
font-weight: bold;
background-color: #DDFFDD;
border-color: #00FF00;
padding: 20px; 
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
-moz-box-shadow: inset 0px 0px 3px 5px;
-webkit-box-shadow: inset 0px 0px 3px 5px;
box-shadow: inset 0px 0px 3px 5px;
text-decoration: none;
}

.learnmore { text-align: center; }
a.learnmore { font-size: 12px; }

ul
{
 list-style-image: url('images/bullet.png');
}

.menulist
{
 list-style-image: url('images/bullet_menu.png');
}

.footmenu
{
 background-color: #112255;
 font-size: 12px;
 text-align: center;
 padding: 1px;
 align: center;
 border-top: 2px solid #0022D0;
 border-bottom: 2px solid #0022D0;
 height: 20px;
 line-height: 20px;
}

.footmenucontent, .footmenucontent:link, .footmenucontent:visited
{
 padding-right: 30px;
 padding-left: 30px;
 color: #FFFFFF;
 font-weight: bold;
 text-decoration: none;
 text-decoration: none;
 font-family: "Helvetica", "Sans-Serif";
}
.footmenucontent:hover
{
 color: #000055;
 text-decoration: none;
 background-color: #AADDFF;
 opacity: .7;
}

.screenshots
{
 float: right;
 padding-left: 20px;
 padding-right: 20px;
 width: 470px;
}

.screenshots img { margin-top: 20px; margin-bottom: 70px; }

.topmenu
{
 background-image: url('images/navbackground.jpg');
 background-color: #001155;
 position: relative;
 top: -3px;
 font-size: 18px;
 height: 46px;
 line-height: 23px;
}

.menuinner { padding: 8px; }

.trial
{
 text-align: center;
 font-size: 20px;
 font-family: sans-serif;
 font-weight: bold;
}

.highlights
{
 font-size: 16px;
 font-family: tahoma;
 font-weight: bold;
}

.bait
{
 height: 0;
 visibility: hidden;
 display: none;
}

.inputtext
{
 height: 0;
 visibility: hidden;
 display: none;
}

.otherwsn
{
 font-size: 16px;
 font-family: tahoma;
 font-weight: bold;
}

.otherwsn li, .otherwsn ul { padding: 0; margin: 0; margin-left: 10px; }

.otherwsn li a
{ 
 padding: 0;
 margin: 0;
 font-size: 12px;
 font-family: helvetica;
 text-decoration: none;
 color: #000000;
 font-weight: normal;
 border-bottom: 1px solid #EEEEEE; 
}

.otherlink
{
 color: #556677;
 padding-left: 7px;
 padding-right: 7px;
}

.otherwsn:link, .otherwsn:link:visited, a.otherwsn, a.otherwsn:hover
{
 color: red;
 font-color: red;
}

#overview td
{
 font-size: 16px;
 font-weight: bold;
 vertical-align: top;
}

.learn { font-size: 10px; font-weight: normal; cursor: pointer; }

.learnbox 
{
 background-color: #FAFCFF;
 color: black;
 font-size: 14px;
 font-weight: normal;
 font-family: helvetica;
 text-align: left;
 margin: 5px;
 padding: 5px 10px 5px 15px;
}

.labelscolumn
{
 width: 30%;
 background-color: #F5F5F5;
 border: 1px solid white;
}

.optionscolumn
{
 width: 70%;
 background-color: #F5F5F5;
 border: 1px solid white;
}

.labels
{
 font-weight: bold;
}

.customerquote
{
 padding: 6px;
 margin: 5px;
 text-align: center;
 font-family: arial;
 font-size: 12px;
 color: black;
 background: #FFFFFF;
 border: 1px dotted #5BADDF;
 width: 100%;
}

.overview
{
 float: left;
 width: 45%;
 padding: 15px;
 margin: 0px;
}

hr 
{
 border: 0;
 color: #EEEEEE;
 background-color: #EEEEEE;
 height: 1px;
 width: 70%;
 text-align: center;
}

.vr
{
 float: left;
 width: 1px;
 height: 300px;
 margin-top: 35px;
 background-color: #EAEAEA;
}

.clear
{
 clear: both;
}

.mainarea
{
 float: none;
 width: 95%;
 margin: 0px;
 padding: 25px;
 padding-top: 5px;
 padding-bottom: 5px;
}

.copyright
{
 background-image: url('images/footer.png');
 font-size: 10px;
 height: 55px;
 padding: 10px;
}

.copyinner
{
 float: left;
 padding-left: 15px;
}

.centered
{
 text-align: center;
 margin: 0;
 padding: 0;
}

body 
{
 background-color: #FFFFFF;
 margin: 0px;
 padding: 0px;
}

body, th, td {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
}

li
{
 padding: 3px;
 padding-left: 0;
 margin-left: 0;
}

ul
{
 padding-left: 5px;
 margin-left: 10px;
}

textarea
{
 font-size: 13px;
}

input
{
 font-size: 13px;
}

H1
{
 font-size: 16px;
 line-height: 1em;
 margin-bottom: 0;
 font-family: sans-serif;
 padding: 5px;
 border: 1px solid #F5FAFF;
}

H2,H3,H4,H5,H6 
{
 font-size: 13px;
 line-height: 1em;
 margin: 0;
 padding: 0; 
 font-family: "Arial Rounded MT Bold", "Twa TUR", "Trebuchet MS", Arial, Impact, sans-serif;
}

.floatlogo
{
 float: left;
 position: absolute;
 left: 30px;
 top: 40px;
}

.align-justify {
	text-align: justify;
}

.text2 {
	color: #414141;
}

a {
	color: #337ABA;
}

a:hover {
	text-decoration: none;
}

a.link1, a.link1:visited {
	color: #FFFFFF;
}

.menucontent, .menucontent:link, .menucontent:visited
{
 padding-right: 20px;
 padding-left: 20px;
 color: #FAFAFF;
 font-weight: bold;
 text-decoration: none;
 text-decoration: none;
 font-family: "Helvetica", "Sans-Serif";
}
.menucontent:hover
{
 color: #000055;
 text-decoration: none;
 background-color: #FFFFFF;
 opacity: .3;
}

.purchasearea
{
 background-color: #EEFFEE;
 padding: 20px;
 border-radius: 10px;
 -moz-border-radius: 10px;
 -webkit-border-radius: 10px;
}

.quantitylabel
{
 text-align: center;
 font-weight: bold;
 font-size: 16px;
}

.tabbody
{
 border: 1px solid #EEEEEE;
 border-radius: 10px;
 padding: 10px;
}

.tabbar
{
 padding: 0;
 margin: 0;
 text-decoration: none;
 text-align: left;
}

.tabbar a
{
 color: #113366;
 background-color: #FFFFFF;
 border: 1px solid;
 border-color: #E8E8E8;
 text-decoration: none;
 padding: 4px 12px 0px 12px;
 margin: 0px 0px 0px 4px;
 letter-spacing: 2px;
 word-spacing: 4px;
 border-top-left-radius: 4em;
 border-top-right-radius: 4em;
 box-shadow: 2px -1px 3px #EEEEEE;
 }

.tabbar a:hover
{
 background-color: #BABDCF;
 border-bottom: 1px solid;
 border-bottom-color: #555565;
 color: #FFFFFF;
 text-decoration: none;
 cursor: pointer;
}

.selectedtab, a.selectedtab
{
 background-color: #BABDCF;
 border-bottom: 1px solid;
 border-bottom-color: #CACDDF;
 color: #FFFFFF;
 text-decoration: none;
}
