﻿@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #555555;
	background: url(images/page_bg.gif) top center repeat-x #919191;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 3px 0;
	padding: 0;
}

h1.box {
	background: url(images/h1_bg.gif) left no-repeat;
	padding: 0 0 0 12px;
	margin: 0;
	line-height: 20px;
}

h3 {
	font-size: 13px;
	font-weight: bold;
	font-family: Tahoma, Geneva, sans-serif;
	margin: 0 0 3px 0;
	padding: 0;
}

.highlight { color: #316d7e; }
p { 
	margin: 0 0 10px 0;
	line-height: 1.5em;
}

img.img_right { float: right; margin: 0 0 5px 5px; }
img.img_left { float: left; margin: 0 5px 5px 0; }

#header {
	width: 900px;
	height: 85px;
	margin: 0 auto;
	position: relative;
}
#header a#logo {
	width: 180px;
	height: 85px;
	display: block;
	outline: none;
	background: url(images/logo.gif);
}
#nav {
	position: absolute;
	right: 0;
	bottom: 0;
}
#nav ul {
	margin:0;
	padding:0 0 0 0;
	list-style:none;
}
#nav ul li {
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
}
#nav ul li a {
	float: left;
	background-image: url(images/tab_left.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	font-weight: normal;
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 0 2px 0 10px;
	color: #333333;
	text-decoration: none;
	z-index: 24;
}
#nav ul li a span {
	float: left;
	background-image: url(images/tab_right.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	display: block;
	line-height: 35px;
	padding: 0 10px 0 0px;
}
#nav ul li a:hover span, #nav ul li a.current span {
	background-image: url(images/tab_right_o.gif);
}
#nav ul li a:hover, #nav ul li a.current {
	background-image: url(images/tab_left_o.gif);
	text-decoration: none;
	color: #FFFFFF;
	z-index: 25;
}
#main {
	width: 900px;
	height: 270px;
	background: url(images/main.png);
	position: relative;
	margin: 0 auto 0 auto;
}
#main ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#main ul li {
	color: #FFFFFF;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 25px;
	padding: 5px 0 5px 0;
}
#main_left {
	width: 450px;
	height: 270px;
	position: absolute;
	top: 0;
	left: 0;
}
#main_right {
	width: 450px;
	height: 270px;
	position: absolute;
	right: 0;
	top: 0;
}
#main a.order, #main a.learn {
	display: block;
	position: absolute;
	height: 55px;
	width: 190px;
	outline: none;
}
#main_left a.order {
	bottom: 5px;
	left: 0px;
}
#main_right a.order {
	bottom: 5px;
	left: 60px;
}
#main_left a.learn {
	bottom: 5px;
	left: 200px;
}
#main_right a.learn {
	bottom: 5px;
	left: 260px;
}

#main_left ul.left {
	position: absolute;
	top: 90px;
	left: 30px;
}

#main_right ul.left {
	position: absolute;
	top: 90px;
	left: 39px;
}

#main_left ul.right {
	position: absolute;
	top: 90px;
	left: 260px;
}

#main_right ul.right {
	position: absolute;
	top: 90px;
	left: 272px;
}

#content {
	width: 900px;
	margin: 0 auto;
	padding: 10px 0 0 0;
}

#content_wrapper {	
	background: url(images/content_bg.gif) top repeat-x #FFFFFF;
}

#front_boxes {
	width: 900px;
	margin: 0 auto;
	position: relative;
}

div.front_box {
	width: 275px;
	background: url(images/front_gradient_box.gif) top no-repeat;
	padding: 5px;
}

div.front_box p { line-height: 1em; margin: 0 0 5px 0; }

#front_box_1 {
	float: left;
}

#front_box_2 {
	float: left;
	margin: 0 0 0 23px;
}

#front_box_3 {
	float: right;	
}

ul.basic_list {
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none;
}

ul.basic_list li {
	background: url(images/bullet_blue.gif) left no-repeat;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding: 2px 0 2px 15px;
}

