/*  Designed and Developed by BurlapWool.com for SEOhosting.com */


/*  Reset Provided by Eric Meyer */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/***  GENERAL  ***/

body {
	background: #f8f8f8 url(images/top-bg.png) top left repeat-x;
	font-family: Arial, Sans-Serif;
	font-size: 1em;
	font-weight: normal;
	color: #666666;
	margin: 0px;
	padding: 0px;
}

input {

}
table {
padding: 10px;

}

.clear {clear: both;}

a {color: #38851a; text-decoration: none;}
a:hover {color: #38851a; text-decoration: underline;}

img {border: 0px; text-decoration: none;}
img a{text-decoration: none;}
img a:hover{text-decoration: none;}

/***  HEADER  ***/

.header {
	margin: 50px auto 40px auto;
	width: 940px;
}

.header-left {
	float: left;
	width: 380px;
}

.header-right {
	float: right;
	width: 520px;
}

.logo span{
	position: absolute;
	top: -1000px;
}

/***  HEADER - NAVIGATION  ***/

.menu ul{
	list-style:none;
	float: right;
}

.menu li{
	display:inline;
	font-size: .75em;
	font-weight: bold;
	margin: 0px;
}


.home a{
	background-image: url(images/nav-home.png); 
	padding: 17px 20px 18px 25px;
	margin: 0px;
	float: left;
	color: #666;
}

.home a:hover{
	background: url(images/nav-home.png) bottom left;
	text-decoration: none;
	color: #333;
}

.plans a{
	background-image: url(images/nav-plans.png); 
	padding: 17px 17px 18px 17px;
	margin: 0px;
	float: left;
	color: #666;
}

.plans a:hover{
	background: url(images/nav-plans.png) bottom left;
	text-decoration: none;
	color: #333;
}

.tips a{
	background-image: url(images/nav-tips.png); 
	padding: 17px 18px 18px 15px;
	margin: 0px;
	float: left;
	color: #666;
}

.tips a:hover{
	background: url(images/nav-tips.png) bottom left;
	text-decoration: none;
	color: #333;
}

.tools a{
	background-image: url(images/nav-tools.png); 
	padding: 17px 17px 18px 15px;
	margin: 0px;
	float: left;
	color: #666;
}

.tools a:hover{
	background: url(images/nav-tools.png) bottom left;
	text-decoration: none;
	color: #333;
}

.blog a{
	background-image: url(images/nav-blog.png); 
	padding: 17px 18px 18px 15px;
	margin: 0px;
	float: left;
	color: #666;
}

.blog a:hover{
	background: url(images/nav-blog.png) bottom left;
	text-decoration: none;
	color: #333;
}

.support a{
	background-image: url(images/nav-support.png); 
	padding: 17px 20px 18px 17px;
	margin: 0px;
	float: left;
	color: #666;
}

.support a:hover{
	background: url(images/nav-support.png) bottom left;
	text-decoration: none;
	color: #333;
}


.order a{
	background-image: url(images/nav-order.png); 
	padding: 17px 27px 18px 17px;
	margin: 0px;
	float: left;
	color: #ff6600;
	color: #666;
}

.order a:hover{
	background: url(images/nav-order.png) bottom left;
	text-decoration: none;
	color: #cc3300;
}


/***  TEASER - MAIN  ***/

.teaser {
	background: #3d8d1c url(images/teaser-bg.png) top left repeat-x;
	height: 366px;
}

.teaser-graph {
	background: url(images/teaser-graph.png) bottom right no-repeat;
	height: 366px;
	margin: auto;
	width: 940px;
}

.teaser-content {
	font-size: .88em;
	line-height: 20px;
	color: #abc95d;
	padding-right: 500px;
}

.teaser-content h1 {
	color: #fff;
	font-size: 2em;
	font-weight: normal;
	letter-spacing: 1px;
	padding: 30px 0px 15px 0px;
	border-bottom: solid 1px #3c8c1c;
}

.teaser-title {
	padding: 30px 0px 10px 0px;
	width: 478px;
}

.teaser-text {
	padding-top: 10px;
	width: 420px;
}

.teaser-title span {
	position: absolute;
	top: -9999em;
}

.view-pricing-button {
	margin: -65px auto;
	width: 940px;
	height: 47px;
}


/*** TEASER - SUB  ***/

.sub-teaser {
	background: #133b03 url(images/sub-teaser.png) bottom right no-repeat;
	margin: 0px auto 40px auto;
	width: 940px;
	border-top: 1px #1d5e03 solid;
}

.sub-teaser-content {
	padding: 20px 10px 20px 10px;
	border-top: 1px #57782f solid;
}


/***  CONTENT  ***/

.content-wrapper {
	width: 940px;
	margin: auto;
}


/*** CONTENT - MAIN PAGE  ***/

.main-left {
	float: left;
	width: 500px;
	margin-right: 40px;
	margin-top: 40px;
}

.main-left ul{list-style: none;}

.main-left ul li {
	font-size: .75em;
	line-height: 16px;
	padding-bottom: 30px;
}

.main-left ul li h2 {
	color: #333333;
	font-size: 1.33em;
	font-weight: normal;
	padding-bottom: 10px;
}

.mlip {
	background: url(images/ip.png) top left no-repeat;
	padding-left: 75px;
	height: 50px;
}

.mlns {
	background: url(images/ns.png) top left no-repeat;
	padding-left: 75px;
	height: 50px;
}

.mlunlimited {
	background: url(images/cp.png) top left no-repeat;
	padding-left: 75px;
	height: 50px;
}

.mlsup {
	background: url(images/support.png) top left no-repeat;
	padding-left: 75px;
	height: 50px;
}

.main-right {
	float: right;
	width: 400px;
	margin-top: 30px;
}

.main-chat {
	border: 1px solid #e5e5e5;
	background-color: #ffffff;
	padding: 10px;
	font-size: .75em;
	line-height: 16px;
}

.main-chat h2 {
	color: #333333;
	font-size: 1.33em;
	font-weight: bold;
	padding-bottom: 5px;
}

.mctele {
	float: left;
	width: 50%;
	color: #ff9900;
	font-weight: bold;
	font-size: 1.83em;
	margin-top: 10px;
	text-align: center;
	padding-top: 10px;
}

.mcbutton {
	float: right;
	width: 50%;
	margin-top: 10px;
	text-align: right;
}

.main-blog {
	margin-top: 20px;
	background: url(images/whitebg.png) top left repeat-x;
	font-size: .75em;
	line-height: 16px;
	padding: 20px;
	color: #666666;
}

.main-blog span{
	color: #3b8b1c;
	font-weight: bold;
}

.main-blog h2{
	color: #333333;
	font-size: 1.16em;
	font-weight: normal;
	padding-bottom: 10px;	
}


/***  CONTENT - SUBS  ***/

.full {
	font-size: .75em;
	line-height: 18px;
	margin-bottom: 30px;
}

.full h2 {
	color: #333333;
	font-size: 1.33em;
	font-weight: bold;
	padding-bottom: 5px;
}

.left-box {
	float: left;
	width: 300px;
	margin-right: 20px;
}

.phone {
	background: url(images/phone.png) top center no-repeat;
	margin: auto;
	width: 100px;
	height: 100px;
	margin-bottom: 20px;
}

.mid-box {
	float: left;
	width: 300px;
	margin-right: 20px;
}

.chat {
	background: url(images/chat.png) top center no-repeat;
	margin: auto;
	width: 100px;
	height: 100px;
	margin-bottom: 20px;
}

.right-box {
	float: right;
	width: 300px;
}

.email {
	background: url(images/email.png) top center no-repeat;
	margin: auto;
	width: 100px;
	height: 100px;
	margin-bottom: 20px;
}

.left-column {
	float: left;
	margin-right: 40px;
	width: 250px; 
}

.sub-chat {
	border: 1px solid #e5e5e5;
	background-color: #ffffff;
	padding: 10px;
	font-size: .75em;
	line-height: 16px;
	margin-bottom: 20px;
}

.sub-chat h2 {
	color: #333333;
	font-size: 1.33em;
	font-weight: bold;
	padding-bottom: 5px;
}

.sbtele {
	color: #ff9900;
	font-weight: bold;
	font-size: 1.83em;
	margin-top: 10px;
	text-align: center;
}

.sbbutton {
	margin: 20px auto 0px auto;
	text-align: center;
}

.features-left {
	background: url(images/whitebg.png) top left repeat-x;
}

.features-left-content {
	padding: 10px;
	font-size: .75em;
}

.features-left-content span{
	font-size: 1.16em;
	font-weight: bold;
	color: #333333;
}

.features-left-content ul{
	margin-top: 20px;
	padding-left: 5px;
	list-style-image: url(images/lidot.png);
	list-style-position: inside;
}

.features-left-content li{
	padding-bottom: 10px;
	padding-left: 0px;
}

.right-column {
	float: right;
	width: 650px;
	font-size: .75em;
	color: #666666;
	line-height: 18px;
}

.right-column h2 {
	font-size: 1.33em;
	color: #333;
	margin-bottom: 15px;
}

.right-column h3 {
	font-size: 1.33em;
	color: #ff9900;
	margin-bottom: 15px;
	margin-top: 30px;
}


/***  PLAN AND PRICING TABLE  ***/

.plan-table {
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 10px 0px 10px 0px;
	border-top: 1px dotted #cccccc;
	border-bottom: 1px dotted #cccccc;
}

.tbhd1 {
	background-color: #333333;
	color: #ffffff;
	font-weight: bold;
	padding: 5px;
	border-bottom: 1px solid #111111;
	width: 20%;
}

.tbhd2 {
	background-color: #e5e5e5;
	color: #333333;
	font-weight: bold;
	padding: 5px;
	border-left: 1px solid #ffffff;
	border-bottom: 1px solid #dddddd;
	width: 20%;
}

.tbhd2b {
	background-color: #e5e5e5;
	color: #333333;
	font-weight: bold;
	padding: 5px;
	border-left: 1px solid #ffffff;
	border-bottom: 1px solid #dddddd;
	width: 15%;
}

.tbhd3 {
	background-color: #ff9900;
	color: #ffffff;
	font-weight: bold;
	padding: 5px;
	border-left: 1px solid #ffffff;
	border-bottom: 1px solid #cc6600;
	text-align: center;
	width: 10%;
}

.tbrow1 {
	background-color: #e8e8e8;
	color: #333333;
	font-weight: normal;
	padding: 5px;
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #dddddd;	
}

.tbrow1a {
	background-color: #dddddd;
	color: #333333;
	font-weight: normal;
	padding: 5px;
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #dddddd;	
}

.tbrow2 {
	background-color: #ffffff;
	color: #666666;
	font-weight: normal;
	padding: 5px;
}

.tbrow2 a{
	color: #ff9900;
	font-weight: normal;
	text-decoration: none;
}

.tbrow2 a:hover{
	color: #ff9900;
	font-weight: normal;
	text-decoration: underline;
}


/***  TIPS  ***/


.tip {
	margin: 20px 0px 20px 0px;
}

.tip li {
	padding-bottom: 20px;
}

.t1 {
	background: url(images/tip1.png) top left no-repeat;
	padding-left: 75px;
	margin-bottom: 10px;
}

.t2 {
	background: url(images/tip2.png) top left no-repeat;
	padding-left: 75px;
	margin-bottom: 10px;
}

.t3 {
	background: url(images/tip3.png) top left no-repeat;
	padding-left: 75px;
	margin-bottom: 10px;
}

.t4 {
	background: url(images/tip4.png) top left no-repeat;
	padding-left: 75px;
	margin-bottom: 10px;
}

.tip li span {
	font-weight: bold;
	color: #ff9900;
}


/***  BOX  ***/

.box {
	border: 1px solid #e5e5e5;
	background-color: #ffffff;
	padding: 10px;
	font-size: .75em;
	line-height: 16px;
	margin-bottom: 20px;
}

.box h2 {
	color: #333333;
	font-size: 1.33em;
	font-weight: bold;
	padding-bottom: 10px;
}


/***  DATACENTER INFO  ***/


.bar {
	background-color: #dddddd;
	border-left: 3px solid #3c8c1c;
	color: #333;
	padding: 5px;
	margin-bottom: 10px;
	margin-top: 30px;	
}

.dcinfo {
	background: url(images/whitebg.png) top left repeat-x;
	padding-top: 20px;
}

.dcinfo ul {
	list-style-position: inside;
	list-style-type: disc;
	margin-left: 20px;
}

.dcinfo ul li {
	margin-bottom: 5px;
}

/***  SEO-TOOLS  ***/

.seo-tools {
	margin: 30px auto 0px auto;
}

.seo-tools ul {
	display: inline;
}

.seo-tools ul li {
	float: left;
	width: 125px;
	padding-right: 35px;
	text-align: center;
	margin-bottom: 50px;
}

.wtracker-box {
	border: 1px solid #e5e5e5;
	background-color: #ffffff;
	padding: 10px;
	line-height: 16px;
	margin-bottom: 20px;
}

.wtracker-content {
	background: url(images/wordtrackerlogo.gif) center left no-repeat;
	padding-left: 230px;
	padding-bottom: 10px;
}

/***  FOOTER  ***/

.footer {
	margin: 40px auto;
	width: 940px;
	background: #e5e5e5 url(images/footerbg.png) bottom right no-repeat;
	border-top: 1px solid #ffffff;
}

.footer-content {
	color: #999999;
	font-size: .66em;
	border-top: 1px solid #dddddd;
	padding: 20px 10px 20px 10px;
	text-align: right;
	line-height: 14px;
}

.footer-content a{
	color: #666666;
	text-decoration: underline;
}

.footer-contenct a:hover{
	color: #666666;
	text-decoration: none;
}
