﻿/*------------------------*/
/* HTML                   */
/*------------------------*/
.style1 {font-size: 10px}
body {
	margin: 0 auto;
	padding: 0;
	font-family: Tahoma;
	font-size: 8pt;
	color: #000000;
	background: #CBCBCB;
	background-image: url('images/body-bg.png');
	background-repeat: repeat-x;
}

img {
	border: 0px;
}

p { 
	padding-top: 10px;
	margin: 0;
}

ul {
	margin: 0;
	padding: 0;
	list-style-type: none;	
}

h1 {
	color: #85bf1b;
	margin-top: 0px;	
	margin-bottom: -2px;
	font-size: medium;
}

hr{
	border: 1px #ffcf10 solid;
	margin-bottom: 8px;
}

form {
	margin-bottom: 0px;
}

/* IE6 Only */
* html hr { 
	margin-bottom: 0px;
} 

/* IE7 Only */
*:first-child+html hr { 
	margin-bottom: 0px;
} 

a { 
	color: white;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/*------------------------*/
/* Colors                 */
/*------------------------*/

.blue { 
	color: #254aa6;
}

.green {
	color: #85bf1b;
}

.orange {
	color: #ffcf10;
	font-weight: bold;
}

/*------------------------*/
/* Div Boxes              */
/*------------------------*/

#container {
	border-left: thin #959595 solid;
	border-right: thin #959595 solid;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 989px;
	color: inherit;
}

#wrapper {
	width: 100%;
	background-color: white;
}

#left {
	float: left;
	position: relative;
	width: 205px;
}

#mainContent {
	padding-left: 14px;
	padding-right: 14px;
	float: left;
	width: 542px;
}

#right {
	float: right;
	width: 212px;
}

#signup {
	height: 147px;
	margin-bottom: 8px;
	background: url('images/signup.png') no-repeat;
}

#feedback {
	
	line-height: 140%;
	background: url('images/feedback.png') repeat-y;
	padding: 12px 12px 0px 18px;
}

#feedback p{
	padding-top: 15px;
}

#feedback-top {
	margin-top: -70px;
	height: 37px;
	width: 205px;
	background: white url('images/feed-top.png') no-repeat right top;
}

#feedback-bottom {
	height: 17px;
	margin-bottom: 8px;
	background: white url('images/feed-bottom.png') no-repeat left bottom;
}

#report {
	height: 350px;
	margin-bottom: 8px;
	background: url('images/free-report.png') no-repeat;
}

.form-report {
	font-weight: bold;
	padding: 80px 0px 0px 20px;
	width: 180px;

}

/* IE6 Only */
* html .form-report { 
	padding: 73px 0px 0px 20px;
} 

/* IE7 Only */
*:first-child+html .form-report { 
	padding: 73px 0px 0px 20px;
}

.form-report input{
	width: 158px;
	height: 23px;  
	margin-bottom: 9px;
	font-family: Tahoma;
}

#footer {
	clear: both;
	color: white;
	height: 55px;
	padding-top: 12px;
	text-align: center;
	background: #639110;
}

#links {
	float: left;
	width: 771px;
}

.threecol {
	float: left;
	width: 109px;
}

/*------------------------*/
/* Header Box & List        */
/*------------------------*/

.header {
	position: relative;
	display: block;
	height: 95px;
	background: url('images/header-bg.png') repeat-x;
}

.header #logo ul {
	margin: 0; 
	padding: 0; 
	list-style-type: none;
}

.header #logo ul li {
	display: block;
	float: left;
	margin: 0px;
	height: 95px;
}

/*------------------------*/
/* Menu Box & List        */
/*------------------------*/

.menu {
	position: relative;
	display: block;
	height: 46px;
	background: url('images/linkbar-bg.png') repeat-x;
}

/* IE6 Only */
* html .menu {
	margin-top: -2px;
}

.menu-shadow {
	height: 13px;
	background-image: url('images/shadow-bg.png');
	background-repeat: repeat-x;
}

.menu #nav ul {
	margin: 0px; 
	padding: 0; 
	list-style-type: none;
}

.menu #nav ul li {
	display: block;
	float: left;
	margin: 0px;
	height: 46px;
}

.menu #nav ul li a {
	display: block;
	float: left;
	height: 46px;
	text-decoration: none;
}

.menu #nav ul li a#home {
	width: 180px;
	background: url('images/linkbar-01.png') no-repeat;
}

.menu #nav ul li a#home:hover {
	background: url('images/linkbar-01_hover.png') no-repeat;
}

.menu #nav ul li a#affiliate {
	width: 600px;
	background: url('images/linkbar-02.png') no-repeat;
}

.menu #nav ul li a#affiliate:hover {
	background: url('images/linkbar-02_hover.png') no-repeat;
}

.menu #nav ul li a#whyus {
	width:160px;
	background: url('images/linkbar-03.png') no-repeat;
}

.menu #nav ul li a#whyus:hover {
	background: url('images/linkbar-03_hover.png') no-repeat;
}

