﻿body
{
	background-image: url(/images/background.gif);
	background-repeat: repeat-x;
	background-color: #4F4F4F;
	font-family: Verdana, Arial;
	font-size: 12px;
	color: Black;	
	margin: 0px;
	padding: 0px;
}

div
{	
	margin: 0px;
	padding: 0px;
}

a
{
	color: #626262;	
}

a:hover
{
	color: #FFB03C;
	text-decoration: underline;
}

a img 
{
	border: 0px;	
}
	
li
{
	margin-bottom:10px;
}
	
.header
{
	color:#E48700;
	font-weight: bold;	
}

.mastertable
{
	width:1000px;
	margin-left:auto;
	margin-right:auto;	
	margin-top: 30px;
}

.tabcontainer
{
	margin-right: -10px;
	float:right;
	clear:right;
	height:43px;
	background-image:url(/images/tabs-background.jpg);
	background-color:#3D83D5;
}

.tab
{
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 11px;	
	vertical-align: top;			
}

.tabselected
{
	background-image:url(/images/tabs-background-selected.gif);	
}

.homebg
{
	background-image:url(/images/background-home.jpg);
	background-repeat:no-repeat;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

.subbg
{
	background-image:url(/images/background-sub.jpg);
	background-repeat:no-repeat;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

.footer
{
	color: White;
	text-align: center;	
	font-size: 10px;
}

.headerimage
{
	margin-top: 25px;
	margin-bottom: 35px;
}

.testimonialtext
{
	font-size:11px;
	line-height:18px;
}

.comparechart td
{
	border-bottom: solid 1px #E6E6E6;
}

.loginbox
{
	font-size: 11px;	
}

.Box h2
{
    text-align: left !important;
    margin-top: 0px  !important;
    margin-bottom: 8px !important;
}

.Box
{  
    font-family:  arial, verdana !important;
}

.Box td, th
{
    border-bottom: 1px solid #B2CEF1;
    padding: 3px;
    padding-right: 15px;
}

.Box th
{
    border-bottom: 2px solid #8DB0DC !important;
    font-weight: normal;
    line-height: 18px;
    text-align: left;
    vertical-align: top;
    font-size: 11px;
}

.Box th+th
{
    width: 350px !important;
}

.Box th+th+th
{
    width: 350px !important;
}


.Box td
{
   white-space: nowrap;
   text-align: left;
}

.Box td+td, .Box td+td+td, .Box td+td+td+td
{
    text-align: center;
}

