body {
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, "Lucida Grande", Helvetica, sans-serif;
	
	color: #3C4648;
	background: #ECF4F7 url(/images/body_bg.jpg) top left repeat-x;
	
}


/**
* misc
********************************************************************/
.w {
	margin: 0 auto;
	width: 780px;
}
.clr {
	display: block;
	clear: both;
	height: 1px;
}

a {
	color: #039;
}

hr {
	margin: 5px 0;
	padding: 0px;
	height: 1px;
	background: #C7D1D3;
	border: 0px;
}

/* temp */
#plan {
	border-collapse: collapse;
}
#plan th, #plan td {
	padding: 6px;
}
#plan th {
	text-align: left;
	font-size: 11px;
	color: #333;
	background: #eee;
	border: 1px solid #ccc;
}
#plan td {
	font-size: 11px;
	border: 1px solid #ddd;
}

/* homepage */
.hp_tour {
	height: 120px;
	border: 1px solid #C1CBCD;
	background-color: #C1CBCD;
}
#hp_email {
	background: transparent url(/images/tour/hp_email.gif) top left no-repeat;
}
#hp_contact {
	background: transparent url(/images/tour/hp_contact.gif) top left no-repeat;
}
#hp_calendar {
	background: transparent url(/images/tour/hp_calendar.gif) top left no-repeat;
}
#hp_newsletter {
	background: transparent url(/images/tour/hp_newsletter.gif) top left no-repeat;
}

h3.email {
	 
	padding: 0px 0px 0px 20px;
	background: url(/images/email.gif) top left no-repeat;
	
}

h3.contact {
	 
	padding: 0px 0px 0px 20px;
	background: url(/images/contact.gif) top left no-repeat;
	
}

h3.calendar {
	 
	padding: 0px 0px 0px 20px;
	background: url(/images/calendar.gif) top left no-repeat;
	
}

h3.campaign {
	 
	padding: 0px 0px 0px 20px;
	background: url(/images/campaign.gif) top left no-repeat;
	
}

/* minitabs */ 
.minitabs {
	position:relative;
	top:1px;
	height:35px;
	line-height:120%;
	font-size:15px;
	font-family: Arial, Verdana, sans-serif;
	color: #039;
}

.minitabs a.active:link, 
.minitabs a.active:visited {
	color: #000;
	text-decoration: none;
	font-weight:bold;
}


.minitabs .tabnav {
	margin:0pt;
	padding-left:0px;
}
.minitabs .tabnav li {
	display:inline;
	list-style-type:none;
	margin:0px;
	padding:0px;
}
.minitabs .tabnav a:link, .tabnav a:visited {
	float:left;
	margin-right:4px;
	padding:4px 15px;
	text-decoration:underline;
	line-height:120%;
	font-size:14px;
	background-color: #fff;
	font-family: Arial, Verdana, sans-serif;
	color: #039;
}
.minitabs .tabnav a.active:link, .tabnav a.active:visited {
	color: #000;
	background: transparent;
	text-decoration: none;font-weight:bold;
/*	 border-bottom:1px solid #F2F8FA !important;*/
}
.minitabs .tabnav a:hover {
	background: transparent;
}


/*
* headings
**/
h1,h2,h3,h4,h5 {
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, "Lucida Grande", Helvetica, sans-serif !important;
}

h1 {
	margin-bottom: 15px;
	font-size: 16px;
	color: #8BC63A;
	color: #9F2810;
}

h2 {
	margin-bottom: 5px;
		padding-bottom: 3px;
	font-size: 14px;
	color: #63679B;
	color: #5D8C00;
}
h2.und {
	margin-bottom: -10px;
	border-bottom: 1px solid #C7D1D3;
}

h3 {
	font-size: 13px;
	color: #363535;
}
h3 a {
	text-decoration: none;
	color: #039;
	border-bottom: 1px dotted #039;
}

h4 {
	padding: 15px 0 0 0;
	font-size: 11px;
	color: #282727;
}

h5 {
	padding-top: 10px;
	padding-bottom: 2px;
	font-weight: normal;
	font-size: 12px;
	color:#333;
}
h5.req {
	font-weight: bold;
}

/*
* paragraphs
**/
p {
	margin: 0;
	padding: 5px 0 10px 0;
	line-height: 130%;
	font-size: 12px;
	color: #3C4648;
}


