@import "base.css";

/* General */
body {
	background: #cec9b4 url(../images/background.gif) repeat-x scroll top left;
}

/* Content */
div#contentBlock {
	margin-top: 35px;
}

/* Navigation */
a#navAbout, a#navServices, a#navPricing, a#navSignup, a#navFAQ, a#navContact {
	display: block;
	height: 50px;
	position: absolute;
	z-index: 5;
}
a#navAbout {
	width: 123px;
	background-image: url(../images/about.gif);
}
a#navAbout:hover {
	background-image: url(../images/about-over.gif);
}
a#navServices {
	width: 105px;
	background-image: url(../images/services.gif);
}
a#navServices:hover {
	background-image: url(../images/services-over.gif);
}
a#navPricing {
	width: 100px;
	background-image: url(../images/pricing.gif);
}
a#navPricing:hover {
	background-image: url(../images/pricing-over.gif);
}
a#navSignup {
	width: 99px;
	background-image: url(../images/signup.gif);
}
a#navSignup:hover {
	background-image: url(../images/signup-over.gif);
}
a#navFAQ {
	width: 294px;
	background-image: url(../images/faq.gif);
}
a#navFAQ:hover {
	background-image: url(../images/faq-over.gif);
}
a#navContact {
	width: 145px;
	background-image: url(../images/contact.gif);
}
a#navContact:hover {
	background-image: url(../images/contact-over.gif);
}

/* Main */
div#separator {
	height: 18px;
}
div#mainBlock {
	width: 866px;
	background-color: White;
}
td#textBlock {
	padding: 20px;
	font: 13px Arial, Helvetica, sans-serif;
	color: #013f5f;
	line-height: 20px;
}

/* Headings */
h1 {
	font: 32px "Times New Roman", Times, serif;
}
h2 {
	font: small-caps 17px "Times New Roman", Times, serif;
	letter-spacing: 1px;
}

/* Drop Cap */
div.dropCap {
	font-family: "Times New Roman", Times, serif;
	font-size: 40px;
	padding-top: 10px;
	padding-right: 4px;
	padding-bottom: 4px;
	float: left;
}

/* Tables */
table.table {
	width: 320px;
}
tr.tableRow, tr.tableAlternateRow {
	vertical-align: top;
}
tr.tableRow {
	background-color: #F0EEEB;
}
tr.tableAlternateRow {
	background-color: White;
}
th, td.header, td.headerRight, td.headerCenter {
	font: 11px Arial, Helvetica, sans-serif;
	color: 013f5f;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding-bottom: 10px;
}
td.headerRight {
	text-align: right;
	padding-right: 5px;
}
td.headerCenter {
	text-align: center;
}
td.tableCellLeft {
	padding: 3px 0px 3px 5px;
}
td.tableCellCenter {
	text-align: center;
	padding: 3px 0px 3px 0px;
}
td.tableCellRight {
	text-align: right;
	padding: 3px 5px 3px 30px;
}

/* Links */
a, a:visited {
	font-weight: bold;
	color: #013f5f;
}
a:hover {
	color: #feee07;
}

/* Copyright */
div#copyrightBlock, div#copyrightBlock a, div#copyrightBlock:visited {
	font: 11px Arial, Helvetica, sans-serif;
	color: #013f5f;
	text-align: center;
	padding-top: 30px;
}
div#copyrightBlock a:hover {
	color: #feee07;
}
