
HTML {
	height: 100%;
}

BODY {
	background: #666666 url('../images/layout/tread.gif');
	color: #959595;
	font-family: Verdana, Arial, sans-serif;
	font-size: 1em;
	_font-size: 0.95em; /* because IE usually is a bit bigger */
	height: 100%;
	letter-spacing: 0.05em;
	line-height: 1.3em;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

A,
A:visited {
	color: #EEEEEE;
	text-decoration: none;
}

A:hover {
	color: #CCCCCC;
}

B {
	color: #FF7F01;
	font-weight: normal;
}

H1 {
	color: #FF7F01;
	font-size: 1.2em;
	padding-top: 12px;
}

H2 {
	color: #FF7F01;
	font-size: 1.1em;
	padding-top: 10px;
}

H3 {
	color: #FF7F01;
	font-size: 1em;
}

IMG {
	border: none;
}

#wrapper {
	background-color: #545454;
	border: 1px solid #000000;
	_height: 100%;
	min-height: 100%;
	margin: 0px auto;
	padding: 0px 20px;
	position: relative;
	width: 860px;
}

#header-banner {
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	display: block;
	height: 149px;
	margin: 0px auto;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#header-nav {
	background: #FF9327 url('../images/layout/bar-bg.gif') repeat-x;
	border: 1px solid #000000;
	font-size: 0.65em;
	height: 38px;
	letter-spacing: 0.05em;
	line-height: 0.8em;
	margin: 0px auto 20px;
	text-align: left;
}

#header-nav UL {
	margin: 14px 10px 0px;
	padding: 0px;
}

#header-nav UL LI {
	border-right: 1px solid #000000;
	display: inline;
	color: #000000;
	font-weight: bold;
	list-style: none;
	margin-right: 8px;
	padding-right: 10px;
	text-transform: uppercase;
}

#header-nav UL LI.first {
}

#header-nav UL LI.last {
	border-right: 0px;
	margin-right: 0px;
	padding-right: 0px;
}

#header-nav UL LI A,
#header-nav UL LI A:visited {
	color: #000000;
}

#header-nav UL LI A:hover {
	color: #333333;
}

#header-nav UL LI.current A,
#header-nav UL LI.current A:visited {
	color: #FFFFFF;
}

#header-nav UL LI.current A:hover {
	color: #EEEEEE;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#content {
	min-height: 100%;
	text-align: left;
	padding: 0px;
	position: relative;
	margin: 0px auto 60px;
}

#content .left-column {
	float: left;
	width: 420px;
}

#content .right-column {
	float: right;
	width: 49%;
}

#content .feature-photo {
	margin: 0px 0px 20px;
}

#content IMG.border,
#content IMG.float-right,
#content IMG.float-left {
	border: 1px solid #000000;
}

#content IMG.no-border {
	border: none;
}

#content IMG.float-right {
	float: right;
	margin: 15px 0px 15px 15px;
}

#content IMG.float-left {
	float: left;
	margin: 15px 15px 15px 0px;
}

#content IMG.button {
	border: 0px;
	margin: 0px;
}

#page-title {
	display: block;
	height: 29px;
	margin: 0px 0px 10px 10px;
}

#page-title IMG {
	border: 0px;
	float: right;
	margin: 0px;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#footer {
	background: #0C0C0C url('../images/layout/footer-bg.gif') repeat-x;
	border: 1px solid #000000;
	border-bottom: 0px;
	bottom: 0px;
	clear: both;
	color: #545454;
	font-size: 0.6em;
	font-weight: bold;
	height: 38px;
	left: 20px;
	line-height: 0.6em;
	margin: 40px auto 0px;
	padding: 0px 10px;
	position: absolute;
	text-align: left;
	text-transform: uppercase;
	width: 838px; /* proper width less padding */
}

#footer P {
	margin-top: 15px; /* because IE has to be difficult */
}

#footer P A,
#footer P A:visited {
	color: #888888;
}

#tech_by_commerx {
	float: right;
	width: 127px;
	height: 15px;
	margin: 13px 10px 0px;
}
