body{
	margin:0;
	color:#424040;
	font:14px arial,sans-serif;
	background:#3772c7 url(../images/body-bg.jpg) repeat-x;
}
img{border-style:none;}
a{color:#424040;}
a:hover{text-decoration:none;}
input{
	font:100% arial,sans-serif;
	vertical-align:middle;
}
form{
	margin:0;
	padding:0;
}
.main{
	margin:0 auto;
	width:960px;
	position:relative;
}

p {
	text-align: justify;
}
/*HEADER*/
#header{
	height:116px;
	padding:34px 6px 0 21px;
	overflow:hidden;
}

.planDetails {
	float: left;
	width: 300px;
	height: 122px;
	background: url(../images/planDetails3.png) no-repeat top left; 
	margin-left: 15px;
	margin-top: 10px;
}

.planDetails h2 {
	color: #55A034;
	margin-top: 5px;
	margin-bottom: 3px;
	font-size: 16px;
}

.planDetails p {
	margin: 0px;
	font-size: 12px;
	margin-right: 10px;
}

.plan_image {
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 5px;
}

.buynow {
    display: inline;
    position: absolute;
	margin-left: 90px;
	margin-top: 20px;
}

/*FORM*/
#header div{
	position:absolute;
	top:4px;
	right:7px;
	font-size:14px;
	color:#fff;
}
#header div input,
#header div label,
#header div a{
	float:left;
}
#header div a{
	background:url(../images/btn1.gif) no-repeat 100% 3px;
	padding-right:12px;
	color:#fff;
	text-decoration:none;
	margin:3px 33px 0 0;
}
#header div a:hover{text-decoration:underline;}

.inp-text{
	width:120px;
	padding:4px 5px 2px;
	color:#000;
	font-size:12px;
	margin-right:3px;
	border:0;

}
.inp-btn{margin-top:5px;}

#submit {
	padding-right: 100px;
}

.login_txt {
	font-size: 13px;
	padding-bottom: 14px;

}
#header div label{margin:3px 3px 0 0;}
/*LOGO*/
.logo{
	background:url(../images/logo.gif) no-repeat;
	float:left;
	width:144px;
	height:100px;
	text-indent:-9999px;
}
.logo a{
	display:block;
	overflow:hidden;
	height:100%;
}
/*NAVIGATION*/
.nav{
	margin:78px 0 0 0;
	padding:0;
	list-style:none;
	float:right;
}
.nav li{
	display:inline;
	background:url(../images/separator1.gif) no-repeat 0 50%;
	padding: 0 4px 0 8px;
}
.nav .first{background:none;}
.nav a{
	color:#4179aa;
	text-decoration:none;
	font:14px Verdana, Arial, Helvetica, sans-serif;
}
.nav a:hover{text-decoration:underline;}



/*MIDDLE*/
#middle{
	border-bottom:1px solid #f0efef;
	height:2%;
	background: url(/images/middle-top-blank.png) no-repeat;
}
/*TOP BOX*/
.visual{
	overflow:hidden;
	min-height:108px;
/*	padding:0px 111px 0 0px; */
}
.visual strong{
	text-indent:-9999px;
	overflow:hidden;
}

/*TEXT BOX*/
.info{
    float: left;
    width: 922px;
	border-left:1px solid #f0efef;
	border-right:1px solid #f0efef;
	background:#fff;
	padding:20px 18px;
	clear: both;
	border-left: solid 1px #F0EFEF;
	border-right: solid 1px #F0EFEF;
}
.info h1{
	color:#417BCD;
	font-size:24px;
	margin:0 0 9px;
	font-weight:normal;
}
.info p{
	margin:0 0 14px;
	line-height:18px;
}

#content {
	float: left;
	width: 670px;
	padding-right: 5px;
	background: #fff;
}

#sidebar {
	float: right;
	width: 215px;
	background: #fff;
	border-left: solid 1px #CFE2FF;
	padding-left:15px;
	margin:0;
	text-align:left;
	min-height: 100%;
}


/*FOOTER*/
#footer{
	clear: both;
	display: block;
	background: # url(/images/bottom-middle.gif) no-repeat bottom left;
	color:#fff;
	height: 35px;
	font-size: 12px;
	padding-top: 20px;
	border: solid 1px #fff;
	}

.footer_section {
	float: left;
	width: 225px;
	margin-left: 10px;
	margin-top: -15px;
}

.footer_section ul {
	list-style:none;
	width: 960px;
	float: left;
}

.footer_section li {
	display:inline;
	text-decoration: none;
	font-size: 14px;
	padding: 0 30px 0 0px;

}

.footer_section li a {
	color: #fff;
}

#rightcol ul {
	margin-left: 1em;
	padding-left: 1em;
	list-style-position: inside;
	text-indent: -1em;
}

#rightcol li{
	list-style-image: url(../images/list.gif);
	margin-left: -15px;
	padding-bottom: 5px;
}

#content_tutorial {
	float: left;
		padding-left: 10px;
}

#content_tutorial li{
	margin-bottom: 5px;
}

#tuts_left {
	float: left;
	width: 480px;
}

#tuts_right {
	float: right;
	width: 420px;
}

th {
font-size: 1.3em;
text-align: left;
}

tr.d0 td {
   background-color: #FFFFFF; color: black;
   font-size: 14px; 
}
tr.d1 td {
   background-color: #EFEFEF; color: black;
   font-size: 14px; 
}

tr.heading {
    background: #CFE2FF;
}

#support_nav {
	position: relative;
    margin-right: 100px;
}
