/* CSS Document */

html, body {
	margin: 0px;
	overflow: hidden;
	min-height: 100%;
	width: 100%;
	height: 100%;
}

img {
	border: 0px;
}

#mediaInspector {
	display: none;
	z-index: 1;
}

/* ***** Home Styles ***** */
#rwHome {
	width: 120px;
	height: 40px;
	position: absolute;
	right: 30px;
	top: 5px;
	z-index: 0;

	border: 0px none #ffffff;
	background-color: #ffffff;
	
	text-align: right;
}

html > body #rwHome {
	position: fixed;
}
	
	/* Logo Styles */
#rwHome a#imgLogo {
	display: block;
	width: 120px;
	height: 40px;
	
	background-image: url('../images/logoRunWeb_sprite.gif');
	background-position: top left;
	background-repeat: no-repeat;
}
#rwHome a#imgLogo:hover { background-position: bottom left; }


/* **************** Project Panel Styles **************** */
#rwProjects {
	border: 1px solid #969696;
	border-style: solid solid solid none;
	background-color: #ffffff;
	padding: 0px 0px 0px 10px;
	width: 550px;
	height: 405px;
	position: absolute;
	left: -530px;
	bottom: 30px;
	z-index: 10;
}

html > body #rwProjects {
	position: fixed;
}

#rwProjects div {
	border: 1px solid #000000;
	background-color: #000000;
	height: 120px;
	width: 118px;
	float: left;
	margin: 10px 10px 0px 0px;
}

#rwProjects div.prjPanelOver {
	border: 1px solid #ffffff;
	background-color: #000000;
	cursor: pointer;
}

#rwProjects div.prjPanelClick {
	border: 1px solid #ffffff;
	background-color: #ffffff;
	cursor: pointer;
}

#rwProjects p {
	color: #ffffff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform:uppercase;
	padding: 4px 0px 0px 4px;
	margin: 0px;
}

#rwProjects p.prjTextClick {
	color: #000000;
}

#rwProjects #prjDetails {
	background-color: #ffffff;
	border: 0px none #ffffff;
	padding: 10px 10px 10px 20px;
	height: 100px;
	width: 220px;
}

#rwProjects #prjDetails #prjTitle {
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}

#rwProjects #prjDetails #prjDescription {
	background-color: #ffffff;
	border: 0px none #ffffff;
	width: 200px;
	height: 65px;
	color: #000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 5px 0px 0px 0px;
	padding: 0px;
	overflow: hidden;
	float: left;
	text-transform: none;
}

#rwProjects #prjDetails #prjLink {
	background-color: #ffffff;
	color: #0066FF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
	background-image: url('../images/bltArrows_Blue.gif');
	background-repeat: no-repeat;
	background-position: 4px 4px;
	float: left;
}

#rwProjects #prjDetails #prjLink.prjLinkOver {
	background-color: #ffffff;
	border: 0px none #ffffff;
	color: #0066FF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	cursor: pointer;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
	cursor: pointer;
}

	/* Projects Button */
#rwProjects #btnProjects {
	float: right;
	width: 28px;
	height: 405px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	
	border-style: none;
	background-image: url('../images/btnProjects_sprite.gif');
	background-position: bottom left;
	background-repeat: no-repeat;
}
#rwProjects #btnProjects:hover { cursor: pointer; }

#rwProjects #btnProjects a {
	display: block;
	width: 100%;
	height: 100%;	
	
	text-decoration: none;
}

/* **************** Marathon Panel Styles **************** */
#rwMarathon {
	border: 1px solid #969696;
	border-style: none solid solid solid;
	background-color: #ffffff;
	padding: 10px 0px 0px 0px;
	width: 400px;
/*	height: 160px; */
	position: absolute;
	left: 100px;
	top: -140px;
	z-index: 7;
}

html > body #rwMarathon {
	position: fixed;
}

#rwMarathon div {
	border: 1px solid #000000;
	background-color: #000000;
	height: 120px;
	width: 118px;
	float: left;
	margin: 0px 10px 10px 10px;
}

#rwMarathon div.marDIVOver {
	border: 1px solid #ffffff;
	background-color: #000000;
	cursor: pointer;
}

#rwMarathon p {
	color: #000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 10px;
}

#rwMarathon div p {
	color: #ffffff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform:uppercase;
	padding: 4px 0px 0px 4px;
	margin: 0px;
}
#rwMarathon div p.prjTextOver {
	color: #ffffff;
}

#rwMarathon a.inLine {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline;
	color: #0066FF;
	background-image: url('../images/bltArrows_Blue.gif');
	background-repeat: no-repeat;
	background-position: 4px 4px;
	padding-left: 20px;
}

