<!--
/* Globals */
body {
	font: 85% Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
#wrapper {
	width: 780px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
/* Layout */
#header {
	height: 139px;
}
#logo {
	width: 323px;
	float: left;
}
#number {
	width: 300px;
	float: right;
	text-align: right;
	margin-top: 20px;
	font-size: 75%;
}
#block {
	height: 311px;
	margin: 25px 0 35px 0;
	color: #f4f4f4;
}
#content {
	margin: 0;
	color: #333;
}
#leftblock {
	width: 510px;
	float: left;
}
#rightblock {
	width: 230px;
	float: right;
}
#mainContent {
	padding: 0;
}
#footer {
	padding: 0;
}
.blue {
	color: #49A2E7;
}
.subheader {
	font-size: 16px;
	color: #49A2E7;
}
/* Box Module */
#c1 {
	padding: 20px;
}
/* Text Styles */
.buynow {
	color: #74D9FF;
	font-size: 16px;
}
.tagline { color: #fff; font-size: 16px; font-weight: bold; }
ul {
	list-style-image: url(../images/check.png);
}
.floatlft {
	float: left;
	padding: 0 10px 5px 0;
}
table {
	font-size: 11px;
}
.note {
	font-size: 9px;
	color: #000;
}
.borderbot { 
	border-bottom: 1px solid #ccc;
	padding: 0 0 10px 0; 
	}
/* Links */
a:link, a:active, a:visited {
	color: #708491;
	text-decoration: underline;
}
a:hover {
	color: #000;
}
/* Navigation */
#nav {
	margin: 0;
	padding: 0 0 20px 10px;
	border-bottom: 1px solid #9FB1BC;
}
#nav li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}
#nav a:link, #nav a:visited {
	float: right;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	padding: 0 0 6px 18px;
	text-decoration: none;
	color: #708491;
}
#nav a:link.active, #nav a:visited.active, #nav a:hover {
	color: #49A2E7;
	/* background: url(../images/tab_rounded.gif) no-repeat bottom center; */
}
#nav a:current.link {
	color: #000;
}
#blueOrb { width: 300px; padding: 0; float: right; text-align: right; font-size: 10px; }

a.bar:link, a.bar:active, a.bar:visited { color: #fff; text-decoration: none; }
a.bar:hover { text-decoration: underline; margin-left: 5px; }

/* Email Rollover */
a.rollover {
	display: block;
	float: right;
	width: 97px;
	height: 26px;
	text-decoration: none;
	background: url("../images/learnmore.gif");
	}

a.rollover:hover {
	background-position: -97px 0;
	}

.displace {
	position: absolute;
	left: -5000px;
}
	
/* learnmore */
a.learnmore {
	display: block;
	float: right;
	width: 97px;
	height: 26px;
	text-decoration: none;
	background: url("../images/quote.gif");
	}

a.learnmore:hover {
	background-position: -97px 0;
	}

.displace {
	position: absolute;
	left: -5000px;
	}
-->