#footer_wrapper {
	border-top: 1px solid #999999;
	background: #f2f2f2;
	padding: 10px 0 10px 0;
}

#footer {
	width: 900px;
	margin: 0 auto;
}
#footer_left {
	float: left;
	width: 180px;
}

#footer p {
	color: #333333;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}

#footer p.copyright { font-weight: bold; line-height: 1em; margin: 0; }

#footer_left a#footer_logo {
	display: block;
	width: 178px;
	height: 43px;
	background: url(images/logo_footer.gif);
}

#vendors {
	background: url(images/vendors_bg.gif);
	height: 50px;
	text-align: center;
}

#footer_right {
	float: right;
	width: 710px;
}

#footer_right div.links {
	float: right;
	margin: 0 0 0 30px;
}

div.links ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

div.links a {
	color: #0087ff;
	text-decoration: none;
}

div.links a:hover {
	text-decoration: underline;
}

div.sidebar {
	float: right;
	width: 430px;
}

div.sidebar2 {
	float: left;
	width: 430px;
}

div.sidebar3 {
	float: right;
	width: 100px;
}

table.plan_table {
	width: 460px;
	border-right: 1px solid #CFCFCF;
	border-left: 1px solid #CFCFCF;
}

table.plan_table th {
	background: url(images/tbl_header.gif) top repeat-x #316d7e;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	padding: 5px;
}

table.plan_table td {
	padding: 5px;
	text-align: center;
	border-bottom: 1px solid #CFCFCF;
}

table.plan_table tr.even td {
	background: #F5F5F5;
}

table.plan_table tr.odd td {
	background: #FAFAFA;
}

table.plan_table td.title {
	font-weight: bold;
	text-align: right;
	white-space: nowrap;
	width: 0;
}

table.plan_table tr.even td div.check {
	display: block;
	margin: 0 auto;
	background: url(images/check_2_large.gif);
	width: 20px;
	height: 20px;
}
table.plan_table tr.odd td div.check {
	display: block;
	margin: 0 auto;
	background: url(images/check_1_large.gif);
	width: 20px;
	height: 20px;	
}

table.plan_table tr.even td div.semicheck {
	display: block;
	margin: 0 auto;
	background: url(images/semicheck_2_large.gif);
	width: 20px;
	height: 20px;
}
table.plan_table tr.odd td div.semicheck {
	display: block;
	margin: 0 auto;
	background: url(images/semicheck_1_large.gif);
	width: 20px;
	height: 20px;	
}

table.plan_table tr.even td div.nocheck {
	display: block;
	margin: 0 auto;
	background: url(images/nocheck_2_large.gif);
	width: 20px;
	height: 20px;
}
table.plan_table tr.odd td div.nocheck {
	display: block;
	margin: 0 auto;
	background: url(images/nocheck_1_large.gif);
	width: 20px;
	height: 20px;	
}

/* SSL Table */
table.ssl_table {
	width: 600px;
	border-right: 1px solid #CFCFCF;
	border-left: 1px solid #CFCFCF;
	margin-bottom: 10px;
}

table.ssl_table th {
	background: url(images/tbl_header.gif) top repeat-x #316d7e;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
}

table.ssl_table td {
	padding: 5px;
	text-align: center;
	border-bottom: 1px solid #CFCFCF;
}

table.ssl_table tr.even td {
	background: #F5F5F5;
}

table.ssl_table tr.odd td {
	background: #FAFAFA;
}

table.ssl_table td.title {
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	width: 0;
}

table.ssl_table tr.even td div.check {
	display: block;
	margin: 0 auto;
	background: url(images/check_2_large.gif);
	width: 20px;
	height: 20px;
}
table.ssl_table tr.odd td div.check {
	display: block;
	margin: 0 auto;
	background: url(images/check_1_large.gif);
	width: 20px;
	height: 20px;	
}

