HTML, BODY, UL, OL, LI, P, H1, H2, H3, H4, H5, H6, FORM, FIELDSET, A
{
	margin: 0;
	padding: 0;
	border: 0;
}

BODY
{
	background-color: #fff;
}

body * { font-family: Verdana, Helvetica, sans-serif; }

#header
{
	padding: 0px;
	margin: 10px 0px 0px 0px;
	height: 106px;
	background-image: url(/images/logo96background.gif);
	background-repeat: repeat-x;
}

#banner
{
	position: absolute;
	top: 10px;
	left: 15px;
	padding: 0px;
	margin: 0px;
	border: 0px;
	overflow: hidden;
}

#banner, #banner em
{
	width: 376px;
	height: 96px;
	background: url(/images/logo96.gif) top left no-repeat;
}

A:visited {
	color: #369;
	}

A:link {
	color: #369;
	}

A:link:hover, A:visited:hover  {
	color: #4388cc;
	}

#nav
{
	position: absolute;
	top: 126px;
	left: 0px;
	width: 200px;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	border: 0px;
	font-size: .75em;
	background-repeat: no-repeat;
	z-index: 2;
}

#nav UL
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

#nav UL LI
{
	margin: 0px;
	padding: 0px;
	border: 0px;
}

#nav UL LI A, #nav UL LI SPAN
{
	margin-bottom: 0px !important;
	padding: 4px 5px 4px 10px;
	text-decoration: none;
	display: block;
	font-weight: bold;
	width: 185px;
	border-top: 1px solid #a4b3a4;
}

#nav UL LI LI A, #nav UL LI LI SPAN
{
	margin-bottom: 0px !important;
	padding: 2px 5px 2px 15px;
	text-decoration: none;
	display: block;
	font-weight: normal;
	width: 180px;
	border: none;
}

#nav UL LI A:visited:hover, #nav UL LI A:link:hover
{
	background-color: #eef;
	color: #369;
}

#nav UL LI.down A
{
	background-color: #ddf;
	text-decoration: none;
}

#nav P {
	font-size: 1em;
	padding: 2em 10px;
	color: #666;
}

#content
{
	padding: 0px 20px 20px 220px;
	margin: 0px;
	position: absolute;
	top: 126px;
	left: 0px;
	background-image: url(/images/background.gif);
	background-repeat: repeat-y;
	z-index: 1;
}

IMG
{
	padding: 0px;
	margin: 0px;
	border: 0px;
}

H1
{
	font-size: 1.4em;
	margin: 0px 0px 3px 0px;
	color: #000;
}

H2
{
	margin-top: 0px;
	margin-bottom: 2px;
	font-size: 1em;
	color: #555;
}

P
{
	color: #000;
	margin: 0px 0px 1.2em 0px;
	font-size: .8em;
}

P.links {
	font-weight: bold;
	text-align: center; 
}

P.pros, P.cons {
	font-weight: bold;
	margin: 0px;
}

P.pros {
	color: #060;
}

P.cons {
	color: #900;
}

SMALL { font-weight: normal; }

#content LI {
	font-size: .8em;
	margin-left: 2em;
	line-height: normal;
	margin-bottom: 1em;
}

UL.boxes {
	list-style-type: none;
	margin: 0px auto;
	padding: 0px;
	border: 0px;
	width: 540px;
}

UL.boxes LI
{
	margin: 3px 6px 0px 0px !important;
	padding: 2px;
	float: left;
	width: 97px;
	height: 4em;
	border-color: #999;
	border-width: 1px;
	border-style: solid;
	text-align: center;
}

UL.boxes LI.last
{
	margin-right: 0px !important;
}

TABLE.prices TD, TABLE.prices TH
{
	font-size: .8em;
	padding: 3px;
	line-height: 1.1em;
}

TABLE.prices TH
{
	background-color: #bcd;
}


TR.tint TD {
	background-color: #eef;
}

#content P.footer {
	color: #666;
	text-align: center;
	font-size: .7em;
	line-height: 1.1em;
	margin: 3em 0px 1em 0px;
	padding: 3em 0px 0px 0px;
	clear: both;
}


IMG.right {
	clear: right;
	float: right;
	padding: 0px 0px .5em 10px;
}

IMG.left {
	clear: left;
	float: left;
	padding: 0px 10px .5em 0px;
}

.clearboth { clear: both; }
.center { text-align: center; }

DIV.photoright200
{
	clear: right;
	float: right;
	padding: 0px 0px .5em 10px;
	width: 200px;
}

DIV.photoright300
{
	clear: right;
	float: right;
	padding: 0px 0px .5em 10px;
	width: 300px;
}

DIV.photoright200 P, DIV.photoright300 P
{
	font-size: .7em;
	color: #666 !important;
	line-height: normal;
	text-align: right;
}


DIV.photocenter {
	text-align: center;
	clear: both;
}

DIV.photocenter IMG { vertical-align: middle; }


/* General IR statements */
.replace { 
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0;
	font-size: 1.2em;       /* Choose a font-size here that will keep the headline small enough to fit completely under the span. */
}

.replace em {
	display: block;
	position: absolute;
	top: 0; 
/*
left: 0;
*/
	z-index: 1; /* for opera5 (?) and o6/mac */
}

.replace a {
	cursor: hand;           /* for ie5.x/win, invalid */
	c\ursor: pointer;       /* reset for other browsers */
}

/* General IR statements for IE5.x mac only */

* html>body .replace { 
	position: static;
	overflow: visible;
	font-size: 10px;
/* Since overflow: hidden doesn'twork with ie5.x/mac, we choose a font-size here that will keep the headline small enough to fit completely under the span.*/
}

* html>body .replace em  { 
	position: static;
}

* html>body .replace a {
	text-decoration: none; /* ie5.0-5.1.x/mac must have this value or the underline shows through the image. */
}

* html>body #banner em {	/* for ie5.x/mac only */
	margin-bottom: -100px;   /* Required to bring text underneath image. Use the negative height of the image here.*/
}

* html>body #home em, * html>body #home2 em {	/* for ie5.x/mac only */
	margin-bottom: -100px;   /* Required to bring text underneath image. Use the negative height of the image here.*/
}

#photoholder
{
	background: #fff;
	height: 200px;
	overflow: hidden;
	width: 300px;
	position: relative;
}
