@charset "utf-8";
/* CSS Document */

* {
	padding:0;
	margin:0;
	}
body {
	background-color: #649bd3;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#showcase {
	padding: 10px 0 10px 0;
	background-color:#fff;
	height:200px;
	background:url(../images/showcase-back.png) center center repeat-x;
	}
h3 {
	padding:10px 0 15px 13px;
	font-weight:normal;
	font-size:2em;
	}

#wrapper {
	width:1000px;
	margin:0 auto;
	padding: 0;
	}
#logo {
	background-color:#fff;
	height:75px;
	}
#content {
	background-color:#fff;
	}
#footer {
	background-color: #fff;
	font-weight:bold;
	color:#666666;
	border-top:2px solid #b8b5b5;
	}
#footer a  {
	font-weight:bold;
	text-decoration:none;
	color:#666666;
	}
#footer a:hover  {
	font-weight:bold;
	text-decoration:underline;
	}
#menuh-container
	{
	width: 825px;
	background-color: #fff;
	padding-top: 15px;
	border-bottom: 1px solid #b8b5b5;
	padding-left: 175px;
	}

#menuh
	{
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width:100%;
	margin:0em;
	margin-top: 0em;
	padding: 0em;
	}
		
#menuh a
	{
	text-align: center;
	display:block;
	/*border: 1px solid #555;*/
	white-space:nowrap;
	margin:0;
	padding: 4px 15px 4px 15px;
	}
	
#menuh a:link, #menuh a:visited, #menuh a:active	/* menu at rest */
	{
	color: #666666;
	background-color: #FFFFFF;
	text-decoration:none;
	}
	
#menuh a:hover	/* menu at mouse-over  */
	{
	color: white;
	background-color: #0073ea;
	text-decoration:none;
	display:block;
	text-align:center;
	}	
	
#menuh a.top_parent, #menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
	background-image: url(file:///G|/Aloha/css/navdown_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}
	
#menuh a.parent, #menuh a.parent:hover 	/* attaches side-arrow to all parents */
	{
	background-image: url(file:///G|/Aloha/css/nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}

#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:110px;	/* width of all menu boxes */
	}

#menuh li
	{
	position:relative;
    min-height: 1px;
    vertical-align: bottom;
	}

#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
	}

#menuh ul ul ul
	{
	top:0;
	left:100%;
	}

div#menuh li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{display:block;}

/* End CSS Drop Down Menu */
#content {
	clear:both;
	}
#products td img{
	border: 2px solid #ddf4dc;
	}
#faq {
	color:#252525;
	font-size: 1.25em;
	padding: 10px 20px 30px 20px;
	}
#introcontent {
	/*width:1000px;*/
	height: 651px;
	background-color:#fff;
	background-image:url(../images/intropage.jpg);
	background-position:bottom center;
	background-repeat:no-repeat;

	}
/************* BEGIN TEXT STYLING **************/

.pagetext {
	font-size:.9em;
	padding-left:16px;
	}

	

/************* END TEXT STYLING **************/.green {
	color: #006600;
}
.red {
	color: #990000;
}
