/* basic elements */

* { margin: 0; padding: 0; }
body {
	background: url(../images/bg.gif) repeat-x top;
	text-align: center;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #898989;
}
#wrapper {
	position: relative;
	width: 762px;
	padding: 0px;
	margin: 0px auto;
	text-align: left;
}
a:link, a:visited {
	color: #626262;
	text-decoration: none;
}
a:hover, a:active {
	color: #F6AC47;
	text-decoration: none;
}

/* Header Area */

#header {
	position: relative;
	width: 762px;
	height: 131px;
	background: url(../images/header.jpg);
}
#header h1 {
	clear: both;
	height: 49px;
	width: 106px;
	text-indent: -5000px;
	background: url(../images/listrak.gif) no-repeat 0 38px;
	padding-top: 38px;
	margin-left: 31px;
}
#header a {
	height: 49px;
	width: 106px;
	display: block;
}
#header fieldset {
	position: absolute;
	top: 36px;
	right: 52px;
	border: 0;
}
#header legend {
	visibility: hidden;
	display: none;
}
#user_namelabel {
	display: block;
	width: 66px;
	height: 6px;
	overflow: hidden;
	text-indent: -5000px;
	background: url(../images/loginlabel.gif);
	margin-bottom: 4px !important;
	margin-bottom: 3px;
}
#passwordlabel {
	display: block;
	width: 57px;
	height: 6px;
	overflow: hidden;
	text-indent: -5000px;
	background: url(../images/passwordlable.gif);
	margin-bottom: 4px !important;
	margin-bottom: 3px;
}
#user_name {
	background-color: #F3F8FC;
	border: 1px solid #A9C7E6;
	height: 16px;
	width: 106px;
	margin-bottom: 6px !important;
	margin-bottom: 5px;
}
#password {
	background-color: #F3F8FC;
	border: 1px solid #A9C7E6;
	height: 16px;
	width: 106px;
}
#gobutton {
	position:absolute;
	top: 42px;
	left: 110px;
}


/* Navigation Bar */

#nav {
	position: absolute;
	top: 99px;
	left: 16px;
}
#navigation {
    width: 579px; 
	height: 32px;
    background: url(../images/btns.gif);
    position: relative;}
#navigation li {
    list-style: none;
    position: absolute; top: 0;}
#navigation li, #navigation a {
    height: 32px;
	display: block;
	text-indent: -5000px;
	overflow: hidden;}
	
#btn1 {left: 0; width: 85px;}
#btn2 {left: 86px; width: 118px;}
#btn3 {left: 204px; width: 134px;}
#btn4 {left: 338px; width: 125px;}
#btn5 {left: 463px; width: 117px;}

#btn1 a:hover {
    background: transparent url(../images/btns.gif)
    0 -32px no-repeat;}
#btn2 a:hover {
    background: transparent url(../images/btns.gif)
    -86px -32px no-repeat;}
#btn3 a:hover {
    background: transparent url(../images/btns.gif)
    -204px -32px no-repeat;}
#btn4 a:hover {
    background: transparent url(../images/btns.gif)
    -338px -32px no-repeat;}
#btn5 a:hover {
    background: transparent url(../images/btns.gif)
    -463px -32px no-repeat;}


/* Home Page Feature Area */

#homefeature {
	position: relative;
	width: 762px;
	height: 225px;
}
#featurelinks {
	position: absolute;
	top: 173px;
	left: 0px;
	width: 762px;
	height: 52px;
	background: url(../images/stripeBG.gif) no-repeat;
}
#featurelinks li {
    list-style: none;
    position: absolute; top: 0;
}
#featurelinks li, #featurelinks a {
    height: 52px;
	display: block;
	text-indent: -5000px;
	overflow: hidden;
}
#adagencies {
	left: 0; 
	width: 225px;
}
#medlargebusiness {
	left: 226px; 
	width: 280px;
}
#menu {
	position: absolute;
	top: 24px;
	left: 538px;
	width: 208px;
	height: 182px;
	background: url(../images/menu.gif) no-repeat;
}
#menu li {
    list-style: none;
}
#menu li, #menu a {
	width: 208px;
	display: block;
	overflow: hidden;
	text-indent: -5000px;
}
#menu1 {
	height: 34px;
}
#menu2, #menu2 a{
	height: 48px;
}
#menu3, #menu3 a{
	height: 50px;
}
#menu4, #menu4 a{
	height: 49px;
}


/* Home Content Area */

