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

body {
	background-image:url(images/background.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}
a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#990000;
	text-decoration:none;
	text-transform:lowercase;
}
a:hover {
	color:#000;
	text-decoration:underline;
}
h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	margin:0px;
	padding-left:10px;
}

h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:normal;
	color:#CC0000;
	width:100%;
	margin:0px;
	border-bottom:1px solid #000;
}
h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:normal;
	color:#CC000;
	width:100%;
	margin:0px;
	border-bottom:1px solid #000;
}
h4 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:normal;
	color:#000;
	width:100%;
	margin:0px;
	border-bottom:1px solid #000;
}
p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#333;
}
p a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#990000;
	text-decoration:none;
	text-transform:lowercase;
}
p a:hover {
	color:#000;
	text-decoration:underline;
}

.heading {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	text-transform:lowercase;
	color:#fff;
}

input[type="text"] {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333;
	border:1px solid #333;
	background-color:#FFFFFF;
}
input[type="password"] {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333;
	border:1px solid #333;
	background-color:#FFFFFF;
}
input[type="button"] {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#fff;
	background-color:#000000;
	padding:4px;
}

.style1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#fff;
	text-transform:uppercase;
}
.style2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#fff;
	text-transform:capitalize;
}
.style3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#fff;
	text-transform:capitalize;
}


/* LOGO */
#logo table {
	width:1012px;
	border:none;
}
#logo .td-logo {
	width: 505px;
	height:70px;
	background-image:url(images/all-about-internet-marketing-logo.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}


/* BANNER TABLE */
#banner table {
	width:1012px;
	border:none;
}
#banner .td-banner {
	width: 1100px;
	height:290px;
	background-image:url(images/header-img.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}


/* MAIN MENU TABLE */
#main-menu table {
	width:1012px;
	border:none;
}
#main-menu .td-left {
	width:11px;
	height:69px;
	background-image:url(images/menu-left-bkg.png);
	background-position:top left;
	background-repeat:no-repeat;
}
#main-menu .td-right {
	width:11px;
	background-image:url(images/menu-right-bkg.png);
	background-position:top left;
	background-repeat:no-repeat;
}
#main-menu .td-middle {
	background-image:url(images/menu-middle-bkg.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#fff;
	text-align:center;	
}
#main-menu li{ display:inline;

}
#main-menu li a{
	color:#fff;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin:0px;
	padding:5px;
	text-decoration:none;
	text-transform:capitalize;
}
#main-menu li a:hover{
	color:#ff9900;
	text-decoration:none;
}


/* TITLE */
#title table {
	width:620px;
	border:none;
}
#title .td-left {
	width:10px;
	height:45px;
	background-image:url(images/title-left-bkg.gif);
	background-position:top left;
	background-repeat:no-repeat;
}
#title .td-right {
	width:10px;
	height:45px;
	background-image:url(images/title-right-bkg.gif);
	background-position:top left;
	background-repeat:no-repeat;
}
#title .td-middle {
	width:600px;
	height:45px;
	background-image:url(images/title-left-bkg.gif);
	background-position:top left;
	background-repeat:repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:32px;
	color:#000;
}


/* LEFT NAV LINKS */
.left-nav {
	margin:0 0 0 10px;
	padding:0;
}

.left-nav li {
	line-height:15px;
	padding:0 0 2px;
	list-style:none;
}

.left-nav li a {
	background:transparent url(images/bullet.jpg) no-repeat scroll 0 center;
	color:#000;
	display:compact;
	font-family:Arial;
	font-size:12px;
	line-height:20px;
	font-weight:bold;
	margin:0;
	padding:3px 0 0 16px;
	text-decoration:none;
	text-transform: none;
}

.left-nav li a:hover{
	color:#FF6000;
	text-decoration:underline ;
}

.left-nav li b {
	 color:#F2EFE9;
}

/* RIGHT MENU */
.right-menu {
	margin:0 0 0 10px;
	padding:0;
}

.right-menu li {
	line-height:15px;
	padding:0 0 2px;
	list-style:none;
}

.right-menu li a {
	background:transparent url(images/reports-icons.gif) no-repeat scroll 0 bottom;
	color:#fff;
	display:compact;
	font-family:Arial;
	font-size:12px;
	line-height:25px;
	font-weight:bold;
	margin:0;
	padding:3px 0 0 19px;
	text-decoration:none;
	text-transform: none;
}

.right-menu li a:hover{
	color:#000;
	text-decoration:underline ;
}

.right-menu li b {
	 color:#F2EFE9;
}


/* SEO RESOURCES */
.bullet {
	margin:0px;
	padding:0;
}

.bullet li {
	list-style:none;
	padding:0 0 2px;
}

.bullet li a {
	background:transparent url(images/bullet-arrow.gif) no-repeat scroll 0 center;
	width:95%;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	padding:5px 5px 5px 16px;
	text-decoration:none;
	text-transform: none;
	border-bottom:1px dashed #ccc;
}

.bullet li a:hover{
	color:#FF6000;
	text-decoration:none ;
}