#rwMarathon div a,
#rwMarathon div a p {
	text-decoration: none;
}

#rwMarathon a:hover {
	text-decoration: none;
}
	
	/* Marathon Button */
#rwMarathon #btnMarathon {
	float: left;
	padding: 0px 0px 0px 0px;
	text-align:right;
	height: 28px;
	width: 400px;
	margin: 0px 0px 0px 0px;
	
	border-style: none;
	background-image: url('../images/btnMarathon_sprite.gif');
	background-position: bottom left;
	background-repeat: no-repeat;
}
#rwMarathon #btnMarathon:hover { cursor: pointer; }

#rwMarathon #btnMarathon a {
	display: block;
	width: 100%;
	height: 100%;	
	
	text-decoration: none;
}

/* **************** About Us Panel Styles **************** */
#rwAboutUs {
	border: 1px solid #969696;
	border-style: solid none solid solid;
	background-color: #ffffff;
	padding: 0px 0px 0px 0px;
	width: 340px;
	height: 255px;
	position: absolute;
	right: -310px;
	top: 60px;
	z-index: 6;
}

html > body #rwAboutUs {
	position: fixed;
}

#rwAboutUs div {
	border: 1px solid #000000;
	background-color: #000000;
	height: 120px;
	width: 118px;
	float: right;
	margin: 10px;
}

#rwAboutUs p {
	color: #000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 10px 10px 0px 10px;
}

#rwAboutUs div p {
	color: #ffffff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform:uppercase;
	padding: 4px 0px 0px 4px;
	margin: 0px;
}

.imgAboutUs {
	position: absolute;
	bottom: 10px;
}

#rwAboutUs a.inLine {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline;
	color: #0066FF;
	background-image: url('../images/bltArrows_Blue.gif');
	background-repeat: no-repeat;
	background-position: 4px 4px;
	padding-left: 20px;
}

#rwAboutUs div a,
#rwAboutUs div a p {
	text-decoration: none;
}

#rwAboutUs a:hover {
	text-decoration: none;
}

	/* About Us Button */
#rwAboutUs #btnAboutUs {
	float: left;
	padding: 0px 0px 0px 0px;
	height: 255px;
	width: 28px;
	margin: 0px 10px 0px 0px;
	
	border-style: none;
	background-image: url('../images/btnAboutUs_sprite.gif');
	background-position: bottom left;
	background-repeat: no-repeat;
}
#rwAboutUs #btnAboutUs:hover { cursor: pointer; }

#rwAboutUs #btnAboutUs a {
	display: block;
	width: 100%;
	height: 100%;	
	
	text-decoration: none;
}

/* **************** Contact Panel Styles **************** */
#rwContact {
	border: 1px solid #969696;
	border-style: solid solid none solid;
	background-color: #ffffff;
	padding: 0px 0px 0px 0px;
	width: 270px;
	height: 270px;
	position: absolute;
	right: 40px;
	bottom: -240px;
	z-index: 5;
}

html > body #rwContact {
	position: fixed;
}

#rwContact div {
	border: 1px solid #000000;
	background-color: #000000;
	height: 120px;
	width: 118px;
	float: left;
	margin: 0px 0px 10px 10px;
}

#rwContact div.cntDIVOver {
	border: 1px solid #ffffff;
	background-color: #000000;
	cursor: pointer;
}

#rwContact p {
	color: #000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 10px 10px 10px 10px;
}

#rwContact div p {
	color: #ffffff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform:uppercase;
	padding: 4px 0px 0px 4px;
	margin: 0px 0px 0px 0px;
}

#rwContact a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline;
	color: #0066FF;
}

#rwContact a:hover {
	text-decoration: none;
}

	/* Contact Button */
#rwContact #btnContact {
	padding: 0px;
	height: 28px;
	width: 270px;
	margin: 0px 0px 10px 0px;

	border-style: none;
	background-color: #ffffff;
	background-image: url('../images/btnContact_sprite.gif');
	background-position: bottom left;
	background-repeat: no-repeat;
}
#rwContact #btnContact:hover { cursor: pointer; }

#rwContact #btnContact a {
	display: block;
	width: 100%;
	height: 100%;	
	
	text-decoration: none;
}


/* **************** Footer Styles **************** */
#rwFooter {
	position: absolute;
	left: 30px;
	bottom: 5px;
	height: 20px;
	z-index: 0;

	border: 0px none #ffffff;
	background-color: #ffffff;
}

html > body #rwFooter {
	position: fixed;
}