/**
* header section 
********************************************************************/
#topline {
	height: 5px;
	background-color: #5F9C00;
	border-bottom: 1px solid #C8D1D3;
}

#header {
	margin: 0 auto;
	padding: 15px 0;
	width:780px;
}

#logo {
	float: left;
}

/*#tollfree {
	float: right;
	margin-right: 15px;
}*/

#top-right-menu {
	 
	float: right;
	
	margin-right: 3px;
	font-size: 12px;
	
}

#top-right-menu a:link,
#top-right-menu a:visited {
	color: #039;
}


/**
* navigation
********************************************************************/
#nav {
	margin: 0px auto 0px auto;
	
	width: 780px;
	height: 28px;
	font-size: 11px;
	
	color: #fff;
/*	border-bottom: 4px solid #111;
	background-color: #C8D1D3;
	border-left: 1px solid #C8D1D3;
	border-right: 1px solid #C8D1D3;
	*/
}

#nav ul, #nav ul li, #nav ul li a {
	margin: 0px;
	padding: 0px;
}
#nav ul {
	float: left;
	height:27px;
}
#nav li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}
#nav a:link, #nav a:visited {
	float: left;
	margin-right: 1px;
	margin-top: 3px;
	padding: 4px 15px 5px 15px;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	text-decoration: none;
	background: #f0f0f0;
	border: 1px solid #aaa;
	border-bottom: none;
	background: #C8D1D3;
	border: 1px solid #C8D1D3;
	border-bottom: none;
	color: #3C4648;
	font-family: Verdana, Arial, "Lucida Grande", Helvetica, sans-serif;
}
#nav a:hover {
}
#nav a.active {
	margin-top: 0px !important;
	padding: 7px 15px 6px 15px !important;
	font-size: 13px !important;
	color: #555 !important;
	background: #fff !important;
	border: 1px solid #747C7E !important;
	border-bottom: none !important;
	background: #111 !important;
	border: 1px solid #111 !important;
	border-bottom: none !important;
	color: #fff !important;
}


/**
* content section 
********************************************************************/

#container {
	 
	margin: 0px auto;
	width: 780px;
	background-color: #fff;
	border: 1px solid #C8D1D3;
	
	border-top: 4px solid #000;
}

#container.home {
	border-top: 0px;
}

#page {
	 
	margin: 0px auto;
	
	padding: 25px 0 50px 0;
	
	width: 710px;
	font-family: Georgia, serif;
	font-size: 14px !important;
}

#page p {
	font-size: 14px !important;
	line-height: 150%;
}

#page h3 {
	font-size: 15px !important;
	margin: 5px 0px 3px 0px;
}

#page ul {
	margin: 0px 0px 10px 0px;
}

#page input,
#page textarea {
	font-family: Verdana, sans-serif !important;
	font-size: 10pt !important;
}

#page ul li {
	font-size: 14px !important;
	line-height: 150%;
	padding: 0px;
}

/**
* layouts
********************************************************************/

/* 3 col content */
.c3c {
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #E6EEF0;
}
.c3c .l, .c3c .m, .c3c .r {
	width: 240px;
}
.c3c .l {
	float: left;
}
.c3c .m {
	float: left;
	margin-left: 30px;
}
.c3c .r {
	float: right;
}

/* 2 col content */
.c2c {
	padding-top: 20px;
	padding-bottom: 15px;
	border-bottom: 0px solid #E6EEF0;
}
.c2c .l, .c2c .m, .c2c .r {
	width: 340px;
}
.c2c .l {
	float: left;
}
.c2c .r {
	float: right;
}
.first {
	padding-top: 0px !important;
	 border: none !important;
}
.nobr {
	border: none !important;
}

.c2c input {
	width: 95%;
}
textarea {
	width: 99%;
}

ul {
	margin: 0;
	padding: 0;
}
ul li {
	margin: 0 0 0 25px;
	padding: 5px 0 0 0;
	font-size: 12px;
	color: #3C4648;
}

/**
* promo
********************************************************************/
/*
#hp {
	margin: 0 auto;
	width: 780px;
	background: #232323 url(/images/hp_bg.jpg) top left repeat-x;
	 border-bottom: 4px solid #C8D1D3;
}
#hpc {
	margin: 0 auto;
	padding-top: 10px;
	width: 750px;
}
*/