#homecontent {
	position: relative;
	height: 419px;
	width: 762px;
	background: url(../images/BG-frontcontent1.gif) no-repeat;
	margin: 0 !important;
	margin-top: -1px;
}
#homecontent2 {
	clear: left;
	position: relative;
	height: 245px;
	width: 762px;
	background: url(../images/BG-frontcontent2.gif) no-repeat;
	margin: 0 !important;
	margin-top: -1px;
}
#resources {
	width: 248px;
	height: 419px;
	float: left;
}
#resources h2 {
	height: 28px;
	background: url(../images/Listrak-Resources.gif) no-repeat;
	text-indent: -5000px;
}
#features {
	width: 266px;
	height: 229px;
	float: left;
}
#features h2 {
	height: 28px;
	background: url(../images/Listrak-Features.gif) no-repeat;
	text-indent: -5000px;
}
#featureflash {
	padding-left: 11px;
	padding-top: 11px;
}
#clients {
	height: 229px;
	float: left;
	width: 248px;
}
#clients h2 {
	height: 28px;
	background: url(../images/Featured-Clients.gif) no-repeat;
	text-indent: -5000px;
}
#clientsflash {
	padding-left: 11px;
	padding-top: 11px;
}
#resourceslist li {
    list-style: none;
}
#resource1 {
	background: url(../images/whitepaper.gif) 15px 15px no-repeat;
}
#resource1 a {
	font-weight: bold;
	height: 76px;
	padding-top: 15px;
	padding-left: 78px;
	padding-right: 11px;
	display: block;
}
#resource4 {
	background: url(../images/whitepaper.gif) 15px 12px no-repeat;
}
#resource4 a {
	font-weight: bold;
	height: 72px;
	padding-top: 15px;
	padding-left: 78px;
	padding-right: 11px;
	display: block;
}
#resource2 {
	background: url(../images/mailbox.gif) 15px 12px no-repeat;
}
#resource2 a {
	font-weight: bold;
	height: 72px;
	padding-top: 15px;
	padding-left: 78px;
	padding-right: 11px;
	display: block;
}
#resource3 {
	background: url(../images/whitepaper.gif) 15px 10px no-repeat;
}
#resource3 a {
	font-weight: bold;
	height: 74px;
	padding-top: 15px;
	padding-left: 78px;
	padding-right: 11px;
	display: block;
}
#viewallresources {
	padding-top: 2px;
	padding-left: 15px;
}
#newfeatures {
	float: left;
	padding-top: 0px;
	width: 250px;
}
#newfeatures h2 {
	height: 35px;
	width: 106px;
	background: url(../images/new-features.gif) no-repeat 11px 13px;
	text-indent: -5000px;
}
#newfeatures li {
	list-style: none;
	background: url(../images/email-feature.gif) no-repeat 14px 0px;
	padding-left: 40px;
	margin-bottom: 11px;
}
#newfeatures a {
	color: #3C67B1;
}
#newfeatures a:hover {
	color: #F6AC47;
}
#blogs {
	float: left;
	margin-left: 30px;
	padding-top: 0px;
	width: 215px;
}
#blogs h2 {
	height: 35px;
	width: 97px;
	background: url(../images/Listrak-Blogs.gif) no-repeat 0px 13px;
	text-indent: -5000px;
}
.blog-title {
	line-height: 14px;
}
.blog-title a, .blog-title a:visited {
	color: #3C67B1;
}
.blog-title a:hover {
	color: #F6AC47;
}
.post {
	line-height: 14px;
	font-size: 10px;
	padding-bottom: 9px;
}
.post a {
	color: #898989;
}
.post a:hover {
	color: #F6AC47;
}
.date {
	color: #3C67B1;
}
#webinars {
	width: 248px;
	height: 245px;
	float: left;
}
#webinars h2 {
	height: 25px;
	background: url(../images/email-marketing-webinars.gif) no-repeat;
	text-indent: -5000px;
}
#webinars h3 {
	height: 27px;
	background: url(../images/our-next-webinar.gif) no-repeat 11px 18px;
	text-indent: -5000px;
	padding-bottom: 16px;
}
#webinars h4 {
	height: 27px;
	background: url(../images/on-demand-webinar.gif) no-repeat 11px 18px;
	text-indent: -5000px;
	padding-bottom: 16px;
}
#webinars p {
	width: 228px;
	margin-left: 11px;
	line-height: 16px;
	padding-bottom: 16px;
}
#webinars a {
	color: #898989;
}
#webinars a:hover {
	color: #F6AC47;
}
#webinarsplit {
	width: 228px;
	height: 1px;
	margin-left: 10px;
}
#news {
	width: 265px;
	height: 245px;
	float: left;
}
#news h2 {
	height: 25px;
	background: url(../images/Listrak-News.gif) no-repeat;
	text-indent: -5000px;
}
#news p {
	line-height: 16px;
	padding: 16px 25px 0px 15px;
}
#news a {
	color: #898989;
}
#news a:hover {
	color: #F6AC47;
}
#events {
	width: 249px;
	height: 245px;
	float: left;
}
#events h2 {
	height: 25px;
	background: url(../images/upcoming-events.gif) no-repeat;
	text-indent: -5000px;
}
#events p {
	line-height: 16px;
	padding: 16px 25px 0px 15px;
}
#events a {
	color: #3C67B1;
}
#events a:hover {
	color: #F6AC47;
}
#events a.more {
	color: #898989;
}
#events a.more:hover {
	color: #F6AC47;
}
#home-text {
	background: url(../images/text-bg.jpg) repeat-x;
	height: 100px;
	font-size: 10px;
	padding: 12px 16px 4px 16px;
	color: #898989;
	line-height: 15px;
	border: solid 1px #acacac;
	text-align: justify;
}

