

.mattblacktabs{
width: 100%;
overflow: hidden;
border-bottom: 1px solid black; /*bottom horizontal line that runs beneath tabs*/
}

.mattblacktabs ul{
margin: 0;
padding-left: 20px; /*offset of tabs relative to browser left edge*/
font: normal 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
list-style-type: none;


}

.mattblacktabs li{
display: inline;
padding: 1px 0 0px 0px; 
margin: 0;
}

.mattblacktabs li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 7px 8px; /*padding inside each tab*/
border-right: 1px solid white; /*right divider between tabs*/
border-bottom: 1px solid white;
color: white;
background: #414141; /*background of tabs (default state)*/
}

.mattblacktabs li a:visited{
color: white;
}

.mattblacktabs li a:hover, .mattblacktabs li.selected a{
background: #088DC8; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}

* {
	margin: 0;
	padding: 0;
}

body {
	background: #64C2E8 url(images/img1.jpg) repeat-x;
	font: normal 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #3B3B3B;
}

h1, h2, h3 {
	color: #107FBA;
	text-align:center;

}

h1 {
font-size: 25px;
}

h2 {
font-size: 20px;
}

h3 {
	font-size: 17px;
}

p, blockquote, ul, ol {
}

p {
}

blockquote {
}

ul {
}

ul li {
}

ol {
}

ol li {
}

a {
	color: #0000FF;
}

a.pages {
	color: #ffffff;
	font-weight:bold;
}

a:hover {
	text-decoration: none;
}

img.border {
	border: 1px solid #3B3B3B;
	margin: 0px 5px
}

img {
	border: 0;
}

img.left {
	float: left;
	margin: 5px 10px 0px 0;
}

img.right {
	float: right;
	margin: 0 0 5px 20px;
}

img.banner {
	margin: 20px 0px 0px 0px;
}

.right {
	border: 0;
	float: right;
	margin: 0px 0px 10px 10px;
}

.left {
	border: 0;
	float: left;
	margin: 10px 10px 0px 0px;
}

.red {
	font: normal 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: red;
	font-weight:bold;
	text-align:center;
}

/* Boxed Style */

.boxed {
}

.boxed .title {
	padding: 10px 15px;
	background: #3B3B3B;
	text-transform: uppercase;
	font: bold .77em Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}

.boxed .content {
	padding: 15px;
}

.boxed ul {
	list-style: none;
}

/* Table Style */

table.comparison {
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: solid solid solid solid;
	border-color: black black black black;
	border-collapse: collapse;
}
table.comparison th {
	border-width: 1px 1px 1px 1px;
	padding: 3px 3px 3px 3px;
	border-style: solid solid solid solid;
	border-color: black black black black;
}
table.comparison td {
	border-width: 1px 1px 1px 1px;
	padding: 3px 3px 3px 3px;
	border-style: solid solid solid solid;
	border-color: black black black black;
}

/* Post */

.post {
	clear: both;
	padding: 20px;
	border-bottom: 1px solid #3B3B3B;
}

.post .title {
}

.post .content {
	line-height: 1.6em;
}

.post .contentcentered {
	line-height: 1.6em;
		margin-top: 20px;
	text-align:center;
}

.post .title {
	margin-bottom: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.post .salestitle {
	margin-bottom: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.post .bonustitle {
margin-top: 30px;
margin-bottom: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.post .toptitle {
margin-top: 10px;
margin-bottom: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.post .bonustoptitle {
margin-bottom: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.post .bonussubtitle {
margin-top: 0px;
margin-bottom: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.post .bonustomsubtitle {
margin-top: 0px;
margin-bottom: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.post .h2title {
	margin-bottom: 20px;
	margin-top: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
}


.post p, .post blockquote, .post ul, .post ol {
	margin-bottom: 1em;
}

.post blockquote, .post ul, .post ol {
	margin-left: 3em;
}

/* Header */

#top { 
	font-weight: bold;
	border: 1px solid gray;
	background-color: #0897D2;
	color: #ffffff;
	margin: 10px 0 0 2px;
	margin-bottom: 0px;
	padding: 5px;
 text-align: center;
		}

#header {
	width: 700px;
	height: 151px;
	margin: auto;
	background: #C9E5FD url(images/header-graphic.jpg);
	background-repeat:no-repeat;
}

#header h1, #header h2 {
	text-transform: lowercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
}

#header h1 {
	float: left;
	padding: 80px 0 0 20px;
	letter-spacing: -3px;
	font-size: 48px;
}

#header h2 {
	float: left;
	padding: 107px 0 0 7px;
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Page */

#page {
	width: 700px;
	margin: 0 auto;
	background: url(images/img3.gif) repeat-y;
	border-top: 19px solid #3B3B3B;
}

#content {
	float: right;
	width: 700px;
	padding: 1px;
}

#subheading {
	text-transform: lowercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	font-size: 35px;
	color: #4F789F;
}

#sidebar {
	float: left;
	width: 200px;
	padding-left: 1px;
}

/* Menu */

#menu {
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	padding: 5px 15px;
	border-bottom: 1px solid #FFFFFF;
	text-decoration: none;
	color: #3B3B3B;
}

#menu a:hover {
	background: #4F789F;
	color: #FFFFFF;
}

#menu .active a {
	background: #BABABA;
	color: #000000;
}

/* Login */

#login {
}

#login fieldset {
	border: none;
}

#login legend {
	display: none;
}

#login input {
	margin-bottom: 5px;
}

#inputtext1, #inputtext2 {
	width: 160px;
}

/* Updates */

#updates {
}

#updates ul {
}

#updates li {
	margin-bottom: 20px;
}

#updates h3 {
	font-size: .77em;
}

/* tables */


table.ad {
	border-collapse:collapse;
	color: #7E7E99;
}

th{
	border-collapse:collapse;
	padding:0px 10px 8px 0px;
	margin:0px 10px 8px 0px;
	vertical-align:middle;
	text-align:left;
	font-weight:normal;
}

th.right{
	border-collapse:collapse;
	padding:0px 0px 0px 10px;
	margin:0px 0px 0px 10px;
	vertical-align:middle;
	text-align:right;
	font-weight:normal;
}		


/* Footer */

#footer {
	width: 670px;
	height: 15px;
	margin: 0 auto;
	padding: 5px 15px;
	background: #3B3B3B;
	font-size: 9pt;
	color: #FFFFFF;
	text-align: center;
}

#legal {
	float: left;
}

#links {
	float: right;
}