body {
	color: #959595;
	font-family: Arial, sans-serif;
	font-size: 0.7em;
	background-color: #4E4E4E;
	margin: 0px;
	padding: 0px;
}

img {
	border: 0px;
}

h1, h2, h3, h4, h5 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
h1 { line-height: 1em;}

a {
	/*color: #959595;*/
	color: #990000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

small {
	font-size: 0.85em;
}

.all-caps {
	text-transform: uppercase;
	font-size: 0.85em;
}

.title {
	border-top: 1px #E0E0E0 solid;
	border-bottom: 1px #E0E0E0 solid;
	padding: 10px 0px 10px 45px;
	margin: 0px 0px 20px 0px;
	background-repeat: no-repeat;
	background-position: 48px;
	height: 16px;
	text-indent: -4000px;
}
.subtitle {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 0px 0px 10px 45px;
	margin: 0px 0px 20px 0px;
	*margin: 0px 0px 20px 45px;
}
.subtitle a:link, .subtitle a:visited {
	display:block;
}
.subtitle a:hover, .subtitle a:link.selected, .subtitle a:visited.selected {
	color: #000000;
	display:block;
}


.clear-both {
	display: block;
	clear: both;
}

.width-50 {
	width: 49%;
}

.width-40 {
	width: 40%;
}

.float-right {
	float: right;
}

.float-left {
	float: left;
}

/* Header
-----------------------*/
#header {
	background-color: #FFFFFF;
	background-image: url(../img/background-header.png);
	background-repeat: no-repeat;
	background-position: top center;
	width: 906px; /*980px;*/
	height: 85px;
	margin: 0px auto 0px auto;
	padding: 0px 37px;
	position: relative;
	z-index: 100;
}

#header h1 {
	position: absolute;
	bottom: 0px;
	margin: 0px;
	padding: 0px;
	display: block;
	width: 200px;
	height: 59px;
	background-image: url(../img/InfoTrax-Logo.png);
	background-repeat: no-repeat;
	font-size: 1em;
}

#header h1 a {
	display: block;
	width: 166px;
	height: 48px;
	text-decoration: none;
	text-indent: -4000px;
}

#nav {
	list-style: none;
	margin: 0px;
	padding: 0px;
	position: relative;
	/*bottom: 15px;*/
	/*left: 632px;*/
	/*right: 37px;*/
	/*width: 320px;*/
	z-index: 101;
}

#nav li {
	display: block;
	float: left;
	position: relative;
	top: 0px;
	left: 0px;
}

#nav li a {
	display: block;
	float: left;
	text-decoration: none;
	height: 22px;
	background-repeat: no-repeat;
	background-position: center;
	/*
	text-indent: -4000px;
	*/
	margin-left: 33px;
	_margin-left: 15px;
	border: 1px #FFFFFF solid;
	position: relative;
	z-index: 99;
}

#nav li:hover a, #nav li.over a {
	border: 1px #E0E0E0 solid;
	z-index: 101;
}

#nav li a {
	line-height: 2em;
	color: #4E4E4E;
	font-weight: bold;
	text-indent: 10px;
	border-bottom: 0px;
	padding: 0 10px 0 0;
}


#nav li:hover ul, #nav li.over ul {
	display: block;
}

#nav ul {
	display: none;
	list-style-type: none;
	position: absolute;
	top: 22px;
	left: 0px;
	_left: 15px;
	margin: 0px 0px 0px 33px;
	_margin-left: 15px;
	padding: 0 10px 0 10px;
	width: auto;
	height: auto;
	background-color: #FFFFFF;
	z-index: 100;
	border: 1px #E0E0E0 solid;
}

#nav ul li {
	float: none;
	padding: 7px 0px;
	margin: 0px;
}

#nav li ul li a {
	color: #959595;
	display: block;
	float: none;
	margin: 0px;
	padding: 0px;
	background-image: none;
	text-indent: 0px;
	width: auto;
	font-weight: normal;
}

#nav li:hover li a, #nav li.over li a {
	border: 0px;
}

#nav li li a {
	color: #959595;
	display: block;
	line-height: 1em;
	font-weight: normal;
	height: 9px;
	background-position: left;
	text-indent: 0px;
}
#nav li li a:hover {
	color: #000000;
}


.otabs {
	font-weight: bold;
	line-height: 1em;
	color: #959595;
	display: block;
	background-repeat: no-repeat;
	width: auto;
	height: 9px;
	/*text-indent: -4000px;*/
}
a:hover.otabs, .otabs.selected {
	color:#000000;
}



/* Middle
-----------------------*/
#middle {
	width: 906px; /*980px;*/
	height: auto;
	min-height: 481px; /*506px;*/
	_min-height: 461px;
	background-color: #FFFFFF;
	background-image: url(../img/background-middle.png);
	background-repeat: repeat-y;
	margin: 0px auto 0px auto;
	padding: 15px 37px 1em;
}

/* Footer
-----------------------*/
#footer {
	width: 906px; /*980px;*/
	height: auto;
	min-height: 27px;
	background-color: #4E4E4E;
	background-image: url(../img/background-bottom.png);
	background-position: top center;
	background-repeat: no-repeat;
	margin: 0px auto 0px auto;
	padding: 30px 37px 0px;
}

#footer h5 {
	float: left;
	width: 109px;
	height: 37px;
	background-image: url(../img/title-clients-include.png);
	background-repeat: no-repeat;
	text-indent: -4000px;
	margin-right: 12px;
}

#footer img {
	margin: 0px 12px 0px 12px;
}
#footer2 {
	width: 950px;
	height: auto;
	min-height: 27px;
	background-color: #4E4E4E;
	background-position: top center;
	background-repeat: no-repeat;
	margin: 0px auto 0px auto;
	padding: 5px 22px 0px;
}
#footer2 table {
	border: 0px #959595 solid;
}
#footer2 a {
	color:#ffffff;
}
ul.mlmprofiles {
	margin: 0px 0 0px 1.2em;
	padding: 0px;
}
ul.mlmprofiles a {
	color: #990000;
}
.pagenav {
	color: #000000;
}
.pagenav a{
	color: #990000;
}
.articlechart td {
	border: 1px #959595 solid;
}
.articlechart th {
	border: 1px #4e4e4e solid;
}
.articlechartheaders
	{  font-family: "Trebuchet MS", Verdana, Arial, sans-serif; 
	font-size: 12px; 
	font-style: normal; 
	line-height: 13px; 
	font-weight: bold; 
	font-variant: normal; 
	color: #FFFFFF; 
	text-decoration: none}


.articlecharttext
	{  font-family: "Trebuchet MS", Verdana, Arial, sans-serif; 
	font-size: 10px; 
	font-style: normal; 
	line-height: 12px; 
	font-weight: normal; 
	font-variant: normal; 
	border: 1px #959595 solid;
	color: #000000; 
	text-decoration: none}

.articlelist li {
	line-height: 15px;
}
li.space {
	line-height: 4px;
}

.bttn-click-here {
	display: block;
	float: left;
	width: 88px;
	height: 24px;
	background-image: url(../img/bttn-click-here.png);
	background-repeat: no-repeat;
	text-decoration: none;
	text-indent: -4000px;
	margin-right: 0.5em;
}

.down {
	font-size: 11px;
	position: relative;
	top: 0.5em;
	color: #4E4E4E;
}

