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

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

a img { border: none; }
a { color: #0d9cd0; text-decoration: none; }
/*a:hover { text-decoration: underline; }*/
a.plain {
        font-weight: normal;
        color: #555555
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #0d9cd0;
	margin: 0 0 3px 0;
	padding: 0 0 2px 0;
}

h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #555555;
	margin: 0 0 3px 0;
	padding: 0 0 2px 0;
}

h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #555555;
	margin: 0 0 3px 0;
	padding: 0 0 2px 0;
}

.highlight { color: #0d9cd0; }
.underline { border-bottom: 1px solid #CFCFCF; }
p {
	margin: 0 0 10px 0;
	padding: 0;
	line-height: 1.3em;
}

#header {
	width: 960px;
	margin: 0 auto;
	height: 85px;
	position: relative;
}

#nav {
	width: 960px;
	height: 35px;
	background: url(images/nav_bg.gif);
	margin: 0 auto;
}

#nav ul {
	margin: 0 10px;
	padding: 0 0 0 3px;
	list-style: none;
	background: url(images/nav_divider.gif) left no-repeat;
	height: 35px;
}

#nav ul li {
	float: left;
	padding-right: 3px;
	background: url(images/nav_divider.gif) right no-repeat;
}

#nav ul li a {
	height: 35px;
	line-height: 35px;
	font-size: 13px;
	font-weight: bold;
	font-family: Tahoma, Geneva, sans-serif;
	color: #555555;
	text-decoration: none;
	padding: 0 49px;
	display: inline-block;
}

html>body #nav ul li a {
	height: 35px;
	display: block;
	line-height: 35px;
	font-size: 13px;
	font-weight: bold;
	font-family: Tahoma, Geneva, sans-serif;
	color: #555555;
	text-decoration: none;
	padding: 0 49px;
}

#nav ul li a.last {
	padding: 0 52px 0 52px;
}

html>body #nav ul li a.last {
	padding: 0 53px 0 54px;
}


#nav ul li a:hover { 
	background: url(images/nav_hover_bg.gif) top;
	color: #0d9cd0;
}

#main2 {
        width: 960px;
        margin: 10px auto;
        position: relative;
}

#main {
	width: 960px;
	height: 250px;
	margin: 10px auto;
	position: relative;
}

#main ul {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 5px;
	right: 0;
	list-style: none;
	z-index: 1000;
}

#main ul li {
	float: left;
	margin: 0 5px 0 0;
}

#main ul li a {
	display: block;
	width: 35px;
	height: 35px;
}

#main_1_content { background:url(images/main_1.jpg); }
#main_2_content { background:url(images/main_2.jpg); }
#main_3_content { background:url(images/main_3.jpg); }
#main_4_content { background:url(images/main_4.jpg); }

div.main2_content {
        width: 960px;
        position: absolute;
        top: 0;
        left: 0;
        display: none;
}

div.main_content { 
	width: 960px;
	height: 250px;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}


#page_bg {
	width: 960px;
	margin: 0 auto;
	background: url(images/page_bg_center.gif);
}

#page_header {
	width: 960px;
	background: url(images/page_bg_top.gif) top no-repeat;
}

#page_header_smallmain {
	width: 960px;
	background: url(images/page_bg_top_smallmain.gif) top no-repeat;
}

#page_footer {
	width: 960px;
	background: url(images/page_bg_bottom.gif) bottom no-repeat;
	height: 65px;
}

#page_left {
	float: left;
	width: 650px;
	padding: 20px 10px;
}

#page_right {
	float: right;
	width: 260px;
	margin: 0 0 0 0;
	padding: 10px;
}

#page_right div.spacer {
	padding-right: 10px;
}

html>body #page_right div.spacer {
	padding-right: 0;
}

html>body #page_right {
	float: right;
	width: 260px;
	margin: 0 10px 0 0;
	padding: 10px;
}