#hp_signup {
	 
	margin: 0 auto;
	
	width: 780px;
	
	height:10px;
	
	background: #141414 url(/images/_h_bg.jpg) bottom left repeat-x;
	
	text-align: center;
	
}

#hp_signup .header_text {
	padding: 8px 0px 0px 0px;
	
	color: white;
	font-size: 20px;
	letter-spacing: 2pt;
}
#hp_signup .header_text a:link,
#hp_signup .header_text a:visited {
	color: white;
	text-decoration: none;
	font-weight: bold;
}

#hph {
	margin: 0 auto;
	width: 780px;
	height:470px;
	background: #141414 url(/images/top-bg.png) bottom left repeat-x;
}

#hp {
	margin: 0 auto;
	width: 780px;
	background: #141414 url(/images/_h_bg.jpg) bottom left repeat-x;
	 border-bottom: 4px solid #C8D1D3;
}
#hpc {
	margin: 0 auto;
	padding: 0 0 0 20px;
}

/*
* @pricing-table
***/

/* old */
.pricing-table {
	margin-top: 20px;
	margin-bottom: 5px;
	width: 100%;
	border-collapse: collapse;
}
.pricing-table td {
	padding: 13px;
	color: #333;
	border: 1px solid #ccc;
}
.pricing-table td p {
	color: #333 !important;
}
.pricing-table td.plan-name {
	padding: 13px;
	width: 240px;
	vertical-align: top;
	font-size: 14px;
	color: #777;
}
.pricing-table td.plan-name h5 {
	text-transform: uppercase;
	font-weight: normal;
	font-size: 18px;
	color: #742916;
}

.pricing-table ul {
	margin: 0 0 10px 0;
	padding: 0 0 0 25px;
}
.pricing-table ul li {
	padding: 1px;
	font-weight: bold;
	font-size: 12px;
}
.pricing-table ul li.nb {
	font-weight: normal;
}
.pricing-table .pleftcol {
	float: left;
	width: 48%;
	vertical-align: top;
}
.pricing-table .prightcol {
	float: left;
	margin-left: 2%;
	width: 47%;
	vertical-align: top;
}
.pricing-table #server-license td {
	background: #f9f9f9;
}
.pricing-table #server-license td h5 {
	color: #333;
}

/* new */
#pricing_tbl {
	width: 100%;
	border-collapse: collapse;
	font-family: Verdana, "Lucida Grande", Helvetica, sans-serif;
	color: #3C4648;
	font-size: 12px;
	border: 0px;
	margin: 20px 0px 0px;
}
#pricing_tbl td {
	text-align: center;
	padding: 5px;
	font-size: 12px;
	border: 1px solid #ddd;
	border-right: 0px;
}
#pricing_tbl th {
	font-size: 18px;
	font-weight: bold;
	background: #fefefe;
	border: 1px solid #ccc;
}
#pricing_tbl td.item_name {
	text-align: right;
}
#pricing_tbl td.hl {
	background-color: #F2F7FF;
}
#pricing_tbl th.note {
	font-weight: normal;
	color: #555;
}
#pricing_tbl td b {
	font-weight: normal;
	font-size: 11px;
}
#pricing_tbl th em {
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
}
#pricing_tbl td p {
	margin: 0;
	padding: 5px 0 8px 0;
	line-height: 100%;
	font-size: 12px !important;
}

#pricing_tbl a.signup_btn {
	background-color: #FFFF99;
	font-size: 13px;
	font-weight: bold;
}

#pricing_tbl th {
	background-color: #92D050;
	color: white;
	font-size: 18px;
	font-weight: normal;
	padding: 5px 0px;
	border: 0px;
/*	width: 60px;*/
}

#pricing_tbl th.row_head {
	width: inherit;
}

#pricing_tbl th.active {
	background-color: #360;
}

#pricing_tbl td.active {
	background-color: #F1EBD0;
	font-weight: bold;
}

#pricing_tbl td strong {
/*	font-size: 13px !important;*/
}

#pricing_tbl td.row_head {
	border-left: 0px;
	text-align: left;
}

#pricing_tbl td.delimiter {
	height: 3px;
	background-color: black;
	padding: 0px;
}

#pricing_tbl td input {
	padding: 0px;
	margin: 0px;
}