/* Inside Page Content */

#insidefeature1 {
	position: relative;
	width: 762px;
	height: 202px;
	background: url(../images/insidefeature1.jpg) no-repeat;
}
#insidefeature2 {
	position: relative;
	width: 762px;
	height: 202px;
	background: url(../images/insidefeature2.jpg) no-repeat;
}
#insidefeature3 {
	position: relative;
	width: 762px;
	height: 202px;
	background: url(../images/insidefeature3.jpg) no-repeat;
}
#insidefeature4 {
	position: relative;
	width: 762px;
	height: 202px;
	background: url(../images/insidefeature4.jpg) no-repeat;
}
#insidefeature5 {
	position: relative;
	width: 762px;
	height: 202px;
	background: url(../images/insidefeature5.jpg) no-repeat;
}
#insidemenu {
	position: absolute;
	top: 10px;
	left: 538px;
	width: 208px;
	height: 182px;
	background: url(../images/menu.gif) no-repeat;
}
#insidemenu li {
    list-style: none;
}
#insidemenu li, #insidemenu a {
	width: 208px;
	display: block;
	overflow: hidden;
	text-indent: -5000px;
}
#insidemenu1 {
	height: 34px;
}
#insidemenu2, #insidemenu2 a{
	height: 48px;
}
#insidemenu3, #insidemenu3 a{
	height: 50px;
}
#insidemenu4, #insidemenu4 a{
	height: 49px;
}
#splitterbar {
	position: absolute;
	bottom: 0;
	width: 762px;
	height: 29px;
	background: url(../images/splitterbar.gif) no-repeat;
}
#insidecontent {
	position: relative;
	width: 762px;
	background: url(../images/bg_inside.gif);
	margin-top: 9px !important;
	margin-top: 8px;
	margin-bottom: 9px !important;
	margin-bottom: 8px;
}
#insidecontent:after { 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
}
#contentleft {
	width: 192px;
	float: left;
	padding-top: 50px;
	text-align: right;
}
#contentleft li {
	list-style: none;
	margin-right: 16px;
	padding-right: 15px;
	padding-bottom: 14px;
	background: url(../images/nav-bullet.gif) no-repeat 100% 2px;
}
#contentleft a {
	color: #3c67b1;
	text-decoration: none;
}
#contentleft a:hover {
	color: #f6ab45;
	border-bottom: dotted 1px #898989;
}
#MailingList {
	clear: both;
	float:left;
	padding-left: 18px;
	padding-top: 18px;
}
#LiveChat {
	float: left;
	clear: both;
	padding-left: 18px;
	padding-top: 23px;
}
#CoffeeDemo {
	float: left;
	clear: both;
	padding-left: 18px;
	padding-top: 23px;
	padding-bottom: 23px;
}
#EmailConference {
	float: left;
	clear: both;
	padding-left: 18px;
	padding-top: 23px;
}
#contentright {
	position: relative;
	float:left;
	width: 522px;
	padding-top: 20px;
	padding-left: 16px;
	padding-right: 32px;
	padding-bottom: 20px;
}
#contentright h2 {
	font-size: 18px;
	color: #f6ab45;
	font-weight: bold;
	padding-bottom: 20px;
	text-transform: uppercase;
}
#contentright h3 {
	font-size: 13px;
	color: #3c67b1;
	font-weight: bold;
	padding-bottom: 10px;
}
#contentright h4 {
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 10px;
	line-height: 16px;
}
#contentright a {
	color: #3c67b1;
	text-decoration: none;
}
#contentright a:hover {
	color: #f6ab45;
	border-bottom: dotted 1px #898989;
}
#contentright p {
	line-height: 18px;
	padding-bottom: 20px;
}
#contentright .highlight {
	font-weight: bold;
}
#contentright li {
	margin-left: 28px;
	line-height: 18px;
}
#contentright ul {
	padding-bottom: 20px;
}
#contentright ol {
	padding-bottom: 20px;
}
#contentright form .thankyou{
	padding-left: 15px;
	padding-bottom: 24px;
}
#contentright label {
	display: block;
	float: left;
	width: 105px;
	margin-bottom: 14px;
}
#contentright .textbox {
	padding: 2px;
	display: block;	
	float: left;
	width: 130px;
	margin-bottom: 14px;
	border: solid 1px #a9c7e6;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#contentright .marketingtextbox {
	padding: 2px;
	display: block;	
	float: left;
	width: 150px;
	margin-bottom: 14px;
	border: solid 1px #a9c7e6;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#contentright .marketingselect {
	padding: 2px;
	display: block;	
	float: left;
	width: 155px;
	margin-bottom: 14px;
	border: solid 1px #a9c7e6;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#contentright .required {
	font-weight: bold;
}
#contentright .error {
	color: #A51414;
	font-weight: bold;
	padding-bottom: 18px;
}
#contentright .dropdown {
	color: #898989;
	border: solid 1px #a9c7e6;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#contentright .dropdownoption {
	padding-left: 3px;
}
#contentright form br {
	clear: left;
}
#contentright .comments {
	width: 500px;
	border: solid 1px #a9c7e6;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#contentright .tagline {
	padding-bottom: 5px;
}
#contentright .requiredtag {
	font-style: italic;
	font-size: 10px;
	font-weight: bold;
	padding-top: 8px;
	padding-bottom: 9px;
}
#contentright #survey {
}
#contentright #survey label 
{
	display: block;
	float: none;
	width: auto;
	margin-bottom: 2px;
}
#contentright #survey input {
	padding: 2px;
	display: block;	
	float: left;
	width: 200px;
	margin-bottom: 14px;
	border: solid 1px #a9c7e6;
	color: #898989;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#contentright #survey select {
	color: #898989;
	border: solid 1px #a9c7e6;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-bottom: 14px;
}
#contentright #survey option 
{
	padding-left: 3px;
}
#contentright #survey textarea {
	color: #898989;
	width: 500px;
	border: solid 1px #a9c7e6;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.information {
	display: none !important;
}
#sitemap ul {
	padding-bottom: 0px;
}
#contactinfo {
	position: absolute;
	width: 205px;
	top: 40px;
	left: 308px;
}
.smalltext {
	font-size: 10px;
	line-height: 12px;
}
.list {
	padding-bottom: 13px;
}
.list1 {
	padding-top: 4px;
	list-style: none;
	color: #3c67b1;
	font-weight: bold;
	padding-bottom: 5px;
}
.list2 {
	list-style: none;
	padding-left: 7px;
	padding-bottom: 4px;
	font-weight: normal;
	line-height: 16px;
}
#contentright .list2 a {
	color: #898989;
}
#contentright .list2 a:hover {
	color: #f6ab45;
	border-bottom: dotted 1px #898989;
}
#contentright .image1 {
	float: right;
	padding-left: 30px;
	padding-bottom: 30px;
}
.podcastimage1 {
	float: right;
	padding-left: 30px;
}
.podcastimage2 {
	float: right;
	padding-left: 30px;
	padding-right: 30px;
}
#scheduletour {
	background: url(../images/ScheduleTour.jpg) no-repeat 284px 225px;
}