#rwFooter a {
	text-decoration: none;
	color: #969696;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	background-image: url('../images/bltArrow_Grey.gif');
	background-repeat: no-repeat;
	background-position: 4px 4px;
	padding-left: 10px;
}

#rwFooter a:hover {
	color: #c17729;
	background-image: url('../images/bltArrow_Orange.gif');
}

/* **************** Content Area Styles **************** */
#rwContent {
	position: absolute;
	left: 50%;
	width: 440px;
	height: auto;
	z-index: 1;
	padding-bottom: 25px;
	margin-left: -225px;

	background-color: transparent;

	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #676767;
	text-align: left;
}
#rwContent.wide { width: 640px; margin-left: -325px; }

#rwContent #contentHeader {
	/* margin-bottom: 5px; */
}

		/* Content Text */
#rwContent p {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
#rwContent p.home { color: #000000; }

#rwContent p.error {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	background-color: #ce6824;
	padding: 3px;
	margin: 5px 40px;
	text-align: center;
}

#rwContent p.additionalLinks {
	margin: 15px 0px;
}

#rwContent p.references {
	margin-top: 20px;
	padding-top: 8px;

	border-top: 1px dashed #939393;
	
	font-size: 10px;
}
#rwContent p.references a { font-size: 10px; }

#rwContent cite {
	font-style: normal;
	color: #c19749;
}

#rwContent span.normalPrice {
	text-decoration: line-through;
}

#rwContent span.discountPrice {
	color: #d68925;
}

#rwContent p strong {
	font-size: 11px;
	font-weight: bold;
	color: #d68925;
}

	/* Content Forms */
#rwContent form {
	margin: 0px;
	padding: 0px;
}

#rwContent form h4 { width: 550px; padding-top: 10px; }
#rwContent form p { width: 550px; }

#rwContent p.inputContainer {
	float: left;
	height: auto;
	width: 550px;
	margin: 1px 0px 0px 0px;
	padding: 0px;
	clear: both;

	border-style: none none solid none;
	border-bottom: 2px solid #ffffff;
}

#rwContent p label {
	float: left;
	width: 130px;
	height: auto;
	padding: 0px 10px 0px 0px;
	margin: 0px;

	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #676767;
	text-align: left;
}
#rwContent p label.sml { width: auto; margin-left: 10px; }
#rwContent p label.lng { width: 160px; }

#rwContent p input,
#rwContent p textarea,
#rwContent p select {
	width: 150px;
	margin: 0px;
	padding: 1px;
	float: left;

	border: 1px solid #939393;

	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #676767;
}
#rwContent p input.lng { width: 220px; }
#rwContent p input.sml { width: 70px; }
#rwContent p input.chk { width: auto; margin-left: 10px; }
#rwContent p textarea { width: 220px; height: 40px; }
#rwContent p textarea.large { width: 220px; height: 100px; }

#rwContent input.btnSubmit {
	height: auto;
	width: auto;
	padding: 2px;

	background-color: #d68925;
	border: 0px none #d68925;

	font-weight: bold;
	color: #ffffff;
}

	/* Content Links */
#rwContent a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline;
	color: #0066FF;
	background-image: url('../images/bltArrows_Blue.gif');
	background-repeat: no-repeat;
	background-position: 4px 4px;
	padding-left: 20px;
}
#rwContent a:hover { text-decoration: none; }

#rwContent a.block {
	padding: 0px;

	background-image: none;
	
	text-decoration: none;
	color: #939393;
}
#rwContent a.block:hover { color: #0066FF; }

#rwContent a.std {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline;
	color: #0066FF;
	background-image: none;
	padding: 0px;
}
#rwContent a.std:hover { text-decoration: none; }

#rwContent a.imgEnlargement {
	padding: 0px;
	
	background-image: none;
	text-decoration: none;
}

#rwContent a.lnkExternal,
#rwContent div.smList ul a.lnkExternal {
	padding: 0px 15px 0px 0px;
	
	background-image: url('../images/icoExternalLink.gif');
	background-position: right 1px;
	background-repeat: no-repeat;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0066FF;
	text-decoration: underline;
}
#rwContent a.lnkExternal:hover,
#rwContent div.smList ul a:hover { background-image: url('../images/icoExternalLink.gif'); text-decoration: none; }

#rwContent b.large {
	font-size: 13px;
}

	/* Content Block Links */
#rwContent div.linkDIV,
#rwContent div.linkDIVOver {
	border: 1px solid #000000;
	background-color: #000000;
	height: 120px;
	width: 118px;
	float: right;
	margin: 10px 0px 0px 10px;
}
#rwContent div.linkDIVOver { border: 1px solid #ffffff; }

