/************************************************************/
* {
	vertical-align: baseline;
	font-family: arial;
	font-size: 12px;
	color: #666;
	font-style: normal;
	font-weight: normal;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0 none;
	text-decoration: none;
	text-align: left;
}

html, body {line-height: 1}
hr {display: none}
ol, ul {list-style: none}
blockquote:before, blockquote:after, q:before, q:after {content: ''}
blockquote, q {quotes: "" ""}
/************************************************************/
body {
	background: #FFF;
	/*background: #dbdbdb;*/
	cursor: default;
}

#container {
	width: 100%;
}

.clear {
	clear: both;
}
/************************************************************/
#header {
	width: 900px;
	height: 94px;
	margin-right: auto;
	margin-left: auto;
}

#logo {
	float: left;
	height: 60px;
	margin-top: 20px;
}

#top {
	float: right;
	height: 60px;
	margin-top: 20px;
	margin-right: 10px;
}

.logo {
	display: block;
	background: url(images/logo.jpg) no-repeat;
	width: 360px;
	height: 60px;
}

#livechat {
	position: relative;
	left: 59px;
	margin-bottom: 12px;
}

#livechat a {
	display: block;
	background: url(images/livechat.png) no-repeat top;
	width: 182px;
	height: 43px;
}

#livechat a:hover {
	background: url(images/livechat.png) no-repeat bottom;
}

#toplinks ul li {
	float: left;
	border-right: 1px dotted #666;
	margin-right: 10px;
	padding-right: 10px;
}

#toplinks ul li a {
	display: block;
	line-height: 12px;
}

#toplinks ul li a:hover {
	color: #0077e5;
}
/************************************************************/
#menu {
	width: 100%;
	height: 36px;
	background: url(images/bg-menu.png) repeat-x;
}

#menubody {
	width: 900px;
	height: 36px;
	margin-right: auto;
	margin-left: auto;
}

#dmenu {
	width: 900px;
	height: 26px;
	z-index: 20;
	padding-top: 2px;
	padding-bottom: 8px;
}
#dmenu LI {
	DISPLAY: block; PADDING: 0px 0px 0px 0px; FLOAT: left; MARGIN: 0px;  
	LIST-STYLE-TYPE: none; border: 0px solid #ddd;
}
#dmenu UL {
	PADDING: 0px 0px 0px 0px; DISPLAY: none; Z-INDEX: 99; MARGIN: 0px; 
	COLOR: #333; LIST-STYLE-TYPE: none;position:absolute; 
}
#dmenu UL LI {
	MARGIN: 0px; 
}
#dmenu UL LI A {
	DISPLAY: block; TEXT-ALIGN: left; padding:5px 5px 5px 5px; background: #FFF; line-height: 15px; border-bottom: 1px #ccc solid; text-decoration:none; color:#333;
	}
#dmenu UL A {
	DISPLAY: block; MARGIN: 0px; 
}
#dmenu LI UL A:hover {
	DISPLAY: block; padding:5px 5px 5px 5px; 
	background: #fff000; border-bottom: 1px #ccc solid; color:#FFFFFF;
}
#dmenu UL UL {
	MARGIN-TOP: -2em; DISPLAY: none; margin-left: 70px; POSITION: absolute;
}
#dmenu LI:hover UL UL {
	DISPLAY: none;
}
#dmenu LI:hover UL {
	DISPLAY: block;
}
#dmenu UL LI:hover UL {
	DISPLAY: block;
}
#dmenu LI UL LI{
	DISPLAY: block; width:100%;
}

#dmenu LI.generic {
	height: 26px;
}

#dmenu LI.seperator {
	background: url(images/bg-menu-s.png) repeat;
	width: 1px;
	height: 26px;
}

#dmenu LI.generic A {
	display: block;
	background: url(images/bg-menu-inner.png) repeat-x;
	text-align: center;
	color:#FFF;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
	line-height: 17px;
	padding-top: 5px;
	padding-bottom: 4px;
	}
	
#dmenu LI.generic A:hover {
	display: block;
	background: url(images/bg-menu-innero.png) repeat-x;
	}

#dmenu LI.generic UL LI A {
	DISPLAY: block;
	padding: 5px;
	margin: 0;
	background: #fff;
	color: #0077e5;
	font-size: 12px;
	font-weight: normal;
	text-transform: none;
	text-align: left;
	}

#dmenu LI.generic UL LI A:hover {
	DISPLAY: block;
	padding: 5px;
	margin: 0;
	background: #e0f6ff;
	color: #333;
	font-size: 12px;
	font-weight: normal;
	text-transform: none;
	text-align: left;
	}
/************************************************************/
#special {
	width: 100%;
	height: 150px;
	background: url(images/special.png) repeat-x;
	overflow: hidden;
}