.menu #nav ul li a#contactus {
	width: 190px;
	background: url('images/linkbar-04.png') no-repeat;
}

.menu #nav ul li a#contactus:hover {
	background: url('images/linkbar-04_hover.png') no-repeat;
}

.menu #nav ul li a#faq {
	width: 130px;
	background: url('images/linkbar-05.png') no-repeat;
}

.menu #nav ul li a#faq:hover {
	background: url('images/linkbar-05_hover.png') no-repeat;
}

.menu #nav ul li a#testimonials {
	width: 117px;
	background: url('images/linkbar-06.png') no-repeat;
}

.menu #nav ul li a#testimonials:hover {
	background: url('images/linkbar-06_hover.png') no-repeat;
}

.menu #nav ul li a#tips {
	width: 54px;
	background: url('images/linkbar-07.png') no-repeat;
}

.menu #nav ul li a#tips:hover {
	background: url('images/linkbar-07_hover.png') no-repeat;
}

.menu #nav ul li a#bookmark {
	width: 130px;
	background: url('images/linkbar-08.png') no-repeat;
}

.menu #nav ul li a#bookmark:hover {
	background: url('images/linkbar-08_hover.png') no-repeat;
}

.menu #nav ul li a#cart {
	width: 150px;
	background: url('images/linkbar-09.png') no-repeat;
}

.menu #nav ul li a#cart:hover {
	background: url('images/linkbar-09_hover.png') no-repeat;
}

/*------------------------*/
/* Services Box & List    */
/*------------------------*/

#services {
	padding: 10px 5px 0px 2px;
	background: white url('images/services-bg.png') repeat-y;
}

#services li a{
  	height: 13px;
	text-decoration: none;
	border-bottom: 1px dotted black;
	background: url('images/bullet.gif') no-repeat center left;
}

#services li a:link, #services li a:visited{
	display: block;
	padding: 2px 0 2px 18px;
}

#services li a:hover{
	background-color: #4e76d7;
}

#services-top {
	height: 37px;
	background: white url('images/services-top.png') no-repeat left top;
}

#services-bottom {
	height: 18px;
	margin-bottom: 8px;
	background: white url('images/services-bottom.png') no-repeat left bottom;
}

/*------------------------*/
/* Testimonials Box       */
/*------------------------*/

#testimonial {
	width: auto;
	margin-bottom: 24px;
}

#testimonial blockquote {
	margin: 0px;
	padding: 0px;
	border: 1px #85bf1b dashed;
	background-color: #ffffff;
}

#testimonial blockquote p {
	margin: 10px;
	padding: 0px;
}

#testimonial cite {
	top: 6px;
	margin: 0px;
	position: relative;	
	padding: 7px 0px 0px 15px;
	background: transparent url(images/tip.gif) no-repeat 20px 0;
	font-style: normal;
}

/*------------------------*/
/* Plan Box               */
/*------------------------*/

.plan {
	padding: 12px 10px 10px 10px;
	border: 1px solid;
	border-top: 0px;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

.plan-title {
	padding: 8px;
	font-size : medium;
	font-weight: bold;
	color : white;
	border: 1px solid;
}

.plan-box {
	width: 510px;
	height: 300px;
}

.plan-box-1 {
	width: 510px;
	height: 490px;
}

.plan-X {
	width: 510px;
	height: 360px;
}



.plan-box-2 {
	width: 510px;
	height: 290px;
}


.plan-box-3 {
	width: 510px;
	height: 350px;
}

.plan-box-4 {
	width: 510px;
	height: 185px;
}


.plan-box-5 {
	width: 510px;
	height: 140px;
}


.plan-img {
	width: 160px; 
	text-align: center; 
	float: left;
}

.plan-text {
	float: left; 
	padding-left: 25px; 
	width: 320px;
}

.plan-text-1 {
	float: left; 
	padding-left: 25px; 
	width: 480px;
}


.plan ul {
	padding: 0px;
	margin: 0px;
}

.plan ul li {
	list-style-type: disc;
	padding-bottom: 5px;
}

.price{
	color: maroon;
	text-decoration: line-through; 	
}

.sale{
	color: red;
}

/*------------------------*/
/* Contact Us & Jobs Form */
/*------------------------*/
	
.form-ctjb { 
	width: 480px;
	margin-left: 25px;
	background: #f5f5f5 url(images/form-top.png) no-repeat left top; 	
}

.form-ctjb-box {
	padding: 5px 20px 10px 20px;
	background: url(images/form-bottom.png) no-repeat left bottom;
}

.form-ctjb h2 { 
	font-size: small; 
	border-bottom: 1px #e6e3db dashed; 
	padding-bottom: 5px; 
	margin-bottom: 10px;
	color: #85bf1b;
}

.form-ctjb p { 
	padding: 6px 0px; 
	position: relative;
	color: #666666;
}

.form-ctjb label { 
	position: absolute;
	top: 10px;
	left: 250px;
	font-size: 11px;
}
.style7 {color: #0000FF}