#rwContent p.linkText {
	clear: none;
	width: auto;
	padding: 4px 0px 0px 4px;
	margin: 0px;

	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	text-transform: capitalize;
}

	/* Content Block Info */
#rwContent div.blockLeft {
	float: left;
	padding-right: 30px;
	margin-bottom: 100px;
	
	background-color: #ffffff;
}

#rwContent div.blockInfo {
	width: 230px;
	padding: 5px 10px;
	margin-bottom: 5px;
	
	border: 1px solid #939393;
	background-color: #eeeeee;
}

#rwContent div.blockInfo h4 { margin-bottom: 2px; }
#rwContent div.blockInfo p { margin-bottom: 6px; }

#rwContent div.blockInfo table {
	margin: 0px 0px 6px 0px;
	padding: 0px;
	width: 100%;
	
	border-collapse: collapse;
}

#rwContent div.blockInfo table td.price { text-align: right; }
#rwContent div.blockInfo table td.discountPrice { color: #d68925; text-align: right; }

#rwContent div.blockInfo strong {
	font-size: 11px;
	font-weight: bold;
	color: #d68925;
}

	/* Content Hosting Plans */
#rwContent div.hostingPlan {
	float: left;
	width: 180px;
	margin-right: 10px;
	padding: 0px 0px 0px 10px;
	
	border-left: 3px solid #cccccc;
	background-color: #ffffff;
}

#rwContent div.hostingPlan img.icon {
	float: none;
	margin-left: -10px;
}

#rwContent div.hostingPlan h3 {
	padding-top: 0px;
	
	border: 0px none #000000;
}

	/* Content Images */
#rwContent img.inContent {
	float: right;
	margin: 0px;
	
	border-left: 10px solid #ffffff;
	border-bottom: 10px solid #ffffff;
}

#rwContent img.feature {
	float: left;
	margin: 0px 10px 45px 0px;
	padding: 10px 0px 0px 0px;
}

#rwContent img.icon {
	float: left;
	margin: 0px 10px 5px 0px;
	padding: 0px;
}

img.imgRecentProject {
	margin-top: 4px;
	padding: 3px;
	
	border: 2px solid #939393;
	background-color: #ffffff;
}

	/* Content Extras */
#rwContent div.divider {
	width: 100%;
	text-align: center;
	color: #c3c3c3;
	background-color: transparent;
	height: auto;
	float: none;
	border: 0px none #ffffff;
	padding: 0px;
	margin: 10px 0px;
}

#rwContent br.clear { clear: both; }
#rwContent span.clear {
	display: block;
	clear: both;
}

/* **************** Left-Aligned List Styles **************** */
#rwContent div.smList,
#rwAboutUs div.smList {
	text-align: left;
	width: auto;
	height: auto;
	background-color: transparent;
	border: 0px none #000000;
	float: none;
	display: block;
	margin: 0px 0px 5px 0px;
}

#rwContent div.smList ul a,
#rwAboutUs div.smList ul a {
	background-image: none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline;
	color: #0066FF;
	padding: 0px;
	margin: 0px;
}

#rwContent div.smList ul a:hover,
#rwAboutUs div.smList ul a:hover {
	background-image: none;
	text-decoration: none;
}

#rwContent div.smList ul,
#rwAboutUs div.smList ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	text-align: left;
}

#rwContent div.smList ul li,
#rwAboutUs div.smList ul li {
	background-image: url('../images/bltArrows_Blue.gif');
	background-repeat: no-repeat;
	background-position: 4px 4px;
	padding: 0px 0px 0px 20px;
	margin: 0px;
}

#rwContent div.smList ul ul,
#rwAboutUs div.smList ul ul {
	padding: 2px 0px 5px 10px;
}

#rwContent div.smList ul ul li,
#rwAboutUs div.smList ul ul li {
	background-image: url('../images/bltArrow_Blue.gif');
	background-repeat: no-repeat;
	background-position: 4px 4px;
	padding: 0px 0px 0px 15px;
}

#rwContent ul.features {
	margin: 0px 0px 10px 0px;
}

/* **************** Right-Aligned List Styles **************** */
#rwContent div.smListR {
	text-align: right;
	width: auto;
	height: auto;
	background-color: transparent;
	border: 0px none #000000;
	float: none;
	display: block;
	margin: 0px 0px 5px 0px;
}

#rwContent div.smListR ul a {
	background-image: none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline;
	color: #0066FF;
	padding: 0px;
	margin: 0px;
}

#rwContent div.smListR ul a:hover {
	background-image: none;
	text-decoration: none;
}