/* HEADING NAVIGATION */
#heading-nav table {
	width:207px;
	border:none;
}
#heading-nav .td-left {
	width:11px;
	height:45px;
	background-image:url(images/h2-left.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}
#heading-nav .td-right {
	width:11px;
	height:45px;
	background-image:url(images/h2-right.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}
#heading-nav .td-middle {
	background-image:url(images/h2-middle.jpg);
	background-position:left top;
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#fff;
	text-align:center;
}



/* CONTENT TABLE */
#content {
	margin:0px auto;
}
#content .td-left {
	width:9px;
	background-image:url(images/content-left-bkg.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}
#content .td-right {
	width:9px;
	background-image:url(images/content-right-bkg.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}
#content .td-middle {
	background-image:url(images/content-middle-bkg.jpg);
	background-repeat:repeat-x;
	background-position:top left;
}

/* OPT-IN TABLE */
#opt-in .td-cor1 {
	width:11px;
	height:10px;
	background-image:url(images/opt-in-corner1.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}
#opt-in .td-cor2 {
	width:11px;
	height:10px;
	background-image:url(images/opt-in-corner2.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}
#opt-in .td-cor3 {
	width:11px;
	height:10px;
	background-image:url(images/opt-in-corner3.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}
#opt-in .td-cor4 {
	width:11px;
	height:10px;
	background-image:url(images/opt-in-corner4.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}
#opt-in .td-hr1 {
	height:10px;
	background-image:url(images/opt-in-hr1.jpg);
	background-repeat:repeat-x;
}
#opt-in .td-hr2 {
	height:10px;
	background-image:url(images/opt-in-hr2.jpg);
	background-repeat:repeat-x;
}
#opt-in .td-vr1 {
	height:360px;
	background-image:url(images/opt-in-vr1.jpg);
	background-repeat:repeat-y;
	background-position:top left;
}
#opt-in .td-vr2 {
	height:360px;
	background-image:url(images/opt-in-vr2.jpg);
	background-repeat:repeat-y;
	background-position:top left;
}
#opt-in .td-inner {
	height:360px;
	padding:0px;
	background-color:#ffbc23;
}

/* SPECIAL OPTION TABLE */
#special table {
	width:207px;
	border:0px;
}
#special .td-cor1 {
	width:11px;
	height:10px;
	background-image:url(images/special-corner1.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}
#special .td-cor2 {
	width:11px;
	height:10px;
	background-image:url(images/special-corner2.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}
#special .td-cor3 {
	width:11px;
	height:10px;
	background-image:url(images/special-corner3.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}
#special .td-cor4 {
	width:11px;
	height:10px;
	background-image:url(images/special-corner4.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}
#special .td-hr1 {
	height:10px;
	background-image:url(images/special-hr1.jpg);
	background-repeat:repeat-x;
	background-position:top left;
}
#special .td-hr2 {
	height:10px;
	background-image:url(images/special-hr2.jpg);
	background-repeat:repeat-x;
	background-position:top left;
}
#special .td-vr1 {
	height:72px;
	background-image:url(images/special-vr1.jpg);
	background-repeat:repeat-y;
	background-position:top left;
}
#special .td-vr2 {
	height:72px;
	background-image:url(images/special-vr2.jpg);
	background-repeat:repeat-y;
	background-position:top left;
}
#special .td-inner {
	background-image:url(images/special-inner.jpg);
	background-repeat:repeat-x;
	background-position:top left;
	padding:0px;
}

/* TESTIMONIALS OPTION TABLE */
#testimonials table {
	width:207px;
	border:0px;
}
#testimonials .td-cor1 {
	width:11px;
	height:10px;
	background-image:url(images/testimonials-corner1.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}
#testimonials .td-cor2 {
	width:11px;
	height:10px;
	background-image:url(images/testimonials-corner2.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}
#testimonials .td-cor3 {
	width:11px;
	height:10px;
	background-image:url(images/testimonials-corner3.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}
#testimonials .td-cor4 {
	width:11px;
	height:10px;
	background-image:url(images/testimonials-corner4.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}
#testimonials .td-hr1 {
	height:10px;
	background-image:url(images/testimonials-hr1.jpg);
	background-repeat:repeat-x;
	background-position:top left;
}
#testimonials .td-hr2 {
	height:10px;
	background-image:url(images/testimonials-hr2.jpg);
	background-repeat:repeat-x;
	background-position:top left;
}
#testimonials .td-vr1 {
	height:72px;
	background-image:url(images/testimonials-vr1.jpg);
	background-repeat:repeat-y;
	background-position:top left;
}
#testimonials .td-vr2 {
	height:120px;
	background-image:url(images/testimonials-vr2.jpg);
	background-repeat:repeat-y;
	background-position:top left;
}
#testimonials .td-inner {
	height:72px;
	background-color:#f1f1f1;
	padding:0px;
}

/* FOOTER TABLE */
#footer table {
	width:100%;
	border:none;
}
#footer td {
	height:73px;
	background-image:url(images/footer-bkg.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#000;
	line-height:20px;
}
#footer td a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#000;
	text-decoration:none;
}
#footer td a:hover {
	color:#990000;
	text-decoration:underline;
}