/*******Special Box Models ************/
#specialcontent {
	width: 900px;
	height: 150px;
	background: url(images/specialcontent.png) no-repeat;
	margin-right: auto;
	margin-left: auto;
}

#sharedplan {
	display: inline;
	padding-top: 15px;
	float: left;
	width: 270px;
	padding-left: 45px;
	padding-right: 45px;
	line-height: 17px;
}

#resellerplan {
	display: inline;
	padding-top: 15px;
	float: left;
	width: 270px;
	padding-left: 270px;
	line-height: 17px;
}
/************Done***************/

#resellerplan h1, #sharedplan h1 {
	font-size: 14px;
	color: #0077e5;
	margin-bottom: 10px;
}

.strong {
	color: #333;
	font-weight: bold;
}

#sharedplan .feat li, #resellerplan .feat li {
	background: url(images/sbullet.png) no-repeat;
	background-position: 0px 7px;
	padding-left: 20px;
	line-height: 22px;
}

#sharedplan .feat li:hover, #resellerplan .feat li:hover {
	background: url(images/sbulleton.png) no-repeat;
	background-position: 0px 7px;
}

.starting {
	position: relative;
	color: #6fa704;
	top: -80px;
	left: 220px;
}

.circle {
	position: relative;
	top: -78px;
	left: 220px;
	background: url(images/circle.png) no-repeat;
	width: 67px;
	height: 64px;
	text-align: center;
}

.price {
	position: relative;
	top: 30%;
	color: #0077e5;
	font-weight: bold;
	font-style: italic;
}

.bigblue {
	font-size: 18px;
	color: #0077e5;
	font-weight: bold;
	font-style: italic;
}

.mo {
	color: #6fa704;
	font-style: normal;
}

UL.fambuttons {
	position: relative;
	top: -75px;
	left: 0;
}

UL.fambuttons li {
	float: left;
	margin-right: 5px;
}

UL.fambuttons li a {
	display: block;
	width: 99px;
	height: 27px;
	background: url(images/whitebutton.png) no-repeat top;
	text-align: center;
	line-height: 27px;
	color: #999;
	font-weight: bold;
}

UL.fambuttons li a:hover {
	color: #333;
	background: url(images/whitebutton.png) no-repeat bottom;
}

#specialspacer {
	width: 100%;
	height: 8px;
	background: url(images/specialspacer.png) repeat-x;
}
/************************************************************/
#content {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
}

#welcome {
	float: left;
	width: 595px;
	height: 150px;
	margin-right: 15px;
	background: url(images/bigbox.png) no-repeat;
	margin-bottom: 15px;
}

#offer {
	float: left;
	width: 290px;
	height: 150px;
	background: url(images/smallbox.png) no-repeat;
	margin-bottom: 15px;
}

#guarantees, #testimonial {
	float: left;
	width: 290px;
	height: 150px;
	margin-right: 15px;
	background: url(images/smallbox.png) no-repeat;
}

#affiliate {
	float: left;
	width: 290px;
	height: 150px;
	background: url(images/smallbox.png) no-repeat;
}
/************************************************************/
#content h1 {
	color: #FFF;
	font-weight: bold;
	padding-top: 10px;
	padding-left: 15px;
	line-height: 17px;
}

#intro {
	float: left;
	padding-top: 20px;
	padding-left: 15px;
	width: 460px;
}

#introright {
	float: right;
	width: 120px;
}

#icon-1 {
	width: 42px;
	height: 49px;
	background: url(images/icon-1.png) no-repeat;
	margin-top: 20px;
	margin-bottom: 15px;
	position: relative;
	left: 45px;
}

#read-1 {
	position: relative;
	left: 18px;
}

.readmore {
	display: block;
	width: 85px;
	height: 25px;
	background: url(images/readmore.png) no-repeat top;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	line-height: 24px;
}

.readmore:hover {
	background: url(images/readmore.png) no-repeat bottom;
}

.order {
	display: block;
	width: 85px;
	height: 25px;
	background: url(images/order.png) no-repeat top;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	line-height: 24px;
}

.order:hover {
	background: url(images/order.png) no-repeat bottom;
}

#welcome p {
	line-height: 17px;
	margin-bottom: 15px;
}

#guarantees ul {
	padding-top: 20px;
	padding-left: 15px;
	background: url(images/icon-2.png) no-repeat;
	background-position: 230px 20px;
}

#guarantees ul li {
	background: url(images/bullet.png) no-repeat;
	background-position: center left;
	padding-left: 20px;
	line-height: 18px;
}

#guarantees ul li:hover {
	background: url(images/bulleton.png) no-repeat;
	background-position: center left;
}