table.ssl_table tr.even td div.semicheck {
	display: block;
	margin: 0 auto;
	background: url(images/semicheck_2_large.gif);
	width: 20px;
	height: 20px;
}
table.ssl_table tr.odd td div.semicheck {
	display: block;
	margin: 0 auto;
	background: url(images/semicheck_1_large.gif);
	width: 20px;
	height: 20px;	
}

table.ssl_table tr.even td div.nocheck {
	display: block;
	margin: 0 auto;
	background: url(images/nocheck_2_large.gif);
	width: 20px;
	height: 20px;
}
table.ssl_table tr.odd td div.nocheck {
	display: block;
	margin: 0 auto;
	background: url(images/nocheck_1_large.gif);
	width: 20px;
	height: 20px;	
}



table.addon_table {
	width: 100%;
	border-left: 1px solid #CFCFCF;
	border-right: 1px solid #CFCFCF;
	border-top: 1px solid #CFCFCF;
}

table.addon_table th {
	font-size: 18px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	background: #e5e5e5;
}

table.addon_table th, table.addon_table td {
	border-bottom: 1px solid #CFCFCF;
	padding: 5px;
}

table.addon_table td {
	text-align: center;
}

table.addon_table td.title {
	font-weight: bold;
	text-align: right;
	white-space: nowrap;
	width: 0;
}

.dollars {
	letter-spacing: -1px;
	padding: 0px;
	vertical-align: top;
	font-family: verdana;
	font-weight: bold;
	font-size: 18px;
}
.dollars_small {
	font-weight: bold;
}
.cents {
	letter-spacing: -1px;
	vertical-align: top;
	text-align: left;
	font-family: verdana;
	font-weight: bold;
	font-size: 14px;
}
.cents_small {
	font-weight: bold;
}

table.plan_price_table {
	width: 460px;
}

table.plan_price_table td.prices {
	width: 115px;
	background: url(images/plan_price_bg.gif) top no-repeat;
	padding: 0 0 0 0;
	text-align: center;
}

table.plan_price_table td p, table.plan_price_table td h3 {
	margin: 2px 0 3px 0;
	padding: 0;
}

table.plan_price_table td a.order_now_large {
	margin: 1px 0 1px 0;
	display: block;
	width: 460px;
	height: 30px;
	background: url(images/order_now_large.gif);
}

table.plan_price_table td a.order_now_large:hover {
	background: url(images/order_now_large_o.gif);
}

table.plan_price_table td a.order_now_larger {
	margin: 1px 0 1px 0;
	display: block;
	width: 600px;
	height: 30px;
	background: url(images/order_now_larger.gif);
}

table.plan_price_table td a.order_now_larger:hover {
	background: url(images/order_now_larger_o.gif);
}


table.ssl_price_table {
	width: 600px;
}

table.ssl_price_table td.prices {
	width: 115px;
	background: url(images/plan_price_bg.gif) top no-repeat;
	padding: 0 0 0 0;
	text-align: center;
}

table.ssl_price_table td p, table.ssl_price_table td h3 {
	margin: 2px 0 3px 0;
	padding: 0;
}

table.ssl_price_table td a.order_now_large {
	margin: 1px 0 1px 0;
	display: block;
	width: 600px;
	height: 30px;
	background: url(images/order_now_large.gif);
	background-repeat:no-repeat;
	background-position:center;
}

table.ssl_price_table td a.order_now_large:hover {
	background: url(images/order_now_large_o.gif);
	background-repeat:no-repeat;
	background-position:center;

}
table.ssl_price_table td a.order_now_large {
	margin: 1px 0 1px 0;
	display: block;
	width: 600px;
	height: 30px;
	background: url(images/order_now_larger.gif);
}

table.ssl_price_table td a.order_now_large:hover {
	background: url(images/order_now_larger_o.gif);
}



td.nobg { background: none; }

p img {
	vertical-align: middle;
}

div.box {
	padding: 3px;
	border: 2px dashed #CFCFCF;
	background: #FAFAFA;
}