#front_plans {
	width: 650px;
	margin: 0 auto;
	height: 320px;
	position: relative;
}

div.front_plan {
	width: 305px;
	height: 130px;
	position: absolute;
	padding: 5px 10px 20px 5px;
}

div.front_plan h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 15px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

div.front_plan h2 {
	background: url(images/front_plan_arrow.gif) left no-repeat;
	font-size: 13px;
	font-weight: normal;
	padding: 0 0 0 10px;
}

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

div.front_plan li {
	background: url(images/front_plan_bullet.gif) left no-repeat;
	padding: 1px 0 1px 15px;
}

div.front_plan a {
	position: absolute;
	font-weight: bold;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
}

div.front_plan a.order_now {
	right: 5px;
	bottom: 10px;
	color: #ff4e00;
}

div.front_plan a.learn_more {
	left: 5px;
	bottom: 10px;
}
div.front_plan a.plain {
	font-weight: normal;
	color: #555555
}
#front_plan_1 {
	top: 0;
	left: 0;
	background: url(images/front_plan_bg_1.gif);
}
#front_plan_2 {
	top: 0;
	right: 0;
	background: url(images/front_plan_bg_2.gif);
}
#front_plan_3 {
	bottom: 0;
	left: 0;
	background: url(images/front_plan_bg_3.gif);
}
#front_plan_4 {
	bottom: 0;
	right: 0;
	background: url(images/front_plan_bg_4.gif);
}
div.sidebar_item h2 {
	text-align: center;
	border-bottom: 1px solid #CFCFCF;
	font-size: 13px;
	margin: 0 0 10px 0;
	color: #0d9cd0;
}
div.sidebar_item a {
        color: #555555;
        text-decoration: none;
}
div.sidebar_item a:hover {
        color: #555555;
        text-decoration: none;
}


div.sidebar_quote {
	background: url(images/sidebar_quote_bg_bg.gif);
	width: 260px;
	maring: 0 auto;
}

div.sidebar_quote_header {
	background: url(images/sidebar_quote_bg_top.gif) top no-repeat;
	padding: 5px 5px 0 5px;
}

div.sidebar_quote_header p {
	font-style: italic;
	margin: 0;
}

div.sidebar_quote_footer {
	width: 260px;
	margin:0 auto;
	background: url(images/sidebar_quote_bg_bottom.gif);
	height: 30px;
	margin: 0 0 10px 0;
	position: relative;
}

div.sidebar_quote_footer p {
	position: absolute;
	bottom: 3px;
	right: 40px;
	font-weight: bold;
	margin: 0;
}

#top_menu_links {
	height: 55px;
	width: 360px;
	position: absolute;
	top: 10px;
	right: 0;
	background: url(images/top_link_bg_1.gif); 
}

#top_menu_links ul.nav {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0;
	left: 10px;
}

#top_menu_links ul.nav li {
	float: left;
	margin: 0 10px 0 0;
}

#top_menu_links ul.nav li a {
	display: block;
	height: 25px;
	width: 75px;
}

#top_menu_links ul.nav li a#top_link_1 {
	width: 80px;
}

div.top_link_block {
	width: 360px;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 30px;
	display: none;
}

input.text {
	background: #FFFFFF;
	margin: 0;
	padding: 0;
	border: 1px solid #CFCFCF;
	color: #555555;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	font-weight: bold;
	height: 22px;
	line-height: 22px;
}

#top_link_1_content form {
	top: 3px;
	left: 40px;
	position: absolute;
	vertical-align: middle;
}

#top_link_1_content input.text {
	width: 120px;
	vertical-align: middle;
	left: 20px;
	top: 1px;
	position: absolute;
}

#top_link_1_content input.text2 {
	width: 120px;
	vertical-align: middle;
	left: 143px;
	top: 1px;
	position: absolute;
}

