h1 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:24px;
	font-weight:900;
	color:#999;
	}
h2 {
	font:bold 14px/16px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 5px 0px;
	padding:0px;
	}
p {
	font:11px/14px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 0px 0px;
	padding:0px 0px 16px 0px;
	}

a {
	color:#09c;
	font-family:verdana, arial, helvetica, sans-serif;
	font-weight:600;
	text-decoration:none;
	}
a:link {color:#09c;}
a:visited {color:#07a;}
a:hover {background-color:#eee;}
  

/* All the content boxes belong to the content class. */
.header {
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:auto;
	min-width:120px;
	margin:0px 0px 10px 0px;
	border:0px solid black;
	background-color:white;
	padding:5px;
	height:100px;
	z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	}

#navAlpha {
	position:absolute;
	width:155px;
	top:130px;
	left:10px;
	border:1px solid black;
	background-color:#ddd;
	padding:10px;
	z-index:2;

/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above (including padding and border),
while the correct value is below. See http://glish.com/css/hacks.asp for details. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:135px;
	}
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#navAlpha {width:135px;}
		
#navBeta {
	position:absolute;
	top:130px;
	right:10px;
	border:1px solid black;
	background-color:#ddd;
	padding:10px;
	z-index:1;
	width:160px;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:140px;
}
/* Again, "be nice to Opera 5". */
body>#navBeta {width:140px;}

/* Place a yellow box around testimonials */
.testimonial {
	border:thin solid #990000;
	font-size:12pt;
	font-style:italic;
	font-weight:bold;
	color:#990000;
	background-color:#FFFF99;
	padding:7px;
	background-image: url(images/testimonial.jpg);
	padding-left: 125px; background-repeat: no-repeat; background-position: 0 0%;
}

/* Place a yellow box around testimonials */
.todotable {
	border:thin solid #000099;
	font-size:12pt;
	font-style:italic;
	font-weight:bold;
	color:#000099;
	background-color:#9999FF;
	padding:7px;
}

.faq_bullet {color:red; font-weight:bold}

/* For the menu items - display a miniature logo in front of each */
.home { background-image: url(images/icon_home.gif); padding-left: 35px; line-height:24px; background-repeat: no-repeat;background-position: 0 50%; padding-top:1px;margin-top:1px;padding-bottom:1px;margin-bottom:1px}
.prod { background-image: url(images/icon_prod.gif); padding-left: 35px; line-height:24px; background-repeat: no-repeat;background-position: 0 50%; padding-top:1px;margin-top:1px;padding-bottom:1px;margin-bottom:1px}
.serv { background-image: url(images/icon_serv.gif); padding-left: 35px; line-height:24px; background-repeat: no-repeat;background-position: 0 50%; padding-top:1px;margin-top:1px;padding-bottom:1px;margin-bottom:1px}
.res { background-image: url(images/icon_res.gif); padding-left: 35px; line-height:24px; background-repeat: no-repeat;background-position: 0 50%; padding-top:1px;margin-top:1px;padding-bottom:1px;margin-bottom:1px}
.sup { background-image: url(images/icon_sup.gif); padding-left: 35px; line-height:24px; background-repeat: no-repeat;background-position: 0 50%; padding-top:1px;margin-top:1px;padding-bottom:1px;margin-bottom:1px}

.menurule {margin:0px;padding:0px}



/* NEW STUFF */

body {
	color:black;
	background-color:#ccc;
	margin:0px;
	padding:0px;
	padding-left:10px;	/* so the left edge is not right up against the browser */
	font:12px verdana, arial, helvetica, sans-serif;
	background-image: url(images/canvas.jpg);
}

/* The box for the entire page */
@media screen {
#pageContent {
	color:black;
	background-color:red;
	width:780px;
	border-left:2px maroon solid;
	border-right:2px maroon solid;
	margin:0px;
}

/* The inside box */
#frameContent {
	background-color:white;
	width:780px;
	margin:0px 10px 0px 10px;
	border-left:2px maroon solid;
	border-right:2px maroon solid;

/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above (including padding and border),
while the correct value is below. See http://glish.com/css/hacks.asp for details. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:756px;
}
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#frameContent {width:756px;}
}

/* Used for the right hand menu column */
@media screen {
#nav {
	float:right;
	width:150px;
	border:none;
	padding:0px;
	z-index:2;
	background-color:white;
	border-left:1px #3a575f solid;

/* the ugly brilliant hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:150px;
}
/* "be nice to Opera 5" rule. */
body>#nav {width:150px;}
}