/* Paige Page */

#paige-left {
	margin-left: 19px;
	margin-top: 16px;
	width: 173px;
	text-align: left;
}
#paige-left a:hover {
	color: #f6ab45;
	border-bottom: none;
}
#paige-ulfix a:hover {
	border-bottom: none;
}
#paige-left p {
	padding-bottom: 17px;
	line-height: 14px;
	color: #464646;
}
#paige-info {
	color: #3c67b1;
	padding-top: 9px;
}
#paige-recourcecenter {
	margin-top: 17px;
}
#paige-recourcecenter a:hover{
	border: 0px;
}
#paige-podcast {
	margin-top: 18px;
	margin-bottom: 23px;
}
#paige-podcast a:hover{
	border: 0px;
}
.paige-bullets {
	margin: 0px;
	padding: 12px 0px 5px 15px;
	background: url(../images/bullet-squares.gif) no-repeat 1px 16px;
	display: block;
	line-height: 11px;
	overflow: visible;
}

/* Whitepaper static pages */

#ISPs {
	float: right;
	width: 150px;
	padding: 15px;
	margin: 10px;
	background-color: #f5f5f5;
}
.nextpage {
	float: right;
}
.callout {
	background-color: #ffe6ae;
	padding: 15px;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 15px;
}

/* Footer Area */