#top_link_1_content input.image {
	height: 22px;
	width: 45px;
	vertical-align: middle;
	left: 270px;
	top: 1px;
	position: absolute;
}

#top_link_2_content form {
        top: 3px;
        left: 40px;
        position: absolute;
        vertical-align: middle;
}

#top_link_2_content input.text {
        width: 130px;
        vertical-align: middle;
}

#top_link_2_content input.image {
        height: 22px;
        width: 40px;
        vertical-align: middle;
}


table.comparison {
	width: 100%;
	margin: 0 0 10px 0;
	padding: 0;
}

table.comparison thead th {
	background: #333333;
	color: #FFFFFF;
	text-align: center;
	padding: 10px 0 10px 0;
	border-right: 1px solid #FFFFFF;
}
table.comparison thead th.last { border-right: none; background: url(images/table_corner_top_r.gif) top right no-repeat #333333; }
table.comparison thead th.first {  background: url(images/table_corner_top_l.gif) top left no-repeat #333333; }
																	 

table.comparison tbody td {
	text-align: center;
	vertical-align: middle;
	border-bottom: 1px solid #CFCFCF;
	border-right: 1px solid #CFCFCF;
	height: 60px;
	line-height: 60px;
	padding: 3px;
	background: url(images/table_bg.gif) bottom repeat-x;
}

table.comparison tbody td.first { border-left: 1px solid #CFCFCF; text-align: left; white-space: nowrap; }
table.comparison tbody td.last {  text-align: right; }
table.comparison tbody td.last img { text-align: right; vertical-align: middle; margin: 0 5px 0 0; }
table.comparison tbody td.first img {
	float: left;
	vertical-align: middle;
	margin: 0 5px 0 5px;
}

table.comparison tbody tr.even td {
	
}

table.comparison tbody tr.odd td {
	
}

.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;
}

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

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

ul.basic_list li {
	background: url(images/front_plan_bullet.gif) left no-repeat;
	padding: 1px 0 1px 15px;
}

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

ul.basic_list_prices li {
	background: url(images/front_plan_bullet.gif) left no-repeat;
	padding: 1px 0 1px 15px;
	line-height: 22px;
}

hr {
	color: #cfcfcf;
	background: #cfcfcf;
	margin: 5px 0;
	padding: 0;
	width: 100%;
	height: 1px;
	border: none;
	outline: none;
}

div.round {
	width: 650px;
	background: url(images/round_bg.gif);
	margin-bottom: 10px;
}

div.round div.header { height: 10px; background: url(images/round_top.gif); }
div.round div.footer { height: 10px; background: url(images/round_bottom.gif); }
div.round div.spacer {
	padding: 0 10px;
}

table.colo {
	width: 100%;
}

table.colo th, table.colo td {
	padding: 0 5px;
	vertical-align: middle;
}

table.colo th {
	width: 90px;	
}

table.colo td.second {
	width: 150px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #0d9cd0;
}

table.colo td.last {
	text-align: center;
	width: 100px;
}

table.colo .dollars, table.colo .cents { color: #0d9cd0; }

/** Begin Added on August 18th, 2009 by Mike **/

a.button {
	display: block;
	padding: 3px;
	border: 1px solid #cfcfcf;
	background: #fafafa;
	color: #555555;
	font-weight: bold;
	text-align: center;
}

a.button:hover {
	text-decoration: none;
	color: #ffffff;
	background: #0d9cd0;
}

#cp_login {
	margin: 0 0 20px 0;
	padding: 0;
}

#cp_login label {
	font-weight: bold;
	text-align: right;
	line-height: 20px;
}

#cp_login input.text {
	float: right;
	margin: 0 0 3px 0;
	height: 20px;
	padding: 0;
	border: 1px solid #cfcfcf;
	background: #FFFFFF;
}

#cp_login div {
	clear: right;
	margin: 0 0 2px 0;
}
	
/** End Added on August 18th, 2009 by Mike **/
	
	