/* Don't display the right menu when printing */
@media print {
#nav {
	display:none;
}
}

@media print {
#pageContent {
	color:black;
	background-color:red;
	width:700px;
	border-left:2px maroon solid;
	border-right:2px maroon solid;
	margin:0px;
}

#frameContent {
	background-color:white;
	width:700px;
	margin:0px 10px 0px 10px;
	border-left:2px maroon solid;
	border-right:2px maroon solid;
/* the ugly brilliant hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:676px;
}
/* "be nice to Opera 5" rule. */
body>#frameContent {width:676px;}
}

/* All the content boxes belong to the content class. */
@media screen {
.content {
	width:auto;
	margin:0px;
	border:none;
	padding:10px;	/* Push it away from the inside frame */
}
}

@media print {
.content {
	width:auto;
	margin:0px 20px 20px 0px;
	border:none;
	padding:10px;
	z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
}
}

/* Each list of items in the right hand menu */
.listheader {
	background:url(images/title_bgnd.jpg);
	padding:3px;
	background-position:0 50%;
}

.navlist {
	list-style-type:none;
	margin: 0 0px 0 5px;
	padding-left: 2px;
	padding-bottom: 0px;
}

.navlist li {
	margin-top:5px;
	margin-bottom:5px;
	padding:0;
	border: 1px white solid;
}

.navlist a {
	color:#09c;
	font-family:verdana, arial, helvetica, sans-serif;
	font-weight:600;
	text-decoration:none;
}

.navlist li a {
	display:block;	
	padding-left: 25px;
	background: transparent url(images/red_check.gif) no-repeat 0 50%;
	text-decoration: none;
}

.navlist li a:hover {
	background: transparent url(images/red_check_off.gif) no-repeat 0 50%;
}

/* So that IE5 table font-size follows the font-size specified in the body tag */
table {
	font-size: 1em;
}

/* Easily emphasize product names */
.product_name {
	font-weight: bold;
	font-style: italic;
}

/* small advertisements or help boxes */
.floating_box {
	float:right;
	border:1px black solid;
	width:110px;
	margin:10px;
	padding:5px;
	border:none;
}

/* background of the contact form required section */
.required {
	background-color:#CCCCCC;
}

/* format of labels in contact form */
.lbl {
	font-weight:bold;
	font-size:10pt;
	text-align:right;
	vertical-align:top;
}

.white {font-size: 10px; }
A.white:link {
	COLOR: #ffffff; TEXT-DECORATION: none
}
A.white:visited {
	COLOR: #ffffff; TEXT-DECORATION: none
}
A.white:active {
	COLOR: #ffffff; TEXT-DECORATION: none
}
A.white:hover {
	COLOR: #c0c0c0; TEXT-DECORATION: underline; background-color:red;
}
A.xtopnav:link {
	FONT-WEIGHT: bold; COLOR: #e0e0e0; TEXT-DECORATION: none
}
A.xtopnav:visited {
	FONT-WEIGHT: bold; COLOR: #e0e0e0; TEXT-DECORATION: none
}
A.xtopnav:active {
	FONT-WEIGHT: bold; COLOR: #e0e0e0; TEXT-DECORATION: none
}
A.xtopnav:hover {
	FONT-WEIGHT: bold; COLOR: #e0e0e0; TEXT-DECORATION: none; background-color:red;
}
TD.lightBlueNavBar {
	FONT-SIZE: 10px; COLOR: #3a565f; BORDER-BOTTOM: #3a575f 1px solid; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
A.lightBlueNavBar:link {
	FONT-WEIGHT: bold; COLOR: black; TEXT-DECORATION: none
}
A.lightBlueNavBar:visited {
	FONT-WEIGHT: bold; COLOR: black; TEXT-DECORATION: none
}
A.lightBlueNavBar:active {
	FONT-WEIGHT: bold; COLOR: black; TEXT-DECORATION: none
}
A.lightBlueNavBar:hover {
	FONT-WEIGHT: bold; COLOR: black; TEXT-DECORATION: none; background-color:white;
}

.highlight {
background-color:yellow;
font-weight: bold;
}

.fake_button {
font-size:14px;
border:solid #a00 2px;
border-top:solid 1px #f00;
border-left:solid 2px #f00;
}