#pricing_tbl td.button_bar {
	border-left: 0px;
	text-align: right;
}

#pricing_tbl td #signup_btn {
	width: 100%;
}

#pricing_tbl th.billing_level_1 {
	background: #92D050 url('/images/pricing_pkg_free.png') no-repeat -2px 1px;
}

#pricing_tbl th.billing_level_1.active {
	background: #336600 url('/images/pricing_pkg_free_active.png') no-repeat 2px 1px;
}

#server_lic {
	margin-top: 25px;
	padding: 20px;
	color: #FFBA00;
	background-color: #222;
}
#server_lic b {
		font-size: 15px;
	text-transform: uppercase;
}
#server_lic ul li, #server_lic p {
		font-size: 12px;
	color: #eee;
}
#server_lic table {
	width:100%;
	border-collapse: collapse;
}
#server_lic table td {
	padding: 4px 0 4px 8px;
	font-size: 12px;
	color: #eee;
	border: 1px solid #666;
}

p.subhead {
	margin-top: -10px;
	margin-bottom: 10px;
}

/* newest :) */
#pricing {
	padding: 0px 0px 20px 0px;
	text-align: center;
}

#pricing h1 {
	font-size: 46px;
	margin: 0px;
}

#pricing h1.black {
	font-size: 56px;
	margin-top: 10px;
}

#pricing h2 {
	font-size: 36px;
	color: #9F2810;
	margin: 0px;
}

#pricing h3 {
	font-size: 20px !important;
	color: #9F2810;
	margin: 3px 0px 0px !important;
	padding: 0px !important;
}

#pricing h4 {
	font-size: 20px;
	color: #9F2810;
	margin: 0px !important;
	padding: 0px !important;
}

#pricing input {
	font-size: 14px !important;
	font-weight: bold;
	padding: 5px 10px !important;
	margin: 30px 0px;
}

#pricing h5 {
	font-size: 16px;
	color: #9F2810;
	margin: 0px !important;
	padding: 0px !important;
}

#pricing .black {
	color: black !important;
}

#pricing h3.black {
	font-size: 17px !important;
}

#pricing p {
	line-height: 150%;
	color: black;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px !important;
}

/**
* faq
********************************************************************
#faq {
	padding: 5px 0 0 0;
	background: #fff url(/images/faq_bg.gif) top left repeat-x;
	border-top: 1px solid #f8f49f;
}
#faq #l, #faq #r {
	width: 320px;
}
#faq #l {
	float: left;
	margin-left: 20px;
}
#faq #r {
	float: right;
	margin-right: 20px;
}
#faq p {
	padding-bottom: 0;
	width: 95%;
	font-size: 11px;
}
*/
.promotext,
.home_promotext {
	padding: 10px;
	background: #fff url(/images/faq_bg.gif) top left repeat-x;
	border-top: 1px solid #f8f49f;
}
.home_promotext h1,
.promotext h1 {
	font-size: 19px;
	color: black;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

.promotext .cit {
	text-align: right;
	margin-bottom: 10px;
}
.promotext .cit h3 {
	text-align: left;
	margin-bottom: 8px !important;
}

.home_promotext {
	margin-right: 290px;
}

.home_promotext h1 {
	font-size: 15px;
	text-align: left;
}

#home_button {
	border: 4px solid #B03200;
	float: right;
	padding: 25px 10px;
	font-size: 15px !important;
	font-family: Arial, Verdana, "Lucida Grande", Helvetica, sans-serif;
}

#home_button a {
	font-weight: bold;
}

img {
	border: none;
}
.tour_img {
	padding: 10px 0;
	margin: 0px;
	width: 710px;
	display: block;
	text-align: center;
	background: #fff url(/images/tour_img_bg.gif) top left repeat-x;
	border: 1px solid #C7D1D3;
}


/**
* subscribe to newsletter
********************************************************************/
#newsletter_h4 {
	margin: 15px 0 0 0;
	padding: 0 0 3px 1px;
	font-size: 12px;
	color: #9F2810;
	border-bottom: 1px solid #ccc;
}
#newsletter {
	padding: 5px 10px 5px 10px;
	font-size: 11px;
	background-color: #f9f9f9;
}
#newsletter input {
	font-size: 11px;
}
#newsletter #l, #newsletter #r {
	padding-bottom: 5px;
	width: 29%;
	font-size: 11px;
}
#newsletter #l {
	float: left;
	margin-right: 15px;}