#footer {
	height: 121px;
	width: 762px;
	background: url(../images/bottom.gif) no-repeat;
	text-align: center;
}
#footernav1 {
	padding-top: 40px;
	color: #C2C2C2;
}
#footernav2 {
	color: #C2C2C2;
}
#copyright {
	padding-top: 18px;
	color: #3C67B1;
}
#member1 {
	margin-top: 29px;
	width: 760px;
}
#member2 {
	padding-bottom: 2px;
	width: 760px;
}
#memberlisting1, #memberlisting2 {
	margin-left: 45px;
    width: 680px; 
	height: 69px;
    position: relative;}
#memberlisting1 li, #memberlisting2 li {
    list-style: none;
    position: absolute; top: 0;}
#memberlisting1 li, #memberlisting1 a, #memberlisting2 li, #memberlisting2 a {
    height: 69px;
	display: block;
	text-indent: -5000px;
	overflow: hidden;}
#mem1 {left: 0px; width: 121px; background: url(../images/ESPC.gif) no-repeat;}
#mem2 {left: 170px; width: 64px; background:url(../images/eec.jpg) no-repeat;}
#mem3 {left: 276px; width: 138px; background:url(../images/ETC.gif) no-repeat;}
#mem4 {left: 467px; width: 65px; background:url(../images/senderscorecertified.gif) no-repeat;}
#mem5 {left: 581px; width: 95px; background:url(../images/GPCC.gif) no-repeat;}
#mem6 {left: 0px; width: 98px; background:url(../images/maawg.gif) no-repeat;}
#mem7 {left: 142px; width: 92px; background:url(../images/dma.gif) no-repeat;}
#mem8 {left: 276px; width: 134px; background:url(../images/goodmail.gif) no-repeat;}
#mem9 {left: 438px; width: 115px; background:url(../images/tccp.gif) no-repeat;}
#mem10 {left: 576px; width: 100px; background:url(../images/hsmai.gif) no-repeat;}

#validate {
	width: 760px;
	text-align: center;
	margin-top: 15px;
}

#awards {
	padding-left: 259px;
	padding-bottom: 15px;
}
#col1 {
    width: 250px;
    float: left;
}
#col2 {
    width: 250px;
    padding-left: 20px;
    float: left;
}
.whitepaperPDF {
	float: left;
	clear: both;
	padding-left: 18px;
	padding-bottom: 20px;
}
#newsletterTBC {
    width: 150px;
    line-height: 18px;
    text-align: left;
    padding-right: 18px;
}
.options {
    float: left;
    padding-top: 5px;
    padding-bottom: 15px;
}
.glossary {
	line-height: 18px;
	padding-bottom: 20px;
	font-size: 11px;
}
table.glossary td {
	padding: 8px;
}
p.orange-check {
	background: url(../images/orange-check.gif) no-repeat;
	padding: 0px 0px 0px 25px;
}
ul.orange-check {
	margin-left: 25px;
}
p.orange-check-space {
	padding: 0px 0px 0px 25px;
}
.resources {
	font-weight: bold;
	display: block;
	padding: 0px 0px 10px 0px;
}
.new {
	color: #f6ab45;
	font-weight: bold;
	font-size: 10px;
	}
.partners-row {
	float: left;
	width: 522px;
}
.partners-image {
	float: left;
	width: 170px;
	padding-top: 15px;
	padding-left: 10px;
}
.partners-text {
	float: left;
	width: 342px;
}
.feature-matrix td {
	padding: 4px;
	margin: 2px;
	border: solid 1px #f5f5f5;
}
#copyrightwrapper {
	text-align: center;
	width: 500px;
	border: 1px solid #000000;
}
#copyright {
	padding-top: 18px;
	color: #3C67B1;
}
.digg {
	position: absolute;
	padding-left: 130px;
	padding-top: 10px;
}
.paymentconf td {
	padding: 3px;
}