#rwContent div.smListR ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	text-align: left;
}

#rwContent div.smListR ul li {
	background-image: url('../images/bltArrows_Blue_right.gif');
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 20px;
	text-align: right;
}

#rwContent div.smListR ul ul {
	padding: 2px 10px 5px 0px;
}

#rwContent div.smListR ul ul li {
	background-image: url('../images/bltArrow_Blue_right.gif');
	background-repeat: no-repeat;
	background-position: right;
	padding-left: 15px;
	text-align: right;
}

#rwContent ul {
	list-style-type: square;
	padding-left: 30px;
}

#rwContent ul.linkList {
	list-style-type: none;
	padding-left: 20px;
}

/* **************** Scroll Styles **************** */

#rwContent #scrContainer {
	width: 425px;
	overflow: hidden;
	clip: rect(0px 440px 300px 0px);
	position: relative;
	margin: 0px;
	padding: 0px;
	float: left;

	background-color: transparent;
	border: 0px none #000000;
}
#rwContent #scrContainer.showOverflow { border-bottom: 1px dashed #939393; }
#rwContent.wide #scrContainer { width: 625px; clip: rect(0px 640px 300px 0px); }


#rwContent #scrContainer #scrPane {
	position: absolute;
	width: 415px;
	height: auto;
	background-color: #ffffff;
	border: 0px none #000000;
	padding: 0px;
	margin: 0px;
}
#rwContent.wide #scrContainer #scrPane { width: 615px; }

#rwContent div#scrButtonUp,
#rwContent div#scrButtonDown {
	float: right;
	width: 11px;
	height: 11px;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	background-color:#939393;
	border: 0px none #000000;
}

#rwContent #scrButtonUp.scrButtonUp_over,
#rwContent #scrButtonDown.scrButtonDown_over {
	width: 11px;
	height: 11px;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	background-color:#939393;
	border: 0px none #000000;
	background-color: #000000;
}

#rwContent #scrBar {
	padding: 0px;
	margin: 0px;
	width: 11px;
	background-color: #ffffff;
	background-image: none;
	border: 0px none #000000;
}

#rwContent #scrButtonUp #btnSCR_Up,
#rwContent #scrButtonDown #btnSCR_Down {
	background-image: none;
	padding: 0px;
}

/* ***** Heading Styles ***** */
h1 {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	
	font-family: plateletthin, Arial, Helvetica, sans-serif;
	font-size: 44pt;
	color: #afafaf;
	font-weight: normal;
	text-transform: lowercase;
}

h2 {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	
	font-family: DIN, Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #aaaaaa;
	font-weight: normal;
	text-transform: uppercase;
}

h3 {
	margin: 15px 0px 10px 0px;
	padding-top: 5px;

	border-top: 4px solid #cccccc;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #676767;
	text-transform: capitalize;
}

h4 {
	margin: 5px 0px 5px 0px;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #555555;
	text-transform: capitalize;
}

h5 {
	margin: 5px 0px 0px 0px;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #939393;
	text-transform: capitalize;
}

/* ***** Marathon Menu Styles ***** */
#marathonMenu {
	position: absolute;
	left: 30%;
	width: 260px;
	height: auto;
	padding: 10px 10px 25px 10px;
	z-index: 2;

	background-color: #000000;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #aaaaaa;
	text-align: left;
}

#marathonMenu img {
	margin: 0px 0px 20px 0px;
}

#marathonMenu h3 {
	color: #ffffff;
	
	border-color: #555555;
}

#marathonMenu ul {
	margin: 0px;
	padding-left: 20px;

	list-style-type: none;
}

#marathonMenu a {
	padding-left: 20px;

	background-image: url('../images/bltArrows_Grey.gif');
	background-repeat: no-repeat;
	background-position: 4px 4px;

	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #999999;
}
#marathonMenu a:hover { color: #2288ff; text-decoration: underline; }

/* ***** Features Area Styles ***** */
#features {
	position: absolute;
	left: 30%;
	width: 180px;
	height: auto;
	padding: 10px 10px 25px 10px;
	z-index: 2;

	background-color: #cccccc;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #555555;
	text-align: left;
}

#features img {
	margin: 0px 0px 0px 0px;
}

#features h3 {
	color: #333333;
	
	border-style: none;
}

#features ul {
	margin: 0px;
	padding-left: 20px;

	list-style-type: none;
}

#features a {
	padding-left: 20px;

	background-image: url('../images/bltArrows_Grey.gif');
	background-repeat: no-repeat;
	background-position: 4px 4px;

	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #6c6c6c;
}
#features a:hover { color: #0066ff; text-decoration: underline; }