#newsletter #r {
	float: right;
}
#newsletter input.txt {
	width: 99%;}
#newsletter p {
	margin: 0;
	padding: 0 0 2px 0;
	font-size: 11px;
}


/**
* footer section 
********************************************************************/
#footer {
	margin: 0 auto;
	padding: 10px 0 40px 0;
	width: 760px;
	font-size: 11px;
	color: #3C4648;
	text-align: center;
}
#footer p {
	padding: 0 0 4px 0;
	font-size: 11px;
	color: #C7D1D3;
	margin-bottom: 15px;
}
#footer p a:link,
#footer p a:visited {
	color: #039;
	font-size: 13px;
}
#footer a {
	color: #039;
}

.highlight {
	background-color: #f8f49f;
	padding: 0px 3px 0px 3px;
}



/* NEW HOMEPAGE */
.home .clr {
	margin-bottom: 25px;
}

.shout h1 {
	margin-bottom: 25px;
	padding: 10px 0px 8px 0px;
	text-align: center;
	font-size: 22px;
	color: #000;
	background-color: #f5f5cc;
}

.home h2 {
	font-size: 24px !important;
	text-align: center;
	color: #000;
}

.home .l {
	width: 48%;
	float: left;
}

.home .r {
	width: 48%;
	float: right;
}

.home #customer_quotes {
	clear: both;
	margin-bottom: 30px;
}

.home #customer_quotes .r,
.home #customer_quotes .l {
	margin: 10px 0px 15px 0px;
}

.home #customer_quotes p {
	margin: 0px;
	padding: 0px;
}

.home #customer_quotes .author_name {
	text-align: right;
	line-height: 100%;
}

.home #customer_quotes .author_company {
	text-align: right;
	line-height: 100%;
}

.home .text_block {
	margin-bottom: 10px;
}

.home .text_block p.centered {
	text-align: center;
}

.home .text_block .hl {
	background-color: #fe6;
	padding: 0px 2px;
}

#top-shout {
	width: 100%;
	height: 97px;
	background: url(/images/top-shout-bg.png) top left no-repeat;
	text-align: center;
}

#top-shout #header-shout {
	width: 575px;
	padding-top: 17px;
	margin-left: 100px;
	font-size: 24px;
	color: #333;
	text-align: center;
	line-height: 110%;
}

#top-shout #header-shout strong {
	font-size: 26px;
}

#top-ss {
	float: right;
	width: 455px;
	height: 373px;
	background: url(/images/top-ss.png) no-repeat;
}

#top-promo {
	float: left;
	width: 300px;
	padding: 4px 0px 0px 8px;
}

#top-promo p {
	color: white;
	font-size: 13px;
	line-height: 120%;
	font-family: Verdana, Arial, sans-serif;
}

#top-promo a:link,
#top-promo a:visited {
	color: white;
	text-decoration: none;
}

#top-promo p.f {
	margin-bottom: 5px;
	font-size: 16px;
	line-height: 100%;
	font-family: Arial, sans-serif;
}

#top-promo p .hl {
	background-color: #FFFEF1;
	padding: 0px 2px;
	color: #000;
}

#top-promo p .hl a:link,
#top-promo p .hl a:visited {
	color: #000;
	background-color: #FFFEF1;
	text-decoration: none;
}


#top-promo h2 {
	font-size: 22px;
	color: white;
	font-weight: normal;
	line-height: 100%;
	margin: 6px 0px 0px 0px;
	padding: 0px;
}

/* NEW TOUR */
#tour_ss_dl {
	font-size: 12px;
	font-family: Arial, sans-serif;
	text-align: right;
	margin-bottom: 10px;
}

#tour_gallery {
	text-align: center;
	margin: 20px 0px 20px 0px;
}

#tour_gallery a {
	display: block;
	text-decoration: none;
	float: left;
	margin: 0px 15px 0px 15px;
}

#tour_gallery a img {
	border: 2px solid #ddf;
	margin: 0px 10px 0px 10px;
}

#tour_gallery a p {
	text-align: center;
	text-decoration: underline;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px !important;
	color: #039;
}

#tour_text h3 {
	margin-bottom: 0px;
}

#tour_text p {
	padding-top: 0px;
}

.right {
	display: block;
	float: right;
}