.bold {font-weight:bold}
.green {color:#6fa704}

#testimonial #clientquote {
	padding-top: 20px;
	padding-left: 30px;
	padding-right: 30px;
	background: url(images/quotes.png) no-repeat;
	background-position: 15px 20px;
	width: 230px;
}

#testimonial p {
	color: #999;
	line-height: 17px;
	margin-bottom: 10px;
}

.client {
	float: left;
	font-weight: bold;
	font-size: 11px;
	line-height: 15px;
	padding-left: 30px;
	color: #0077e5;
}

.client a {
	color: #6fa704;
	font-weight: bold;
	font-size: 11px;
	line-height: 15px;
}

.client a:hover {
	color: #333;
}

.more {
	float: right;
	padding-top: 5px;
	padding-right: 17px;
}

#affcontain {
	width: 290px;
	height: 81px;
}

#affiliate #affiliatetext {
	padding-top: 20px;
	padding-left: 15px;
	float: left;
	width: 210px;
	text-align: justify;
}

.biggreen {color:#6fa704; font-size: 14px;}

#affiliatetext p {
	font-size: 14px;
	line-height: 19px;
	color: #333;
}

#affiliateicon {
	float: left;
	width: 32px;
	height: 29px;
	background: url(images/icon-3.png) no-repeat;
	margin-top: 20px;
	margin-left: 10px;
	text-align: center;
}

#offerinfo {
	float: left;
	width: 165px;
	padding-top: 20px;
	padding-left: 15px;
}

#offerinfo ul {
	width: 165px;
}

#offerinfo li {
	background: url(images/bullet.png) no-repeat;
	background-position: center left;
	padding-left: 20px;
	line-height: 18px;
}

#offerinfo li:hover {
	background: url(images/bulleton.png) no-repeat;
	background-position: center left;
}

.boldblack {
	color: #333;
	font-weight: bold;
}

#offerprice {
	float: left;
	width: 110px;
	margin-top: 20px;
	background: url(images/pricebox.png) no-repeat;
	height: 55px;
}

.pricetag {
	font-size: 14px;
	font-weight: bold;
	position: relative;
	top: 30px;
	left: 12px;
}

.bluebold {
	font-size: 18px;
	font-weight: bold;
	color: #0077e5;
}

#offer ul.buttons {
	padding-top: 10px;
	padding-left: 15px;
}

#offer ul.buttons LI {
	margin-right: 5px;
	float: left;
}
/************************************************************/
#footer {
	width: 100%;
	height: 85px;
	background: #eee;
	/*background: url(images/footer.png) repeat-x;*/
	text-align: center;
	margin-top: 15px;
}

#footer ul {
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	position: relative;
	top: 15px;
}

#footer ul li {
	float: left;
	border-right: 1px dotted #ccc;
}

#footer ul li a {
	display: block;
	margin-right: 5px;
	margin-left: 5px;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 24px;
}

#footer ul li a:hover {
	color: #0077e5;
	background: #FFF;
}

.notice {
	position: relative;
	line-height: 17px;
	top: 15px;
}

.logoname {border-bottom: 1px dotted #0077e5}

.bless {
	color: #666;
	font-weight: bold;
}

.dc {
	color: #0077e5;
	font-weight: bold;
}

.dc:hover {
	color: #6fa704;
}
/************************************************************/


/* Subpages */

#subspecial {
	width: 100%;
	background: url(images/special.png) repeat-x;
}

#subspecial p {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 1px !important;
	line-height: 31px;
}

#subspecial p a {
	background: transparent;
	color: #0077e5;
	padding: 5px;
}

#subspecial p a:hover {
	background: #FFF;
	color: #6fa704;
}

#sub {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
}

#col {
	float: left;
	width: 635px;
	margin-right: 15px;
}

#sidebar {
	float: left;
	width: 250px;
}

.sidebarheader {
	background: url(images/sidebarheader.png) no-repeat;
	width: 250px;
	height: 34px;
}

.sidebarfooter {
	background: url(images/sidebarfooter.png) no-repeat;
	width: 250px;
	height: 12px;
}

.sidebarbody {
	background: url(images/sidebarbody.png) repeat-y;
	width: 220px;
	padding: 15px;
}

.colheader {
	background: url(images/colheader.png) no-repeat;
	width: 635px;
	height: 34px;
}

.colfooter {
	background: url(images/colfooter.png) no-repeat;
	width: 635px;
	height: 12px;
}

.colbody {
	background: url(images/colbody.png) repeat-y;
	width: 605px;
	padding: 15px;
}

.sidebarheader h1, .colheader h1 {
	color: #FFF;
	font-weight: bold;
	padding-top: 10px;
	padding-left: 15px;
	line-height: 17px;
}

/*** sidebar default menu ****/

.sidebarbody ul {
	width: 220px;
}

.sidebarbody ul li {
	background: url(images/bullet.png) no-repeat;
	background-position: center left;
	padding-left: 20px;
	border-bottom: 1px dotted #aaa;
}

.sidebarbody ul li:hover {
	background: url(images/bulleton.png) no-repeat;
	background-position: center left;
}

.sidebarbody ul li a {
	display: block;
	line-height: 22px;
}

.sidebarbody ul li a:hover {
	color: #0077e5;
}

/*** done **/

.pixels {height: 15px}

.sidebarbody p {
	line-height: 20px;
}

.sidebarbody p a {
	color: #0077e5;
	text-decoration: none;
}

.sidebarbody p a:hover {
	color: #0077e5;
	text-decoration: underline;
}

.colbody h1 {
	font-size: 14px;
	line-height: 24px;
	font-weight: bold;
	border-bottom: 1px dotted #ccc;
}

.colbody p {
	line-height: 18px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #aaa;
}

.colbody p.pb {
	background: url(images/sbullet.png) no-repeat;
	background-position: 0px 5px;
	padding-left: 20px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #aaa;
}

.colbody p.pb:hover {
	background: url(images/sbulleton.png) no-repeat;
	background-position: 0px 5px;
}

.colbody p.icon1 {
	background: #f6f6f6 url(images/icon1.png) no-repeat;
	background-position: 5px 15px;
	border: 1px solid transparent;
	padding-left: 50px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 15px;
}

.colbody p.icon1:hover {
	background: #FFF url(images/icon1.png) no-repeat;
	background-position: 5px 15px;
	border: 1px solid #b6b6b6;
	color: #333;
}

.colbody p.icon2 {
	background: #f6f6f6 url(images/icon2.png) no-repeat;
	background-position: 5px 15px;
	border: 1px solid transparent;
	padding-left: 50px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 15px;
}

.colbody p.icon2:hover {
	background: #FFF url(images/icon2.png) no-repeat;
	background-position: 5px 15px;
	border: 1px solid #b6b6b6;
	color: #333;
}

.colbody p.icon3 {
	background: #f6f6f6 url(images/icon3.png) no-repeat;
	background-position: 5px 15px;
	border: 1px solid transparent;
	padding-left: 50px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 15px;
}

.colbody p.icon3:hover {
	background: #FFF url(images/icon3.png) no-repeat;
	background-position: 5px 15px;
	border: 1px solid #b6b6b6;
	color: #333;
}

.colbody p a {
	color: #0077e5;
	text-decoration: none;
}

.colbody p a:hover {
	text-decoration: underline;
}

/************************************************************/

.colbody table {
	width: 100%;
	line-height: 18px;
	margin-bottom: 15px;
	border-top: 1px dotted #aaa;
	border-left: 1px dotted #aaa;
}

.colbody table td {
	padding: 5px;
	line-height: 18px;
	vertical-align: middle;
	border-right: 1px dotted #aaa;
	border-bottom: 1px dotted #aaa;
}

.t-main1 {
	background: #0077e5;
	font-weight: bold;
	color: #FFF;
	text-align: right;
}

.t-main2 {
	background: #EEE;
	font-weight: bold;
	text-align: center;
}

.t-colora, .t-colorb {text-align: right;color: #333; width: 31%;}
.t-colora:hover, .t-colorb:hover {background: #feffeb;}

.t-color1, .t-color2 {text-align: center; width: 23%;}
.t-color1:hover, .t-color2:hover {color: #0077e5;}

.orderbutton {
	display: block;
	margin-right: auto;
	margin-left: auto;
	width: 85px;
	height: 25px;
	background: url(images/order.png) no-repeat top;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	line-height: 24px;
}

.orderbutton:hover {
	background: url(images/order.png) no-repeat bottom;
}

.subprice {
	font-size: 13px;
	color: #0077e5;
	font-weight: bold;
}

table img {
	vertical-align: middle;
	margin-left: 5px;
}
/************************************************************/


/****************** Ajax Tooltip CSS **********************/

/* CSS needed for the script */

#ajax_tooltipObj {
	z-index: 1000000;
	text-align: left;
}

#ajax_tooltipObj div {
	position: relative;
}

#ajax_tooltipObj .ajax_tooltip_arrow {
	background-image:url('images/arrow.png');
	width: 15px;
	position: absolute;
	background-repeat: no-repeat;
	background-position: center left;
	z-index: 1000005;
	height: 60px;
	top: -20px;
	left: 2px;
}

#ajax_tooltipObj .ajax_tooltip_content {
	border: 1px solid #aaa;
	background-color: #f6f6f6;
	color: #666;
	left: 16px;
	position: absolute;
	width: 175px;
	height: 175px;
	padding: 5px;
	font-size: 11px;
	line-height: 15px;
	overflow: hidden;
	z-index: 1000001;
}
